summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/target/trx_toolkit/data_msg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/trx_toolkit/data_msg.py b/src/target/trx_toolkit/data_msg.py
index a1c41c05..0774d32a 100644
--- a/src/target/trx_toolkit/data_msg.py
+++ b/src/target/trx_toolkit/data_msg.py
@@ -182,6 +182,9 @@ class DATAMSG:
if self.tn is not None:
result += ("tn=%u " % self.tn)
+ if self.burst is not None and len(self.burst) > 0:
+ result += ("bl=%u " % len(self.burst))
+
return result
# Converts unsigned soft-bits {254..0} to soft-bits {-127..127}