IF_Module_L2_primitives_NB_IoT.h 328 Bytes
Newer Older
1
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
2 3
//#include "LAYER2/MAC/extern.h"

4 5 6 7 8 9 10


#ifndef __IF_MODULE_L2_PRIMITIVES_NB_IOT_H__
#define __IF_MODULE_L2_PRIMITIVES_NB_IOT_H__

/*Interface for uplink, transmitting the Preamble(list), ULSCH SDU, NAK, Tick (trigger scheduler)
*/
Nick Ho's avatar
Nick Ho committed
11
void UL_indication(UL_IND_t *UL_INFO);
12 13

#endif