From f15d236e3eee8e7cbdc184d401f33b062d1b1aac Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 3 Jul 2021 17:21:52 +0200 Subject: vty: fix doc: default value for 'nri bitlen' The constant is called OSMO_NRI_BITLEN_DEFAULT, NRI_BITLEN_DEFAULT does not exist and got rendered as "NRI_BITLEN_DEFAULT" in the vty doc. Add missing vty test for 'nri bitlen'. Change-Id: I8af840a4589f47eaca6bf10e37e0859f9ae53dfa --- tests/nri_cfg.vty | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests') diff --git a/tests/nri_cfg.vty b/tests/nri_cfg.vty index 8287eab38..d3db3c845 100644 --- a/tests/nri_cfg.vty +++ b/tests/nri_cfg.vty @@ -79,6 +79,19 @@ msc 1 nri add 1024 1025 OsmoBSC(config)# network + +OsmoBSC(config-net)# list +... + nri bitlen <1-15> +... + +OsmoBSC(config-net)# nri ? + bitlen Set number of bits that an NRI has, to extract from TMSI identities (always starting just after the TMSI's most significant octet). + null Define NULL-NRI values that cause re-assignment of an MS to a different MSC, for MSC pooling. + +OsmoBSC(config-net)# nri bitlen ? + <1-15> bit count (default: 10) + OsmoBSC(config-net)# nri bitlen 11 OsmoBSC(config-net)# show running-config ... -- cgit v1.2.3