[Epic-ID: ODUHIGH-517][Task-ID: ODUHIGH-539][SubTask-Id: ODUHIGH-545] Multi UE| DL...
[o-du/l2.git] / src / o1 / InitConfig.hpp
index 1b58f08..32added 100644 (file)
@@ -28,7 +28,7 @@
 #include <map>
 #include "sysrepo-cpp/Session.hpp"
 #include "Singleton.hpp"
-#include "ConfigInterface.h"
+#include "CmInterface.h"
 #include "GlobalDefs.hpp"
 
 #define IP_ADDRESS "interface-address" 
@@ -60,6 +60,7 @@ class InitConfig : public Singleton<InitConfig>
       ~InitConfig();
       bool init(sysrepo::S_Session sess);
       bool getCurrInterfaceConfig(StartupConfig & cfg);
+      bool disableNacm(sysrepo::S_Session sess);
 
    private: