Commit 0dc532b8 authored by Robert Schmidt's avatar Robert Schmidt

from Raymond: Look up correct frame/slot number

parent 5e5ea88c
......@@ -75,8 +75,9 @@ void oai_xran_fh_rx_callback(void *pCallbackTag, xran_status_t status){
static int32_t last_slot=-1;
static int32_t last_frame=-1;
uint32_t rx_tti = callback_tag->slotiId;
tti = xran_get_slot_idx(0, &frame, &subframe, &slot, &second);
tti = xran_get_slot_idx_from_tti(rx_tti, &frame, &subframe, &slot, &second);
rx_sym = callback_tag->symbol;
if (rx_sym == 7) {
......
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