[PATCH] osmo-gsm-tester[master]: Use reserved ip address for osmo-bsc 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:23 UTC 2017


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

Use reserved ip address for osmo-bsc ctrl interface

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

Change-Id: I38dccac6707bf55f0abcf96e3a9d7d8ec765a156
---
M src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
1 file changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
index 3747581..89cfb1d 100644
--- a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
@@ -8,6 +8,8 @@
 line vty
  no login
  bind ${bsc.ip_address.addr}
+ctrl
+ bind ${bsc.ip_address.addr}
 e1_input
  e1_line 0 driver ipa
  ipa bind ${bsc.ip_address.addr}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I38dccac6707bf55f0abcf96e3a9d7d8ec765a156
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