From 32847ee14335f2229cf596470c9661cc5c6f6f52 Mon Sep 17 00:00:00 2001 From: Jaroslava Fiedlerova Date: Mon, 15 Jun 2026 16:56:18 +0200 Subject: [PATCH 1/4] CI: Enable UE log collection in RAN-SA-FHI72-MPLANE-CN5G Signed-off-by: Jaroslava Fiedlerova --- ci-scripts/as_ue/multi-00105-100.cfg | 2 +- ci-scripts/as_ue/multi-00105-40.cfg | 2 +- ci-scripts/ci_infra.yaml | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ci-scripts/as_ue/multi-00105-100.cfg b/ci-scripts/as_ue/multi-00105-100.cfg index bb68fc4fc8..f8a349fcf4 100644 --- a/ci-scripts/as_ue/multi-00105-100.cfg +++ b/ci-scripts/as_ue/multi-00105-100.cfg @@ -7,7 +7,7 @@ #define N_ANTENNA_UL 1 #define TDD 1 -log_options: "all.level=debug,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1", +log_options: "all.level=info,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1", log_filename: "/tmp/ue.log", /* Enable remote API and Web interface */ diff --git a/ci-scripts/as_ue/multi-00105-40.cfg b/ci-scripts/as_ue/multi-00105-40.cfg index 0663ce9ce2..0ddfcc7b46 100644 --- a/ci-scripts/as_ue/multi-00105-40.cfg +++ b/ci-scripts/as_ue/multi-00105-40.cfg @@ -7,7 +7,7 @@ #define N_ANTENNA_UL 1 #define TDD 1 -log_options: "all.level=debug,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1", +log_options: "all.level=info,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1", log_filename: "/tmp/ue.log", /* Enable remote API and Web interface */ diff --git a/ci-scripts/ci_infra.yaml b/ci-scripts/ci_infra.yaml index 71753560e7..b6dba9277c 100644 --- a/ci-scripts/ci_infra.yaml +++ b/ci-scripts/ci_infra.yaml @@ -217,11 +217,19 @@ amarisoft_00105_40MHz: InitScript: /root/lteue-linux-2025-03-15/lteue /root/oaicicd/ran_sa_fhi72_mplane_40MHz/multi-00105-40.cfg & TermScript: /root/lteue-linux-2025-03-15/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2 NetworkScript: ip netns exec ue1 ip a show dev pdn0 + Tracing: + Start: '' # nothing to be done + Stop: '' # nothing to be done + Collect: 'cp /tmp/ue.log %%log_dir%%' amarisoft_00105_100MHz: Host: amariue InitScript: /root/lteue-linux-2025-03-15/lteue /root/oaicicd/ran_sa_fhi72_mplane_100MHz/multi-00105-100.cfg & TermScript: /root/lteue-linux-2025-03-15/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2 NetworkScript: ip netns exec ue1 ip a show dev pdn0 + Tracing: + Start: '' # nothing to be done + Stop: '' # nothing to be done + Collect: 'cp /tmp/ue.log %%log_dir%%' amarisoft_ue_1: Host: amariue AttachScript: /root/lteue-linux-2025-03-15/ws.js 127.0.0.1:9002 '{"message":"power_on","ue_id":1}' From aa6f141498106158a9293419510e782560c5d24b Mon Sep 17 00:00:00 2001 From: Jaroslava Fiedlerova Date: Wed, 1 Jul 2026 09:03:10 +0200 Subject: [PATCH 2/4] CI: Configuration file adjustment for LTE-TDD-LTEBOX-Container Try to reduce number of false RA attempts on eNB Signed-off-by: Jaroslava Fiedlerova --- .../enb.band40.100prb.usrpb200.tm1-defaultscheduler.conf | 3 ++- ci-scripts/conf_files/enb.band40.25prb.usrpb200.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ci-scripts/conf_files/enb.band40.100prb.usrpb200.tm1-defaultscheduler.conf b/ci-scripts/conf_files/enb.band40.100prb.usrpb200.tm1-defaultscheduler.conf index ffbed279e1..894ec3e65d 100644 --- a/ci-scripts/conf_files/enb.band40.100prb.usrpb200.tm1-defaultscheduler.conf +++ b/ci-scripts/conf_files/enb.band40.100prb.usrpb200.tm1-defaultscheduler.conf @@ -184,7 +184,8 @@ L1s = ( { num_cc = 1; tr_n_preference = "local_mac"; - } + prach_dtx_threshold = 200; + } ); RUs = ( diff --git a/ci-scripts/conf_files/enb.band40.25prb.usrpb200.conf b/ci-scripts/conf_files/enb.band40.25prb.usrpb200.conf index 520e689f59..c57a404074 100644 --- a/ci-scripts/conf_files/enb.band40.25prb.usrpb200.conf +++ b/ci-scripts/conf_files/enb.band40.25prb.usrpb200.conf @@ -184,7 +184,8 @@ L1s = ( { num_cc = 1; tr_n_preference = "local_mac"; - } + prach_dtx_threshold = 200; + } ); RUs = ( From 384186b0a61519cf6abc5b89327f7a4b344e66e7 Mon Sep 17 00:00:00 2001 From: Jaroslava Fiedlerova Date: Thu, 2 Jul 2026 16:19:03 +0200 Subject: [PATCH 3/4] CI: Configuration file adjustment for LTE-FDD-LTEBOX-Container Try to reduce number of false RA attempts on eNB Signed-off-by: Jaroslava Fiedlerova --- ci-scripts/conf_files/enb.band7.100prb.usrpb200.tm1.conf | 1 + ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1-norrc.conf | 1 + ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1.conf | 1 + ci-scripts/conf_files/enb.band7.50prb.usrpb200.tm1.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/ci-scripts/conf_files/enb.band7.100prb.usrpb200.tm1.conf b/ci-scripts/conf_files/enb.band7.100prb.usrpb200.tm1.conf index 71fbb314a9..f41d7171c9 100644 --- a/ci-scripts/conf_files/enb.band7.100prb.usrpb200.tm1.conf +++ b/ci-scripts/conf_files/enb.band7.100prb.usrpb200.tm1.conf @@ -216,6 +216,7 @@ L1s = { num_cc = 1; tr_n_preference = "local_mac"; + prach_dtx_threshold = 200; } ); diff --git a/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1-norrc.conf b/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1-norrc.conf index a7f92b4255..074bd85b37 100644 --- a/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1-norrc.conf +++ b/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1-norrc.conf @@ -216,6 +216,7 @@ L1s = { num_cc = 1; tr_n_preference = "local_mac"; + prach_dtx_threshold = 200; } ); diff --git a/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1.conf b/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1.conf index 59e3c4a050..ec3c3b6989 100644 --- a/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1.conf +++ b/ci-scripts/conf_files/enb.band7.25prb.usrpb200.tm1.conf @@ -216,6 +216,7 @@ L1s = { num_cc = 1; tr_n_preference = "local_mac"; + prach_dtx_threshold = 200; } ); diff --git a/ci-scripts/conf_files/enb.band7.50prb.usrpb200.tm1.conf b/ci-scripts/conf_files/enb.band7.50prb.usrpb200.tm1.conf index aa9bb7ef32..c9f7d4cbf5 100644 --- a/ci-scripts/conf_files/enb.band7.50prb.usrpb200.tm1.conf +++ b/ci-scripts/conf_files/enb.band7.50prb.usrpb200.tm1.conf @@ -216,6 +216,7 @@ L1s = { num_cc = 1; tr_n_preference = "local_mac"; + prach_dtx_threshold = 200; } ); From 2828e63dd829bb4bfc8478b8e536a8310b4a5e17 Mon Sep 17 00:00:00 2001 From: Jaroslava Fiedlerova Date: Thu, 2 Jul 2026 16:20:36 +0200 Subject: [PATCH 4/4] CI: Remove OAI-CN5G-COTS-UE-Test from parent pipeline The executor machine for this test is currently unavailable. The test will be re-enabled once the replacement machine is configured. Signed-off-by: Jaroslava Fiedlerova --- ci-scripts/Jenkinsfile-GitHub-Container | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ci-scripts/Jenkinsfile-GitHub-Container b/ci-scripts/Jenkinsfile-GitHub-Container index 65c389e9aa..7dbf9d54cb 100644 --- a/ci-scripts/Jenkinsfile-GitHub-Container +++ b/ci-scripts/Jenkinsfile-GitHub-Container @@ -48,7 +48,6 @@ def nsaTDDB200Status = '' def saTDDB200Status = '' def phytestLDPCoffloadStatus = '' def saAW2SStatus = '' -def cn5gCOTSUESanityCheck = '' def saAERIALStatus = '' def saMultiAntennaStatus = '' def saFHI72Status = '' @@ -712,29 +711,6 @@ pipeline { } } } - stage ("Sanity-Check OAI-CN5G") { - when { expression {do5Gtest} } - steps { - script { - triggerCN5GDownstreamJob ('OAI-CN5G-COTS-UE-Test') - } - } - post { - always { - script { - // Using a unique variable name for each test stage to avoid overwriting on a global variable - // due to parallel-time concurrency - cn5gCOTSUESanityCheck = finalizeDownstreamJob('OAI-CN5G-COTS-UE-Test') - } - } - failure { - script { - currentBuild.result = 'FAILURE' - failingStages += cn5gCOTSUESanityCheck - } - } - } - } stage ("SA-AERIAL-CN5G") { when { expression {do5Gtest} } steps {