Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
69ec8c94
Commit
69ec8c94
authored
Feb 25, 2015
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6619
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
6eb084d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
41 deletions
+43
-41
openair1/PHY/LTE_ESTIMATION/lte_ue_measurements.c
openair1/PHY/LTE_ESTIMATION/lte_ue_measurements.c
+43
-41
No files found.
openair1/PHY/LTE_ESTIMATION/lte_ue_measurements.c
View file @
69ec8c94
...
...
@@ -172,6 +172,7 @@ void ue_rrc_measurements(PHY_VARS_UE *phy_vars_ue,
phy_vars_ue
->
PHY_measurements
.
rssi
=
0
;
phy_vars_ue
->
PHY_measurements
.
n0_power_tot
=
0
;
if
(
abstraction_flag
==
0
)
{
if
((
phy_vars_ue
->
lte_frame_parms
.
frame_type
==
FDD
)
&&
((
slot
==
0
)
||
(
slot
==
10
)))
{
// FDD PSS/SSS, compute noise in DTX REs
if
(
phy_vars_ue
->
lte_frame_parms
.
Ncp
==
NORMAL
)
{
...
...
@@ -215,6 +216,7 @@ void ue_rrc_measurements(PHY_VARS_UE *phy_vars_ue,
}
}
}
}
#ifdef DEBUG_MEAS
LOG_D
(
PHY
,
"ue_rrc_measurements: eNB_offset %d => rssi %d
\n
"
,
eNB_offset
,
phy_vars_ue
->
PHY_measurements
.
rssi
);
...
...
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