fc3d7d45f2fd380d1d561c171a147fd0a2716249
[o-du/phy.git] / fapi_5g / bin / oran_5g_fapi.cfg
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 ; FAPI TM CFG
21 ; Core configuration
22 ; Note:
23 ; Schedule Policy [1: SCHED_FIFO 2: SCHED_RR]
24 [MAC2PHY_WORKER]
25 core_id = 11
26 thread_sched_policy = 1
27 thread_priority = 89
28
29 [PHY2MAC_WORKER]
30 core_id = 12
31 thread_sched_policy = 1
32 thread_priority = 89
33
34 [WLS_CFG]
35 device_name = /dev/wls
36
37 shmem_size = 2126512128
38
39 ; Log level
40 ; none
41 ; info
42 ; error
43 ; trace
44 ; hexdump
45 [LOGGER]
46 level = info
47
48 ; URRLC Not Supported
49 ; [URLLC_WORKER]
50 ; core_id = 12
51 ; thread_priority = 96
52 ; thread_sched_policy = 0