upload_diagnostics.proto 1.02 KB
Newer Older
piscione's avatar
piscione committed
/*
  ETSI GS MEC 029 Fixed Access Information API
 
  ETSI GS MEC 029 Fixed Access Information API described using OpenAPI.
 
  The version of the OpenAPI document: 2.1.1
  Contact: cti_support@etsi.org
piscione's avatar
piscione committed
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec029;

piscione's avatar
piscione committed
import public "models/time_stamp.proto";
import public "models/upload_diagnostics_diagnostics_state.proto";

message UploadDiagnostics {

  TimeStamp b_om_time = 1;
  UploadDiagnosticsDiagnosticsState diagnostics_state = 2;
  TimeStamp e_om_time = 3;
  TimeStamp r_om_time = 4;
  TimeStamp tcp_ppen_reponse_time = 5;
  TimeStamp tcp_open_request_time = 6;
  // The test traffic sent in bytes during the FTP/HTTP transaction including FTP/HTTP headers, between b_oMTime and e_oMTime.
  int32 test_bytes_sent = 7;
piscione's avatar
piscione committed

  // The size of the file (in bytes) to be uploaded to the server.
  int32 test_file_length = 8;
piscione's avatar
piscione committed

  // The URI for the device to perform the upload to.
  string upload_uri = 9;