Commit edf4fdca authored by Marwan Hammouda's avatar Marwan Hammouda

onre log removed and one added

parent 00288657
......@@ -50,7 +50,7 @@ void phy_adjust_gain_nr(PHY_VARS_NR_UE *ue) {
ue->measurements.rx_gain_update = 1;
}
LOG_D(PHY,
LOG_I(PHY,
"Gain Control: Flag %d, n0_dB : %3d (dB) Old Rx Gain: %3.2f (dB) New Rx Gain %3.2f\n",
ue->measurements.rx_gain_update, n0_dB,
ue->rfdevice.app_rx_gain[0], ue->rfdevice.openair0_cfg[0].rx_gain[0]);
......
......@@ -1484,7 +1484,7 @@ int16_t get_pucch_tx_power_ue(NR_UE_MAC_INST_t *mac,
int16_t G_b_f_c = 0;
if (pucch_Config->spatialRelationInfoToAddModList != NULL) { /* FFS TODO NR */
LOG_W(MAC,"PUCCH Spatial relation infos are not yet implemented : at line %d in function %s of file %s \n", LINE_FILE , __func__, __FILE__);
LOG_D(MAC,"PUCCH Spatial relation infos are not yet implemented : at line %d in function %s of file %s \n", LINE_FILE , __func__, __FILE__);
//return (PUCCH_POWER_DEFAULT);
}
......
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