Commit 22ddb6be authored by Nick Ho's avatar Nick Ho

debug on MSG4 construction

parent 824c95a7
......@@ -1007,7 +1007,7 @@ int fill_msg4_NB_IoT(
con_res[5] = ra_template->ccch_buffer[5];
length+=6;
uint8_t *msg4_rrc_sdu = (uint8_t *) (dlsch_buffer+9);
uint8_t *msg4_rrc_sdu = (uint8_t *) (dlsch_buffer+8);
msg4_rrc_sdu[0] = ra_template->msg4_rrc_buffer[0];
msg4_rrc_sdu[1] = ra_template->msg4_rrc_buffer[1];
......
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