Change in osmo-bsc[master]: vty: add vty doc test for 'nri null' commands

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Sat Jul 3 15:32:28 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/24834 )


Change subject: vty: add vty doc test for 'nri null' commands
......................................................................

vty: add vty doc test for 'nri null' commands

Change-Id: I2782dc547ce9751e5f1039aab9a2d36cf1be3fde
---
M tests/nri_cfg.vty
1 file changed, 19 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/34/24834/1

diff --git a/tests/nri_cfg.vty b/tests/nri_cfg.vty
index d3db3c8..e8dec5a 100644
--- a/tests/nri_cfg.vty
+++ b/tests/nri_cfg.vty
@@ -118,6 +118,25 @@
  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

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/24834
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I2782dc547ce9751e5f1039aab9a2d36cf1be3fde
Gerrit-Change-Number: 24834
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210703/05203daf/attachment.htm>


More information about the gerrit-log mailing list