Skip to content

Commit d8bfdc9

Browse files
author
codebot
committed
Update main
2 parents ef965e5 + b210e0b commit d8bfdc9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

include/srsran/support/executors/concurrent_metrics_executor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

tests/e2e/tests/viavi/test_declaration.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tests:
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

0 commit comments

Comments
 (0)