Tech-invite3GPPspaceIETFspace
21222324252627282931323334353637384‑5x

Content for  TS 32.161  Word version:  18.0.0

Top   Top   Up   Prev   Next
0…   5…   6…   7…   A…   B…   C…   D…

 

B  EBNF test casesp. 21

B.1  Jex basicp. 21

/SubNetwork
/SubNetwork/attributes
/SubNetwork[id="SN1"]
/SubNetwork[id="SN1"]/attributes
/SubNetwork[id="SN1"]/attributes/userLabel
/SubNetwork[id="SN1"]/attributes/plmnId/mcc
/SubNetwork[id="SN1"]/attributes/plmnId/*
/SubNetwork[id="SN1"]/ManagedElement/attributes/vendorName
/SubNetwork[id="SN1"]/ManagedElement[id="ME1"]/attributes/vendorName
/SubNetwork[id="SN1"]/ThresholdMonitor[id="TM1"]/attributes/ThresholdLevels[0]

B.2  Jex advancedp. 21

/SubNetwork[id="SN1"]/ManagedElement
/SubNetwork[id="SN1"]/ManagedElement/attributes
/SubNetwork[id="SN1"]/ManagedElement/attributes/vendorName
/SubNetwork[id="SN1"]/ManagedElement[attributes/vendorName="Company XY"]
/SubNetwork[id="SN1"]/ManagedElement[id="ME1"]
/SubNetwork[id="SN1"]/ManagedElement[id="ME1"]/attributes
/SubNetwork[id="SN1"]/ManagedElement[id="ME1"]/attributes/opState
/SubNetwork[id="SN1"]/ManagedElement[attributes/vendorName="Company XY"]
/SubNetwork[id="SN1"]/ManagedElement[id="ME1"]/attributes or 
 /SubNetwork[id="SN2"]/ManagedElement/attributes/vendorName
/SubNetwork[id="SN2"]/(ManagedElement|ThresholdMonitor)/attributes
/SubNetwork[id="SN1"]/ThresholdMonitor[id="TM1"]/attributes/ThresholdLevels[level=3]
/SubNetwork[id="SN1"]/ThresholdMonitor[id="TM1"]/attributes/ThresholdLevels[3]
/SubNetwork[id="SN1"]/ManagedElement[id="ME1"]/attributes/(opState|adminState)
/SubNetwork/(ManagedElement|ThresholdMonitor)/attributes
/SubNetwork/attributes/userLabel|/SubNetwork/ManagedElement/attributes/userLabel
/SubNetwork[id="SN1"]/ManagedElement[id="ME1" and attributes/vendorName="Company XY"]
/SubNetwork[id="SN1"]/ManagedElement[id="ME1" and attributes/vendorName="Company XYZ" or 
 attributes/userLabel="Berlin NW 1"]/attributes/userLabel
/SubNetwork/attributes[userLabel="Berlin NW" and (plmnId/mcc=456 or
 plmnId/mcc=457)]
/SubNetwork/ManagedElement/attributes[contains(userLabel,"Berlin")]
/SubNetwork/ManagedElement/attributes[not(userLabel="Berlin NW 1")]
/SubNetwork/ManagedElement/attributes[not(contains(userLabel,"Berlin"))]
/SubNetwork[id="SN1"]/ThresholdMonitor[id="TM1"]/attributes/ThresholdLevels[not(level=1)]
/SubNetwork/attributes[not(userLabel="Berlin NW" and not(plmnId/mcc=456 or
 not(plmnId/mcc=457)))]
Up

B.3  Jex conditionsp. 21

/notificationType="notifyNewAlarm" and /perceivedSeverity="CRITICAL"
notificationType="notifyNewAlarm" and perceivedSeverity="CRITICAL"
(notificationType="notifyNewAlarm" or notificationType="notifyClearedAlarm" or
 notificationType="notifyChangedAlarmGeneral" or
 notificationType="notifyAckStateChanged" or
 notificationType="notifyComments") and
 perceivedSeverity="MAJOR" or 
 notificationType="notifyCorrelatedNotificationChanged"
alarmType="COMMUNICATIONS_ALARM" or
 alarmType="EQUIPMENT_ALARM"
(probableCause ="degradedSignal " or
 probableCause ="transmitFailure") and
 contains(additionalInformation,"RSU_22") and
 perceivedSeverity="MAJOR" or
 perceivedSeverity="CRITICAL"
notificationType="notifyNewAlarm" and
 (alarmType="Communications Alarm" and perceivedSeverity="CRITICAL")
notificationType="notifyNewAlarm" and specificProblem[contains(.,"Flood")] and perceivedSeverity="CRITICAL"
notificationType="notifyNewAlarm" and specificProblem[contains(.,"Fire")] and (perceivedSeverity="CRITICAL" or
 perceivedSeverity="MAJOR")
notificationType="notifyChangedAlarmGeneral" and contains(specificProblem,"Fire") and
 (perceivedSeverity="CRITICAL" or perceivedSeverity="MAJOR")
(notificationType="notifyNewAlarm" and perceivedSeverity="CRITICAL") or
 (notificationType="notifyChangedAlarmGeneral" and contains(specificProblem,"Fire") and
 (perceivedSeverity="MINOR" or perceivedSeverity="MAJOR"))
(contains(href,"GNDBDUFunction") and perceivedSeverity="CRITICAL") or contains(href,"CUCPFunction")
(notificationType="notifyNewAlarm" and (perceivedSeverity="CRITICAL" or perceivedSeverity="MAJOR")) or
 (notificationType="notifyChangedAlarmGeneral" and (perceivedSeverity="CRITICAL") or 
 notificationType="notifyClearedAlarm")
specificProblem!="CPUOverHeat" or monitoredAttributes/monitoredValue>=5.67
monitoredAttributes/attr1/field1/subfield2="4a"
notificationType="notifyFileReady" and fileInfoList/fileDataType ="TRACE"
Up

Up   Top   ToC