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