AssertFatal(j<sizeof(UL_RCC_INFO.rach_ind)/sizeof(UL_RCC_INFO.rach_ind[0]),"j index out of range of index of rach_ind\n");
AssertFatal(j<sizeof(UL_RCC_INFO[UL_info->CC_id].rach_ind)/sizeof(UL_RCC_INFO[UL_info->CC_id].rach_ind[0]),"j index out of range of index of rach_ind\n");
AssertFatal(UL_RCC_INFO.rach_ind[j].rach_indication_body.number_of_preambles==1,"More than 1 preamble not supported\n");// dump frame/sf and all things in UL_RCC_INFO
AssertFatal(UL_RCC_INFO[UL_info->CC_id].rach_ind[j].rach_indication_body.number_of_preambles==1,"More than 1 preamble not supported\n");// dump frame/sf and all things in UL_RCC_INFO