Modify policy-notification to align with policy.
[dcaegen2/services/son-handler.git] / src / main / java / org / onap / dcaegen2 / services / sonhms / model / PolicyNotification.java
index 2cb1335..8766dff 100644 (file)
@@ -80,6 +80,8 @@ public class PolicyNotification {
         aai.put("generic-vnf.is-closed-loop-disabled", "false");
         aai.put("generic-vnf.prov-status", "ACTIVE");
         aai.put("pnf.pnf-name", pnfName);
+        this.policyName = "PCI";
+        this.policyVersion = "1.0.2";
     }
 
     public long getClosedLoopAlarmStart() {