aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1/ccch.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-30 21:42:45 +0100
committerSylvain Munaut <tnt@246tNt.com>2011-10-30 21:42:45 +0100
commit800942cd0abea034c6e22a5cdebeca20051d1054 (patch)
tree22e34f610dcdb109ccf9817909df61736934eef5 /src/l1/ccch.c
parenta145d368a12bc43c705ce6f918e61fb2767ff8a5 (diff)
l1: Couple of fixes in the documentation of bcch/ccch channe coding
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/l1/ccch.c')
-rw-r--r--src/l1/ccch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/l1/ccch.c b/src/l1/ccch.c
index 4ece592..628e849 100644
--- a/src/l1/ccch.c
+++ b/src/l1/ccch.c
@@ -83,8 +83,8 @@ gmr1_ccch_encode(ubit_t *bits_e, uint8_t *l2)
* \param[out] l2 L2 packet data
* \param[in] bits_e Data bits of a burst
*
- * L2 data is 24 byte long, and bits_e is a 432 hard bit array to be
- * mapped on a burst.
+ * L2 data is 24 byte long, and bits_e is a 432 hard bit array
+ * unmapped from a burst.
*/
int
gmr1_ccch_decode(uint8_t *l2, sbit_t *bits_e, int *conv_rv)