VOL-4949: Introduce DEVICE_BUSY reason in the UploadDebugInfoStatus DMI message

Change-Id: Ifab506e850f10532dcea94df94d31413823080b3
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;