X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fxran__mlog__task__id_8h_source.html;fp=docs%2FAPI%2Fxran__mlog__task__id_8h_source.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=70156dcb3aca29015619965c942ab8652baf036c;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/xran__mlog__task__id_8h_source.html b/docs/API/xran__mlog__task__id_8h_source.html deleted file mode 100644 index 70156dc..0000000 --- a/docs/API/xran__mlog__task__id_8h_source.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - -o-du/phy: xran_mlog_task_id.h Source File - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
-
-
xran_mlog_task_id.h
-
-
-Go to the documentation of this file.
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 
26 #ifndef _XRAN_TASK_ID_H_
27 #define _XRAN_TASK_ID_H_
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 #define RESOURCE_CORE_0 0
34 #define RESOURCE_CORE_1 1
35 #define RESOURCE_CORE_2 2
36 #define RESOURCE_CORE_3 3
37 #define RESOURCE_CORE_4 4
38 #define RESOURCE_CORE_5 5
39 #define RESOURCE_CORE_6 6
40 #define RESOURCE_CORE_7 7
41 #define RESOURCE_CORE_8 8
42 #define RESOURCE_CORE_9 9
43 #define RESOURCE_CORE_10 10
44 #define RESOURCE_CORE_11 11
45 #define RESOURCE_CORE_12 12
46 #define RESOURCE_CORE_13 13
47 #define RESOURCE_CORE_14 14
48 #define RESOURCE_CORE_15 15
49 #define RESOURCE_CORE_16 16
50 
51 #define RESOURCE_IA_CORE 100
52 
53 //--------------------------------------------------------------------
54 // XRAN APP
55 //--------------------------------------------------------------------
56 
57 #define PID_GNB_PROC_TIMING 70
58 #define PID_GNB_PROC_TIMING_TIMEOUT 71
59 #define PID_GNB_SYM_CB 72
60 #define PID_GNB_PRACH_CB 73
61 #define PID_GNB_SRS_CB 74
62 
63 
64 #ifdef __cplusplus
65 }
66 #endif
67 
68 #endif /* _XRAN_TASK_ID_H_ */
69 
- - - -