Commit d1f54a98 authored by LAD's avatar LAD

[to test] Check CE from UECap and TDD from RRC config

parent eddc13d2
......@@ -643,7 +643,7 @@ LTE_DRX_Config_t *do_DrxConfig(int CC_id,
}
/* CDRX not implemented for TDD */
if (rrc_inst->carrier[CC_id].sib1->tdd_Config) {
if (configuration->frame_type[CC_id] == 1) {
LOG_E(RRC, "[do_DrxConfig] CDRX not implemented for TDD\n");
return NULL;
}
......
......@@ -3205,7 +3205,7 @@ void rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t
rnti_t rnti = ue_context_pP->ue_id_rnti;
module_id_t module_id = ctxt_pP->module_id;
if (NODE_IS_MONOLITHIC(RC.rrc[ctxt_pP->module_id]->node_type)) {
if (NODE_IS_MONOLITHIC(rrc_inst->node_type)) {
/* CDRX Configuration */
LOG_D(RRC, "Processing the DRX configuration in RRC Connection Reconfiguration\n");
......
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