aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-05-11 20:35:50 +0200
committerHarald Welte <laforge@osmocom.org>2021-05-11 20:36:31 +0200
commit2cf796a2a5942d9b7be3eb83be62e2ac4359fd35 (patch)
tree7aeb9c80c7cc867ef6c9dbf6f0a0a9cc20b7869a
parentab85cdf1ab96c01d887ce8cd0dec4e34d313d116 (diff)
ss7_asp_test.vty: Allow more asp node commands after shutdown
this will be required once we add new commands (quirk) in the next few patches. Change-Id: If1068cd94782df236948101166a76586e9845762
-rw-r--r--tests/vty/ss7_asp_test.vty2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vty/ss7_asp_test.vty b/tests/vty/ss7_asp_test.vty
index ee1b3e5..fd54642 100644
--- a/tests/vty/ss7_asp_test.vty
+++ b/tests/vty/ss7_asp_test.vty
@@ -222,6 +222,7 @@ ss7_asp_vty_test(config-cs7-asp)# list
sctp-role (client|server)
block
shutdown
+...
ss7_asp_vty_test(config-cs7-asp)# ?
...
@@ -233,6 +234,7 @@ ss7_asp_vty_test(config-cs7-asp)# ?
sctp-role Specify the SCTP role for this ASP
block Allows a SCTP Association with ASP, but doesn't let it become active
shutdown Terminates SCTP association; New associations will be rejected
+...
ss7_asp_vty_test(config-cs7-asp)# remote-ip 127.0.0.200
ss7_asp_vty_test(config-cs7-asp)# local-ip 127.0.0.100