Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/2808

to look at the new patch set (#2).

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(-)


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

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: newpatchset
Gerrit-Change-Id: I60dbfbb66458cd333fe07139ee175c94fa1672a7
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to