Commit 42973588 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28541_5GcNrm.yaml

parent 4cd93886
Loading
Loading
Loading
Loading
Loading
+29 −4
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: 3GPP 5GC NRM
  version: 19.5.0
  version: 19.6.0
  description: >-
    OAS 3.0.1 specification of the 5GC NRM
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -1943,6 +1943,7 @@ components:
          type: integer
          minimum: 0
          maximum: 4294967295
          format: int64
        trpMappingInfoList:
          type: array
          uniqueItems: true
@@ -2936,6 +2937,7 @@ components:
          type: integer
          minimum: 0
          maximum: 4294967295
          format: int64
        ngeNbId:
          type: string
          pattern: '^(MacroNGeNB-[A-Fa-f0-9]{5}|LMacroNGeNB-[A-Fa-f0-9]{6}|SMacroNGeNB-[A-Fa-f0-9]{5})$'
@@ -3846,7 +3848,26 @@ components:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID'
        readerLocation:
          type: string

    AIoTNEFMapping:
      type: object
      required:
        - targetAreaAF
        - internalTargetArea
      properties:
        targetAreaAF:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        internalTargetArea:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope'
    AIoTNRFMapping:
      type: object
      required:
        - aIOTFdN
        - internalTargetArea
      properties:
        aIOTFdN:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        internalTargetArea:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID'

#-------- Definition of types for name-containments ------
    SubNetwork-ncO-5GcNrm:
@@ -4396,6 +4417,8 @@ components:
                      $ref: '#/components/schemas/NrfInfo'
                    managedNFProfile:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    aIoTNRFMapping:
                      $ref: '#/components/schemas/AIoTNRFMapping'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'           
        - type: object
@@ -4654,6 +4677,8 @@ components:
                      readOnly: true
                    nefInfo:
                       $ref: '#/components/schemas/NefInfo'
                    AIoTNEFMapping:
                       $ref: '#/components/schemas/AIoTNEFMapping' 
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - $ref: '#/components/schemas/ManagedFunction5GC-nc0'           
        - type: object