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
34eda38c
Commit
34eda38c
authored
Dec 06, 2018
by
Florian Kaltenberger
Browse files
temporarily disabling UE dcireq as its not finished. PBCH encoding/decoding works in realtime now.
parent
5eb7f686
Changes
1
Show whitespace changes
Inline
Side-by-side
targets/RT/USER/nr-ue.c
View file @
34eda38c
...
...
@@ -687,7 +687,7 @@ static void *UE_thread_rxn_txnp4(void *arg) {
UE
->
dcireq
.
cc_id
=
0
;
UE
->
dcireq
.
frame
=
proc
->
frame_rx
;
UE
->
dcireq
.
slot
=
proc
->
nr_tti_rx
;
UE
->
if_inst
->
dcireq
(
&
UE
->
dcireq
);
//
UE->if_inst->dcireq(&UE->dcireq);
#ifdef UE_SLOT_PARALLELISATION
phy_procedures_slot_parallelization_nrUE_RX
(
UE
,
proc
,
0
,
0
,
1
,
UE
->
mode
,
no_relay
,
NULL
);
...
...
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