Commit 0c38337c authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel19_CR_TS_28.541_Enhance_NR_NRM_for_reader_to_support_AIOT'...

Merge branch 'Rel19_CR_TS_28.541_Enhance_NR_NRM_for_reader_to_support_AIOT' into 'Integration_Rel19_SA5_161_YAML'

Rel19_CR1540_TS_28.541_Enhance_NR_NRM_for_reader_to_support_AIOT

See merge request !1745
parents 7e3d18e5 a658a5e3
Loading
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -910,6 +910,8 @@ components:
              $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Configurable5QISet-Multiple'
            Dynamic5QISet:
              $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Dynamic5QISet-Multiple'
            AIOTReader:
              $ref: '#/components/schemas/AIOTReader-Multiple'

    OperatorDU-Single:
      allOf:
@@ -2255,6 +2257,36 @@ components:
                      items:
                        $ref: '#/components/schemas/NTNEntityConf'
                      minItems: 1
    AIOTReader-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              allOf:
                - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
                - type: object
                  properties:
                    readerId:
                      type: integer
                    administrativeState:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
                    supportedAIOTServices:
                        type: array
                        uniqueItems: true
                        items:
                          type: string
                          enum:
                            - INVENTORY
                            - COMMAND
                    plmnId:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
                    nRSectorCarrierRef:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'


#-------- Definition of JSON arrays for name-contained IOCs ----------------------

@@ -2426,6 +2458,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/MWAB-Single'
    AIOTReader-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/AIOTReader-Single'

#-------- Definitions in TS 28.541 for TS 28.532 ---------------------------------

@@ -2496,3 +2532,4 @@ components:
        - $ref: '#/components/schemas/MWAB-Single'
        - $ref: '#/components/schemas/NRECMappingRule-Single'
        - $ref: '#/components/schemas/NTNTimeBasedConfig-Single'
        - $ref: '#/components/schemas/AIOTReader-Single'