Change in osmocom-bb[master]: trx_toolkit/fake_trx.py: fix: update trx_list of FakePM

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sun Jan 13 09:26:52 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/12543


Change subject: trx_toolkit/fake_trx.py: fix: update trx_list of FakePM
......................................................................

trx_toolkit/fake_trx.py: fix: update trx_list of FakePM

It seems in Ice44e2b22566b3652ef6d43896055963b13ab185 I forgot
to do this, so all measurements triggered by MEASURE command
were incorrect (always noise). Let's fix this!

Change-Id: I155f118b2d3e3b23eb148fe7e2630790f8fcd18c
---
M src/target/trx_toolkit/fake_trx.py
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/43/12543/1

diff --git a/src/target/trx_toolkit/fake_trx.py b/src/target/trx_toolkit/fake_trx.py
index 0f473d0..0bf9266 100755
--- a/src/target/trx_toolkit/fake_trx.py
+++ b/src/target/trx_toolkit/fake_trx.py
@@ -308,6 +308,7 @@
 		# Noise: -120 .. -105
 		# BTS: -75 .. -50
 		self.fake_pm = FakePM(-120, -105, -75, -50)
+		self.fake_pm.trx_list = self.trx_list
 
 		# Init TRX instance for BTS
 		self.append_trx(self.argv.bts_addr, self.argv.bts_base_port)

-- 
To view, visit https://gerrit.osmocom.org/12543
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I155f118b2d3e3b23eb148fe7e2630790f8fcd18c
Gerrit-Change-Number: 12543
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190113/b2426c34/attachment.htm>


More information about the gerrit-log mailing list