fixeria has uploaded this change for review.

View Change

utils/conv_codes_gsm.py: fix inconsistent formatting

Change-Id: Ida99f0fe149b234c738875527dd64b610d33e050
---
M utils/conv_codes_gsm.py
1 file changed, 11 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/51/35751/1
diff --git a/utils/conv_codes_gsm.py b/utils/conv_codes_gsm.py
index 24a8ee2..7f621b8 100644
--- a/utils/conv_codes_gsm.py
+++ b/utils/conv_codes_gsm.py
@@ -155,11 +155,11 @@
description = ["RACH convolutional code"]
),

- # Extended RACH definition from 3GPP TS 45.003 §5.3.2
+ # Extended RACH definition from 3GPP TS 45.003 §5.3.2
ConvolutionalCode(
17,
shared_polys["xcch"],
- puncture = [ 0, 2, 5, 37, 39, 41, -1 ],
+ puncture = [ 0, 2, 5, 37, 39, 41, -1 ],
name = "rach_ext",
description = ["Extended RACH (11 bit) convolutional code"]
),

To view, visit change 35751. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ida99f0fe149b234c738875527dd64b610d33e050
Gerrit-Change-Number: 35751
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange