/* 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 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec029; import public "models/time_stamp.proto"; import public "models/upload_diagnostics_diagnostics_state.proto"; message UploadDiagnostics { TimeStamp bOMTime = 1; UploadDiagnosticsDiagnosticsState diagnosticsState = 2; TimeStamp eOMTime = 3; TimeStamp rOMTime = 4; TimeStamp tCPOpenReponseTime = 5; TimeStamp tCPOpenRequestTime = 6; // The test traffic sent in bytes during the FTP/HTTP transaction including FTP/HTTP headers, between bOMTime and eOMTime. int32 testBytesSent = 7; // The size of the file (in bytes) to be uploaded to the server. int32 testFileLength = 8; // The URI for the device to perform the upload to. string uploadURI = 9; }