X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Fapp%2Fsrc%2Fxran_mlog_task_id.h;h=ed6c11d1819fb666feb635ba105cb44add6825d7;hp=23a673cf53c4c04b8485420348df64bc66eb0029;hb=cef07f74965b1749dd909fc1322e211489fea2ea;hpb=bc60e3a69129edf1c21a01683f84a77483f6e3cc diff --git a/fhi_lib/app/src/xran_mlog_task_id.h b/fhi_lib/app/src/xran_mlog_task_id.h index 23a673c..ed6c11d 100644 --- a/fhi_lib/app/src/xran_mlog_task_id.h +++ b/fhi_lib/app/src/xran_mlog_task_id.h @@ -16,7 +16,6 @@ * *******************************************************************************/ - /** * @brief This file has the System Debug Trace Logger (Mlog) Task IDs used by PHY * @file mlog_task_id.h @@ -27,6 +26,10 @@ #ifndef _XRAN_TASK_ID_H_ #define _XRAN_TASK_ID_H_ +#ifdef __cplusplus +extern "C" { +#endif + #define RESOURCE_CORE_0 0 #define RESOURCE_CORE_1 1 #define RESOURCE_CORE_2 2 @@ -51,11 +54,14 @@ // XRAN APP //-------------------------------------------------------------------- -#define PID_GNB_PROC_TIMING 902 -#define PID_GNB_PROC_TIMING_TIMEOUT 903 -#define PID_GNB_SYM_CB 904 -#define PID_GNB_PRACH_CB 905 +#define PID_GNB_PROC_TIMING 70 +#define PID_GNB_PROC_TIMING_TIMEOUT 71 +#define PID_GNB_SYM_CB 72 +#define PID_GNB_PRACH_CB 73 +#ifdef __cplusplus +} +#endif #endif /* _XRAN_TASK_ID_H_ */