gbproxy: update sns configuration to use ip-sns-bind
With libosmocore commit the SNS configuration requires a ip-sns-bind vty configuration to define the binds which should be use. Related: SYS#5354 Depends-on: I9ab8092bf286e7d90e92f5702a5404425e959c84 (libosmocore) Change-Id: I11541540468584fc17a18fa294da5c9813c28d64changes/40/22940/1
parent
a2104231f2
commit
6e9f0dcc88
|
@ -31,8 +31,10 @@ ns
|
|||
bind udp local
|
||||
listen 172.18.25.10 23000
|
||||
nse 101
|
||||
ip-sns-bind local
|
||||
ip-sns-remote 172.18.25.103 7777
|
||||
nse 102
|
||||
ip-sns-bind local
|
||||
ip-sns-remote 172.18.25.103 8888
|
||||
bind fr hdlcnet1
|
||||
fr hdlcnet1 frnet
|
||||
|
|
|
@ -32,8 +32,10 @@ ns
|
|||
listen 172.18.24.10 23000
|
||||
accept-ipaccess
|
||||
nse 101
|
||||
ip-sns-bind local
|
||||
ip-sns-remote 172.18.24.103 7777
|
||||
nse 102
|
||||
ip-sns-bind local
|
||||
ip-sns-remote 172.18.24.103 8888
|
||||
timer tns-block 3
|
||||
timer tns-block-retries 3
|
||||
|
|
Loading…
Reference in New Issue