Commit 2748dada authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.541_Rel18_CR0989_Correct_the_issues_for_the_attribute_with_the_ENUM_type_for_network_slicing_NRM_fragment' into 'Integration_Rel18_SA5_150_YAML'

TS28.541_Rel18_CR0989_Correct_Enum

See merge request !667
parents 69a74cfe c1cd6f0c
Loading
Loading
Loading
Loading
Loading
+17 −21
Original line number Diff line number Diff line
@@ -23,25 +23,25 @@ components:
      enum:
        - STATIONARY
        - NOMADIC
        - RESTRICTED MOBILITY
        - FULLY MOBILITY
        - RESTRICTED_MOBILITY
        - FULL_MOBILITY
    SynAvailability:
      type: string
      enum:
        - NOT SUPPORTED
        - BETWEEN BS AND UE
        - BETWEEN BS AND UE & UE AND UE
        - NOT_SUPPORTED
        - BETWEEN_BS_AND_UE
        - BETWEEN_BS_AND_UE_AND_UE_AND_UE
    PositioningAvailability:
      type: array
      items:
        type: string
        enum:
          - CIDE-CID
          - CIDE_CID
          - OTDOA
          - RF FINGERPRINTING
          - RF_FINGERPRINTING
          - AECID
          - HYBRID POSITIONING
          - NET-RTK
          - HYBRID_POSITIONING
          - NET_RTK
    PredictionFrequency:
      type: string
      enum:
@@ -52,22 +52,18 @@ components:
      type: string
      enum:
        - SHARED
        - NON-SHARED
        - NON_SHARED

    NetworkSliceSharingIndicator:
      type: string
      enum:
        - SHARED
        - NON-SHARED
        - NON_SHARED

    SliceSimultaneousUse:
      type: string
      enum:
        - ZERO
        - ONE
        - TWO
        - THREE
        - FOUR
      type: integer
      minimum: 0
      maximum: 4
    Category:
      type: string
      enum:
@@ -98,7 +94,7 @@ components:
    Support:
      type: string
      enum:
        - NOT SUPPORTED
        - NOT_SUPPORTED
        - SUPPORTED
    DelayTolerance:
      type: object
@@ -576,7 +572,7 @@ components:
           enum: 
            - VLAN
            - MPLS
            - Segment
            - SEGMENT
         logicalInterfaceId:
           type: string
         systemName:
@@ -592,7 +588,7 @@ components:
            - EGP
            - EIGRP
            - BGP
            - IS-IS
            - IS_IS
            - STATIC

    ConnectionPointInfo: