Commit 1acf9ad3 authored by landais's avatar landais
Browse files

Implementations of CRs agreed at CT4#125

parent 619f68e2
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.3.0'
  version: '1.3.1'
  title: 'Nsmf_PDUSession'
  description: |
    SMF PDU Session Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.502 V18.7.0; 5G System; Session Management Services; Stage 3
  description: 3GPP TS 29.502 V18.9.0; 5G System; Session Management Services; Stage 3
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.502/

servers:
@@ -2064,6 +2064,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
        pcfGroupId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
        pduSessionPrio:
          $ref: '#/components/schemas/PduSessionPriority'

    SmContextUpdateData:
      description: Data within Update SM Context Request
@@ -2305,6 +2307,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
        anchorSmfFeatures:
          $ref: '#/components/schemas/AnchorSmfFeatures'
        pduSessionPrio:
          $ref: '#/components/schemas/PduSessionPriority'

    SmContextReleaseData:
      description: Data within Release SM Context Request
@@ -4397,7 +4401,7 @@ components:
          maxItems: 1
          description: >
            A reference to the TrafficControlData policy decision type. It is the tcId described 
            in clause 5.6.2.10 of 3GPP TS 29.512 [30].
            in clause 5.6.2.10 of 3GPP TS 29.512 [30].


#
@@ -4462,6 +4466,10 @@ components:
      type: string
      format: byte

    PduSessionPriority:
      description: The priority of the PDU session
      type: integer

#
# ENUMERATIONS
#