File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
include/srsran/support/executors Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ class concurrent_metrics_executor : public task_executor
164164 (void )free_tasks->try_push (task_idx);
165165 });
166166 if (!success) {
167+ task = {};
168+ (void )free_tasks->try_push (task_idx);
167169 logger.debug (" Unsuccessful execution of handle metrics." );
168170 }
169171 }
Original file line number Diff line number Diff line change 5656 max_puschs_per_slot : 2
5757 cu_cp :
5858 rrc :
59- rrc_procedure_timeout_ms : 7200
59+ rrc_procedure_timeout_ms : 2000
6060 expert_execution :
6161 queues :
6262 du_ue_data_executor_queue_size : 16384
@@ -283,6 +283,12 @@ tests:
283283 nof_dl_symbols : 10
284284 nof_ul_slots : 7
285285 nof_ul_symbols : 0
286+ expert_execution :
287+ threads :
288+ upper_phy :
289+ nof_dl_threads : 3
290+ nof_ul_threads : 2
291+ nof_pusch_decoder_threads : 3
286292 # Pass / Fail Criteria
287293 expected_dl_bitrate : 14.0e+3
288294 expected_ul_bitrate : 1.0e+3
@@ -308,6 +314,12 @@ tests:
308314 nof_dl_symbols : 10
309315 nof_ul_slots : 6
310316 nof_ul_symbols : 0
317+ expert_execution :
318+ threads :
319+ upper_phy :
320+ nof_dl_threads : 3
321+ nof_ul_threads : 2
322+ nof_pusch_decoder_threads : 3
311323 # Pass / Fail Criteria
312324 expected_dl_bitrate : 14.0e+3
313325 expected_ul_bitrate : 1.0e+3
You can’t perform that action at this time.
0 commit comments