osmo-gmr 0.2.104-2b98
Osmocom GMR-1

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

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

Go to the source code of this file.

Enumerations

enum  gmr1_tch9_mode { GMR1_TCH9_2k4 , GMR1_TCH9_4k8 , GMR1_TCH9_9k6 , GMR1_TCH9_MAX }
 TCH9 possible data rates. More...
 

Functions

void gmr1_tch9_encode (ubit_t *bits_e, const uint8_t *l2, enum gmr1_tch9_mode mode, const ubit_t *bits_sacch, const ubit_t *bits_status, const ubit_t *ciph, struct gmr1_interleaver *il)
 GMR-1 TCH9 channel coder. More...
 
void gmr1_tch9_decode (uint8_t *l2, sbit_t *bits_sacch, sbit_t *bits_status, const sbit_t *bits_e, enum gmr1_tch9_mode mode, const ubit_t *ciph, struct gmr1_interleaver *il, int *conv_rv)
 GMR-1 TCH9 channel decoder. More...
 

Detailed Description

Osmocom GMR-1 TCH9 channel coding header.