NR RRC - Match the ARP priority to the Logical Channel Priority

parent bc0b6c2d
...@@ -860,13 +860,17 @@ rrc_gNB_generate_dedicatedRRCReconfiguration( ...@@ -860,13 +860,17 @@ rrc_gNB_generate_dedicatedRRCReconfiguration(
switch(ue_context_pP->ue_context.pduSession[i].param.qos[qos_flow_index].allocation_retention_priority.priority_level) { switch(ue_context_pP->ue_context.pduSession[i].param.qos[qos_flow_index].allocation_retention_priority.priority_level) {
case NGAP_PRIORITY_LEVEL_HIGHEST: case NGAP_PRIORITY_LEVEL_HIGHEST:
drb_priority[drb_id-1] = 1;
break; break;
case NGAP_PRIORITY_LEVEL_LOWEST: case NGAP_PRIORITY_LEVEL_LOWEST:
drb_priority[drb_id-1] = 14;
break; break;
case NGAP_PRIORITY_LEVEL_NO_PRIORITY: case NGAP_PRIORITY_LEVEL_NO_PRIORITY:
drb_priority[drb_id-1] = 15;
break; break;
default: default:
LOG_E(NR_RRC,"Not supported priority level\n");
break; break;
} }
......
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