aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2023-07-07 15:55:21 +0200
committerSylvain Munaut <tnt@246tNt.com>2023-07-07 15:55:21 +0200
commitc27a8ae3d915ae93505a040d060f4f619a19ce94 (patch)
tree1bdf40be336c519ab8efccfeaa3d3ddae1160bdd /utils
parent403dfbc345918af31771ba43aca5ef17dad5d0a5 (diff)
gsm: Fix comment for TCH/F4.8 code
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Change-Id: I62f6d0e9fec180138be5f37664969d56e79f3c13
Diffstat (limited to 'utils')
-rw-r--r--utils/conv_codes_gsm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/conv_codes_gsm.py b/utils/conv_codes_gsm.py
index 721e546c..62b5a0b3 100644
--- a/utils/conv_codes_gsm.py
+++ b/utils/conv_codes_gsm.py
@@ -77,7 +77,7 @@ conv_codes = [
name = "tch_f48",
description = [
"TCH/F4.8 convolutional code:",
- "152 bits blocks, rate 1/3, k = 5",
+ "148 bits blocks, rate 1/3, k = 5",
"G1 = 1 + D + D3 + D4",
"G2 = 1 + D2 + D4",
"G3 = 1 + D + D2 + D3 + D4",