16 SEC_C_SLOT_CONTROL = 4,
20 SEC_C_ACK_NACK_FEEDBACK = 8,
21 SEC_C_SINR_REPORTING = 9,
22 SEC_C_RRM_MEAS_REPORTS = 10,
23 SEC_C_REQUEST_RRM_MEAS = 11,
27#define HIGHEST_EXTTYPE 28
29#define MAX_SECTION_IDs 32
43 bool section_types[SEC_C_MAX_INDEX];
44 uint16_t section_ids[MAX_SECTION_IDs+1];
45 uint8_t num_section_ids;
46 bool extensions[HIGHEST_EXTTYPE+1];
51 bool non_zero_re_in_current_prb;
52 uint32_t num_prbs_zero;
53 uint32_t num_res_zero;
Definition packet-oran.h:31