X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fo1%2FGlobalDefs.hpp;fp=src%2Fo1%2FGlobalDefs.hpp;h=759e7255439dcf5b96761b3829fa37536c0c48a3;hb=b92944068f8a7b643b333515e424517db4192b61;hp=0f8d42a41e8b7ddbed118b24544adb77c03fdea1;hpb=f01eb5471d34834e2ef1d8dbbfc4b2fe68403650;p=o-du%2Fl2.git diff --git a/src/o1/GlobalDefs.hpp b/src/o1/GlobalDefs.hpp index 0f8d42a41..759e72554 100644 --- a/src/o1/GlobalDefs.hpp +++ b/src/o1/GlobalDefs.hpp @@ -22,6 +22,9 @@ #define __GLOBAL_DEFS_HPP__ #include +#include + +using std::string; #define O1_LOG(...) ( {\ printf(__VA_ARGS__);\ @@ -38,9 +41,10 @@ class O1 { public: - static const short TCP_PORT; static const int SUCCESS; static const int FAILURE; + static const string ALARM_SOCK_PATH; + static const int CPU_CORE; }; #endif