mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
1. Remove modifications done in the following xran functions: process_mbuf_batch(); xran_process_srs_sym(). => not even used with OAI 7.2 interface. 2. Also, remove xran_fs_get_num_dl_sym_sp() and xran_fs_get_num_ul_sym_sp() introduced in the same MR. 3. Remove LiteOnIgnoreUPSectionIdEnable parameter. Instead, use RunSlotPrbMapBySymbolEnable in a simple way for xran_process_rx_sym() function. Explanation: The xran expects UL UP packets with the same section IDs as indicated per UL CP message. However, the section IDs of received packets are 3 for mixed slot and 13 for UL slot.