SPV is failing if Admin state
[oam/tr069-adapter.git] / mapper / src / main / java / org / commscope / tr069adapter / mapper / acs / impl / ACSNotificationHandlerImpl.java
index 12e2761..e4bc24e 100644 (file)
@@ -376,6 +376,7 @@ public class ACSNotificationHandlerImpl implements ACSNotificationHandler {
         if (notification.getDeviceDetails().getSoftwareVersion()\r
             .equalsIgnoreCase(devDetails.getSwVersion())) {\r
           paramList.add(new ParameterDTO("activation-event.status", "APPLICATION_ERROR"));\r
+          paramList.add(new ParameterDTO("activation-event.error-message", "Same Software Version is reported after upgrade"));\r
           devDetails.setDownLoadStatus(FirwareUpgradeStatus.ACTIVATION_ERROR.getStatus());\r
         } else {\r
           devDetails.setSwVersion(notification.getDeviceDetails().getSoftwareVersion());\r