-
- Downloads
Integrate nr_fill_nfapi_dl_pdu() back into nr_schedule_ue_spec()
Initially, filling the PDCCH and PDSCH nFAPI messages was split into a separate function (in an attempt to keep the code structure similar to LTE). However, this proved as not helpful: the nr_fill_nfapi_dl_pdu() just filled the messages, with a parameter list almost size as long as the actual messages (because most parameters are kind of independent). This made no sense, so we put it back. Also, from an understanding POV, they just fill a message as specified in SCF222, so it should not be a problem.
parent
71e297de
No related branches found
No related tags found
Showing
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c 182 additions, 21 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c 0 additions, 207 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
- openair2/LAYER2/NR_MAC_gNB/mac_proto.h 0 additions, 16 deletionsopenair2/LAYER2/NR_MAC_gNB/mac_proto.h
Loading
Please register or sign in to comment