Commit bf53b2c1 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena Committed by ruiyue
Browse files

Edit TS28541_NrNrm.yaml

parent 9af4b2c2
Loading
Loading
Loading
Loading
+55 −1
Original line number Diff line number Diff line
@@ -793,6 +793,32 @@ components:
          $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Nid'
        aIotAreaCode:
          type: string
    MnrOamIPConfig:
      type: object
      properties:
        caraConfiguration:
          $ref: '#/components/schemas/CaraConfiguration'
        seGwConfiguration:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/HostAddr'
        scsConfiguration:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/HostAddr'
    CaraConfiguration:
      type: object
      properties:
        caraAddress:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/HostAddr'
        portNumber:
          type: integer
        path:
          type: string
        subjectName:
          type: string
        protocol:
          type: string
          enum:
            - HTTP
            - HTTPS
 
#-------- Definition of types for name-containments ------
    SubNetwork-ncO-NrNrm:
      type: object
@@ -839,6 +865,8 @@ components:
          $ref: '#/components/schemas/NRECMappingRule-Multiple'
        MWAB:
          $ref: '#/components/schemas/MWAB-Multiple'
        IAB:
          $ref: '#/components/schemas/IAB-Multiple'  
        NRFemtoGW:
          $ref: '#/components/schemas/NRFemtoGW-Single'

@@ -877,6 +905,8 @@ components:
          $ref: '#/components/schemas/NRECMappingRule-Multiple'
        MWAB:
          $ref: '#/components/schemas/MWAB-Multiple'
        IAB:
          $ref: '#/components/schemas/IAB-Multiple'  
        NRFemtoGW:
          $ref: '#/components/schemas/NRFemtoGW-Single'

@@ -922,6 +952,8 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    dynamic5QISetRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                    iABRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
@@ -1089,6 +1121,8 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    nRECMappingRuleRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    iABRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' 
                    nRFemtoGWRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
@@ -2336,6 +2370,8 @@ components:
                  uniqueItems: true
                  items:
                    $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
                location:
                  $ref: '#/components/schemas/LocationInfo'
                   
    NRECMappingRule-Single:
      allOf:
@@ -2406,6 +2442,18 @@ components:
                      uniqueItems: true
                      items:
                        $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
    IAB-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                mrnOamIPConfig:
                  $ref: '#/components/schemas/MnrOamIPConfig'
                locationInfo:
                  $ref: '#/components/schemas/LocationInfo'
    NRFemtoGW-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
@@ -2604,6 +2652,11 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/AIOTReader-Single'
    IAB-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/IAB-Single'


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

@@ -2676,4 +2729,5 @@ components:
        - $ref: '#/components/schemas/NTNTimeBasedConfig-Single'
        - $ref: '#/components/schemas/RedCapAccessCriteria-Single'
        - $ref: '#/components/schemas/AIOTReader-Single'
        - $ref: '#/components/schemas/IAB-Single'