fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/14573
Change subject: trx_toolkit/data_msg.py: drop double field initialization
......................................................................
trx_toolkit/data_msg.py: drop double field initialization
Those fields are being initialized by __init__().
Change-Id: Ibf71be552a7eb5dab1d096421a8557514294683e
---
M src/target/trx_toolkit/data_msg.py
1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/73/14573/1
diff --git a/src/target/trx_toolkit/data_msg.py
b/src/target/trx_toolkit/data_msg.py
index 5cfb745..f14c295 100644
--- a/src/target/trx_toolkit/data_msg.py
+++ b/src/target/trx_toolkit/data_msg.py
@@ -28,11 +28,6 @@
from gsm_shared import *
class DATAMSG:
- # Common message fields
- burst = None
- fn = None
- tn = None
-
# Common constructor
def __init__(self, fn = None, tn = None, burst = None):
self.burst = burst
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/14573
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ibf71be552a7eb5dab1d096421a8557514294683e
Gerrit-Change-Number: 14573
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange