Change in osmocom-bb[master]: trx_toolkit/ctrl_if_trx.py: fix undefined variable 'trx'

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

fixeria gerrit-no-reply at lists.osmocom.org
Mon May 3 18:45:33 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/24107 )


Change subject: trx_toolkit/ctrl_if_trx.py: fix undefined variable 'trx'
......................................................................

trx_toolkit/ctrl_if_trx.py: fix undefined variable 'trx'

Change-Id: I5c06fa5183b4d04cbc0c68327a062b320477344c
---
M src/target/trx_toolkit/ctrl_if_trx.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/07/24107/1

diff --git a/src/target/trx_toolkit/ctrl_if_trx.py b/src/target/trx_toolkit/ctrl_if_trx.py
index ea08e7e..22d4b4e 100644
--- a/src/target/trx_toolkit/ctrl_if_trx.py
+++ b/src/target/trx_toolkit/ctrl_if_trx.py
@@ -210,7 +210,7 @@
 				self.trx.enable_fh(hsn, maio, ma)
 				return 0
 			except:
-				log.error("(%s) Failed to configure frequency hopping" % trx)
+				log.error("(%s) Failed to configure frequency hopping" % self.trx)
 				return -1
 
 		# TRXD header version negotiation

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5c06fa5183b4d04cbc0c68327a062b320477344c
Gerrit-Change-Number: 24107
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/7d99544b/attachment.htm>


More information about the gerrit-log mailing list