Skip to content
Snippets Groups Projects
Commit 878bbc65 authored by Francesco Mani's avatar Francesco Mani
Browse files

assertion for handling of RO mask

parent 9f3f7b04
No related branches found
No related tags found
3 merge requests!3309Integration: `2025.w11`,!3307Draft: Add CI UE test for RA with C-RNTI,!3150Rework of NR UE RA procedures
......@@ -418,6 +418,9 @@ static void ra_resource_selection(NR_UE_MAC_INST_t *mac)
// setting the RA ssb value as the progressive number of SSB transmitted
// non-transmitted SSBs are not taken into account
ra->ra_ssb = mac->ssb_list.nb_ssb_per_index[ssb];
// TODO not sure how to handle the RO mask when it is limiting the RO occasions
AssertFatal(ra->ro_mask_index <= 0, "Handling of RACH occasion masking indication not implemented\n");
}
static bool check_mixed_slot_prach(frame_structure_t *fs, int slot, int start_prach, int end_prach)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment