${last_alarms_start}=Check Time Last Alarm${alarms}
Log${alarms}console=yes
Mute ODU${t}${transmitter["testInterface"]}#Interface name to mute #On transmitter node: need to connect to the TX and change ${m} with the reference to the transmitter
${SNR}=Get Iface Metrics${m}${par["testInterface"]}"actual-snir"#99.8 for Nokia
${ok}=Evaluatefloat(${SNR}) < 15
${ok_nokia}=Evaluatefloat(${SNR}) == 99.8
Should Be True${ok} or ${ok_nokia}msg=SNR (${SNR}) must be less than 15
Should Be True${alarms_num_start} < ${alarms_num_end}
Should Be True${last_alarms_start} < ${last_alarms_end}
Close Current Session${m}
Close Current Session${t}
@@ -67,10 +67,10 @@ Mute ODU and Receive RSL Alarms
Unmute ODU${t}${transmitter["testInterface"]}#Interface name to mute #On transmitter node: need to connect to the TX and change ${m} with the reference to the transmitter
Set TX Power${t}${transmitter["testInterface"]}${transmitter["maxTxPower"]}
Set RSL Threshold${m}${par["testInterface"]}${par["rslThreshold"]}
# ${t}= Connect With Credentials ${transmitter["host"]} ${transmitter["port"]} ${transmitter["username"]} ${transmitter["password"]}
Set TX Power${t}${transmitter["testInterface"]}${transmitter["maxTxPower"]}#On transmitter node: need to connect to the TX and change ${m} with the reference to the transmitter
BuiltIn.Sleep5s
Set RSL Threshold${m}${par["testInterface"]}-40.0
Set RSL Threshold${m}${par["testInterface"]}${par["rslThreshold"]}
Set TX Power${t}${transmitter["testInterface"]}${transmitter["minTxPower"]}#On transmitter node: need to connect to the TX and change ${m} with the reference to the transmitter