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
Tue May 4 12:45:40 UTC 2021


fixeria has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



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-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210504/ad4386b7/attachment.htm>


More information about the gerrit-log mailing list