Commit defb4ad4 authored by SHAN CHEN's avatar SHAN CHEN
Browse files

Merge branch...

Merge branch 'Add_layer_3_multi-hop_ProSe_UE-to-Network_relay_communication_related_information' into 'Integration_Rel19_SA5_160_CH_YAML'

32291 Rel19 CR0615 Add layer 3 multi-hop ProSe UE-to-Network relay communication related information

See merge request !44
parents a5bbddfa bd3cb18a
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2067,6 +2067,13 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        proximityCancellationTimestamp:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        hopCount:
          type: integer
        intermediateRelayInformationContainer:
          type: array
          items:
            $ref: '#/components/schemas/IntermediateRelayInformationContainer'
          minItems: 0
        relayIPAddress:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
        proseUEToNetworkRelayUEID :
@@ -2153,6 +2160,13 @@ components:
          $ref: '#/components/schemas/OctetString'
        verticalAccuracy:
          $ref: '#/components/schemas/OctetString'
    IntermediateRelayInformationContainer:
      type: object
      properties:
        intermediateRelayIPAddress:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
        proseUEToNetworkIntermediateRelayUEID:
          type: string
    PFIContainerInformation:
      type: object
      properties: