[PATCH] osmo-gsm-tester[master]: Use reserved ip address for osmo-mgcpgw ctrl interface

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 31 11:13:24 UTC 2017


Review at  https://gerrit.osmocom.org/2808

Use reserved ip address for osmo-mgcpgw ctrl interface

Otherwise 127.0.0.1 was being used and we want all interfaces for a
specific osmo-mgcpgw instance to use the same IP

Change-Id: I60dbfbb66458cd333fe07139ee175c94fa1672a7
---
M src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/08/2808/1

diff --git a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
index 2c00064..28a3798 100644
--- a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
@@ -5,6 +5,9 @@
  logging print category 1
  logging print extended-timestamp 1
  logging level all debug
+line vty
+  no login
+  bind ${mgcpgw.ip_address.addr}
 mgcp
   local ip ${mgcpgw.ip_address.addr}
   bts ip ${mgcpgw.bts_ip}

-- 
To view, visit https://gerrit.osmocom.org/2808
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60dbfbb66458cd333fe07139ee175c94fa1672a7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list