Commit ff71bb9e authored by Raymond Knopp's avatar Raymond Knopp

fixed bug introduced last week when TDD config 3 is used. RA was never...

fixed bug introduced last week when TDD config 3 is used.  RA was never scheduled (commented out in openair2/LAYER2/MAC/eNB_scheduler.c)

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6718 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d01371a0
......@@ -406,9 +406,9 @@ void eNB_dlsch_ulsch_scheduler(module_id_t module_idP,uint8_t cooperation_flag,
switch (mac_xface->lte_frame_parms->tdd_config) {
case 3:
case 4:
// schedule_RA(module_idP,frameP,subframeP,3,nprb,nCCE); // 3 = Msg3 subframeP, not
schedule_RA(module_idP,frameP,subframeP,3,nprb,nCCE); // 3 = Msg3 subframeP, not
schedule_ue_spec(module_idP,frameP,subframeP,nprb,nCCE,mbsfn_status);
fill_DLSCH_dci(module_idP,frameP,subframeP,RBalloc,0,mbsfn_status); //1,mbsfn_status);
fill_DLSCH_dci(module_idP,frameP,subframeP,RBalloc,1,mbsfn_status);
break;
case 5:
schedule_ue_spec(module_idP,frameP,subframeP,nprb,nCCE,mbsfn_status);
......
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