NR RRC - Set DRB of PDUSession to active in RRC_UE_t during drb generation

parent ad9c2c80
......@@ -100,6 +100,7 @@ NR_DRB_ToAddMod_t *generateDRB(gNB_RRC_UE_t *ue,
}
ue->DRB_active[drb_id-1] = DRB_ACTIVE;
ue->pduSession[pduSession->param.pdusession_id].param.used_drbs[drb_id] = DRB_ACTIVE;
return DRB_config;
}
......
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