X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.h;h=534cdfc2ffdc203fe2d410768f3057ef21139950;hb=refs%2Fchanges%2F77%2F4377%2F11;hp=7ef5121dd4ed2dd88674a18fb7f18e4b1259e72c;hpb=6f769128e3fa5a83ee92e668ef9ac152c96b3200;p=o-du%2Fl2.git diff --git a/src/cm/common_def.h b/src/cm/common_def.h index 7ef5121dd..534cdfc2f 100644 --- a/src/cm/common_def.h +++ b/src/cm/common_def.h @@ -15,6 +15,46 @@ # limitations under the License. # ################################################################################ *******************************************************************************/ +#include +#include +#include +#include +#include +#include + +#include "cm_mem.h" +#include "cm_math.h" +#include "envopt.h" +#include "envdep.h" +#include "envind.h" +#include "gen.h" +#include "ssi.h" +#include "cm5.h" +#include "cm_tkns.h" +#include "cm_mblk.h" +#include "cm_llist.h" +#include "cm_hash.h" +#include "cm_lte.h" +#include "cm_err.h" +#include "cm_tpt.h" +#include "cm.h" +#include "gen.x" /* general */ +#include "ssi.x" /* system services */ +#include "cm_math.x" +#include "cm_tpt.x" +#include "cm_tkns.x" +#include "cm_mblk.x" +#include "cm_llist.x" +#include "cm5.x" +#include "cm_hash.x" +#include "cm_lte.x" +#include "cm_lib.x" /* 5G ORAN phy delay */ #define PHY_DELTA 2 + + /* SELECTORS */ +#define ODU_SELECTOR_LC 0 +#define ODU_SELECTOR_TC 1 +#define ODU_SELECTOR_LWLC 2 +