Commit a4340f3c authored by sunse's avatar sunse
Browse files

Merge branch '28.541_Rel17_CR0637_5GC_NRM_enhancements_for_ManagedNFProfile'...

Merge branch '28.541_Rel17_CR0637_5GC_NRM_enhancements_for_ManagedNFProfile' into 'Integration_Rel17_SA5_140_YAML'

28.541 rel17 cr0637 5 gc nrm enhancements for managed nf profile

See merge request sa5/MnS!221
parents c85f9dec 0ae8bf97
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: