21#ifndef __OSMO_GMR1_L1_TCH3_H__
22#define __OSMO_GMR1_L1_TCH3_H__
34#include <osmocom/core/bits.h>
38 const uint8_t *frame0,
const uint8_t *frame1,
39 const ubit_t *bits_s,
const ubit_t *ciph,
int m);
41 const sbit_t *bits_e,
const ubit_t *ciph,
int m,
42 int *conv0_rv,
int *conv1_rv);
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.
Definition: tch3.c:61
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.
Definition: tch3.c:125