If the event represents a threshold crossing event, the two
objects hh3cDot3OamEventThresholdHi and hh3cDot3OamEventThresholdLo
form an unsigned 64-bit integer yielding the value that was
crossed for the threshold crossing event (e.g. 10, when 11
occurrences happened in 5 seconds while the threshold was 10).
The two objects are combined as:
hh3cDot3OamEventLogThreshold = ((2^32) * hh3cDot3OamEventLogThresholdHi)
+ hh3cDot3OamEventLogThresholdLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information.