Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nems
openairinterface5G
Commits
bb7d63e9
Commit
bb7d63e9
authored
Oct 26, 2018
by
Yoshihiro Tomita
Browse files
Fix timing setting in L2 FAPI simulator.
parent
dcfe6b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/RT/USER/lte-ue.c
View file @
bb7d63e9
...
...
@@ -1028,7 +1028,11 @@ static void *UE_phy_stub_single_thread_rxn_txnp4(void *arg) {
//oai_subframe_ind(proc->frame_rx, proc->subframe_rx);
if
(
UE
->
frame_parms
.
frame_type
==
FDD
){
oai_subframe_ind
(
proc
->
frame_rx
,
proc
->
subframe_rx
);
}
else
{
oai_subframe_ind
(
proc
->
frame_tx
,
proc
->
subframe_tx
);
}
//Guessing that the next 4 lines are not needed for the phy_stub mode.
/*initRefTimes(t2);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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