osmo-gbproxy.cfg: fix conflict with osmo-sgsn.cfg

Listen on 127.0.0.100 by default, so there is no conflict on
127.0.0.1:23000. This allows starting both services with their default
configuration, like we are doing it in the Osmocom-Debian-install-*
jenkins jobs.

Related: OS#3369
Change-Id: I6e3053de8885a7954296d820c6a069d06276e4df
This commit is contained in:
Oliver Smith 2019-07-26 08:38:15 +02:00 committed by osmith
parent 33ab444b20
commit 7918e6a4a7
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ ns
timer tns-alive-retries 10
encapsulation framerelay-gre enabled 0
encapsulation framerelay-gre local-ip 0.0.0.0
encapsulation udp local-ip 127.0.0.100
encapsulation udp local-port 23000