diff --git a/openair1/SCHED/phy_procedures_lte_eNb.c b/openair1/SCHED/phy_procedures_lte_eNb.c index 410f6b66ecc3554f8371624df404ba5180617a99..0db0d3123d4711ee4f5293a5f769845aaf3bc8f4 100644 --- a/openair1/SCHED/phy_procedures_lte_eNb.c +++ b/openair1/SCHED/phy_procedures_lte_eNb.c @@ -2911,16 +2911,16 @@ void prach_procedures_NB_IoT(PHY_VARS_eNB *eNB) { 0);*/ detection = rx_nprach_NB_IoT(eNB,frame,subframe,rnti,preamble_index,timing_advance_preamble); } - - if(detection == 1) ////////////////////////// to be moved to handle_rach_NB_IoT + + /*if(detection == 1) ////////////////////////// to be moved to handle_rach_NB_IoT { - /* initiate_ra_proc(UL_info->module_id, + ** initiate_ra_proc(UL_info->module_id, UL_info->CC_id, NFAPI_SFNSF2SFN(UL_info->rach_ind.sfn_sf), NFAPI_SFNSF2SF(UL_info->rach_ind.sfn_sf), UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.preamble, UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.timing_advance, - UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.rnti);*/ + UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.rnti); ** pthread_mutex_lock(&eNB->UL_INFO_mutex); ////////////////////////////////////////////////////////// @@ -2943,7 +2943,8 @@ void prach_procedures_NB_IoT(PHY_VARS_eNB *eNB) { preamble_index[0], (int16_t) timing_advance_preamble[0], 0,subframe,0); - } + }*/ + } //////////////////////////////////////////////////////////// END /////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////