fix(phy): prevent division by zero in nr_csi_rs_pmi_estimation
In simulated environments like ZMQ, interference_plus_noise_power (IPN) can be computed as zero, which could lead to a division-by-zero crash.
Fix this by ensuring interference_plus_noise_power is at least 1 at
the beginning of nr_csi_rs_pmi_estimation().
Closes #1086 (closed)
Edited by Bartosz Podrygajlo