Commit 33376494 authored by ChiehChun's avatar ChiehChun

Fix LCID of CRNTI for nr UE

parent 8d7b4657
...@@ -5051,7 +5051,7 @@ uint16_t nr_generate_ulsch_pdu(uint8_t *sdus_payload, ...@@ -5051,7 +5051,7 @@ uint16_t nr_generate_ulsch_pdu(uint8_t *sdus_payload,
if (crnti) { if (crnti) {
// MAC CE fixed subheader // MAC CE fixed subheader
mac_pdu_ptr->R = 0; mac_pdu_ptr->R = 0;
mac_pdu_ptr->LCID = CRNTI; mac_pdu_ptr->LCID = UL_SCH_LCID_C_RNTI;
mac_pdu_ptr++; mac_pdu_ptr++;
// C-RNTI MAC CE (2 octets) // C-RNTI MAC CE (2 octets)
......
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