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
  nft-kpi [TABLE_NAME]
...

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
...

OsmoHNBGW(config-hnbgw)# nft-kpi?
  nft-kpi  Retrieve traffic counters from nftables
OsmoHNBGW(config-hnbgw)# nft-kpi ?
  [TABLE_NAME]  Set a custom nft table name to use, instead of 'osmo-hnbgw'

OsmoHNBGW(config-hnbgw)# show running-config
... !nft-kpi

OsmoHNBGW(config-hnbgw)# nft-kpi
% WARNING: nft configuration changes need a restart of osmo-hnbgw
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
 nft-kpi
...

OsmoHNBGW(config-hnbgw)# no nft-kpi
% WARNING: nft configuration changes need a restart of osmo-hnbgw
OsmoHNBGW(config-hnbgw)# show running-config
... !nft-kpi

OsmoHNBGW(config-hnbgw)# nft-kpi maple
% WARNING: nft configuration changes need a restart of osmo-hnbgw
OsmoHNBGW(config-hnbgw)# show running-config
...
hnbgw
...
 nft-kpi maple
...

OsmoHNBGW(config-hnbgw)# no nft-kpi
% WARNING: nft configuration changes need a restart of osmo-hnbgw
OsmoHNBGW(config-hnbgw)# show running-config
... !nft-kpi