########################################################### # This synthetic calculates the consistency of the # instantiated service 12 packet for SMON 57 of PID 12 # # In case the order in which the monitors are reported # in the generic service 12 packet, this synthetic # will flag the incorrectly parsed monitors as invalid. # # Returns 1 if the parsed and intended monitoring IDs match # 0 otherwise # ########################################################### if (NXLS057A.raw == 57) then return (1); else return (0); endif;