Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
b026278f
Commit
b026278f
authored
Nov 28, 2016
by
hbilel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enhance BSR log
parent
4ba87560
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+5
-5
No files found.
openair2/LAYER2/MAC/ue_procedures.c
View file @
b026278f
...
...
@@ -1729,7 +1729,7 @@ if (UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid] == LCID_NOT_EMPTY)
bsr_l
->
Buffer_size2
=
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
LCGID2
];
bsr_l
->
Buffer_size3
=
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
LCGID3
];
LOG_I
(
MAC
,
"[UE %d] Frame %d
BSR Trig=%d report long BSR (level LCGID0 %d,level LCGID1 %d,level LCGID2 %d,level LCGID3 %d)
\n
"
,
module_idP
,
frameP
,
LOG_I
(
MAC
,
"[UE %d] Frame %d
subframe %d BSR Trig=%d report long BSR (level LCGID0 %d,level LCGID1 %d,level LCGID2 %d,level LCGID3 %d)
\n
"
,
module_idP
,
frameP
,
subframe
,
UE_mac_inst
[
module_idP
].
BSR_reporting_active
,
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
LCGID0
],
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
LCGID1
],
...
...
@@ -1744,8 +1744,8 @@ if (UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid] == LCID_NOT_EMPTY)
bsr_t
->
LCGID
=
lcg_id_bsr_trunc
;
bsr_t
->
Buffer_size
=
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
lcg_id_bsr_trunc
];
LOG_I
(
MAC
,
"[UE %d] Frame %d BSR Trig=%d report TRUNCATED BSR with level %d for LCGID %d
\n
"
,
module_idP
,
frameP
,
UE_mac_inst
[
module_idP
].
BSR_reporting_active
,
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
lcg_id_bsr_trunc
],
lcg_id_bsr_trunc
);
LOG_I
(
MAC
,
"[UE %d] Frame %d
subframe %d
BSR Trig=%d report TRUNCATED BSR with level %d for LCGID %d
\n
"
,
module_idP
,
frameP
,
subframe
,
UE_mac_inst
[
module_idP
].
BSR_reporting_active
,
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
lcg_id_bsr_trunc
],
lcg_id_bsr_trunc
);
}
else
...
...
@@ -1754,8 +1754,8 @@ if (UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid] == LCID_NOT_EMPTY)
bsr_s
->
LCGID
=
lcg_id_bsr_trunc
;
bsr_s
->
Buffer_size
=
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
lcg_id_bsr_trunc
];
LOG_I
(
MAC
,
"[UE %d] Frame %d BSR Trig=%d report SHORT BSR with level %d for LCGID %d
\n
"
,
module_idP
,
frameP
,
UE_mac_inst
[
module_idP
].
BSR_reporting_active
,
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
lcg_id_bsr_trunc
],
lcg_id_bsr_trunc
);
LOG_I
(
MAC
,
"[UE %d] Frame %d
subframe %d
BSR Trig=%d report SHORT BSR with level %d for LCGID %d
\n
"
,
module_idP
,
frameP
,
subframe
,
UE_mac_inst
[
module_idP
].
BSR_reporting_active
,
UE_mac_inst
[
module_idP
].
scheduling_info
.
BSR
[
lcg_id_bsr_trunc
],
lcg_id_bsr_trunc
);
}
}
...
...
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