Change in osmo-gsm-tester[master]: epc_srs.py: Fixed reference in local execution

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
Wed Nov 11 09:56:22 UTC 2020


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


Change subject: epc_srs.py: Fixed reference in local execution
......................................................................

epc_srs.py: Fixed reference in local execution

fixes local execution of srsEPC

Change-Id: I36db8f2f65be6c92ccea050f550e21b67bb9e50e
---
M src/osmo_gsm_tester/obj/epc_srs.py
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/src/osmo_gsm_tester/obj/epc_srs.py b/src/osmo_gsm_tester/obj/epc_srs.py
index b5ae0bd..6a7a20e 100644
--- a/src/osmo_gsm_tester/obj/epc_srs.py
+++ b/src/osmo_gsm_tester/obj/epc_srs.py
@@ -102,8 +102,8 @@
         self.process.launch()
 
     def start_locally(self):
-        binary = inst.child('bin', BINFILE)
-        lib = inst.child('lib')
+        binary = self.inst.child('bin', srsEPC.BINFILE)
+        lib = self.inst.child('lib')
         env = {}
 
         # setting capabilities will later disable use of LD_LIBRARY_PATH from ELF loader -> modify RPATH instead.

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21098
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: I36db8f2f65be6c92ccea050f550e21b67bb9e50e
Gerrit-Change-Number: 21098
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/20201111/cae40d55/attachment.htm>


More information about the gerrit-log mailing list