neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32715 )
Change subject: vty test: show missing write-back of 'rnc-id' ......................................................................
vty test: show missing write-back of 'rnc-id'
Change-Id: I9eecda8678c32abbeaf39344ccdb14ed5a0828ce --- M tests/osmo-hnbgw.vty 1 file changed, 44 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/15/32715/1
diff --git a/tests/osmo-hnbgw.vty b/tests/osmo-hnbgw.vty index b8d562c..5ffbf15 100644 --- a/tests/osmo-hnbgw.vty +++ b/tests/osmo-hnbgw.vty @@ -1,2 +1,37 @@ OsmoHNBGW> enable +OsmoHNBGW# configure terminal +OsmoHNBGW(config)# list +... + hnbgw +...
+OsmoHNBGW(config)# hnbgw? + hnbgw Configure HNBGW options + +OsmoHNBGW(config)# hnbgw +OsmoHNBGW(config-hnbgw)# list +... + rnc-id <0-65535> + log-prefix (hnb-id|umts-cell-id) + iuh + iucs + iups +... + pfcp + timer [(mgw|hnbgw|pfcp)] [TNNNN] [(<0-2147483647>|default)] + +OsmoHNBGW(config-hnbgw)# rnc-id? + rnc-id Configure the HNBGW's RNC Id, the common RNC Id used for all connected hNodeB. It is sent to each hNodeB upon HNBAP HNB-Register-Accept, and the hNodeB will subsequently send this as RANAP InitialUE Messages' GlobalRNC-ID IE. Takes effect as soon as the hNodeB re-registers. + +OsmoHNBGW(config-hnbgw)# rnc-id ? + <0-65535> RNC Id value + +OsmoHNBGW(config-hnbgw)# show running-config +... !rnc-id + +OsmoHNBGW(config-hnbgw)# rnc-id 42 +OsmoHNBGW(config-hnbgw)# ### ERROR! We don't write back the rnc-id +OsmoHNBGW(config-hnbgw)# show running-config +... +hnbgw +... !rnc-id