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
65a96273
Commit
65a96273
authored
May 09, 2018
by
William Johnson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'l1-sidelink' of gitlab.eurecom.fr:matzakos/LTE-D2D into l1-sidelink
parents
7dd982e1
7b283032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
targets/RT/USER/lte-ue.c
targets/RT/USER/lte-ue.c
+5
-2
No files found.
targets/RT/USER/lte-ue.c
View file @
65a96273
...
...
@@ -712,9 +712,12 @@ static void *UE_thread_synchSL(void *arg)
&
MLind
,
&
maxlev
,
&
avglev
);
if
(
rxoffset
>=
0
)
LOG_I
(
PHY
,
"Most likely Nid_SL/168 = %d with rxoffset %d, lev %d dB, avg %d dB
\n
"
,
MLind
,
rxoffset
,
dB_fixed
(
maxlev
),
dB_fixed
(
avglev
));
if
(
rxoffset
>=
0
)
LOG_I
(
PHY
,
"Most likely Nid_SL/168 = %d with rxoffset %d, lev %d dB, avg %d dB
\n
"
,
MLind
,
rxoffset
,
dB_fixed
(
maxlev
),
dB_fixed
(
avglev
));
int32_t
sss_metric
;
int32_t
phase_max
;
rx_slsss
(
UE
,
&
sss_metric
,
&
phase_max
,
MLind
,
0
);
AssertFatal
(
0
==
pthread_mutex_lock
(
&
UE
->
proc
.
mutex_synchSL
),
""
);
UE
->
proc
.
instance_cnt_synchSL
--
;
UE
->
is_synchronizedSL
=
0
;
...
...
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