21#ifndef __OSMO_GMR1_L1_RACH_H__
22#define __OSMO_GMR1_L1_RACH_H__
34#include <osmocom/core/bits.h>
39 int *conv_rv,
int *crc_rv);
int gmr1_rach_decode(uint8_t *rach, const sbit_t *bits_e, uint8_t sb_mask, int *conv_rv, int *crc_rv)
Stateless GMR-1 RACH channel decoder.
Definition: rach.c:137
void gmr1_rach_encode(ubit_t *bits_e, const uint8_t *rach, uint8_t sb_mask)
Stateless GMR-1 RACH channel coder.
Definition: rach.c:78