Commit ee330cbf authored by ruiyue's avatar ruiyue
Browse files

Update file _3gpp-common-subscription-control.yang

parent a478a246
Loading
Loading
Loading
Loading
Loading
+24 −24
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ module _3gpp-common-subscription-control {
      Integration Reference Point (IRP);
      Solution Set (SS) definitions
      3GPP TS 28.623";
  
  revision 2025-03-27 { reference CR-0518 ; }   
  revision 2024-05-18 { reference CR-0359 ; } 
  revision 2024-01-18 { reference "CR-0309 CR-0329" ; } 
  revision 2023-09-18 { reference CR-0271 ; } 
@@ -102,32 +102,32 @@ module _3gpp-common-subscription-control {
      mandatory true;
    }
    
    leaf-list notificationTypes {
  typedef NotificationTypes {
    description "An extensible enumeration of notification types";
    type union {
      type enumeration {
        enum notifyMOICreation;
        enum notifyMOIDeletion;
        enum notifyMOIAttributeValueChanges;
        enum notifyMOIChanges;
        enum notifyEvent;
        enum notifyNewAlarm;
        enum notifyChangedAlarm;
        enum notifyAckStateChanged;
        enum notifyComments;
        enum notifyCorrelatedNotificationChanged;
        enum notifyChangedAlarmGeneral;
        enum notifyClearedAlarm;
        enum notifyAlarmListRebuilt;
        enum notifyPotentialFaultyAlarmList;
        enum notifyFileReady;
        enum notifyFilePreparationError;
        enum notifyThresholdCrossing;
        enum NOTIFY_MOI_CREATION;
        enum NOTIFY_MOI_DELETION;
        enum NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES;
        enum NOTIFY_MOI_CHANGES;
        enum NOTIFY_EVENT;
        enum NOTIFY_NEW_ALARM;
        enum NOTIFY_CHANGED_ALARM;
        enum NOTIFY_ACKSTATE_CHANGED;
        enum NOTIFY_COMMENTS;
        enum NOTIFY_CORRELATED_NOTIFICATION_CHANGED;
        enum NOTIFY_CHANGED_ALARM_GENERAL;
        enum NOTIFY_CLEARED_ALARM;
        enum NOTIFY_ALARMLIST_REBUILT;
        enum NOTIFY_POTENTIAL_FAULTY_ALARMLIST;
        enum NOTIFY_FILEREADY;
        enum NOTIFY_FILE_PREPARATION_ERROR;
        enum NOTIFY_THRESHOLD_CROSSING;
      }
      description "Defines the types of notifications that are candidates 
        for being forwarded to the notification recipient.
        If the notificationTypes attribute is not supported or not present 
        all candidate notifications types are forwarded to the notification; 
        discriminated by notificationFilter attribute.";
      type string;
    }
  }


    list scope {
      description "Scopes (selects) data nodes in an object tree.";