Commit 52671712 authored by francescomani's avatar francescomani Committed by Laurent THOMAS

avoid global prach_assoc_pattern

parent 61d95c73
...@@ -462,6 +462,7 @@ typedef struct NR_UE_MAC_INST_s { ...@@ -462,6 +462,7 @@ typedef struct NR_UE_MAC_INST_s {
struct NR_SI_SchedulingInfo *si_SchedulingInfo; struct NR_SI_SchedulingInfo *si_SchedulingInfo;
int si_window_start; int si_window_start;
ssb_list_info_t ssb_list; ssb_list_info_t ssb_list;
prach_association_pattern_t prach_assoc_pattern;
NR_UE_ServingCell_Info_t sc_info; NR_UE_ServingCell_Info_t sc_info;
A_SEQUENCE_OF(NR_UE_DL_BWP_t) dl_BWPs; A_SEQUENCE_OF(NR_UE_DL_BWP_t) dl_BWPs;
......
This diff is collapsed.
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