lsps2: implement lsps2.get_versions

This commit is contained in:
Jesse de Wit
2023-08-11 08:49:57 +02:00
parent e9a1e569f9
commit 25d205e05c
5 changed files with 103 additions and 1 deletions

View File

@@ -178,4 +178,8 @@ var allTestCases = []*testCase{
name: "testLsps0GetProtocolVersions",
test: testLsps0GetProtocolVersions,
},
{
name: "testLsps2GetVersions",
test: testLsps2GetVersions,
},
}