01c8a8581bfc3cc9bdb1e311cd6b111a6f233b6f
[o-du/phy.git] / fhi_lib / app / src / xran_mlog_task_id.h
1 /******************************************************************************\r
2 *\r
3 *   Copyright (c) 2019 Intel.\r
4 *\r
5 *   Licensed under the Apache License, Version 2.0 (the "License");\r
6 *   you may not use this file except in compliance with the License.\r
7 *   You may obtain a copy of the License at\r
8 *\r
9 *       http://www.apache.org/licenses/LICENSE-2.0\r
10 *\r
11 *   Unless required by applicable law or agreed to in writing, software\r
12 *   distributed under the License is distributed on an "AS IS" BASIS,\r
13 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 *   See the License for the specific language governing permissions and\r
15 *   limitations under the License.\r
16 *\r
17 *******************************************************************************/\r
18 \r
19 /**\r
20  * @brief This file has the System Debug Trace Logger (Mlog) Task IDs used by PHY\r
21  * @file mlog_task_id.h\r
22  * @ingroup group_source_xran\r
23  * @author Intel Corporation\r
24  **/\r
25 \r
26 #ifndef _XRAN_TASK_ID_H_\r
27 #define _XRAN_TASK_ID_H_\r
28 \r
29 #ifdef __cplusplus\r
30 extern "C" {\r
31 #endif\r
32 \r
33 #define RESOURCE_CORE_0                             0\r
34 #define RESOURCE_CORE_1                             1\r
35 #define RESOURCE_CORE_2                             2\r
36 #define RESOURCE_CORE_3                             3\r
37 #define RESOURCE_CORE_4                             4\r
38 #define RESOURCE_CORE_5                             5\r
39 #define RESOURCE_CORE_6                             6\r
40 #define RESOURCE_CORE_7                             7\r
41 #define RESOURCE_CORE_8                             8\r
42 #define RESOURCE_CORE_9                             9\r
43 #define RESOURCE_CORE_10                            10\r
44 #define RESOURCE_CORE_11                            11\r
45 #define RESOURCE_CORE_12                            12\r
46 #define RESOURCE_CORE_13                            13\r
47 #define RESOURCE_CORE_14                            14\r
48 #define RESOURCE_CORE_15                            15\r
49 #define RESOURCE_CORE_16                            16\r
50 \r
51 #define RESOURCE_IA_CORE                            100\r
52 \r
53 //--------------------------------------------------------------------\r
54 // XRAN APP\r
55 //--------------------------------------------------------------------\r
56 \r
57 #define PID_GNB_PROC_TIMING                             70\r
58 #define PID_GNB_PROC_TIMING_TIMEOUT                     71\r
59 #define PID_GNB_SYM_CB                                  72\r
60 #define PID_GNB_PRACH_CB                                73\r
61 #define PID_GNB_SRS_CB                                  74\r
62 \r
63 \r
64 #ifdef __cplusplus\r
65 }\r
66 #endif\r
67 \r
68 #endif /* _XRAN_TASK_ID_H_ */\r
69 \r