osmo-gmr 0.2.104-2b98
Osmocom GMR-1

Osmocom GMR-1 FACCH3 channel coding header. More...

#include <stdint.h>
#include <osmocom/core/bits.h>

Go to the source code of this file.

Functions

void gmr1_facch3_encode (ubit_t *bits_e, const uint8_t *l2, const ubit_t *bits_s, const ubit_t *ciph)
 Stateless GMR-1 FACCH3 channel coder. More...
 
int gmr1_facch3_decode (uint8_t *l2, ubit_t *bits_s, const sbit_t *bits_e, const ubit_t *ciph, int *conv_rv)
 Stateless GMR-1 FACCH3 channel decoder. More...
 

Detailed Description

Osmocom GMR-1 FACCH3 channel coding header.