Commit 897c8da2 authored by Xenofon Foukas's avatar Xenofon Foukas

Fixed size of arrays for RSRP and RSRQ measurements

parent 600c64a7
...@@ -93,8 +93,8 @@ extern uint16_t N310[8]; ...@@ -93,8 +93,8 @@ extern uint16_t N310[8];
extern uint16_t N311[8]; extern uint16_t N311[8];
extern uint32_t T304[8]; extern uint32_t T304[8];
extern uint32_t timeToTrigger_ms[16]; extern uint32_t timeToTrigger_ms[16];
extern float RSRP_meas_mapping[100]; extern float RSRP_meas_mapping[98];
extern float RSRQ_meas_mapping[33]; extern float RSRQ_meas_mapping[35];
#endif #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