1. Update Dockerfile for CI build. But there is dependency on Intel System Studio...
[o-du/phy.git] / fhi_lib / app / usecase / mu1_100mhz / config_file_o_du.dat
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 # This is simple configuration file. Use '#' sign for comments\r
21 instanceId=0 # 0,1,2,... in case more than 1 application started on the same system\r
22 appMode=0 # O-DU(0) | RU(1)\r
23 xranMode=0 # Category A  (0) (precoder in O-DU) | Category B (1) (precoder in RU)\r
24 ccNum=1 # Number of Componnent Carriers (CC) per ETH port with XRAN protocol (default:1 max: 12)\r
25 antNum=4 # Number of Antennas per CC (default: 4) or number of Digital streams for Category B \r
26 \r
27 ##Numerology\r
28 mu=1 #30Khz Sub Carrier Spacing\r
29 \r
30 ttiPeriod=500 # in us TTI period (30Khz default 500us)\r
31 \r
32 nDLAbsFrePointA=3568160 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000\r
33 nULAbsFrePointA=3568160 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000\r
34 nDLBandwidth=100 #Carrier bandwidth for in MHz. Value: 5->400\r
35 nULBandwidth=100 #Carrier bandwidth for in MHz. Value: 5->400\r
36 nDLFftSize=4096\r
37 nULFftSize=4096\r
38 \r
39 nFrameDuplexType=1 # 0 - FDD 1 - TDD\r
40 nTddPeriod=10 #[0-9] DDDSUUDDDD, for S it's 6:4:4\r
41 sSlotConfig0=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
42 sSlotConfig1=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
43 sSlotConfig2=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
44 sSlotConfig3=0,0,0,0,0,0,2,2,2,2,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD\r
45 sSlotConfig4=1,1,1,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD\r
46 sSlotConfig5=1,1,1,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD\r
47 sSlotConfig6=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
48 sSlotConfig7=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
49 sSlotConfig8=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
50 sSlotConfig9=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD\r
51 \r
52 MTUSize=9600 #maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single \r
53  #xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame)\r
54 Gps_Alpha=0     #alpha and beta value as in section 9.7.2 of ORAN spec\r
55 Gps_Beta=0\r
56 \r
57 ioCore=5
58 systemCore=5
59 pktProcCore=5
60 pktAuxCore=5
61 timingCore=6
62 llsCUMac=00:11:22:33:44:66 # asigned MAC of lls-CU VF\r
63 ruMac=00:11:22:33:44:55    # RU VF for RU app\r
64 #ruMac=3c:fd:fe:9e:93:68 #RU PF for tcpdump\r
65 \r
66 numSlots=40 #number of slots per IQ files\r
67 antC0=./usecase/mu1_100mhz/ant_0.bin   #CC0\r
68 antC1=./usecase/mu1_100mhz/ant_1.bin   #CC0\r
69 antC2=./usecase/mu1_100mhz/ant_2.bin   #CC0\r
70 antC3=./usecase/mu1_100mhz/ant_3.bin   #CC0\r
71 antC4=./usecase/mu1_100mhz/ant_4.bin   #CC1\r
72 antC5=./usecase/mu1_100mhz/ant_5.bin   #CC1\r
73 antC6=./usecase/mu1_100mhz/ant_6.bin   #CC1\r
74 antC7=./usecase/mu1_100mhz/ant_7.bin   #CC1\r
75 antC8=./usecase/mu1_100mhz/ant_8.bin   #CC2\r
76 antC9=./usecase/mu1_100mhz/ant_9.bin   #CC2\r
77 antC10=./usecase/mu1_100mhz/ant_10.bin #CC2\r
78 antC11=./usecase/mu1_100mhz/ant_11.bin #CC2\r
79 antC12=./usecase/mu1_100mhz/ant_12.bin #CC3\r
80 antC13=./usecase/mu1_100mhz/ant_13.bin #CC3\r
81 antC14=./usecase/mu1_100mhz/ant_14.bin #CC3\r
82 antC15=./usecase/mu1_100mhz/ant_15.bin #CC3\r
83 \r
84 rachEanble=1 # Enable (1)| disable (0) PRACH configuration\r
85 prachConfigIndex=189 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index\r
86 \r
87 ###########################################################\r
88 ##Section Settings\r
89 DynamicSectionEna=1 # 1 - enable dynamic section allocation 0 - static sections all RBs are used \r
90 \r
91 nPrbElemDl=8\r
92 #nRBStart, nRBSize, nStartSymb, numSymb, nBeamIndex, bf_weight_update, compMethod, iqWidth, BeamFormingType\r
93 # weight base beams \r
94 PrbElemDl0=0,36,0,14,1,1,0,16,1\r
95 PrbElemDl1=36,36,0,14,2,1,0,16,1\r
96 PrbElemDl2=72,36,0,14,3,1,0,16,1\r
97 PrbElemDl3=108,36,0,14,4,1,0,16,1\r
98 PrbElemDl4=144,36,0,14,5,1,0,16,1\r
99 PrbElemDl5=180,36,0,14,6,1,0,16,1\r
100 PrbElemDl6=216,36,0,14,7,1,0,16,1\r
101 PrbElemDl7=252,21,0,14,8,1,0,16,1\r
102 \r
103 \r
104 nPrbElemUl=8\r
105 #nRBStart, nRBSize, nStartSymb, numSymb, nBeamIndex, bf_weight_update, compMethod, iqWidth, BeamFormingType\r
106 # weight base beams \r
107 PrbElemUl0=0,36,0,14,1,1,0,16,1\r
108 PrbElemUl1=36,36,0,14,2,1,0,16,1\r
109 PrbElemUl2=72,36,0,14,3,1,0,16,1\r
110 PrbElemUl3=108,36,0,14,4,1,0,16,1\r
111 PrbElemUl4=144,36,0,14,5,1,0,16,1\r
112 PrbElemUl5=180,36,0,14,6,1,0,16,1\r
113 PrbElemUl6=216,36,0,14,7,1,0,16,1\r
114 PrbElemUl7=252,21,0,14,8,1,0,16,1\r
115 \r
116 ###########################################################\r
117 \r
118 ## control of IQ byte order\r
119 iqswap=0 #do swap of IQ before send buffer to eth\r
120 nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order\r
121 \r
122 ##Debug\r
123 debugStop=1 #stop app on 1pps boundary (gps_second % 30)\r
124 debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary\r
125 bbdevMode=-1 #bbdev mode, -1 = not use bbdev, 0: use software mode, 1: use hardware mode\r
126 \r
127 CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled\r
128 \r
129 ##O-RU Settings\r
130 totalBFWeights=32 # Total number of Beamforming Weights on RU\r
131 \r
132 Tadv_cp_dl=25 # in us\r
133               # C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages\r
134 #Reception Window C-plane DL\r
135 T2a_min_cp_dl=285 # 285.42us\r
136 T2a_max_cp_dl=429 # 428.12us\r
137 \r
138 #Reception Window C-plane UL\r
139 T2a_min_cp_ul=285 # 285.42us\r
140 T2a_max_cp_ul=429 # 428.12us\r
141 \r
142 #Reception Window U-plane\r
143 T2a_min_up=71  # 71.35in us\r
144 T2a_max_up=428 # 428.12us\r
145 \r
146 #Transmission Window\r
147 Ta3_min=20 # in us \r
148 Ta3_max=32 # in us \r
149 \r
150 ###########################################################\r
151 ##O-DU Settings\r
152 #C-plane\r
153 #Transmission Window Fast C-plane DL\r
154 T1a_min_cp_dl=285\r
155 T1a_max_cp_dl=429\r
156 \r
157 ##Transmission Window Fast C-plane UL\r
158 T1a_min_cp_ul=285\r
159 T1a_max_cp_ul=300\r
160 \r
161 #U-plane\r
162 ##Transmission Window\r
163 T1a_min_up=96  #71 + 25 us\r
164 T1a_max_up=196 #71 + 25 us\r
165 \r
166 #Reception Window\r
167 Ta4_min=0  # in us \r
168 Ta4_max=75 # in us \r
169 ###########################################################\r
170 \r