sonar code issues addressed
[oam/tr069-adapter.git] / netconf-server / src / main / java / org / commscope / tr069adapter / netconf / rpc / CreateSubscription.java
index 70350f8..33ba683 100644 (file)
@@ -119,6 +119,14 @@ public class CreateSubscription extends AbstractLastNetconfOperation
   protected String getOperationNamespace() {
     return "urn:ietf:params:xml:ns:netconf:notification:1.0";
   }
+  
+  public String getSwVersion() {
+    return swVersion;
+  }
+
+  public String getHwVersion() {
+    return hwVersion;
+  }
 
   @Override
   protected Element handleWithNoSubsequentOperations(final Document document,