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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18583 )
Change subject: srsenb.conf.tmpl: use gtp_bind_addr also s1c bind
......................................................................
Patch Set 3:
(1 comment)
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18583/1/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
File src/osmo_gsm_tester/templates/srsenb.conf.tmpl:
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18583/1/src/osmo_gsm_tester/templates/srsenb.conf.tmpl@28
PS1, Line 28: s1c_bind_addr = ${enb.gtp_bind_addr}
> It's not working like you suggested. The run_addr is not put there but the ssh_addr. […]
enb.py configure() does:
"""
config.overlay(values, dict(enb={ 'addr': self.addr() }))
"""
and the addr() is:
"""
def addr(self):
return self._run_node.run_addr()
"""
So if you say it's not working it's most probably because you didn't rebase on top of current master.
--
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: 3
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: srs_andre <andre at softwareradiosystems.com>
Gerrit-Comment-Date: Wed, 10 Jun 2020 10:55:00 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: srs_andre <andre at softwareradiosystems.com>
Comment-In-Reply-To: pespin <pespin at sysmocom.de>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200610/307e87d1/attachment.htm>