Commit 1a07ae2d authored by Laurent THOMAS's avatar Laurent THOMAS

2683 move CSI-RS as debug a trace, no impact until we develop the feature

parent 2c1fd8af
...@@ -885,7 +885,7 @@ void nr_ue_csi_rs_procedures(PHY_VARS_NR_UE *ue, ...@@ -885,7 +885,7 @@ void nr_ue_csi_rs_procedures(PHY_VARS_NR_UE *ue,
#endif #endif
if(csirs_config_pdu->measurement_bitmap == 0) { if(csirs_config_pdu->measurement_bitmap == 0) {
LOG_E(NR_PHY, "Handling of CSI-RS for tracking not handled yet at PHY\n"); LOG_D(NR_PHY, "Handling of CSI-RS for tracking not handled yet at PHY\n");
return; return;
} }
......
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