Commit 851f35d3 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel_18_CR_28_541_Non_IP_Support_Stage_2' into 'Integration_Rel18_SA5_150_YAML'

Rel 18 cr 28 541 non ip support stage 2

See merge request !740
parents 11df623b 78b07fc8
Loading
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -103,6 +103,13 @@ components:
          $ref: '#/components/schemas/ServAttrCom'
        support:
          $ref: '#/components/schemas/Support'
    NonIPSupport:
      type: object
      properties:
        servAttrCom:
          $ref: '#/components/schemas/ServAttrCom'
        support:
          $ref: '#/components/schemas/Support'
    DeterministicComm:
      type: object
      properties:
@@ -345,6 +352,9 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
    
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -400,6 +410,8 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        uLDeterministicComm:
          $ref: '#/components/schemas/DeterministicComm'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
    TopSliceSubnetProfile:
      type: object
      properties:
@@ -461,6 +473,8 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'

    ServiceProfile:
      type: object
@@ -545,6 +559,8 @@ components:
            $ref: '#/components/schemas/NSSAASupport'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
          nonIPSupport:
            $ref: '#/components/schemas/NonIPSupport'
    SliceProfile:
      type: object
      properties: