Change in osmocom-bb[master]: trx_toolkit/trxd_proto.py: fix missing field name for codec.Spare

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 14:16:52 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/24014 )

Change subject: trx_toolkit/trxd_proto.py: fix missing field name for codec.Spare
......................................................................

trx_toolkit/trxd_proto.py: fix missing field name for codec.Spare

Change-Id: I110dbcebf86cf978f2de7275a91c48b999fade32
Fixes: I482f72fd9305c51f43a0339d03904fb693d90ac9
Related: OS#4006, SYS#4895
---
M src/target/trx_toolkit/trxd_proto.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  dexter: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved



diff --git a/src/target/trx_toolkit/trxd_proto.py b/src/target/trx_toolkit/trxd_proto.py
index ded0336..74a3124 100644
--- a/src/target/trx_toolkit/trxd_proto.py
+++ b/src/target/trx_toolkit/trxd_proto.py
@@ -162,7 +162,7 @@
 			MTS(),
 			codec.Uint('pwr'),
 			codec.Int('scpir'),
-			codec.Spare(len=3),
+			codec.Spare('spare', len=3),
 			BurstBits('hard-bits'),
 		)
 
@@ -171,7 +171,7 @@
 		MTS(),
 		codec.Uint('pwr'),
 		codec.Int('scpir'),
-		codec.Spare(len=3),
+		codec.Spare('spare', len=3),
 		codec.Uint32BE('fn'),
 		BurstBits('hard-bits'),
 		codec.Sequence(item=BPDU()).f('bpdu'),

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I110dbcebf86cf978f2de7275a91c48b999fade32
Gerrit-Change-Number: 24014
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/06922d64/attachment.htm>


More information about the gerrit-log mailing list