l1: Couple of fixes in the documentation of bcch/ccch channe coding

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2011-10-30 21:42:45 +01:00
parent a145d368a1
commit 800942cd0a
2 changed files with 4 additions and 4 deletions

View File

@ -79,8 +79,8 @@ gmr1_bcch_encode(ubit_t *bits_e, const 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 424 hard bit array to be
* mapped on a burst.
* L2 data is 24 byte long, and bits_e is a 424 hard bit array
* unmapped from a burst.
*/
int
gmr1_bcch_decode(uint8_t *l2, const sbit_t *bits_e, int *conv_rv)

View File

@ -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)