/* 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 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec029; option java_multiple_files=true; 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; // The size of the file (in bytes) to be uploaded to the server. int32 test_file_length = 8; // The URI for the device to perform the upload to. string upload_uri = 9; }