v2x_msg_distribution_server_info.proto 828 Bytes
Newer Older
/*
  ETSI GS MEC 030 V2X Information Services API

  ETSI GS MEC 030 V2X Information Services API described using OpenAPI.

  The version of the OpenAPI document: 3.1.1

  Contact: cti_support@etsi.org

  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec030;

import public "models/location_info.proto";
import public "models/v2x_msg_distribution_server.proto";

message V2xMsgDistributionServerInfo {

  // Location information to identify a particular geographical area of interest to the service consumer for receiving V2X messages.
  repeated LocationInfo locationInfo = 1;

  // Describes the information of the V2X Message Distribution Servers supported by the service consumer for direct communication.
  repeated V2xMsgDistributionServer v2xMsgDistributionServer = 2;

}