epc_srs.py: Fixed reference in local execution

fixes local execution of srsEPC

Change-Id: I36db8f2f65be6c92ccea050f550e21b67bb9e50e
This commit is contained in:
Nils Fürste 2020-11-09 11:02:14 +01:00 committed by Andre Puschmann
parent 1e736ea46e
commit ca6efa9359
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ class srsEPC(epc.EPC, srslte_common):
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.