Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
16
Merge Requests
16
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
121e33e6
Commit
121e33e6
authored
Aug 05, 2016
by
knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes in dlsim.
parent
56e85db7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+4
-3
targets/RT/USER/lte-enb.c
targets/RT/USER/lte-enb.c
+1
-1
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
121e33e6
...
...
@@ -2515,8 +2515,9 @@ int main(int argc, char **argv)
proc_eNB
->
subframe_tx
=
subframe
;
phy_procedures_eNB_TX
(
eNB
,
proc_eNB
,
0
,
no_relay
,
NULL
);
eNB
->
abstraction_flag
=
0
;
phy_procedures_eNB_TX
(
eNB
,
proc_eNB
,
no_relay
,
NULL
);
start_meas
(
&
eNB
->
ofdm_mod_stats
);
...
...
@@ -2538,7 +2539,7 @@ int main(int argc, char **argv)
proc_eNB
->
subframe_tx
=
subframe
+
1
;
phy_procedures_eNB_TX
(
eNB
,
proc_eNB
,
0
,
no_relay
,
NULL
);
phy_procedures_eNB_TX
(
eNB
,
proc_eNB
,
no_relay
,
NULL
);
do_OFDM_mod_l
(
eNB
->
common_vars
.
txdataF
[
eNB_id
],
eNB
->
common_vars
.
txdata
[
eNB_id
],
...
...
targets/RT/USER/lte-enb.c
View file @
121e33e6
...
...
@@ -682,7 +682,7 @@ static void* eNB_thread_asynch_rx( void* param ) {
if
(
sched_setattr
(
0
,
&
attr
,
flags
)
<
0
)
{
perror
(
"[SCHED] eNB FH sched_setattr failed
\n
"
);
return
&
eNB_thread_
FH
_status
;
return
&
eNB_thread_
asynch_rx
_status
;
}
LOG_I
(
HW
,
"[SCHED] eNB asynch RX deadline thread (TID %ld) started on CPU %d
\n
"
,
gettid
(),
sched_getcpu
()
);
...
...
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