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
promise
OpenXG-RAN
Commits
a7ac979a
Commit
a7ac979a
authored
Jan 14, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stats adjustment
parent
db90feea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
+1
-1
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
+2
-0
No files found.
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
View file @
a7ac979a
...
...
@@ -1893,7 +1893,7 @@ schedule_ue_spec_fairRR(module_id_t module_idP,
//#ifdef DEBUG_eNB_SCHEDULER
if
(
ta_update
!=
31
)
{
LOG_
I
(
MAC
,
LOG_
D
(
MAC
,
"[eNB %d][DLSCH] Frame %d Generate header for UE_id %d on CC_id %d: sdu_length_total %d, num_sdus %d, sdu_lengths[0] %d, sdu_lcids[0] %d => payload offset %d,timing advance value : %d, padding %d,post_padding %d,(mcs %d, TBS %d, nb_rb %d),header_dcch %d, header_dtch %d
\n
"
,
module_idP
,
frameP
,
UE_id
,
CC_id
,
sdu_length_total
,
num_sdus
,
sdu_lengths
[
0
],
...
...
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
View file @
a7ac979a
...
...
@@ -115,6 +115,8 @@ void *pdcp_stats_thread(void *param) {
fprintf
(
fd
,
" rx_bytes %d, UL Throughput %e
\n
"
,
Pdcp_stats_rx_bytes
[
0
][
UE_id
][
drb_id
],
(
double
)((
Pdcp_stats_rx_bytes
[
0
][
UE_id
][
drb_id
]
-
old_byte_cnt_rx
[
UE_id
][
drb_id
])
<<
3
));
old_byte_cnt
[
UE_id
][
drb_id
]
=
Pdcp_stats_tx_bytes
[
0
][
UE_id
][
drb_id
];
old_byte_cnt_rx
[
UE_id
][
drb_id
]
=
Pdcp_stats_rx_bytes
[
0
][
UE_id
][
drb_id
];
}
}
fclose
(
fd
);
...
...
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