Update to odulow per maintenance bronze
[o-du/phy.git] / fhi_lib / app / usecase / mu3_100mhz / 101 / config_file_o_ru.dat
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 # This is simple configuration file. Use '#' sign for comments
21 instanceId=1 # 0,1,2,... in case more than 1 application started on the same system
22 appMode=1 # O-DU(0) | O-RU(1)
23 xranMode=0 # Category A  (0) (precoder in lls-CU) | Category B (1) (precoder in RU)
24 ccNum=1 # Number of Componnent Carriers (CC) per ETH port with XRAN protocol (default:1 max: 12)
25 antNum=2 # Number of Antennas per CC (default: 4) or number of Digital streams for Category B 
26
27 ##Numerology
28 mu=3 #mmWave 120Khz Sub Carrier Spacing
29 ttiPeriod=125 # in us TTI period (mmWave default 125us)
30 nDLAbsFrePointA=27968160 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
31 nULAbsFrePointA=27968160 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
32 nDLBandwidth=100 #Carrier bandwidth for in MHz. Value: 5->400
33 nULBandwidth=100 #Carrier bandwidth for in MHz. Value: 5->400
34 nDLFftSize=1024
35 nULFftSize=1024
36
37 nFrameDuplexType=1 # 0 - FDD 1 - TDD
38 nTddPeriod=5 #[0-5] TDD priod e.g. DDDS 4
39 sSlotConfig0=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
40 sSlotConfig1=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
41 sSlotConfig2=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
42 sSlotConfig3=0,0,0,0,0,0,0,0,0,0,2,2,1,1 # (0) - DL (1) - UL (2) - GUARD
43 sSlotConfig4=1,1,1,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD
44 #not used
45 #sSlotConfig5=1,1,1,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD
46 #sSlotConfig6=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
47 #sSlotConfig7=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
48 #sSlotConfig8=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
49 #sSlotConfig9=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
50
51 MTUSize=9600 #maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single 
52  #xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame)
53 Gps_Alpha=0     #alpha and beta value as in section 9.7.2 of ORAN spec
54 Gps_Beta=0
55
56 ioCore=10
57 # Eth 0
58 duMac0=00:11:22:33:44:66 # asigned MAC of O-DU VF
59 ruMac0=00:11:22:33:44:55 # O-RU VF for O-RU app
60 duMac1=00:11:22:33:44:66 # asigned MAC of O-DU VF
61 ruMac1=00:11:22:33:44:55 # O-RU VF for O-RU app
62
63 # Eth 1
64 duMac2=00:11:22:33:44:77 # asigned MAC of O-DU VF
65 ruMac2=00:11:22:33:44:44 # O-RU VF for O-RU app
66 duMac3=00:11:22:33:44:77 # asigned MAC of O-DU VF
67 ruMac3=00:11:22:33:44:44 # O-RU VF for O-RU app
68
69 maxFrameId=99 # set for compatibility with O-RU
70
71 numSlots=40 #number of slots per IQ files
72 antC0=./usecase/mu3_100mhz/ant_0.bin   #CC0
73 antC1=./usecase/mu3_100mhz/ant_1.bin   #CC0
74 antC2=./usecase/mu3_100mhz/ant_2.bin   #CC0
75 antC3=./usecase/mu3_100mhz/ant_3.bin   #CC0
76 antC4=./usecase/mu3_100mhz/ant_4.bin   #CC1
77 antC5=./usecase/mu3_100mhz/ant_5.bin   #CC1
78 antC6=./usecase/mu3_100mhz/ant_6.bin   #CC1
79 antC7=./usecase/mu3_100mhz/ant_7.bin   #CC1
80 antC8=./usecase/mu3_100mhz/ant_8.bin   #CC2
81 antC9=./usecase/mu3_100mhz/ant_9.bin   #CC2
82 antC10=./usecase/mu3_100mhz/ant_10.bin #CC2
83 antC11=./usecase/mu3_100mhz/ant_11.bin #CC2
84 antC12=./usecase/mu3_100mhz/ant_12.bin #CC3
85 antC13=./usecase/mu3_100mhz/ant_13.bin #CC3
86 antC14=./usecase/mu3_100mhz/ant_14.bin #CC3
87 antC15=./usecase/mu3_100mhz/ant_15.bin #CC3
88
89 antPrachC0=./usecase/mu3_100mhz/ant_0.bin   #CC0
90 antPrachC1=./usecase/mu3_100mhz/ant_1.bin   #CC0
91 antPrachC2=./usecase/mu3_100mhz/ant_2.bin   #CC0
92 antPrachC3=./usecase/mu3_100mhz/ant_3.bin   #CC0
93 antPrachC4=./usecase/mu3_100mhz/ant_4.bin   #CC1
94 antPrachC5=./usecase/mu3_100mhz/ant_5.bin   #CC1
95 antPrachC6=./usecase/mu3_100mhz/ant_6.bin   #CC1
96 antPrachC7=./usecase/mu3_100mhz/ant_7.bin   #CC1
97 antPrachC8=./usecase/mu3_100mhz/ant_8.bin   #CC2
98 antPrachC9=./usecase/mu3_100mhz/ant_9.bin   #CC2
99 antPrachC10=./usecase/mu3_100mhz/ant_10.bin #CC2
100 antPrachC11=./usecase/mu3_100mhz/ant_11.bin #CC2
101 antPrachC12=./usecase/mu3_100mhz/ant_12.bin #CC3
102 antPrachC13=./usecase/mu3_100mhz/ant_13.bin #CC3
103 antPrachC14=./usecase/mu3_100mhz/ant_14.bin #CC3
104 antPrachC15=./usecase/mu3_100mhz/ant_15.bin #CC3
105
106 rachEanble=1 # Enable (1)| disable (0) PRACH configuration
107 prachConfigIndex=81
108
109 ## control of IQ byte order
110 iqswap=0 #do swap of IQ before send buffer to eth
111 nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order
112
113 ##Debug
114 debugStop=1 #stop app on 1pps boundary (gps_second % 30)
115 debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary
116 bbdevMode=-1 #bbdev mode, -1 = not use bbdev, 0: use software mode, 1: use hardware mode
117
118 CPenable=0 #(1) C-Plane is enabled| (0) C-Plane is disabled
119 c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
120 u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
121
122 ##RU Settings
123 totalBFWeights=32 # Total number of Beamforming Weights on RU
124
125 Tadv_cp_dl=63 #in us  TODO: update per RU implementation
126               #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
127
128 #Reception Window C-plane DL
129 T2a_min_cp_dl=116 #in us  
130 T2a_max_cp_dl=327 #in us 
131
132 #Reception Window C-plane UL
133 T2a_min_cp_ul=63 #in us  
134 T2a_max_cp_ul=274 #in us 
135
136 #Reception Window U-plane
137 T2a_min_up=53 #in us
138 T2a_max_up=264 #in us
139
140 #Transmission Window
141 Ta3_min=20 #in us
142 Ta3_max=90 #in us
143
144 ###########################################################
145 ##lls-CU Settings
146 #C-plane
147 #Transmission Window Fast C-plane DL
148 T1a_min_cp_dl=276
149 T1a_max_cp_dl=327
150
151 ##Transmission Window Fast C-plane UL
152 T1a_min_cp_ul=223
153 T1a_max_cp_ul=274
154
155 #U-plane
156 ##Transmission Window
157 T1a_min_up=213
158 T1a_max_up=264
159
160 #Reception Window
161 Ta4_min=20
162 Ta4_max=250
163 ###########################################################
164