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
c7b09f10
Commit
c7b09f10
authored
Jul 12, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logging for sLSCH decoding error
parent
502d7438
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
openair1/PHY/LTE_TRANSPORT/slsch.c
openair1/PHY/LTE_TRANSPORT/slsch.c
+4
-2
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/slsch.c
View file @
c7b09f10
...
...
@@ -1466,8 +1466,10 @@ void slsch_decoding(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,int frame_rx,int subfra
}
else
if
(
ue
->
dlsch_rx_slsch
->
harq_processes
[
0
]
->
rvidx
==
1
&&
ret
==
ue
->
dlsch_rx_slsch
->
max_turbo_iterations
)
{
LOG_I
(
PHY
,
"sLSCH received in error for group_id %d (L_CRBs %d, mcs %d)
\n
"
,
slsch
->
group_destination_id
,
slsch
->
L_CRBs
,
slsch
->
mcs
);
LOG_I
(
PHY
,
"sLSCH received in error for group_id %d (L_CRBs %d, mcs %d) power (%d,%d)
\n
"
,
slsch
->
group_destination_id
,
slsch
->
L_CRBs
,
slsch
->
mcs
,
dB_fixed
(
ue
->
pusch_slsch
->
ulsch_power
[
0
]),
dB_fixed
(
ue
->
pusch_slsch
->
ulsch_power
[
1
]));
ue
->
slsch_errors
++
;
}
else
LOG_I
(
PHY
,
"sLSCH received in error for rvidx %d round %d (L_CRBs %d, mcs %d)
\n
"
,
...
...
openair2/LAYER2/MAC/ue_procedures.c
View file @
c7b09f10
...
...
@@ -3504,7 +3504,7 @@ SLSCH_t *ue_get_slsch(module_id_t module_idP,int CC_id,frame_t frameP,sub_frame_
}
if
(
ue
->
sltx_active
==
0
)
return
((
SLSCH_t
*
)
NULL
);
slsch
->
ljmod10
=
0
;
slsch
->
ljmod10
=
10
;
// note this will cause ljmod10 to be reset for first transmission of SLSCH
slsch
->
rvidx
=
1
;
slsch
->
RB_start
=
RB_start
;
slsch
->
L_CRBs
=
L_CRBs
;
...
...
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