VOL-4949: Introduce DEVICE_BUSY reason in the UploadDebugInfoStatus DMI message
Change-Id: Ifab506e850f10532dcea94df94d31413823080b3
diff --git a/VERSION b/VERSION
index 81c871d..1cac385 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.10.0
+1.11.0
diff --git a/cpp/dmi/sw_management_service.pb.cc b/cpp/dmi/sw_management_service.pb.cc
index 1fc0e00..92977e6 100644
--- a/cpp/dmi/sw_management_service.pb.cc
+++ b/cpp/dmi/sw_management_service.pb.cc
@@ -347,7 +347,7 @@
"\020\000\022\022\n\016UNKNOWN_DEVICE\020\001\022\022\n\016INTERNAL_ERROR"
"\020\002\022\026\n\022DEVICE_UNREACHABLE\020\003\"N\n\026UploadDebu"
"gInfoRequest\022\036\n\013device_uuid\030\001 \001(\0132\t.dmi."
- "Uuid\022\024\n\014location_url\030\003 \001(\t\"\377\003\n\025UploadDeb"
+ "Uuid\022\024\n\014location_url\030\003 \001(\t\"\220\004\n\025UploadDeb"
"ugInfoStatus\022\036\n\013device_uuid\030\001 \001(\0132\t.dmi."
"Uuid\0227\n\006status\030\002 \001(\0162\'.dmi.UploadDebugIn"
"foStatus.UploadStatus\022\030\n\020percent_uploade"
@@ -355,32 +355,33 @@
"gInfoStatus.Reason\022\024\n\014location_url\030\005 \001(\t"
"\022\021\n\tfile_name\030\006 \001(\t\"U\n\014UploadStatus\022\033\n\027U"
"NDEFINED_UPLOAD_STATUS\020\000\022\014\n\010COMPLETE\020\001\022\017"
- "\n\013IN_PROGRESS\020\002\022\t\n\005ERROR\020\003\"\277\001\n\006Reason\022\024\n"
+ "\n\013IN_PROGRESS\020\002\022\t\n\005ERROR\020\003\"\320\001\n\006Reason\022\024\n"
"\020UNDEFINED_REASON\020\000\022\022\n\016UNKNOWN_DEVICE\020\001\022"
"\022\n\016INTERNAL_ERROR\020\002\022\026\n\022DEVICE_UNREACHABL"
"E\020\003\022\037\n\033REMOTE_LOCATION_UNREACHABLE\020\004\022%\n!"
"REMOTE_LOCATION_PERMISSION_DENIED\020\005\022\027\n\023E"
- "RROR_DURING_UPLOAD\020\0062\234\004\n\037NativeSoftwareM"
- "anagementService\022Q\n\022GetSoftwareVersion\022\017"
- ".dmi.HardwareID\032*.dmi.GetSoftwareVersion"
- "InformationResponse\022>\n\rDownloadImage\022\031.d"
- "mi.DownloadImageRequest\032\020.dmi.ImageStatu"
- "s0\001\0224\n\rActivateImage\022\017.dmi.HardwareID\032\020."
- "dmi.ImageStatus0\001\022;\n\024RevertToStandbyImag"
- "e\022\017.dmi.HardwareID\032\020.dmi.ImageStatus0\001\022G"
- "\n\032UpdateStartupConfiguration\022\022.dmi.Confi"
- "gRequest\032\023.dmi.ConfigResponse0\001\022\\\n\033GetSt"
- "artupConfigurationInfo\022\035.dmi.StartupConf"
- "igInfoRequest\032\036.dmi.StartupConfigInfoRes"
- "ponse\022L\n\017UploadDebugInfo\022\033.dmi.UploadDeb"
- "ugInfoRequest\032\032.dmi.UploadDebugInfoStatu"
- "s0\001B;Z9github.com/opencord/device-manage"
- "ment-interface/v3/go/dmib\006proto3"
+ "RROR_DURING_UPLOAD\020\006\022\017\n\013DEVICE_BUSY\020\0072\234\004"
+ "\n\037NativeSoftwareManagementService\022Q\n\022Get"
+ "SoftwareVersion\022\017.dmi.HardwareID\032*.dmi.G"
+ "etSoftwareVersionInformationResponse\022>\n\r"
+ "DownloadImage\022\031.dmi.DownloadImageRequest"
+ "\032\020.dmi.ImageStatus0\001\0224\n\rActivateImage\022\017."
+ "dmi.HardwareID\032\020.dmi.ImageStatus0\001\022;\n\024Re"
+ "vertToStandbyImage\022\017.dmi.HardwareID\032\020.dm"
+ "i.ImageStatus0\001\022G\n\032UpdateStartupConfigur"
+ "ation\022\022.dmi.ConfigRequest\032\023.dmi.ConfigRe"
+ "sponse0\001\022\\\n\033GetStartupConfigurationInfo\022"
+ "\035.dmi.StartupConfigInfoRequest\032\036.dmi.Sta"
+ "rtupConfigInfoResponse\022L\n\017UploadDebugInf"
+ "o\022\033.dmi.UploadDebugInfoRequest\032\032.dmi.Upl"
+ "oadDebugInfoStatus0\001B;Z9github.com/openc"
+ "ord/device-management-interface/v3/go/dm"
+ "ib\006proto3"
;
::google::protobuf::internal::DescriptorTable descriptor_table_dmi_2fsw_5fmanagement_5fservice_2eproto = {
false, InitDefaults_dmi_2fsw_5fmanagement_5fservice_2eproto,
descriptor_table_protodef_dmi_2fsw_5fmanagement_5fservice_2eproto,
- "dmi/sw_management_service.proto", &assign_descriptors_table_dmi_2fsw_5fmanagement_5fservice_2eproto, 2512,
+ "dmi/sw_management_service.proto", &assign_descriptors_table_dmi_2fsw_5fmanagement_5fservice_2eproto, 2529,
};
void AddDescriptors_dmi_2fsw_5fmanagement_5fservice_2eproto() {
@@ -515,6 +516,7 @@
case 4:
case 5:
case 6:
+ case 7:
return true;
default:
return false;
@@ -529,6 +531,7 @@
const UploadDebugInfoStatus_Reason UploadDebugInfoStatus::REMOTE_LOCATION_UNREACHABLE;
const UploadDebugInfoStatus_Reason UploadDebugInfoStatus::REMOTE_LOCATION_PERMISSION_DENIED;
const UploadDebugInfoStatus_Reason UploadDebugInfoStatus::ERROR_DURING_UPLOAD;
+const UploadDebugInfoStatus_Reason UploadDebugInfoStatus::DEVICE_BUSY;
const UploadDebugInfoStatus_Reason UploadDebugInfoStatus::Reason_MIN;
const UploadDebugInfoStatus_Reason UploadDebugInfoStatus::Reason_MAX;
const int UploadDebugInfoStatus::Reason_ARRAYSIZE;
diff --git a/cpp/dmi/sw_management_service.pb.h b/cpp/dmi/sw_management_service.pb.h
index 82b897a..fa80e35 100644
--- a/cpp/dmi/sw_management_service.pb.h
+++ b/cpp/dmi/sw_management_service.pb.h
@@ -199,12 +199,13 @@
UploadDebugInfoStatus_Reason_REMOTE_LOCATION_UNREACHABLE = 4,
UploadDebugInfoStatus_Reason_REMOTE_LOCATION_PERMISSION_DENIED = 5,
UploadDebugInfoStatus_Reason_ERROR_DURING_UPLOAD = 6,
+ UploadDebugInfoStatus_Reason_DEVICE_BUSY = 7,
UploadDebugInfoStatus_Reason_UploadDebugInfoStatus_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
UploadDebugInfoStatus_Reason_UploadDebugInfoStatus_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
};
bool UploadDebugInfoStatus_Reason_IsValid(int value);
const UploadDebugInfoStatus_Reason UploadDebugInfoStatus_Reason_Reason_MIN = UploadDebugInfoStatus_Reason_UNDEFINED_REASON;
-const UploadDebugInfoStatus_Reason UploadDebugInfoStatus_Reason_Reason_MAX = UploadDebugInfoStatus_Reason_ERROR_DURING_UPLOAD;
+const UploadDebugInfoStatus_Reason UploadDebugInfoStatus_Reason_Reason_MAX = UploadDebugInfoStatus_Reason_DEVICE_BUSY;
const int UploadDebugInfoStatus_Reason_Reason_ARRAYSIZE = UploadDebugInfoStatus_Reason_Reason_MAX + 1;
const ::google::protobuf::EnumDescriptor* UploadDebugInfoStatus_Reason_descriptor();
@@ -1526,6 +1527,8 @@
UploadDebugInfoStatus_Reason_REMOTE_LOCATION_PERMISSION_DENIED;
static const Reason ERROR_DURING_UPLOAD =
UploadDebugInfoStatus_Reason_ERROR_DURING_UPLOAD;
+ static const Reason DEVICE_BUSY =
+ UploadDebugInfoStatus_Reason_DEVICE_BUSY;
static inline bool Reason_IsValid(int value) {
return UploadDebugInfoStatus_Reason_IsValid(value);
}
diff --git a/dmi.pb b/dmi.pb
index 0da2781..e960540 100644
--- a/dmi.pb
+++ b/dmi.pb
Binary files differ
diff --git a/go/dmi/sw_management_service.pb.go b/go/dmi/sw_management_service.pb.go
index fde093c..b1aad29 100644
--- a/go/dmi/sw_management_service.pb.go
+++ b/go/dmi/sw_management_service.pb.go
@@ -167,6 +167,7 @@
UploadDebugInfoStatus_REMOTE_LOCATION_UNREACHABLE UploadDebugInfoStatus_Reason = 4
UploadDebugInfoStatus_REMOTE_LOCATION_PERMISSION_DENIED UploadDebugInfoStatus_Reason = 5
UploadDebugInfoStatus_ERROR_DURING_UPLOAD UploadDebugInfoStatus_Reason = 6
+ UploadDebugInfoStatus_DEVICE_BUSY UploadDebugInfoStatus_Reason = 7
)
var UploadDebugInfoStatus_Reason_name = map[int32]string{
@@ -177,6 +178,7 @@
4: "REMOTE_LOCATION_UNREACHABLE",
5: "REMOTE_LOCATION_PERMISSION_DENIED",
6: "ERROR_DURING_UPLOAD",
+ 7: "DEVICE_BUSY",
}
var UploadDebugInfoStatus_Reason_value = map[string]int32{
@@ -187,6 +189,7 @@
"REMOTE_LOCATION_UNREACHABLE": 4,
"REMOTE_LOCATION_PERMISSION_DENIED": 5,
"ERROR_DURING_UPLOAD": 6,
+ "DEVICE_BUSY": 7,
}
func (x UploadDebugInfoStatus_Reason) String() string {
@@ -732,72 +735,73 @@
func init() { proto.RegisterFile("dmi/sw_management_service.proto", fileDescriptor_000929e4bec891d7) }
var fileDescriptor_000929e4bec891d7 = []byte{
- // 1038 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xeb, 0x4e, 0xe3, 0xc6,
- 0x17, 0x5f, 0xe7, 0xf6, 0xdf, 0x9c, 0x00, 0xf1, 0xce, 0xc2, 0x6e, 0x08, 0xe2, 0x0f, 0x78, 0x85,
- 0x4a, 0x57, 0x5a, 0x42, 0xc3, 0x7e, 0xd9, 0x6e, 0x2f, 0xf2, 0xc6, 0x06, 0xac, 0x06, 0x9b, 0x8e,
- 0x63, 0xaa, 0xae, 0xaa, 0x5a, 0x26, 0x9e, 0x64, 0x2d, 0xc5, 0x76, 0xea, 0x0b, 0xb4, 0x2f, 0xd2,
- 0x4f, 0x7d, 0x88, 0xbe, 0x40, 0x55, 0x55, 0x7d, 0x82, 0xbe, 0x51, 0x35, 0x33, 0x0e, 0x10, 0x27,
- 0x59, 0x2d, 0xa8, 0x55, 0xbf, 0xd9, 0xbf, 0x39, 0x97, 0x99, 0xf3, 0x3b, 0x37, 0xd8, 0x72, 0x7d,
- 0xaf, 0x15, 0x5f, 0xd9, 0xbe, 0x13, 0x38, 0x43, 0xe2, 0x93, 0x20, 0xb1, 0x63, 0x12, 0x5d, 0x7a,
- 0x7d, 0xb2, 0x3f, 0x8e, 0xc2, 0x24, 0x44, 0x45, 0xd7, 0xf7, 0x9a, 0x8f, 0xa8, 0x54, 0x3f, 0xf4,
- 0xfd, 0x30, 0x88, 0x39, 0xde, 0x5c, 0xa2, 0xd0, 0xbb, 0xab, 0xec, 0x0f, 0x65, 0x66, 0x3c, 0xdf,
- 0x19, 0x66, 0x9a, 0xd2, 0xcf, 0x02, 0x34, 0xcd, 0x70, 0x90, 0x5c, 0x39, 0x11, 0x39, 0x27, 0x51,
- 0xec, 0x85, 0x81, 0x16, 0x0c, 0xc2, 0xc8, 0x77, 0x12, 0x2f, 0x0c, 0xd0, 0xa7, 0x50, 0x77, 0xfa,
- 0x89, 0x77, 0x49, 0xec, 0x4b, 0x7e, 0x18, 0x37, 0x84, 0xed, 0xe2, 0x5e, 0xad, 0xfd, 0x68, 0xdf,
- 0xf5, 0xbd, 0x7d, 0x8d, 0x5a, 0xca, 0xd4, 0xf0, 0x0a, 0x97, 0xcc, 0x7e, 0x63, 0xf4, 0x19, 0x88,
- 0x71, 0xe2, 0x04, 0xee, 0xc5, 0x4f, 0x37, 0xca, 0x85, 0x45, 0xca, 0xf5, 0x4c, 0x74, 0xa2, 0x2d,
- 0xfd, 0x55, 0x80, 0xdd, 0x63, 0x92, 0x2c, 0xbe, 0x1b, 0x26, 0xf1, 0x38, 0x0c, 0x62, 0x82, 0x9e,
- 0x41, 0x25, 0x4e, 0x9c, 0x24, 0xa5, 0x57, 0x13, 0xf6, 0x56, 0xda, 0x35, 0x66, 0xdd, 0x64, 0x10,
- 0xce, 0x8e, 0x90, 0x06, 0x95, 0x88, 0x38, 0x71, 0x18, 0x34, 0x0a, 0x4c, 0xe8, 0x13, 0x26, 0xf4,
- 0x41, 0x0e, 0xf6, 0x31, 0x53, 0xc4, 0x99, 0x01, 0x74, 0x08, 0x25, 0x2f, 0x18, 0x84, 0x8d, 0xe2,
- 0xb6, 0xb0, 0x57, 0x6b, 0x6f, 0x71, 0x6f, 0x8b, 0xad, 0x30, 0x61, 0xf4, 0x0c, 0x96, 0xb9, 0xba,
- 0xed, 0x92, 0xc4, 0xf1, 0x46, 0x8d, 0xd2, 0xb6, 0xb0, 0x57, 0xc5, 0x4b, 0x1c, 0x54, 0x18, 0x26,
- 0x7d, 0x0f, 0x15, 0xee, 0x0b, 0xad, 0x82, 0x68, 0xe9, 0x8a, 0x7a, 0xa4, 0xe9, 0xaa, 0x62, 0x63,
- 0x55, 0x36, 0x0d, 0x5d, 0x7c, 0x80, 0x10, 0xac, 0x58, 0xfa, 0x57, 0xba, 0xf1, 0x8d, 0x6e, 0x2b,
- 0xea, 0xb9, 0xd6, 0x51, 0x45, 0x81, 0x62, 0x9a, 0xde, 0x53, 0xb1, 0x2e, 0x77, 0x6d, 0x15, 0x63,
- 0x03, 0x8b, 0x05, 0xf4, 0x04, 0x10, 0x3f, 0xb7, 0x2d, 0x1d, 0xab, 0x72, 0xe7, 0x44, 0x7e, 0xd3,
- 0x55, 0xc5, 0xa2, 0xf4, 0x23, 0xac, 0x2a, 0xe1, 0x55, 0x30, 0x0a, 0x1d, 0x97, 0x05, 0x1f, 0x93,
- 0x1f, 0x52, 0x12, 0x27, 0xe8, 0x39, 0xd4, 0x5c, 0x42, 0xd3, 0xc9, 0x4e, 0x53, 0xcf, 0x65, 0x61,
- 0xac, 0xb5, 0xab, 0xec, 0x61, 0x56, 0xea, 0xb9, 0x18, 0xf8, 0x29, 0xfd, 0x46, 0x2f, 0x01, 0x58,
- 0xfe, 0xd8, 0x2c, 0x06, 0x05, 0x26, 0xba, 0x76, 0xc3, 0xe7, 0xed, 0x97, 0x57, 0xbd, 0x09, 0x22,
- 0xbd, 0x85, 0xe5, 0x4e, 0x18, 0x0c, 0xbc, 0xe1, 0x7d, 0x5c, 0x6e, 0x02, 0xf4, 0x99, 0xb2, 0x9d,
- 0x46, 0x23, 0xe6, 0xb2, 0x8a, 0xab, 0x1c, 0xb1, 0xa2, 0x91, 0xf4, 0x47, 0x01, 0x56, 0x26, 0xc6,
- 0xef, 0x92, 0x12, 0xed, 0x5c, 0x4a, 0x34, 0x99, 0xd0, 0xb4, 0xa5, 0x3c, 0xf7, 0x33, 0x34, 0x16,
- 0xe7, 0xd0, 0xf8, 0xab, 0xf0, 0x0f, 0xf1, 0xb8, 0x0e, 0x6b, 0xec, 0xd3, 0x3e, 0x52, 0x7b, 0x9d,
- 0x13, 0x4d, 0x3f, 0xb6, 0x3b, 0x86, 0x7e, 0xa4, 0x1d, 0x8b, 0x45, 0x2e, 0x7e, 0x2e, 0x77, 0x35,
- 0x65, 0x82, 0x95, 0xd0, 0x0e, 0x6c, 0x1a, 0x67, 0x2a, 0x96, 0x7b, 0x9a, 0xa1, 0xdb, 0x72, 0x17,
- 0xab, 0xb2, 0xf2, 0xad, 0xad, 0xe9, 0xf6, 0x19, 0x36, 0x8e, 0xb1, 0x6a, 0x9a, 0x62, 0x79, 0x41,
- 0x66, 0x54, 0xa4, 0x23, 0x68, 0x98, 0x89, 0x13, 0x25, 0xe9, 0x98, 0xbf, 0x9f, 0x92, 0x76, 0x0f,
- 0xaa, 0xa4, 0xdf, 0x0a, 0xb0, 0x3e, 0xc7, 0xd0, 0x5d, 0x68, 0xf9, 0x3c, 0x47, 0xcb, 0xee, 0x44,
- 0x68, 0xbe, 0xd1, 0x3c, 0x43, 0xd3, 0xc9, 0x52, 0xcc, 0x25, 0x0b, 0x6a, 0xc0, 0xff, 0xb2, 0x66,
- 0x94, 0x55, 0xe0, 0xe4, 0x77, 0x96, 0xda, 0xf2, 0x7f, 0x50, 0xa1, 0x43, 0x78, 0x62, 0x8d, 0x69,
- 0x7d, 0x2a, 0xe4, 0x22, 0xbd, 0x2f, 0x0b, 0x68, 0x07, 0x96, 0x46, 0x61, 0x9f, 0x15, 0xe1, 0xad,
- 0x28, 0xd4, 0x26, 0x18, 0x2d, 0x9a, 0x3f, 0x4b, 0xb0, 0x96, 0xf3, 0xc4, 0x79, 0xb8, 0x93, 0xa3,
- 0x2f, 0xaf, 0x09, 0xe5, 0x5c, 0x7d, 0xc4, 0xc5, 0xe6, 0xd9, 0xcd, 0xd0, 0x1c, 0xd9, 0x1f, 0x83,
- 0x38, 0x26, 0x51, 0x9f, 0x4e, 0xb4, 0x94, 0x9d, 0x13, 0x97, 0xdd, 0xb6, 0x8c, 0xeb, 0x19, 0x6e,
- 0x65, 0x30, 0x7a, 0x75, 0x9d, 0x17, 0x25, 0xe6, 0x6b, 0xe7, 0x3d, 0xbe, 0x72, 0x39, 0x91, 0x8f,
- 0x47, 0x79, 0x26, 0x1e, 0x68, 0x03, 0xaa, 0x03, 0x6f, 0x44, 0xec, 0xc0, 0xf1, 0x49, 0xa3, 0xc2,
- 0xce, 0x1f, 0x52, 0x40, 0x77, 0x7c, 0x22, 0x59, 0xb0, 0x74, 0xfb, 0xf6, 0x68, 0x03, 0x9e, 0xde,
- 0x70, 0x6f, 0x9d, 0x75, 0x0d, 0x59, 0xb1, 0xcd, 0x9e, 0xdc, 0xb3, 0x4c, 0xf1, 0x01, 0x5a, 0x82,
- 0x87, 0x1d, 0xe3, 0xf4, 0xac, 0xab, 0xf6, 0x28, 0xf9, 0x75, 0xa8, 0xdd, 0xae, 0xc0, 0x02, 0xaa,
- 0x42, 0x99, 0x27, 0x41, 0x51, 0xfa, 0x5d, 0xf8, 0x77, 0xb3, 0x09, 0x6d, 0xc1, 0x06, 0x56, 0x4f,
- 0x8d, 0x9e, 0x6a, 0x77, 0x8d, 0x0e, 0x6f, 0x0b, 0xb7, 0x05, 0x4a, 0x68, 0x17, 0x76, 0xf2, 0x02,
- 0x67, 0x2a, 0x3e, 0xd5, 0x4c, 0x93, 0x7e, 0x2a, 0xaa, 0xae, 0xa9, 0x8a, 0x58, 0x46, 0x4f, 0xe1,
- 0x31, 0xef, 0x43, 0x8a, 0x85, 0x69, 0x17, 0xe2, 0x4f, 0x16, 0x2b, 0xed, 0x5f, 0x4a, 0xb0, 0xa5,
- 0x3b, 0x74, 0xea, 0x4f, 0x06, 0xe0, 0xe9, 0xf5, 0x8a, 0x62, 0xf2, 0x0d, 0x05, 0x7d, 0x0d, 0x68,
- 0x76, 0xcc, 0xa2, 0x3a, 0x63, 0xef, 0xc4, 0x89, 0x5c, 0x8a, 0x6a, 0x4a, 0xf3, 0xf9, 0x87, 0x0f,
- 0x64, 0xf4, 0x05, 0x2c, 0x4f, 0xcd, 0x31, 0xb4, 0xce, 0x94, 0xe7, 0xcd, 0xb6, 0xa6, 0x78, 0x33,
- 0x9b, 0x38, 0x7b, 0x07, 0x02, 0x7a, 0x09, 0xcb, 0x32, 0xdd, 0x55, 0x9c, 0x84, 0x70, 0xfd, 0x99,
- 0xdb, 0xcc, 0xd3, 0x7a, 0x0d, 0xab, 0x98, 0x5c, 0x92, 0x28, 0xe9, 0xd1, 0x34, 0xa3, 0xcb, 0xca,
- 0x1d, 0x94, 0x8f, 0xa1, 0x69, 0x8d, 0x5d, 0x27, 0x21, 0x53, 0x8d, 0x2c, 0x8d, 0xf8, 0x9a, 0x85,
- 0xa6, 0x46, 0x0f, 0xbf, 0xf8, 0xe3, 0x39, 0xe3, 0xe8, 0x40, 0x40, 0xdf, 0xc1, 0x06, 0x0d, 0xd2,
- 0x1c, 0x2b, 0x34, 0x52, 0x68, 0x73, 0x51, 0xb7, 0xe4, 0x46, 0xff, 0xff, 0xfe, 0x66, 0x8a, 0xba,
- 0x50, 0xcf, 0x55, 0x14, 0xda, 0x98, 0x57, 0x67, 0x13, 0x7b, 0xcd, 0xc5, 0x45, 0x78, 0x20, 0xbc,
- 0x79, 0xfd, 0xf6, 0xd5, 0xd0, 0x4b, 0xde, 0xa5, 0x17, 0xfb, 0xfd, 0xd0, 0x6f, 0x85, 0x63, 0x12,
- 0xf4, 0xc3, 0xc8, 0x6d, 0xf1, 0x06, 0xf2, 0xe2, 0x66, 0x9b, 0x7d, 0xe1, 0x05, 0x09, 0x89, 0x06,
- 0x4e, 0x9f, 0xb4, 0x2e, 0x0f, 0x5b, 0xc3, 0xb0, 0xe5, 0xfa, 0xde, 0x45, 0x85, 0x2d, 0xa8, 0x87,
- 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x46, 0xf6, 0xed, 0xb0, 0xfd, 0x0a, 0x00, 0x00,
+ // 1048 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xd9, 0x6e, 0xdb, 0x46,
+ 0x17, 0x0e, 0xb5, 0x25, 0x3a, 0xb2, 0x2d, 0x66, 0x62, 0x27, 0xb2, 0x0c, 0xff, 0xb6, 0x19, 0x18,
+ 0xbf, 0x1b, 0x20, 0x96, 0x2b, 0xe7, 0x26, 0x4d, 0x17, 0xd0, 0x22, 0x6d, 0x13, 0x95, 0x49, 0x77,
+ 0x28, 0xba, 0x48, 0x50, 0x94, 0xa0, 0xc5, 0x91, 0x42, 0x40, 0x24, 0x55, 0x2e, 0x76, 0xfb, 0x22,
+ 0xbd, 0xea, 0x43, 0xf4, 0x05, 0x7a, 0xd1, 0x37, 0x68, 0x81, 0x3e, 0x50, 0x31, 0x33, 0x94, 0x17,
+ 0x4a, 0x0a, 0x62, 0xa3, 0x45, 0xef, 0xc8, 0x6f, 0xce, 0x32, 0x73, 0xbe, 0xb3, 0xc1, 0x86, 0xeb,
+ 0x7b, 0xad, 0xf8, 0xd2, 0xf6, 0x9d, 0xc0, 0x19, 0x12, 0x9f, 0x04, 0x89, 0x1d, 0x93, 0xe8, 0xc2,
+ 0xeb, 0x93, 0xdd, 0x71, 0x14, 0x26, 0x21, 0x2a, 0xba, 0xbe, 0xd7, 0x7c, 0x4c, 0xa5, 0xfa, 0xa1,
+ 0xef, 0x87, 0x41, 0xcc, 0xf1, 0xe6, 0x02, 0x85, 0xde, 0x5f, 0x66, 0x7f, 0x28, 0x33, 0xe3, 0xf9,
+ 0xce, 0x30, 0xd3, 0x94, 0x7e, 0x16, 0xa0, 0x69, 0x86, 0x83, 0xe4, 0xd2, 0x89, 0xc8, 0x19, 0x89,
+ 0x62, 0x2f, 0x0c, 0xb4, 0x60, 0x10, 0x46, 0xbe, 0x93, 0x78, 0x61, 0x80, 0x3e, 0x83, 0xba, 0xd3,
+ 0x4f, 0xbc, 0x0b, 0x62, 0x5f, 0xf0, 0xc3, 0xb8, 0x21, 0x6c, 0x16, 0x77, 0x6a, 0xed, 0xc7, 0xbb,
+ 0xae, 0xef, 0xed, 0x6a, 0xd4, 0x52, 0xa6, 0x86, 0x97, 0xb8, 0x64, 0xf6, 0x1b, 0xa3, 0xcf, 0x41,
+ 0x8c, 0x13, 0x27, 0x70, 0xcf, 0x7f, 0xba, 0x56, 0x2e, 0xcc, 0x53, 0xae, 0x67, 0xa2, 0x13, 0x6d,
+ 0xe9, 0xcf, 0x02, 0x6c, 0x1f, 0x91, 0x64, 0xfe, 0xdd, 0x30, 0x89, 0xc7, 0x61, 0x10, 0x13, 0xf4,
+ 0x1c, 0x2a, 0x71, 0xe2, 0x24, 0x29, 0xbd, 0x9a, 0xb0, 0xb3, 0xd4, 0xae, 0x31, 0xeb, 0x26, 0x83,
+ 0x70, 0x76, 0x84, 0x34, 0xa8, 0x44, 0xc4, 0x89, 0xc3, 0xa0, 0x51, 0x60, 0x42, 0x9f, 0x32, 0xa1,
+ 0x8f, 0x72, 0xb0, 0x8b, 0x99, 0x22, 0xce, 0x0c, 0xa0, 0x7d, 0x28, 0x79, 0xc1, 0x20, 0x6c, 0x14,
+ 0x37, 0x85, 0x9d, 0x5a, 0x7b, 0x83, 0x7b, 0x9b, 0x6f, 0x85, 0x09, 0xa3, 0xe7, 0xb0, 0xc8, 0xd5,
+ 0x6d, 0x97, 0x24, 0x8e, 0x37, 0x6a, 0x94, 0x36, 0x85, 0x9d, 0x2a, 0x5e, 0xe0, 0xa0, 0xc2, 0x30,
+ 0xe9, 0x7b, 0xa8, 0x70, 0x5f, 0x68, 0x19, 0x44, 0x4b, 0x57, 0xd4, 0x43, 0x4d, 0x57, 0x15, 0x1b,
+ 0xab, 0xb2, 0x69, 0xe8, 0xe2, 0x03, 0x84, 0x60, 0xc9, 0xd2, 0xbf, 0xd6, 0x8d, 0x6f, 0x75, 0x5b,
+ 0x51, 0xcf, 0xb4, 0x8e, 0x2a, 0x0a, 0x14, 0xd3, 0xf4, 0x9e, 0x8a, 0x75, 0xb9, 0x6b, 0xab, 0x18,
+ 0x1b, 0x58, 0x2c, 0xa0, 0xa7, 0x80, 0xf8, 0xb9, 0x6d, 0xe9, 0x58, 0x95, 0x3b, 0xc7, 0xf2, 0x41,
+ 0x57, 0x15, 0x8b, 0xd2, 0x8f, 0xb0, 0xac, 0x84, 0x97, 0xc1, 0x28, 0x74, 0x5c, 0x16, 0x7c, 0x4c,
+ 0x7e, 0x48, 0x49, 0x9c, 0xa0, 0x17, 0x50, 0x73, 0x09, 0x4d, 0x27, 0x3b, 0x4d, 0x3d, 0x97, 0x85,
+ 0xb1, 0xd6, 0xae, 0xb2, 0x87, 0x59, 0xa9, 0xe7, 0x62, 0xe0, 0xa7, 0xf4, 0x1b, 0xbd, 0x02, 0x60,
+ 0xf9, 0x63, 0xb3, 0x18, 0x14, 0x98, 0xe8, 0xca, 0x35, 0x9f, 0x37, 0x5f, 0x5e, 0xf5, 0x26, 0x88,
+ 0xf4, 0x0e, 0x16, 0x3b, 0x61, 0x30, 0xf0, 0x86, 0xf7, 0x71, 0xb9, 0x0e, 0xd0, 0x67, 0xca, 0x76,
+ 0x1a, 0x8d, 0x98, 0xcb, 0x2a, 0xae, 0x72, 0xc4, 0x8a, 0x46, 0xd2, 0xef, 0x05, 0x58, 0x9a, 0x18,
+ 0xbf, 0x4b, 0x4a, 0xb4, 0x73, 0x29, 0xd1, 0x64, 0x42, 0xb7, 0x2d, 0xe5, 0xb9, 0x9f, 0xa2, 0xb1,
+ 0x38, 0x83, 0xc6, 0x5f, 0x85, 0x7f, 0x88, 0xc7, 0x55, 0x58, 0x61, 0x9f, 0xf6, 0xa1, 0xda, 0xeb,
+ 0x1c, 0x6b, 0xfa, 0x91, 0xdd, 0x31, 0xf4, 0x43, 0xed, 0x48, 0x2c, 0x72, 0xf1, 0x33, 0xb9, 0xab,
+ 0x29, 0x13, 0xac, 0x84, 0xb6, 0x60, 0xdd, 0x38, 0x55, 0xb1, 0xdc, 0xd3, 0x0c, 0xdd, 0x96, 0xbb,
+ 0x58, 0x95, 0x95, 0xb7, 0xb6, 0xa6, 0xdb, 0xa7, 0xd8, 0x38, 0xc2, 0xaa, 0x69, 0x8a, 0xe5, 0x39,
+ 0x99, 0x51, 0x91, 0x0e, 0xa1, 0x61, 0x26, 0x4e, 0x94, 0xa4, 0x63, 0xfe, 0x7e, 0x4a, 0xda, 0x3d,
+ 0xa8, 0x92, 0x7e, 0x2b, 0xc0, 0xea, 0x0c, 0x43, 0x77, 0xa1, 0xe5, 0x8b, 0x1c, 0x2d, 0xdb, 0x13,
+ 0xa1, 0xd9, 0x46, 0xf3, 0x0c, 0xdd, 0x4e, 0x96, 0x62, 0x2e, 0x59, 0x50, 0x03, 0x1e, 0x66, 0xcd,
+ 0x28, 0xab, 0xc0, 0xc9, 0xef, 0x34, 0xb5, 0xe5, 0xff, 0xa0, 0x42, 0x87, 0xf0, 0xd4, 0x1a, 0xd3,
+ 0xfa, 0x54, 0xc8, 0x79, 0x7a, 0x5f, 0x16, 0xd0, 0x16, 0x2c, 0x8c, 0xc2, 0x3e, 0x2b, 0xc2, 0x1b,
+ 0x51, 0xa8, 0x4d, 0x30, 0x5a, 0x34, 0x7f, 0x95, 0x60, 0x25, 0xe7, 0x89, 0xf3, 0x70, 0x27, 0x47,
+ 0x5f, 0x5d, 0x11, 0xca, 0xb9, 0xfa, 0x3f, 0x17, 0x9b, 0x65, 0x37, 0x43, 0x73, 0x64, 0x7f, 0x02,
+ 0xe2, 0x98, 0x44, 0x7d, 0x3a, 0xd1, 0x52, 0x76, 0x4e, 0x5c, 0x76, 0xdb, 0x32, 0xae, 0x67, 0xb8,
+ 0x95, 0xc1, 0xe8, 0xf5, 0x55, 0x5e, 0x94, 0x98, 0xaf, 0xad, 0x0f, 0xf8, 0xca, 0xe5, 0x44, 0x3e,
+ 0x1e, 0xe5, 0xa9, 0x78, 0xa0, 0x35, 0xa8, 0x0e, 0xbc, 0x11, 0xb1, 0x03, 0xc7, 0x27, 0x8d, 0x0a,
+ 0x3b, 0x7f, 0x44, 0x01, 0xdd, 0xf1, 0x89, 0x64, 0xc1, 0xc2, 0xcd, 0xdb, 0xa3, 0x35, 0x78, 0x76,
+ 0xcd, 0xbd, 0x75, 0xda, 0x35, 0x64, 0xc5, 0x36, 0x7b, 0x72, 0xcf, 0x32, 0xc5, 0x07, 0x68, 0x01,
+ 0x1e, 0x75, 0x8c, 0x93, 0xd3, 0xae, 0xda, 0xa3, 0xe4, 0xd7, 0xa1, 0x76, 0xb3, 0x02, 0x0b, 0xa8,
+ 0x0a, 0x65, 0x9e, 0x04, 0x45, 0xe9, 0x0f, 0xe1, 0xdf, 0xcd, 0x26, 0xb4, 0x01, 0x6b, 0x58, 0x3d,
+ 0x31, 0x7a, 0xaa, 0xdd, 0x35, 0x3a, 0xbc, 0x2d, 0xdc, 0x14, 0x28, 0xa1, 0x6d, 0xd8, 0xca, 0x0b,
+ 0x9c, 0xaa, 0xf8, 0x44, 0x33, 0x4d, 0xfa, 0xa9, 0xa8, 0xba, 0xa6, 0x2a, 0x62, 0x19, 0x3d, 0x83,
+ 0x27, 0xbc, 0x0f, 0x29, 0x16, 0xa6, 0x5d, 0x88, 0x3f, 0x59, 0xac, 0xd0, 0xd7, 0x65, 0x8e, 0x0f,
+ 0x2c, 0xf3, 0xad, 0xf8, 0xb0, 0xfd, 0x4b, 0x09, 0x36, 0x74, 0x87, 0xae, 0x01, 0x93, 0x89, 0x78,
+ 0x72, 0xb5, 0xb3, 0x98, 0x7c, 0x65, 0x41, 0xdf, 0x00, 0x9a, 0x9e, 0xbb, 0xa8, 0xce, 0xe8, 0x3c,
+ 0x76, 0x22, 0x97, 0xa2, 0x9a, 0xd2, 0x7c, 0xf1, 0xf1, 0x13, 0x1a, 0x7d, 0x09, 0x8b, 0xb7, 0x06,
+ 0x1b, 0x5a, 0x65, 0xca, 0xb3, 0x86, 0x5d, 0x53, 0xbc, 0x1e, 0x56, 0x9c, 0xce, 0x3d, 0x01, 0xbd,
+ 0x82, 0x45, 0x99, 0x2e, 0x2f, 0x4e, 0x42, 0xb8, 0xfe, 0xd4, 0x6d, 0x66, 0x69, 0xbd, 0x81, 0x65,
+ 0x4c, 0x2e, 0x48, 0x94, 0xf4, 0x68, 0xde, 0xd1, 0xed, 0xe5, 0x0e, 0xca, 0x47, 0xd0, 0xb4, 0xc6,
+ 0xae, 0x93, 0x90, 0x5b, 0x9d, 0x2d, 0x8d, 0xf8, 0xde, 0x85, 0x6e, 0xcd, 0x22, 0x7e, 0xf1, 0x27,
+ 0x33, 0xe6, 0xd3, 0x9e, 0x80, 0xbe, 0x83, 0x35, 0x1a, 0xa4, 0x19, 0x56, 0x68, 0xa4, 0xd0, 0xfa,
+ 0xbc, 0xf6, 0xc9, 0x8d, 0xfe, 0xef, 0xc3, 0xdd, 0x15, 0x75, 0xa1, 0x9e, 0x2b, 0x31, 0xb4, 0x36,
+ 0xab, 0xf0, 0x26, 0xf6, 0x9a, 0xf3, 0xab, 0x72, 0x4f, 0x38, 0x78, 0xf3, 0xee, 0xf5, 0xd0, 0x4b,
+ 0xde, 0xa7, 0xe7, 0xbb, 0xfd, 0xd0, 0x6f, 0x85, 0x63, 0x12, 0xf4, 0xc3, 0xc8, 0x6d, 0xf1, 0x8e,
+ 0xf2, 0xf2, 0x7a, 0xbd, 0x7d, 0xe9, 0x05, 0x09, 0x89, 0x06, 0x4e, 0x9f, 0xb4, 0x2e, 0xf6, 0x5b,
+ 0xc3, 0xb0, 0xe5, 0xfa, 0xde, 0x79, 0x85, 0x6d, 0xac, 0xfb, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff,
+ 0x5b, 0xf0, 0x2f, 0xd2, 0x0e, 0x0b, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/protos/dmi/sw_management_service.proto b/protos/dmi/sw_management_service.proto
index 6f4762f..5678cfb 100644
--- a/protos/dmi/sw_management_service.proto
+++ b/protos/dmi/sw_management_service.proto
@@ -118,6 +118,7 @@
REMOTE_LOCATION_UNREACHABLE = 4;
REMOTE_LOCATION_PERMISSION_DENIED = 5;
ERROR_DURING_UPLOAD = 6;
+ DEVICE_BUSY = 7;
}
Reason reason = 4; // reason specifies why the status is ERROR
string location_url = 5;
diff --git a/python/dmi/sw_management_service_pb2.py b/python/dmi/sw_management_service_pb2.py
index e1e4e19..a0fc9e5 100644
--- a/python/dmi/sw_management_service_pb2.py
+++ b/python/dmi/sw_management_service_pb2.py
@@ -17,7 +17,7 @@
from dmi import sw_image_pb2 as dmi_dot_sw__image__pb2
-DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x64mi/sw_management_service.proto\x12\x03\x64mi\x1a\x11\x64mi/commons.proto\x1a\x0c\x64mi/hw.proto\x1a\x12\x64mi/sw_image.proto\"u\n\x1aSoftwareVersionInformation\x12*\n\x0f\x61\x63tive_versions\x18\x01 \x03(\x0b\x32\x11.dmi.ImageVersion\x12+\n\x10standby_versions\x18\x02 \x03(\x0b\x32\x11.dmi.ImageVersion\"\xad\x02\n%GetSoftwareVersionInformationResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x41\n\x06reason\x18\x02 \x01(\x0e\x32\x31.dmi.GetSoftwareVersionInformationResponse.Reason\x12-\n\x04info\x18\x03 \x01(\x0b\x32\x1f.dmi.SoftwareVersionInformation\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\"a\n\x14\x44ownloadImageRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12)\n\nimage_info\x18\x02 \x01(\x0b\x32\x15.dmi.ImageInformation\"C\n\rConfigRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x12\n\nconfig_url\x18\x02 \x01(\t\"\xa3\x02\n\x0e\x43onfigResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12*\n\x06reason\x18\x02 \x01(\x0e\x32\x1a.dmi.ConfigResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"\xb0\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x19\n\x15\x45RROR_FETCHING_CONFIG\x10\x03\x12\x12\n\x0eINVALID_CONFIG\x10\x04\x12!\n\x1dOPERATION_ALREADY_IN_PROGRESS\x10\x05\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x06\":\n\x18StartupConfigInfoRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"\x8b\x02\n\x19StartupConfigInfoResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.StartupConfigInfoResponse.Reason\x12\x12\n\nconfig_url\x18\x03 \x01(\t\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x15\n\rreason_detail\x18\x05 \x01(\t\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\"N\n\x16UploadDebugInfoRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x14\n\x0clocation_url\x18\x03 \x01(\t\"\xff\x03\n\x15UploadDebugInfoStatus\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x37\n\x06status\x18\x02 \x01(\x0e\x32\'.dmi.UploadDebugInfoStatus.UploadStatus\x12\x18\n\x10percent_uploaded\x18\x03 \x01(\x05\x12\x31\n\x06reason\x18\x04 \x01(\x0e\x32!.dmi.UploadDebugInfoStatus.Reason\x12\x14\n\x0clocation_url\x18\x05 \x01(\t\x12\x11\n\tfile_name\x18\x06 \x01(\t\"U\n\x0cUploadStatus\x12\x1b\n\x17UNDEFINED_UPLOAD_STATUS\x10\x00\x12\x0c\n\x08\x43OMPLETE\x10\x01\x12\x0f\n\x0bIN_PROGRESS\x10\x02\x12\t\n\x05\x45RROR\x10\x03\"\xbf\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\x12\x1f\n\x1bREMOTE_LOCATION_UNREACHABLE\x10\x04\x12%\n!REMOTE_LOCATION_PERMISSION_DENIED\x10\x05\x12\x17\n\x13\x45RROR_DURING_UPLOAD\x10\x06\x32\x9c\x04\n\x1fNativeSoftwareManagementService\x12Q\n\x12GetSoftwareVersion\x12\x0f.dmi.HardwareID\x1a*.dmi.GetSoftwareVersionInformationResponse\x12>\n\rDownloadImage\x12\x19.dmi.DownloadImageRequest\x1a\x10.dmi.ImageStatus0\x01\x12\x34\n\rActivateImage\x12\x0f.dmi.HardwareID\x1a\x10.dmi.ImageStatus0\x01\x12;\n\x14RevertToStandbyImage\x12\x0f.dmi.HardwareID\x1a\x10.dmi.ImageStatus0\x01\x12G\n\x1aUpdateStartupConfiguration\x12\x12.dmi.ConfigRequest\x1a\x13.dmi.ConfigResponse0\x01\x12\\\n\x1bGetStartupConfigurationInfo\x12\x1d.dmi.StartupConfigInfoRequest\x1a\x1e.dmi.StartupConfigInfoResponse\x12L\n\x0fUploadDebugInfo\x12\x1b.dmi.UploadDebugInfoRequest\x1a\x1a.dmi.UploadDebugInfoStatus0\x01\x42;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3')
+DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x64mi/sw_management_service.proto\x12\x03\x64mi\x1a\x11\x64mi/commons.proto\x1a\x0c\x64mi/hw.proto\x1a\x12\x64mi/sw_image.proto\"u\n\x1aSoftwareVersionInformation\x12*\n\x0f\x61\x63tive_versions\x18\x01 \x03(\x0b\x32\x11.dmi.ImageVersion\x12+\n\x10standby_versions\x18\x02 \x03(\x0b\x32\x11.dmi.ImageVersion\"\xad\x02\n%GetSoftwareVersionInformationResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x41\n\x06reason\x18\x02 \x01(\x0e\x32\x31.dmi.GetSoftwareVersionInformationResponse.Reason\x12-\n\x04info\x18\x03 \x01(\x0b\x32\x1f.dmi.SoftwareVersionInformation\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\"a\n\x14\x44ownloadImageRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12)\n\nimage_info\x18\x02 \x01(\x0b\x32\x15.dmi.ImageInformation\"C\n\rConfigRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x12\n\nconfig_url\x18\x02 \x01(\t\"\xa3\x02\n\x0e\x43onfigResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12*\n\x06reason\x18\x02 \x01(\x0e\x32\x1a.dmi.ConfigResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"\xb0\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x19\n\x15\x45RROR_FETCHING_CONFIG\x10\x03\x12\x12\n\x0eINVALID_CONFIG\x10\x04\x12!\n\x1dOPERATION_ALREADY_IN_PROGRESS\x10\x05\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x06\":\n\x18StartupConfigInfoRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"\x8b\x02\n\x19StartupConfigInfoResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.StartupConfigInfoResponse.Reason\x12\x12\n\nconfig_url\x18\x03 \x01(\t\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x15\n\rreason_detail\x18\x05 \x01(\t\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\"N\n\x16UploadDebugInfoRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x14\n\x0clocation_url\x18\x03 \x01(\t\"\x90\x04\n\x15UploadDebugInfoStatus\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x37\n\x06status\x18\x02 \x01(\x0e\x32\'.dmi.UploadDebugInfoStatus.UploadStatus\x12\x18\n\x10percent_uploaded\x18\x03 \x01(\x05\x12\x31\n\x06reason\x18\x04 \x01(\x0e\x32!.dmi.UploadDebugInfoStatus.Reason\x12\x14\n\x0clocation_url\x18\x05 \x01(\t\x12\x11\n\tfile_name\x18\x06 \x01(\t\"U\n\x0cUploadStatus\x12\x1b\n\x17UNDEFINED_UPLOAD_STATUS\x10\x00\x12\x0c\n\x08\x43OMPLETE\x10\x01\x12\x0f\n\x0bIN_PROGRESS\x10\x02\x12\t\n\x05\x45RROR\x10\x03\"\xd0\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\x12\x1f\n\x1bREMOTE_LOCATION_UNREACHABLE\x10\x04\x12%\n!REMOTE_LOCATION_PERMISSION_DENIED\x10\x05\x12\x17\n\x13\x45RROR_DURING_UPLOAD\x10\x06\x12\x0f\n\x0b\x44\x45VICE_BUSY\x10\x07\x32\x9c\x04\n\x1fNativeSoftwareManagementService\x12Q\n\x12GetSoftwareVersion\x12\x0f.dmi.HardwareID\x1a*.dmi.GetSoftwareVersionInformationResponse\x12>\n\rDownloadImage\x12\x19.dmi.DownloadImageRequest\x1a\x10.dmi.ImageStatus0\x01\x12\x34\n\rActivateImage\x12\x0f.dmi.HardwareID\x1a\x10.dmi.ImageStatus0\x01\x12;\n\x14RevertToStandbyImage\x12\x0f.dmi.HardwareID\x1a\x10.dmi.ImageStatus0\x01\x12G\n\x1aUpdateStartupConfiguration\x12\x12.dmi.ConfigRequest\x1a\x13.dmi.ConfigResponse0\x01\x12\\\n\x1bGetStartupConfigurationInfo\x12\x1d.dmi.StartupConfigInfoRequest\x1a\x1e.dmi.StartupConfigInfoResponse\x12L\n\x0fUploadDebugInfo\x12\x1b.dmi.UploadDebugInfoRequest\x1a\x1a.dmi.UploadDebugInfoStatus0\x01\x42;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3')
@@ -126,11 +126,11 @@
_UPLOADDEBUGINFOREQUEST._serialized_start=1308
_UPLOADDEBUGINFOREQUEST._serialized_end=1386
_UPLOADDEBUGINFOSTATUS._serialized_start=1389
- _UPLOADDEBUGINFOSTATUS._serialized_end=1900
+ _UPLOADDEBUGINFOSTATUS._serialized_end=1917
_UPLOADDEBUGINFOSTATUS_UPLOADSTATUS._serialized_start=1621
_UPLOADDEBUGINFOSTATUS_UPLOADSTATUS._serialized_end=1706
_UPLOADDEBUGINFOSTATUS_REASON._serialized_start=1709
- _UPLOADDEBUGINFOSTATUS_REASON._serialized_end=1900
- _NATIVESOFTWAREMANAGEMENTSERVICE._serialized_start=1903
- _NATIVESOFTWAREMANAGEMENTSERVICE._serialized_end=2443
+ _UPLOADDEBUGINFOSTATUS_REASON._serialized_end=1917
+ _NATIVESOFTWAREMANAGEMENTSERVICE._serialized_start=1920
+ _NATIVESOFTWAREMANAGEMENTSERVICE._serialized_end=2460
# @@protoc_insertion_point(module_scope)