Commit 65b61629 authored by Pengxiang Xie's avatar Pengxiang Xie
Browse files

Edit TS28541_5GcNrm.yaml

parent 31dc69cf
Loading
Loading
Loading
Loading
Loading
+26 −6
Original line number Diff line number Diff line
@@ -2325,7 +2325,7 @@ components:
        imsEventList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/ImsEvent'
            type: string
          minItems: 1

    MrfpInfo:
@@ -2338,6 +2338,11 @@ components:
            $ref: '#/components/schemas/MediaCapability'
          minItems: 1
    
    MediaCapability:
      description: media capability offered by NF instance
      type: string
      pattern: '^[a-zA-Z0-9_]+$'

    MfInfo:
      description: Information of a MF NF Instance
      type: object
@@ -2355,7 +2360,7 @@ components:
        aiotAreaIDList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotAreaId'
            type: string
          minItems: 1

    NssfInfo:
@@ -2375,7 +2380,7 @@ components:
        deviceIdList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId'
            type: string
          minItems: 1
        afIdList:
          type: array
@@ -2383,8 +2388,6 @@ components:
            type: string
          minItems: 1



    DcsfInfo:
      description: Information of a DCSF NF Instance
      type: object
@@ -2392,7 +2395,7 @@ components:
        imsDomianNameList:
          type: array
          items:
            $ref: '#/components/schemas/ImsDomainName'
            type: string
        imsiRanges:
          type: array
          items:
@@ -2414,6 +2417,23 @@ components:
            $ref: '#/components/schemas/IdentityRange'
          minItems: 1

    ImsiRange:
      description: >
        A range of IMSIs (subscriber identities), either based on a numeric range,
        or based on regular-expression matching
      type: object
      oneOf:
        - required: [ start, end ]
        - required: [ pattern ]
      properties:
        start:
          type: string
          pattern: '^[0-9]+$'
        end:
          type: string
          pattern: '^[0-9]+$'
        pattern:
          type: string

    UpfInfo:
      description: Information of an UPF NF Instance