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
89bb4957
Commit
89bb4957
authored
Jun 12, 2020
by
WANG Tsu-Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for emulate-rf in lte-softmodem
parent
70219214
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
targets/RT/USER/lte-ru.c
targets/RT/USER/lte-ru.c
+7
-3
No files found.
targets/RT/USER/lte-ru.c
View file @
89bb4957
...
...
@@ -679,7 +679,11 @@ void rx_rf(RU_t *ru,
resynch
=
1
;
}
if
(
get_softmodem_params
()
->
emulate_rf
)
{
proc
->
timestamp_rx
=
old_ts
+
fp
->
samples_per_tti
;
}
else
{
proc
->
timestamp_rx
=
ts
-
ru
->
ts_offset
;
}
// AssertFatal(rxs == fp->samples_per_tti,
// "rx_rf: Asked for %d samples, got %d from SDR\n",fp->samples_per_tti,rxs);
...
...
@@ -2337,7 +2341,7 @@ void init_RU_proc(RU_t *ru) {
LOG_I
(
PHY
,
"%s() DJP - added creation of pthread_prach
\n
"
,
__FUNCTION__
);
pthread_create
(
&
proc
->
pthread_prach
,
attr_prach
,
ru_thread_prach
,
(
void
*
)
ru
);
ru
->
state
=
RU_RUN
;
fill_rf_config
(
ru
,
ru
->
rf_config_file
);
/*
fill_rf_config(ru,ru->rf_config_file);
init_frame_parms(ru->frame_parms,1);
ru->frame_parms->nb_antennas_rx = ru->nb_rx;
phy_init_RU(ru);
...
...
@@ -2350,7 +2354,7 @@ void init_RU_proc(RU_t *ru) {
if (setup_RU_buffers(ru)!=0) {
LOG_I(PHY,"Exiting, cannot initialize RU Buffers\n");
exit(1);
}
}
*/
}
if
(
get_thread_worker_conf
()
==
WORKER_ENABLE
)
{
...
...
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