Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sneltved
openairinterface5G
Commits
80f47817
Commit
80f47817
authored
Feb 11, 2017
by
Cedric Roux
Browse files
fix: warn if no PDSCH active
I doubt the case should happen. If it does, let's print an error, will ease debugging.
parent
a75cfd90
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
View file @
80f47817
...
...
@@ -163,6 +163,10 @@ int rx_pdsch(PHY_VARS_UE *ue,
dlsch1_harq
=
NULL
;
codeword_TB0
=
-
1
;
}
else
{
LOG_E
(
PHY
,
"[UE][FATAL] Frame %d subframe %d: no active DLSCH
\n
"
,
ue
->
proc
.
proc_rxtx
[
0
].
frame_rx
,
subframe
);
return
(
-
1
);
}
beamforming_mode
=
ue
->
transmission_mode
[
eNB_id
]
<
7
?
0
:
ue
->
transmission_mode
[
eNB_id
];
break
;
...
...
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