Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
937a90ee
Commit
937a90ee
authored
Jan 08, 2026
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/minor-adjustments' into integration_2026_w02 (!3847)
Minor CI and nr_ulsim reporting adjustments
parents
f9edf20a
1ff1cb12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+1
-1
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+1
-1
No files found.
ci-scripts/cls_containerize.py
View file @
937a90ee
...
@@ -209,7 +209,7 @@ def CheckLogs(self, filename, HTML, RAN):
...
@@ -209,7 +209,7 @@ def CheckLogs(self, filename, HTML, RAN):
elif
'nv-cubb'
in
name
:
elif
'nv-cubb'
in
name
:
msg
=
'Undeploy PNF/Nvidia CUBB'
msg
=
'Undeploy PNF/Nvidia CUBB'
HTML
.
CreateHtmlTestRow
(
msg
,
'OK'
,
CONST
.
ALL_PROCESSES_OK
)
HTML
.
CreateHtmlTestRow
(
msg
,
'OK'
,
CONST
.
ALL_PROCESSES_OK
)
elif
(
any
(
sub
in
name
for
sub
in
[
'enb'
,
'rru'
,
'rcc'
,
'cu'
,
'du'
,
'gnb'
])):
elif
(
any
(
sub
in
name
for
sub
in
[
'enb'
,
'rru'
,
'rcc'
,
'cu'
,
'du'
,
'gnb'
,
'vnf'
])):
logging
.
debug
(
f'
\u001B
[1m Analyzing XnB logfile
{
filename
}
\u001B
[0m'
)
logging
.
debug
(
f'
\u001B
[1m Analyzing XnB logfile
{
filename
}
\u001B
[0m'
)
logStatus
=
RAN
.
AnalyzeLogFile_eNB
(
filename
,
HTML
,
self
.
ran_checkers
)
logStatus
=
RAN
.
AnalyzeLogFile_eNB
(
filename
,
HTML
,
self
.
ran_checkers
)
opt
=
f"xNB log analysis (
{
name
}
)"
opt
=
f"xNB log analysis (
{
name
}
)"
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
937a90ee
...
@@ -1742,7 +1742,7 @@ int main(int argc, char *argv[])
...
@@ -1742,7 +1742,7 @@ int main(int argc, char *argv[])
printStatIndent2
(
&
gNB
->
rx_pusch_symbol_processing_stats
,
"RX PUSCH Symbol Processing time"
);
printStatIndent2
(
&
gNB
->
rx_pusch_symbol_processing_stats
,
"RX PUSCH Symbol Processing time"
);
printStatIndent
(
&
gNB
->
ulsch_decoding_stats
,
"ULSCH total decoding time"
);
printStatIndent
(
&
gNB
->
ulsch_decoding_stats
,
"ULSCH total decoding time"
);
printStatIndent2
(
&
gNB
->
ts_deinterleave
,
"ULSCH segment deinterleaving time"
);
printStatIndent2
(
&
gNB
->
ts_deinterleave
,
"ULSCH segment deinterleaving time"
);
printStatIndent2
(
&
gNB
->
ts_rate_unmatch
,
"ULSCH segment rate
recovery
time"
);
printStatIndent2
(
&
gNB
->
ts_rate_unmatch
,
"ULSCH segment rate
matching
time"
);
printStatIndent2
(
&
gNB
->
ts_ldpc_decode
,
"ULSCH segments decoding time"
);
printStatIndent2
(
&
gNB
->
ts_ldpc_decode
,
"ULSCH segments decoding time"
);
printStatIndent
(
&
gNB
->
rx_srs_stats
,
"RX SRS time"
);
printStatIndent
(
&
gNB
->
rx_srs_stats
,
"RX SRS time"
);
printStatIndent2
(
&
gNB
->
generate_srs_stats
,
"Generate SRS sequence time"
);
printStatIndent2
(
&
gNB
->
generate_srs_stats
,
"Generate SRS sequence time"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment