Change in osmo-gsm-tester[master]: templates: osmo-bts: Use BTS assigned IP addr to bind CTRL and VTY iface

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
Fri May 25 10:31:39 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9296


Change subject: templates: osmo-bts: Use BTS assigned IP addr to bind CTRL and VTY iface
......................................................................

templates: osmo-bts: Use BTS assigned IP addr to bind CTRL and VTY iface

Change-Id: Ib1c3022a6c531ef8c6a5ba31927762806abc37ac
---
M src/osmo_gsm_tester/templates/osmo-bts-octphy.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-bts-sysmo.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl
3 files changed, 15 insertions(+), 1 deletion(-)



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

diff --git a/src/osmo_gsm_tester/templates/osmo-bts-octphy.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bts-octphy.cfg.tmpl
index 906e7b9..2a1e2d7 100644
--- a/src/osmo_gsm_tester/templates/osmo-bts-octphy.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bts-octphy.cfg.tmpl
@@ -12,7 +12,11 @@
   ! Level required by ready_for_pcu(): pcu info
   logging level pcu info
 !
-
+line vty
+ bind ${osmo_bts_octphy.addr}
+ctrl
+ bind ${osmo_bts_octphy.addr}
+!
 %for phy in osmo_bts_octphy.phy_list:
 phy ${loop.index}
  octphy hw-addr ${phy.hw_addr}
diff --git a/src/osmo_gsm_tester/templates/osmo-bts-sysmo.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bts-sysmo.cfg.tmpl
index c9dde86..536e5cb 100644
--- a/src/osmo_gsm_tester/templates/osmo-bts-sysmo.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bts-sysmo.cfg.tmpl
@@ -12,6 +12,11 @@
   ! Level required by ready_for_pcu(): pcu info
   logging level pcu info
 !
+line vty
+ bind ${osmo_bts_sysmo.addr}
+ctrl
+ bind ${osmo_bts_sysmo.addr}
+!
 phy 0
  instance 0
 bts 0
diff --git a/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl
index 1931e9b..d95ca6e 100644
--- a/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl
@@ -15,6 +15,11 @@
   ! Level required by ready_for_pcu(): pcu info
   logging level pcu info
 !
+line vty
+ bind ${osmo_bts_trx.addr}
+ctrl
+ bind ${osmo_bts_trx.addr}
+!
 phy 0
  osmotrx ip local ${osmo_bts_trx.trx_local_ip}
  osmotrx ip remote ${osmo_bts_trx.trx_remote_ip}

-- 
To view, visit https://gerrit.osmocom.org/9296
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1c3022a6c531ef8c6a5ba31927762806abc37ac
Gerrit-Change-Number: 9296
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180525/0ce2221d/attachment.htm>


More information about the gerrit-log mailing list