Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / x721 / Notification-ASN1Module.asn
blob53314ba6fa51fcd70d7674babc45f6b7b2ff9771
1 -- Module Notification-ASN1Module (X.721:02/1992)
2 Notification-ASN1Module {joint-iso-itu-t ms(9) smi(3) part2(2) asn1Module(2) 2}
3 DEFINITIONS IMPLICIT TAGS ::=
4 BEGIN
6 IMPORTS
7   ProbableCause, SpecificProblems, PerceivedSeverity, BackedUpStatus,
8     TrendIndication, ThresholdInfo, NotificationIdentifier,
9     CorrelatedNotifications, MonitoredAttributes, ProposedRepairActions,
10     AdditionalText, AdditionalInformation, SecurityAlarmCause,
11     SecurityAlarmSeverity, SecurityAlarmDetector,
12     AttributeValueChangeDefinition, SourceIndicator, AttributeIdentifierList,
13     AttributeList, ServiceUser, ServiceProvider
14     FROM Attribute-ASN1Module
15   ObjectClass, AttributeId, ObjectInstance
16     FROM CMIP-1 {joint-iso-itu-t ms(9) cmip(1) modules(0) protocol(3)};
18 --EXPORTS everything
19 smi2Notification OBJECT IDENTIFIER ::=
20   {joint-iso-itu-t ms(9) smi(3) part2(2) notification(10)}
22 AlarmInfo ::= SEQUENCE {
23   probableCause            ProbableCause,
24   specificProblems         [1]  SpecificProblems OPTIONAL,
25   perceivedSeverity        PerceivedSeverity,
26   backedUpStatus           BackedUpStatus OPTIONAL,
27   backUpObject             [2]  ObjectInstance OPTIONAL,
28   trendIndication          [3]  TrendIndication OPTIONAL,
29   thresholdInfo            [4]  ThresholdInfo OPTIONAL,
30   notificationIdentifier   [5]  NotificationIdentifier OPTIONAL,
31   correlatedNotifications  [6]  CorrelatedNotifications OPTIONAL,
32   stateChangeDefinition    [7]  AttributeValueChangeDefinition OPTIONAL,
33   monitoredAttributes      [8]  MonitoredAttributes OPTIONAL,
34   proposedRepairActions    [9]  ProposedRepairActions OPTIONAL,
35   additionalText           AdditionalText OPTIONAL,
36   additionalInformation    [10]  AdditionalInformation OPTIONAL
39 -- backUpObject attribute       backedUpStatus  backUpObject    backUpObject attribute
40 -- (except in log record        component       component       in log record
41 --==============================================================================================================================
42 -- ObjectInstance       T       ObjectInstance  ObjectInstance
43 -- NULL F       < absent >      < absent >
44 -- < absent >   < absent >      < absent >      < absent >
45 AttributeValueChangeInfo ::= SEQUENCE {
46   sourceIndicator                 SourceIndicator OPTIONAL,
47   attributeIdentifierList         [1]  AttributeIdentifierList OPTIONAL,
48   attributeValueChangeDefinition  AttributeValueChangeDefinition,
49   notificationIdentifier          NotificationIdentifier OPTIONAL,
50   correlatedNotifications         [2]  CorrelatedNotifications OPTIONAL,
51   additionalText                  AdditionalText OPTIONAL,
52   additionalInformation           [3]  AdditionalInformation OPTIONAL
55 ObjectInfo ::= SEQUENCE {
56   sourceIndicator          SourceIndicator OPTIONAL,
57   attributeList            AttributeList OPTIONAL,
58   notificationIdentifier   NotificationIdentifier OPTIONAL,
59   correlatedNotifications  [1]  CorrelatedNotifications OPTIONAL,
60   additionalText           AdditionalText OPTIONAL,
61   additionalInformation    [2]  AdditionalInformation OPTIONAL
64 RelationshipChangeInfo ::= SEQUENCE {
65   sourceIndicator               SourceIndicator OPTIONAL,
66   attributeIdentifierList       [1]  AttributeIdentifierList OPTIONAL,
67   relationshipChangeDefinition  AttributeValueChangeDefinition,
68   notificationIdentifier        NotificationIdentifier OPTIONAL,
69   correlatedNotifications       [2]  CorrelatedNotifications OPTIONAL,
70   additionalText                AdditionalText OPTIONAL,
71   additionalInformation         [3]  AdditionalInformation OPTIONAL
74 StateChangeInfo ::= SEQUENCE {
75   sourceIndicator          SourceIndicator OPTIONAL,
76   attributeIdentifierList  [1]  AttributeIdentifierList OPTIONAL,
77   stateChangeDefinition    AttributeValueChangeDefinition,
78   notificationIdentifier   NotificationIdentifier OPTIONAL,
79   correlatedNotifications  [2]  CorrelatedNotifications OPTIONAL,
80   additionalText           AdditionalText OPTIONAL,
81   additionalInformation    [3]  AdditionalInformation OPTIONAL
84 SecurityAlarmInfo ::= SEQUENCE {
85   securityAlarmCause       SecurityAlarmCause,
86   securityAlarmSeverity    SecurityAlarmSeverity,
87   securityAlarmDetector    SecurityAlarmDetector,
88   serviceUser              ServiceUser,
89   serviceProvider          ServiceProvider,
90   notificationIdentifier   NotificationIdentifier OPTIONAL,
91   correlatedNotifications  [1]  CorrelatedNotifications OPTIONAL,
92   additionalText           AdditionalText OPTIONAL,
93   additionalInformation    [2]  AdditionalInformation OPTIONAL
96 END
98 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D