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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
zzha zzha
OpenXG-RAN
Commits
f8f20827
Commit
f8f20827
authored
Jun 04, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename DL&UL scheduling timing stats
parent
59e10dc8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
ci-scripts/datalog_rt_stats.2x2.yaml
ci-scripts/datalog_rt_stats.2x2.yaml
+2
-2
ci-scripts/datalog_rt_stats.default.yaml
ci-scripts/datalog_rt_stats.default.yaml
+2
-2
ci-scripts/stats_monitor_conf.yaml
ci-scripts/stats_monitor_conf.yaml
+2
-2
openair2/LAYER2/NR_MAC_gNB/main.c
openair2/LAYER2/NR_MAC_gNB/main.c
+1
-1
No files found.
ci-scripts/datalog_rt_stats.2x2.yaml
View file @
f8f20827
...
...
@@ -16,7 +16,7 @@ Ref :
L1 Rx processing
:
175.0
PUSCH inner-receiver
:
100.0
PUSCH decoding
:
180.0
DL & UL scheduling timing
stats
:
37.0
DL & UL scheduling timing
:
37.0
UL Indication
:
38.0
Threshold
:
feprx
:
1.25
...
...
@@ -28,5 +28,5 @@ Threshold :
L1 Rx processing
:
1.25
PUSCH inner-receiver
:
1.25
PUSCH decoding
:
1.25
DL & UL scheduling timing
stats
:
1.25
DL & UL scheduling timing
:
1.25
UL Indication
:
1.25
ci-scripts/datalog_rt_stats.default.yaml
View file @
f8f20827
...
...
@@ -17,7 +17,7 @@ Ref :
PUSCH inner-receiver
:
100.0
#PUSCH decoding : 180.0
PUSCH decoding
:
240.0
DL & UL scheduling timing
stats
:
37.0
DL & UL scheduling timing
:
37.0
UL Indication
:
38.0
Threshold
:
feprx
:
1.25
...
...
@@ -29,5 +29,5 @@ Threshold :
L1 Rx processing
:
1.25
PUSCH inner-receiver
:
1.25
PUSCH decoding
:
1.25
DL & UL scheduling timing
stats
:
1.25
DL & UL scheduling timing
:
1.25
UL Indication
:
1.25
ci-scripts/stats_monitor_conf.yaml
View file @
f8f20827
...
...
@@ -25,7 +25,7 @@ gnb :
L1 Rx processing
:
PUSCH inner-receiver
:
PUSCH decoding
:
DL & UL scheduling timing
stats
:
DL & UL scheduling timing
:
UL Indication
:
graph
:
page1
:
...
...
@@ -45,5 +45,5 @@ gnb :
page4
:
rt.PUSCH inner-receiver
:
rt.PUSCH decoding
:
rt.DL & UL scheduling timing
stats
:
rt.DL & UL scheduling timing
:
rt.UL Indication
:
openair2/LAYER2/NR_MAC_gNB/main.c
View file @
f8f20827
...
...
@@ -59,7 +59,7 @@ void *nrmac_stats_thread(void *arg) {
size_t
stroff
=
0
;
stroff
+=
dump_mac_stats
(
gNB
,
output
,
MACSTATSSTRLEN
,
false
);
stroff
+=
snprintf
(
output
+
stroff
,
MACSTATSSTRLEN
-
stroff
,
"
\n
"
);
stroff
+=
print_meas_log
(
&
gNB
->
eNB_scheduler
,
"DL & UL scheduling timing
stats
"
,
NULL
,
NULL
,
output
+
stroff
);
stroff
+=
print_meas_log
(
&
gNB
->
eNB_scheduler
,
"DL & UL scheduling timing"
,
NULL
,
NULL
,
output
+
stroff
);
stroff
+=
print_meas_log
(
&
gNB
->
schedule_dlsch
,
"dlsch scheduler"
,
NULL
,
NULL
,
output
+
stroff
);
stroff
+=
print_meas_log
(
&
gNB
->
rlc_data_req
,
"rlc_data_req"
,
NULL
,
NULL
,
output
+
stroff
);
stroff
+=
print_meas_log
(
&
gNB
->
rlc_status_ind
,
"rlc_status_ind"
,
NULL
,
NULL
,
output
+
stroff
);
...
...
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