osmo-gmr 0.2.104-2b98
Osmocom GMR-1

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

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

Functions

void gmr1_bcch_encode (ubit_t *bits_e, const uint8_t *l2)
 Stateless GMR-1 BCCH channel coder. More...
 
int gmr1_bcch_decode (uint8_t *l2, const sbit_t *bits_e, int *conv_rv)
 Stateless GMR-1 BCCH channel decoder. More...
 

Detailed Description

Osmocom GMR-1 BCCH channel coding implementation.