Commit c137c0bb authored by zhenghuangkun's avatar zhenghuangkun

Fix RRCConnectionReconfiguration encode failed for noS1 simulation

parent 2389b633
...@@ -9120,7 +9120,7 @@ rrc_eNB_decode_dcch( ...@@ -9120,7 +9120,7 @@ rrc_eNB_decode_dcch(
for (i = 0; i < ue_context_p->ue_context.nb_of_e_rabs; i++) { for (i = 0; i < ue_context_p->ue_context.nb_of_e_rabs; i++) {
ue_context_p->ue_context.e_rab[i].status = E_RAB_STATUS_NEW; ue_context_p->ue_context.e_rab[i].status = E_RAB_STATUS_NEW;
ue_context_p->ue_context.e_rab[i].param.e_rab_id = 1+i; ue_context_p->ue_context.e_rab[i].param.e_rab_id = 5+i; // LW set to first value, allowed value 5..15, value : x+5
ue_context_p->ue_context.e_rab[i].param.qos.qci=9; ue_context_p->ue_context.e_rab[i].param.qos.qci=9;
} }
......
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