aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-07-03 17:31:18 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2021-07-03 17:32:09 +0200
commita4de0fea51547b431fcbc7e143a3b05e4db69d03 (patch)
treea896ae968d9ecbac0b0fa7c26abc22bba180b104
parentf15d236e3eee8e7cbdc184d401f33b062d1b1aac (diff)
vty: add vty doc test for 'nri null' commands
-rw-r--r--tests/nri_cfg.vty19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/nri_cfg.vty b/tests/nri_cfg.vty
index d3db3c845..e8dec5afc 100644
--- a/tests/nri_cfg.vty
+++ b/tests/nri_cfg.vty
@@ -118,6 +118,25 @@ msc 1
nri add 512 767
nri add 1024 1025
...
+
+OsmoBSC(config-net)# nri null ?
+ add Add NULL-NRI value (or range)
+ del Remove NRI value or range from the NRI mapping for this MSC
+
+OsmoBSC(config-net)# nri null add ?
+ <0-32767> First value of the NRI value range, should not surpass the configured 'nri bitlen'.
+OsmoBSC(config-net)# nri null add 0 ?
+ [<0-32767>] Last value of the NRI value range, should not surpass the configured 'nri bitlen' and be larger than the first value; if omitted, apply only the first value.
+OsmoBSC(config-net)# nri null add 0 0 ?
+ <cr>
+
+OsmoBSC(config-net)# nri null del ?
+ <0-32767> First value of the NRI value range, should not surpass the configured 'nri bitlen'.
+OsmoBSC(config-net)# nri null del 0 ?
+ [<0-32767>] Last value of the NRI value range, should not surpass the configured 'nri bitlen' and be larger than the first value; if omitted, apply only the first value.
+OsmoBSC(config-net)# nri null del 0 0 ?
+ <cr>
+
OsmoBSC(config-net)# exit
OsmoBSC(config)# msc 0