Change in osmo-gsm-tester[master]: srsenb.conf.tmpl: use gtp_bind_addr also s1c bind

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/.

srs_andre gerrit-no-reply at lists.osmocom.org
Fri May 29 14:47:22 UTC 2020


srs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18583 )


Change subject: srsenb.conf.tmpl: use gtp_bind_addr also s1c bind
......................................................................

srsenb.conf.tmpl: use gtp_bind_addr also s1c bind

both gtp and s1c need to bind using this address in order
to allow running enb and epc on the same machine

Change-Id: Ibf5b0017c781d17c7f20b859c1cda297e2a9cca2
---
M src/osmo_gsm_tester/templates/srsenb.conf.tmpl
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
index b3efd22..4ff5ee8 100644
--- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
@@ -25,7 +25,7 @@
 mnc = ${enb.mnc}
 mme_addr = ${enb.mme_addr}
 gtp_bind_addr = ${enb.gtp_bind_addr}
-s1c_bind_addr = ${enb.addr}
+s1c_bind_addr = ${enb.gtp_bind_addr}
 n_prb = ${enb.num_prb}
 tm = ${enb.transmission_mode}
 nof_ports = ${enb.num_ports}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18583
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ibf5b0017c781d17c7f20b859c1cda297e2a9cca2
Gerrit-Change-Number: 18583
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200529/751745b2/attachment.htm>


More information about the gerrit-log mailing list