osmo-hnbgw/tests/osmo-hnbgw.vty

85 lines
1.7 KiB
Plaintext

OsmoHNBGW> enable
OsmoHNBGW# configure terminal
OsmoHNBGW(config)# list
...
hnbgw
...
OsmoHNBGW(config)# hnbgw?
hnbgw Configure HNBGW options
OsmoHNBGW(config)# hnbgw
OsmoHNBGW(config-hnbgw)# list
...
plmn <1-999> <0-999>
rnc-id <0-65535>
log-prefix (hnb-id|umts-cell-id)
hnb-policy (accept-all|closed)
iuh
iucs
iups
hnb UMTS_CELL_ID
no hnb IDENTITY_INFO
...
OsmoHNBGW(config-hnbgw)# plmn?
plmn Configure the HNBGW's PLMN. The PLMN is transmitted in RANAP RESET towards the CN.
OsmoHNBGW(config-hnbgw)# plmn ?
<1-999> MCC, Mobile Country Code
OsmoHNBGW(config-hnbgw)# plmn 1 ?
<0-999> MNC, Mobile Network Code
OsmoHNBGW(config-hnbgw)# show running-config
... !plmn
OsmoHNBGW(config-hnbgw)# plmn 001 01
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
plmn 001 01
...
OsmoHNBGW(config-hnbgw)# plmn 001 001
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
plmn 001 001
...
OsmoHNBGW(config-hnbgw)# plmn 999 999
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
plmn 999 999
...
OsmoHNBGW(config-hnbgw)# plmn 23 42
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
plmn 023 42
...
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
...
hnbgw
...
rnc-id 23
...
OsmoHNBGW(config-hnbgw)# rnc-id 42
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
rnc-id 42
...