Device Software version management
[oam/tr069-adapter.git] / mapper / src / main / java / org / commscope / tr069adapter / mapper / ves / VESNotificationSender.java
index 044d304..7e28744 100644 (file)
@@ -57,7 +57,9 @@ public class VESNotificationSender {
     VESNotification vesNotifi = new VESNotification();\r
     if (deviceInform != null) {\r
       vesNotifi.seteNodeBName(\r
-          pnpPreProvisioningHandler.getEnodeBName(deviceInform.getDeviceDetails().getDeviceId()));\r
+          pnpPreProvisioningHandler.getEnodeBName(deviceInform.getDeviceDetails().getDeviceId(),\r
+              deviceInform.getDeviceDetails().getSoftwareVersion(),\r
+              deviceInform.getDeviceDetails().getHardwareVersion()));\r
     } else {\r
       vesNotifi.seteNodeBName(serverInfo.getEnodeBName());\r
     }\r