blob: 8a47aa07527d3e50c049c41fc97e0b509c7d871a [file] [log] [blame]
Daniel Willmannee834af2020-12-14 16:22:39 +01001OsmoGbProxy> enable
2OsmoGbProxy# show nri all
3sgsn nsei 101
4 % no NRI mappings
5...
6OsmoGbProxy# configure terminal
7OsmoGbProxy(config)# list
8...
9 gbproxy
10 sgsn nsei <0-65534>
11 ns
12...
13
14OsmoGbProxy(config)# sgsn nsei 101
15OsmoGbProxy(config-sgsn)# list
16...
17 allow-attach
18 no allow-attach
19 nri add <0-32767> [<0-32767>]
20 nri del <0-32767> [<0-32767>]
21...
22
23OsmoGbProxy(config-sgsn)# exit
24OsmoGbProxy(config)# gbproxy
25
26OsmoGbProxy(config-gbproxy)# list
27...
28 pool bvc-flow-control-ratio <1-100>
29 nri bitlen <0-15>
30 nri null add <0-32767> [<0-32767>]
31 nri null del <0-32767> [<0-32767>]
32...