mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Populate UE MAC paging state from SIB1 PCCH-Config so PF/PO-related parameters are available to the rest of the UE MAC. Changes: - Add nr_ue_paging_cfg_t to NR_UE_MAC_INST_s with parsed paging fields (T, N, Ns, PF_offset, X) and the optional firstPDCCH-MonitoringOccasionOfPO list (first_mo_of_po[], first_mo_of_po_count) - Add configure_pcch_config() to decode SIB1 PCCH-Config via the common helpers nr_pcch_default_paging_cycle_rf, nr_pcch_n_and_paging_frame_offset, nr_pcch_ns_per_pf and nr_pcch_first_pdcch_start_mo - Add NR_PCCH_MAX_PO constant (TS 38.331 PCCH-Config) and size the first_mo_of_po[] - Invoke configure_pcch_config() from nr_rrc_mac_config_req_sib1() Signed-off-by: Guido Casati <guido.casati@openairinterface.org>