Commit cea1150b authored by Christos Tranoris's avatar Christos Tranoris
Browse files

Merge branch 'develop' into parent-child-characteristics

parents 0bbe0e67 f73c66b4
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class CRTerminateTask implements JavaDelegate {
              map.put("clusterMasterURL",getServiceCharacteristic(aService, "clusterMasterURL")    );
              map.put("org.etsi.osl.serviceId", aService.getId() );
              map.put("org.etsi.osl.serviceOrderId", aService.getServiceOrder().stream().findFirst().get().getId() );
              map.put("org.etsi.osl.prefixName",getServiceCharacteristic(aService, "org.etsi.osl.prefixName")    );
              map.put("org.etsi.osl.namespace", aService.getServiceOrder().stream().findFirst().get().getId() );
              map.put("org.etsi.osl.statusCheckFieldName",  getServiceCharacteristic(aService, "_CR_CHECK_FIELD")    );
              map.put("org.etsi.osl.statusCheckValueStandby", getServiceCharacteristic(aService, "_CR_CHECKVAL_STANDBY")  );