Commit 04b28e5f authored by luis_pereira87's avatar luis_pereira87

Fix Msg4 mac pdu with padding

parent 2ec6ee5f
......@@ -1786,7 +1786,7 @@ void nr_ue_process_mac_pdu(nr_downlink_indication_t *dl_info,
mac_subheader_len = 2;
}
if ( pdu_len >= mac_sdu_len ) {
if ( pdu_len >= (mac_subheader_len + mac_sdu_len) ) {
LOG_D(NR_MAC,"DL_SCH_LCID_CCCH with payload len %d\n", mac_sdu_len);
......
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