Commit e7974775 authored by Matthieu Kanj's avatar Matthieu Kanj

modification of impl_defs_lte_nb_iot.h / adding NPBCH structur

parent 249e6715
......@@ -220,3 +220,14 @@ typedef struct {
} NB_DL_FRAME_PARMS;
#define NPBCH_A 34
typedef struct {
uint8_t npbch_d[66+(3*(16+NPBCH_A))];
uint8_t npbch_w[3*3*(16+NPBCH_A)];
uint8_t npbch_e[1600];
} NB_IoT_eNB_NPBCH;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment