mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-08-03 21:33:46 +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
10
src/testpdu.h
Normal file
10
src/testpdu.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint8_t pdu_sync[8]; /* 60 bits */
|
||||
extern uint8_t pdu_sysinfo[16]; /* 124 bits */
|
||||
extern uint8_t pdu_acc_ass[2];
|
||||
extern uint8_t pdu_schf[268];
|
||||
|
||||
void testpdu_init();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue