From 40fce10e46203062639e0e90a3e4eed24bd751c6 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 16 Jul 2019 14:15:31 +0200 Subject: osmo-gtphub.cfg: fix conflict with osmo-sgsn.cfg Change bind-to-sgsns from 127.0.0.1 to 127.0.0.10, so osmo-gtphub's default config does not conflict with the osmo-sgsn default config. The value of bind-to-ggsns does not clash with osmo-ggsn's config, so it was left unchanged. Related: OS#3369 Change-Id: Id892e1f4ab2daabbe9824b819b5fed985373b97a --- doc/examples/osmo-gtphub/osmo-gtphub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/osmo-gtphub/osmo-gtphub.cfg b/doc/examples/osmo-gtphub/osmo-gtphub.cfg index 0dc415047..0bb63e312 100644 --- a/doc/examples/osmo-gtphub/osmo-gtphub.cfg +++ b/doc/examples/osmo-gtphub/osmo-gtphub.cfg @@ -8,7 +8,7 @@ line vty gtphub ! Local addresses to listen on and send from, each on standard ports ! 2123 and 2152. Setting these addresses is mandatory. - bind-to-sgsns 127.0.0.1 + bind-to-sgsns 127.0.0.10 bind-to-ggsns 127.0.0.2 ! Local nonstandard ports or separate IPs: -- cgit v1.2.3