exchanging new version yang models on firmware upgrade
[oam/tr069-adapter.git] / netconf-server / src / main / java / org / commscope / tr069adapter / netconf / server / utils / NetConfServerConstants.java
index 11b3946..222f6bb 100644 (file)
  * ===============LICENSE_END=======================================================================
  */
 
-package org.commscope.tr069adapter.netconf.server.utils;\r
-\r
-public class NetConfServerConstants {\r
-  private NetConfServerConstants() {\r
-    throw new IllegalStateException("Utility class");\r
-  }\r
-\r
-  public static final String HEART_BEAT = "heartbeat";\r
-  public static final int SUCCESS = 0;\r
-}\r
+package org.commscope.tr069adapter.netconf.server.utils;
+
+public class NetConfServerConstants {
+  private NetConfServerConstants() {
+    throw new IllegalStateException("Utility class");
+  }
+
+  public static final String NETCONF_NOTIFICATION_Q = "NetConfNotificationQueue";
+  public static final String NETCONF_NOTIFICATION_CF = "netConfNotificationCF";
+  public static final String HEART_BEAT = "heartbeat";
+  public static final int SUCCESS = 0;
+}