Commit 72298adc authored by hsum's avatar hsum

print log SR UE

note that UCI.indication has both PUCCH for Harq ack/nack and SR, but we need to check for SR
parent 11c447d5
......@@ -1055,7 +1055,7 @@ void handle_nr_uci_pucch_0_1(module_id_t mod_id,
if (uci_01->sr.sr_indication && uci_01->sr.sr_confidence_level == 0 && uci_01->ul_cqi >= 148) {
// SR detected with SNR >= 10dB
sched_ctrl->SR |= true;
LOG_D(NR_MAC, "SR UE %04x ul_cqi %d\n", uci_01->rnti, uci_01->ul_cqi);
LOG_I(NR_MAC, "SR UE %04x ul_cqi %d\n", uci_01->rnti, uci_01->ul_cqi);
}
}
......
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