From 462a93d30bb2dcdb8b247da5f701c7baf26784c5 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 31 Jan 2024 21:22:11 +0700 Subject: utils/conv_codes_gsm.py: fix inconsistent formatting Change-Id: Ida99f0fe149b234c738875527dd64b610d33e050 --- utils/conv_codes_gsm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/conv_codes_gsm.py b/utils/conv_codes_gsm.py index 24a8ee21..7f621b8d 100644 --- a/utils/conv_codes_gsm.py +++ b/utils/conv_codes_gsm.py @@ -155,11 +155,11 @@ conv_codes = [ 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"] ), -- cgit v1.2.3