Commit a9b67c50 authored by Matthieu Kanj's avatar Matthieu Kanj

correction of functions parameters

parent 7790a10b
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define NPBCH_A 34 // 34 for NB-IoT and 24 for LTE #define NPBCH_A 34 // 34 for NB-IoT and 24 for LTE
int allocate_npbch_REs_in_RB(LTE_DL_FRAME_PARMS *frame_parms, int allocate_npbch_REs_in_RB(NB_IOT_DL_FRAME_PARMS *frame_parms,
int32_t **txdataF, int32_t **txdataF,
uint32_t *jj, uint32_t *jj,
uint32_t symbol_offset, uint32_t symbol_offset,
...@@ -116,7 +116,7 @@ int allocate_npbch_REs_in_RB(LTE_DL_FRAME_PARMS *frame_parms, ...@@ -116,7 +116,7 @@ int allocate_npbch_REs_in_RB(LTE_DL_FRAME_PARMS *frame_parms,
int generate_npbch(NB_IoT_eNB_NPBCH *eNB_npbch, int generate_npbch(NB_IoT_eNB_NPBCH *eNB_npbch,
int32_t **txdataF, int32_t **txdataF,
int amp, int amp,
LTE_DL_FRAME_PARMS *frame_parms, NB_IOT_DL_FRAME_PARMS *frame_parms,
uint8_t *npbch_pdu, uint8_t *npbch_pdu,
uint8_t frame_mod64 uint8_t frame_mod64
unsigned short NB_IoT_RB_ID) unsigned short NB_IoT_RB_ID)
...@@ -208,7 +208,7 @@ return(0); ...@@ -208,7 +208,7 @@ return(0);
} }
/********************************************************** /**********************************************************
**********************************************************/ **********************************************************/
void npbch_scrambling(LTE_DL_FRAME_PARMS *frame_parms, void npbch_scrambling(NB_IOT_DL_FRAME_PARMS *frame_parms,
uint8_t *npbch_e, uint8_t *npbch_e,
uint32_t length) // 1600 uint32_t length) // 1600
{ {
......
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