Commit a820c55f authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6619 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 88e3d382
...@@ -172,6 +172,7 @@ void ue_rrc_measurements(PHY_VARS_UE *phy_vars_ue, ...@@ -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.rssi = 0;
phy_vars_ue->PHY_measurements.n0_power_tot = 0; phy_vars_ue->PHY_measurements.n0_power_tot = 0;
if (abstraction_flag == 0) {
if ((phy_vars_ue->lte_frame_parms.frame_type == FDD) && if ((phy_vars_ue->lte_frame_parms.frame_type == FDD) &&
((slot == 0) || (slot == 10))) { // FDD PSS/SSS, compute noise in DTX REs ((slot == 0) || (slot == 10))) { // FDD PSS/SSS, compute noise in DTX REs
if (phy_vars_ue->lte_frame_parms.Ncp==NORMAL) { if (phy_vars_ue->lte_frame_parms.Ncp==NORMAL) {
...@@ -215,6 +216,7 @@ void ue_rrc_measurements(PHY_VARS_UE *phy_vars_ue, ...@@ -215,6 +216,7 @@ void ue_rrc_measurements(PHY_VARS_UE *phy_vars_ue,
} }
} }
} }
}
#ifdef DEBUG_MEAS #ifdef DEBUG_MEAS
LOG_D(PHY,"ue_rrc_measurements: eNB_offset %d => rssi %d\n",eNB_offset,phy_vars_ue->PHY_measurements.rssi); LOG_D(PHY,"ue_rrc_measurements: eNB_offset %d => rssi %d\n",eNB_offset,phy_vars_ue->PHY_measurements.rssi);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment