Commit 801cf925 authored by zhaoxxian's avatar zhaoxxian Committed by ruiyue
Browse files

reader location & A-IoT area

parent 055a942f
Loading
Loading
Loading
Loading
+32 −1
Original line number Diff line number Diff line
@@ -3813,6 +3813,35 @@ components:
          enum:
            - ALLOW
            - DENY
    AIoTgNBInfo:
      type: object
      required:
        - gNBId
        - servedReaderInfoList
      properties:
        gNBId:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/GnbId'
        servedReaderInfoList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ServedReaderInfo'
    ServedReaderInfo:
      type: object
      required:
        - readerId
        - servedAIOTAreas
      properties:
        readerId:
          type: integer
        servedAIOTAreas:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ServedAIOTAreaID'
        readerLocation:
          type: string


#-------- Definition of types for name-containments ------
    SubNetwork-ncO-5GcNrm:
@@ -4841,6 +4870,8 @@ components:
                      type: string
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    aIOTgNBInfo:
                      $ref: '#/components/schemas/AIoTgNBInfo'                
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'       
        - type: object
+17 −0
Original line number Diff line number Diff line
@@ -764,6 +764,16 @@ components:
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet'
    ServedAIOTAreaID:
      type: object
      properties:
        pLMNId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        nID:
          $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Nid'
        aIotAreaCode:
          type: string

    

#-------- Definition of types for name-containments ------
@@ -2335,6 +2345,13 @@ components:
                            - COMMAND
                    plmnId:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    servedAIOTAreas:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/ServedAIOTAreaID'
                    readerLocation:
                      type: string
                    nRSectorCarrierRef:
                      type: array
                      uniqueItems: true