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
lizhongxiao
OpenXG-RAN
Commits
78efb332
Commit
78efb332
authored
Jan 09, 2017
by
gabrielC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log clean up
parent
f16fe142
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/LTE_TRANSPORT/dlsch_decoding.c
openair1/PHY/LTE_TRANSPORT/dlsch_decoding.c
+1
-1
openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/dlsch_decoding.c
View file @
78efb332
...
...
@@ -243,7 +243,7 @@ uint32_t dlsch_decoding(PHY_VARS_UE *phy_vars_ue,
}
if
(
dlsch
->
harq_ack
[
subframe
].
ack
!=
2
)
{
LOG_
W
(
PHY
,
"[UE %d] DLSCH @ SF%d : ACK bit is %d instead of DTX even before PDSCH is decoded!
\n
"
,
LOG_
D
(
PHY
,
"[UE %d] DLSCH @ SF%d : ACK bit is %d instead of DTX even before PDSCH is decoded!
\n
"
,
phy_vars_ue
->
Mod_id
,
subframe
,
dlsch
->
harq_ack
[
subframe
].
ack
);
}
...
...
openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
View file @
78efb332
...
...
@@ -577,7 +577,7 @@ int pdcp_fifo_read_input_sdus (const protocol_ctxt_t* const ctxt_pP)
ctxt
.
enb_flag
=
ctxt_cpy
.
enb_flag
;
#ifdef PDCP_DEBUG
LOG_
I
(
PDCP
,
"[PDCP][NETLINK] pdcp_read_header_g.rb_id = %d
\n
"
,
pdcp_read_header_g
.
rb_id
);
LOG_
D
(
PDCP
,
"[PDCP][NETLINK] pdcp_read_header_g.rb_id = %d
\n
"
,
pdcp_read_header_g
.
rb_id
);
#endif
if
(
ctxt_cpy
.
enb_flag
)
{
...
...
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