osmo-gmr 0.2.104-2b98
Osmocom GMR-1

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

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

Go to the source code of this file.

Functions

void gmr1_tch3_encode (ubit_t *bits_e, const uint8_t *frame0, const uint8_t *frame1, const ubit_t *bits_s, const ubit_t *ciph, int m)
 Stateless GMR-1 TCH3 channel coder. More...
 
void gmr1_tch3_decode (uint8_t *frame0, uint8_t *frame1, ubit_t *bits_s, const sbit_t *bits_e, const ubit_t *ciph, int m, int *conv0_rv, int *conv1_rv)
 Stateless GMR-1 TCH3 channel decoder. More...
 

Detailed Description

Osmocom GMR-1 TCH3 channel coding header.