Commit 083f91b7 authored by Mirko Cano Soveri's avatar Mirko Cano Soveri
Browse files

Merge branch 'Integration_Rel16_SA5_155_YAML' into 'Rel-16'

for SA#104 Rel16 SA5#154 and 155 contents

See merge request !1207
parents a1de2043 e9883753
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: 3GPP 5GC NRM
  version: 16.19.0
  version: 16.20.0
  description: >-
    OAS 3.0.1 specification of the 5GC NRM
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -762,7 +762,8 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    dynamic5QISetRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

                    predefinedPccRuleSetRefs:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
@@ -776,8 +777,6 @@ components:
              $ref: '#/components/schemas/EP_N16-Multiple'
            EP_Rx:
              $ref: '#/components/schemas/EP_Rx-Multiple'
            PredefinedPccRuleSet:
              $ref: '#/components/schemas/PredefinedPccRuleSet-Single'

    AusfFunction-Single:
      allOf:
+49 −41
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: NR NRM
  version: 16.18.0
  version: 16.20.0
  description: >-
    OAS 3.0.1 specification of the NR NRM
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -95,75 +95,81 @@ components:
          type: integer
        backhaulAddress:
          $ref: '#/components/schemas/BackhaulAddress'
    IntraRatEsActivationOriginalCellLoadParameters:
    LoadTimeThreshold:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
    IntraRatEsActivationOriginalCellLoadParameters:
      $ref: '#/components/schemas/LoadTimeThreshold'
    IntraRatEsActivationCandidateCellsLoadParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    IntraRatEsDeactivationCandidateCellsLoadParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    EsNotAllowedTimePeriod:
      type: object
      properties:
        startTimeandendTime:
          type: string
        periodOfDay:
        startTime:
          type: string
        daysOfWeekList:
          description: >-
            Time of day is in HH:MM or H:MM 24-hour format per UTC time zone.
            Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
        endTime:
          type: string
        listoftimeperiods:
          description: >-
            Time of day is in HH:MM or H:MM 24-hour format per UTC time zone.
            Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
        daysOfWeek:
          type: string
          enum:
            - MONDAY
            - TUESDAY
            - WEDNESDAY
            - THURSDAY
            - FRIDAY
            - SATURDAY
            - SUNDAY
    InterRatEsActivationOriginalCellParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    InterRatEsActivationCandidateCellParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'
    InterRatEsDeactivationCandidateCellParameters:
      type: object
      properties:
        loadThreshold:
          type: integer
        timeDuration:
          type: integer
      $ref: '#/components/schemas/LoadTimeThreshold'

    UeAccProbabilityDist:
      type: array
      items:
        $ref: '#/components/schemas/UeAccProbability'
    UeAccProbability:
      type: object
      properties:
        targetProbability:
          type: integer
        numberofpreamblessent:
          minimum: 0
          maximum: 100
        numberOfPreamblesSent:
          type: integer
          minimum: 0
          maximum: 200

    UeAccDelayProbabilityDist:
      type: array
      items:
        $ref: '#/components/schemas/UeAccDelayProbability'

    UeAccDelayProbability:
      type: object
      properties:
        targetProbability:
          type: integer
        accessdelay:
          minimum: 0
          maximum: 100
        accessDelay:
          type: integer
          minimum: 10
          maximum: 560

    NRPciList:
      type: array
@@ -401,6 +407,8 @@ components:
          type: integer
        rimRSCommonCarrierReferencePoint:
         type: integer
         minimum: 0
         maximum: 3279165
        rimRSStartingFrequencyOffsetIdList:
          type: array
          items:
@@ -426,9 +434,9 @@ components:
          enum:
            - ENABLE
            - DISABLE          
        RIMRSScrambleTimerMultiplier:
        rIMRSScrambleTimerMultiplier:
          type: integer
        RIMRSScrambleTimerOffset:
        rIMRSScrambleTimerOffset:
          type: integer

    TimeDomainPara: