[MERGED] osmo-gsm-tester[master]: Use reserved ip address for osmo-mgcpgw VTY 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed May 31 19:00:41 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: Use reserved ip address for osmo-mgcpgw VTY interface
......................................................................


Use reserved ip address for osmo-mgcpgw VTY 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(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I60dbfbb66458cd333fe07139ee175c94fa1672a7
Gerrit-PatchSet: 3
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list