osmo-gmr 0.2.104-2b98
Osmocom GMR-1

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

#include <stdint.h>
#include <string.h>
#include <osmocom/core/bits.h>
#include <osmocom/core/conv.h>
#include <osmocom/gmr1/l1/conv.h>
#include <osmocom/gmr1/l1/punct.h>
#include <osmocom/gmr1/l1/scramb.h>

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 implementation.