bugfix: add handling of DFT 768 everywhere it's needed
In the eNB it's not really used for the moment because there is a limitation to uplink scheduling. In openair2/LAYER2/MAC/eNB_scheduler_ulsch.c we have: while (((rb_table[rb_table_index] > (N_RB_UL - 1 - first_rb[CC_id])) || (rb_table[rb_table_index] > 45)) That limits uplink scheduling to at most 44 RBs. The 768 case is for 64 RBs.
Showing
- openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c 1 addition, 1 deletionopenair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
- openair1/PHY/LTE_REFSIG/lte_ul_ref.c 7 additions, 7 deletionsopenair1/PHY/LTE_REFSIG/lte_ul_ref.c
- openair1/PHY/LTE_TRANSPORT/transport_extern.h 4 additions, 4 deletionsopenair1/PHY/LTE_TRANSPORT/transport_extern.h
- openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c 6 additions, 0 deletionsopenair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
- openair1/PHY/LTE_UE_TRANSPORT/drs_modulation.c 1 addition, 1 deletionopenair1/PHY/LTE_UE_TRANSPORT/drs_modulation.c
- openair1/PHY/LTE_UE_TRANSPORT/srs_modulation.c 1 addition, 1 deletionopenair1/PHY/LTE_UE_TRANSPORT/srs_modulation.c
- openair1/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c 6 additions, 0 deletionsopenair1/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c
- openair1/PHY/TOOLS/tools_defs.h 1 addition, 0 deletionsopenair1/PHY/TOOLS/tools_defs.h
- openair1/SIMULATION/LTE_PHY/unitary_defs.h 2 additions, 2 deletionsopenair1/SIMULATION/LTE_PHY/unitary_defs.h
Loading
Please register or sign in to comment