X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fhi_lib%2Fapp%2Fsrc%2Fxran_mlog_task_id.h;h=0af482674d895aab2ea2b9eb39b4a03e5d6f68a6;hb=70d9d920dd4e575f085f1f1a9050fefd1c10e127;hp=23a673cf53c4c04b8485420348df64bc66eb0029;hpb=4745e5c88ba931c6d71cb6d8c681f76cf364eac5;p=o-du%2Fphy.git diff --git a/fhi_lib/app/src/xran_mlog_task_id.h b/fhi_lib/app/src/xran_mlog_task_id.h index 23a673c..0af4826 100644 --- a/fhi_lib/app/src/xran_mlog_task_id.h +++ b/fhi_lib/app/src/xran_mlog_task_id.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2020 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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,16 @@ // 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 +#define PID_GNB_SRS_CB 74 + +#ifdef __cplusplus +} +#endif #endif /* _XRAN_TASK_ID_H_ */