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.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10565
Change subject: osmo-bsc,msc: Set mgw local-ip in cfg.tmpl
......................................................................
osmo-bsc,msc: Set mgw local-ip in cfg.tmpl
Change-Id: Id46aa337f12756f80d492bf3102db5b1449e2027
---
M src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/65/10565/1
diff --git a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
index 30774cf..18303b6 100644
--- a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
@@ -108,6 +108,7 @@
ip.access rtp-base 25000
mgw remote-ip ${mgw.ip_address.addr}
mgw remote-port 2427
+ mgw local-ip ${bsc.ip_address.addr}
mgw endpoint-range 1 31
codec-list hr3
amr-config 12_2k forbidden
diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
index 76f1001..485a88b 100644
--- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
@@ -24,6 +24,8 @@
routing-key 1 0.0.1
msc
mgw remote-ip ${mgw.ip_address.addr}
+ mgw remote-port 2427
+ mgw local-ip ${msc.ip_address.addr}
mgw endpoint-range 1 31
mgw bts-base 8000
assign-tmsi
--
To view, visit https://gerrit.osmocom.org/10565
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: Id46aa337f12756f80d492bf3102db5b1449e2027
Gerrit-Change-Number: 10565
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/20180821/9f1a7228/attachment.htm>