Skip to content
Snippets Groups Projects

integration_2023_w13

Merged Robert Schmidt requested to merge integration_2023_w13 into develop
All threads resolved!
3 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -211,6 +211,11 @@ int create_tasks_nrue(uint32_t ue_nb) {
}
itti_wait_ready(0);
// Thread to update the RRC timers (in msec) at UE
pthread_t timers_update;
threadCreate(&timers_update, nr_rrc_timers_update, NULL, "nr_rrc_timer_update", -1, OAI_PRIORITY_RT_LOW);
return 0;
}
Loading