utils/conv_codes_gsm.py: fix inconsistent formatting

Change-Id: Ida99f0fe149b234c738875527dd64b610d33e050
This commit is contained in:
Vadim Yanitskiy 2024-01-31 21:22:11 +07:00
parent 0df28e0779
commit 462a93d30b
1 changed files with 2 additions and 2 deletions

View File

@ -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"]
),