Omocom GPRS Gb interface aggregation/conversion proxy (between PCU/BSS and SGSN)
https://osmocom.org/projects/osmo-gbproxy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
594 B
32 lines
594 B
OsmoGbProxy> enable
|
|
OsmoGbProxy# show nri all
|
|
sgsn nsei 101
|
|
% no NRI mappings
|
|
...
|
|
OsmoGbProxy# configure terminal
|
|
OsmoGbProxy(config)# list
|
|
...
|
|
gbproxy
|
|
sgsn nsei <0-65534>
|
|
ns
|
|
...
|
|
|
|
OsmoGbProxy(config)# sgsn nsei 101
|
|
OsmoGbProxy(config-sgsn)# list
|
|
...
|
|
allow-attach
|
|
no allow-attach
|
|
nri add <0-32767> [<0-32767>]
|
|
nri del <0-32767> [<0-32767>]
|
|
...
|
|
|
|
OsmoGbProxy(config-sgsn)# exit
|
|
OsmoGbProxy(config)# gbproxy
|
|
|
|
OsmoGbProxy(config-gbproxy)# list
|
|
...
|
|
pool bvc-flow-control-ratio <1-100>
|
|
nri bitlen <0-15>
|
|
nri null add <0-32767> [<0-32767>]
|
|
nri null del <0-32767> [<0-32767>]
|
|
...
|
|
|