Commit 7b20583c authored by sunse's avatar sunse
Browse files

Update 5gcNrm.yaml for CR0637 TS28.541

parent c85f9dec
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -173,6 +173,32 @@ components:
        - $ref: '#/components/schemas/UpfInfo'
        - $ref: '#/components/schemas/AmfInfo'
        - $ref: '#/components/schemas/Udrinfo'
    NotificationType:      
      type: string
      enum:
        -  N1_MESSAGES 
        -  N2_INFORMATION
        -  LOCATION_NOTIFICATION
        -  DATA_REMOVAL_NOTIFICATION
        -  DATA_CHANGE_NOTIFICATION
        -  LOCATION_UPDATE_NOTIFICATION
        -  NSSAA_REAUTH_NOTIFICATION
        -  NSSAA_REVOC_NOTIFICATION
      DefaultNotificationSubscription:
        type: object
        properties:
          notificationType:
            $ref: '#/components/schemas/NotificationType'
          callbackURI:
            type: string
          n1MessageClass:  
            type: boolean
          n2InfroamtionClass:
            type: boolean
          versions:
            type: string
          binding:
            type: string
    ManagedNFProfile:
      type: object
      properties:
@@ -180,6 +206,8 @@ components:
          type: string
        nfType:
          $ref: 'genericNrm.yaml#/components/schemas/NFType'
        heartbeatTimer:
          type: integer
        authzInfo:
          type: string
        hostAddr: