aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-12-17 18:14:04 +0100
committerSylvain Munaut <tnt@246tNt.com>2013-12-17 18:15:31 +0100
commit255a32a391afdc4a04e087c4e2cb467e47069a5a (patch)
treed3028474e615b0d7af22b106898d5c54871637a0 /src/l1
parentaf517203d3dd9fc627106bc9ea80f329e749a3a5 (diff)
doc: Fix a couple of missing documentation string
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/l1')
-rw-r--r--src/l1/conv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/l1/conv.c b/src/l1/conv.c
index 47736b8..a61e71d 100644
--- a/src/l1/conv.c
+++ b/src/l1/conv.c
@@ -187,6 +187,7 @@ static const uint8_t gmr1_conv_tch3_next_state[][2] = {
{ 56, 57 }, { 58, 59 }, { 60, 61 }, { 62, 63 },
};
+/*! \brief GMR-1 TCH3 speech tail-biting convolutional code */
const struct osmo_conv_code gmr1_conv_tch3 = {
.N = 2,
.K = 7,