Commit 7d99755a authored by Refik Fatih Üstok's avatar Refik Fatih Üstok Committed by ruiyue
Browse files

28.541_Rel20_CR1582_Add_Stage2_and_Stage3_Solutions_for_NR_Femto

parent 0ac0e500
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -812,6 +812,8 @@ components:
          $ref: '#/components/schemas/NRECMappingRule-Multiple'
        MWAB:
          $ref: '#/components/schemas/MWAB-Multiple'
        NRFemtoGW:
          $ref: '#/components/schemas/NRFemtoGW-Single'

    ManagedElement-ncO-NrNrm:
      type: object
@@ -846,6 +848,8 @@ components:
          $ref: '#/components/schemas/NRECMappingRule-Multiple'
        MWAB:
          $ref: '#/components/schemas/MWAB-Multiple'
        NRFemtoGW:
          $ref: '#/components/schemas/NRFemtoGW-Single'

#-------- Definition of abstract IOCs --------------------------------------------

@@ -881,6 +885,8 @@ components:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
                    isNRFemtoNode:
                      type: boolean
                    rimRSReportConf:
                      $ref: '#/components/schemas/RimRSReportConf'
                    configurable5QISetRef:
@@ -958,6 +964,8 @@ components:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
                    isNRFemtoNode:
                      type: boolean
                    PlmnInfoList:
                      $ref: '#/components/schemas/PlmnInfoList'
                    configurable5QISetRef:
@@ -1026,6 +1034,8 @@ components:
                      type: boolean
                    onboardSatelliteId:
                      $ref: '#/components/schemas/SatelliteId'
                    isNRFemtoNode:
                      type: boolean
                    tceIDMappingInfoList:
                      $ref: '#/components/schemas/TceIDMappingInfoList'
                    configurable5QISetRef:
@@ -1048,6 +1058,8 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                    nRECMappingRuleRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    nRFemtoGWRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
@@ -2308,6 +2320,24 @@ components:
                      uniqueItems: true
                      items:
                        $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
    NRFemtoGW-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                administrativeState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'
                operationalState:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState'     
                nRFemtoGWId:
                  type: string
                nRFemtoPLMNInfoList:
                  $ref: '#/components/schemas/PlmnInfoList'
                nRFemtoTACList:
                  $ref: '#/components/schemas/NRTACList'


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