mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-07-01 21:23:39 +02:00
initial import of Osmocom TETRA phy and lower MAC code
This commit is contained in:
parent
a4c4e5a1ab
commit
7ee08faee0
45 changed files with 4217 additions and 0 deletions
16
src/lower_mac/tetra_rm3014.h
Normal file
16
src/lower_mac/tetra_rm3014.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef TETRA_RM3014_H
|
||||
#define TETRA_RM3014_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void tetra_rm3014_init(void);
|
||||
uint32_t tetra_rm3014_compute(const uint16_t in);
|
||||
|
||||
/**
|
||||
* Decode @param inp to @param out and return if there was
|
||||
* an error in the input. In the future this should correct
|
||||
* the error or such.
|
||||
*/
|
||||
int tetra_rm3013_decode(const uint32_t inp, uint16_t *out);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue