"README.md" did not exist on "23822ea203e00f2100fa41c7ee3084ec55b884fe"
nr_timer: consistently pass by ref, rename to nr_timer_is_active()
Pass consistently the NR_timer_t object through a pointer. Since we have to modify all occurrences of is_nr_timer_active(), we use that occasion and rename that function to nr_timer_is_active() to make it consistent with all other functions, starting with nr_timer.
parent
8d6b6676
No related branches found
No related tags found
Showing
- common/utils/nr/nr_common.c 8 additions, 8 deletionscommon/utils/nr/nr_common.c
- common/utils/nr/nr_common.h 3 additions, 3 deletionscommon/utils/nr/nr_common.h
- common/utils/nr/tests/test_nr_common.cpp 4 additions, 4 deletionscommon/utils/nr/tests/test_nr_common.cpp
- openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c 2 additions, 2 deletionsopenair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
- openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c 1 addition, 1 deletionopenair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
- openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c 2 additions, 2 deletionsopenair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
- openair2/RRC/NR_UE/rrc_UE.c 4 additions, 4 deletionsopenair2/RRC/NR_UE/rrc_UE.c
- openair2/RRC/NR_UE/rrc_timers_and_constants.c 7 additions, 7 deletionsopenair2/RRC/NR_UE/rrc_timers_and_constants.c
Loading
Please register or sign in to comment