Commit 5cd18cf8 authored by parambathsa1's avatar parambathsa1
Browse files

Edit TS29581_Nmbstf_DistSession.yaml with agreed CRs in CT4#133 meeting

parent c26e3450
Loading
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: Nmbstf-distsession
  version: 1.0.5
  version: 1.0.6
  description: |
    MBSTF Distribution Session Service.  
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.581 V17.6.0; 5G System; MBSDistribution Service.
  description: 3GPP TS 29.581 V17.7.0; 5G System; MBSDistribution Service.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.581/

servers:
@@ -287,7 +287,7 @@ paths:

      callbacks:
        statusNotification:
          '{$request.body#/notifUri}':
          '{$request.body#/subscription/notifyUri}':
            post:
              parameters:
                - name: Content-Encoding
@@ -651,13 +651,17 @@ components:
        - eventType

    UpTrafficFlowInfo:
      description: IP Multicast Address and Port Number
      description: Protocol header values for User Plane packets passed to the MB-UPF
      type: object
      properties:
        destIpAddr:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
        portNumber:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
        srcIpAddr:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
        transportSessionId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
      required:
        - destIpAddr
        - portNumber