Commit 54896bac authored by Matthieu Kanj's avatar Matthieu Kanj

correction for broadcast struct

parent e7974775
......@@ -223,7 +223,7 @@ typedef struct {
#define NPBCH_A 34
typedef struct {
uint8_t npbch_d[66+(3*(16+NPBCH_A))];
uint8_t npbch_d[96+(3*(16+NPBCH_A))];
uint8_t npbch_w[3*3*(16+NPBCH_A)];
uint8_t npbch_e[1600];
} NB_IoT_eNB_NPBCH;
......
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