Add PDP-TOPIC-CHECK message
[policy/models.git] / models-pdp / src / main / java / org / onap / policy / models / pdp / enums / PdpMessageType.java
index 7ba4ad7..a8aad96 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  * ============LICENSE_START=======================================================
  *  Copyright (C) 2019 Nordix Foundation.
- *  Modifications Copyright (C) 2019 AT&T Intellectual Property.
+ *  Modifications Copyright (C) 2019, 2021 AT&T Intellectual Property.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -50,4 +50,9 @@ public enum PdpMessageType {
      * PDP_HEALTH_CHECK operation.
      */
     PDP_HEALTH_CHECK,
+
+    /**
+     * Used by PDPs to check their ability to send and receive messages on the PDP-PAP topic.
+     */
+    PDP_TOPIC_CHECK,
 }