mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-08-05 22:33:37 +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
8
src/tetra_upper_mac.h
Normal file
8
src/tetra_upper_mac.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef TETRA_UPPER_MAC_H
|
||||
#define TETRA_UPPER_MAC_H
|
||||
|
||||
#include "tetra_prim.h"
|
||||
|
||||
int upper_mac_prim_recv(struct osmo_prim_hdr *op, void *priv);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue