Restructure O1 module to run as a thread in O-DU High binary [Issue-Id: ODUHIGH-297]
[o-du/l2.git] / src / o1 / GlobalDefs.cpp
index 77ea380..e3dc38d 100644 (file)
 
 #include "GlobalDefs.hpp"
 
-const short O1::TCP_PORT = 8282;
 const int   O1::SUCCESS  = 0;
 const int   O1::FAILURE  = 1;
+const std::string O1::ALARM_SOCK_PATH("/tmp/alarmsock");
+const int O1::CPU_CORE = 22;
+
 
 /**********************************************************************
          End of file