-
- Downloads
Rename NR_UE_list_t to NR_UE_info_t
The name NR_UE_list_t is misleading: beyond being a simple "list", this structure carries all/most UE-related MAC information. If at all, it is a container for multiple lists. The next commit introduces a NR_UE_list_t structure that organizes UEs in lists such that it is easier to go through the UEs.
Showing
- openair1/SIMULATION/NR_PHY/dlsim.c 4 additions, 4 deletionsopenair1/SIMULATION/NR_PHY/dlsim.c
- openair2/LAYER2/NR_MAC_gNB/config.c 7 additions, 7 deletionsopenair2/LAYER2/NR_MAC_gNB/config.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c 43 additions, 43 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c 11 additions, 11 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c 16 additions, 17 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c 33 additions, 33 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c 36 additions, 39 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c 8 additions, 8 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
- openair2/LAYER2/NR_MAC_gNB/mac_proto.h 1 addition, 1 deletionopenair2/LAYER2/NR_MAC_gNB/mac_proto.h
- openair2/LAYER2/NR_MAC_gNB/main.c 18 additions, 18 deletionsopenair2/LAYER2/NR_MAC_gNB/main.c
- openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h 2 additions, 2 deletionsopenair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
- openair2/NR_PHY_INTERFACE/NR_IF_Module.c 2 additions, 2 deletionsopenair2/NR_PHY_INTERFACE/NR_IF_Module.c
Loading
Please register or sign in to comment