Commit 280b133f authored by Pengxiang Xie's avatar Pengxiang Xie Committed by sunse
Browse files

Rel19_CR1393_TS_28.541_Enhancements_on_DefaultNotificationSubscription

parent 8b612976
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -155,6 +155,10 @@ components:
          type: boolean
        sharedServiceDataId:
          type: string
        defaultNotificationSubscriptions:
          type: array
          items:
            $ref: '#/components/schemas/DefaultNotificationSubscription'

    NFStatus:
      type: string
@@ -263,6 +267,8 @@ components:
        callbackURI:
          type: string
          readOnly: true
        interPlmnCallbackUri:  
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
        n1MessageClass:  
          type: boolean
          readOnly: true
@@ -275,6 +281,29 @@ components:
        binding:
          type: string
          readOnly: true
        acceptedEncoding:
          type: string
          readOnly: true
        supportedFeatures:
          type: string
          readOnly: true
        serviceInfoList:
          type: array
          items: 
            $ref: '#/components/schemas/DefSubServiceInfo'
        callbackUriPrefix:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
    DefSubServiceInfo:
      type: object
      properties:
        versions:
          type: array
          items:
            type: string
          readOnly: true
        supportedFeatures:
          type: string
          readOnly: true
    ManagedNFProfile:
      type: object
      properties: