|
|
@ -494,8 +494,18 @@ void mac::rach_detected(uint32_t tti, uint32_t enb_cc_idx, uint32_t preamble_idx
|
|
|
|
// Trigger scheduler RACH
|
|
|
|
// Trigger scheduler RACH
|
|
|
|
scheduler.dl_rach_info(enb_cc_idx, rar_info);
|
|
|
|
scheduler.dl_rach_info(enb_cc_idx, rar_info);
|
|
|
|
|
|
|
|
|
|
|
|
log_h->info("RACH: tti=%d, preamble=%d, offset=%d, temp_crnti=0x%x\n", tti, preamble_idx, time_adv, rnti);
|
|
|
|
log_h->info("RACH: tti=%d, cc=%d, preamble=%d, offset=%d, temp_crnti=0x%x\n",
|
|
|
|
log_h->console("RACH: tti=%d, preamble=%d, offset=%d, temp_crnti=0x%x\n", tti, preamble_idx, time_adv, rnti);
|
|
|
|
tti,
|
|
|
|
|
|
|
|
enb_cc_idx,
|
|
|
|
|
|
|
|
preamble_idx,
|
|
|
|
|
|
|
|
time_adv,
|
|
|
|
|
|
|
|
rnti);
|
|
|
|
|
|
|
|
log_h->console("RACH: tti=%d, cc=%d, preamble=%d, offset=%d, temp_crnti=0x%x\n",
|
|
|
|
|
|
|
|
tti,
|
|
|
|
|
|
|
|
enb_cc_idx,
|
|
|
|
|
|
|
|
preamble_idx,
|
|
|
|
|
|
|
|
time_adv,
|
|
|
|
|
|
|
|
rnti);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// Allocate one new UE object in advance
|
|
|
|
// Allocate one new UE object in advance
|
|
|
|