5G To WiFi HO Success

Use the following commands to configure alerts related to the 5G to WiFi HO Success procedure.

alerts rules group Handover 
   interval-seconds 300 
   rule 5GtoWifiHOSuccess 
   expression “sum(smf_service_stats{procedure_type=\”nr_to_untrusted_wifi_handover\” , status=\“success\”}) / sum(smf_service_stats{procedure_type=\“nr_to_untrusted_wifi_handover\” , status=\“attempted\”}) < 0.95 “ 
   severity major 
   type "Communications Alarm" 
   annotation summary 
   value "This alert is fired when the percentage of N4 responses sent is lesser than 95 %." 
   exit 
exit