aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-07-26 08:38:15 +0200
committerosmith <osmith@sysmocom.de>2019-07-29 08:26:37 +0000
commite18df0e28dbcf71b5d8a8eeac1580258917a1115 (patch)
tree7ef002fad6a046646b2f32b270f0fcb5709d5889 /doc/examples
parent5f0bce66368390a8607b3a2bd530985d2fe5de4e (diff)
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
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/osmo-gbproxy/osmo-gbproxy.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/osmo-gbproxy/osmo-gbproxy.cfg b/doc/examples/osmo-gbproxy/osmo-gbproxy.cfg
index 0c3917a3e..29f698f32 100644
--- a/doc/examples/osmo-gbproxy/osmo-gbproxy.cfg
+++ b/doc/examples/osmo-gbproxy/osmo-gbproxy.cfg
@@ -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