329058eb3ce1981e70b446d1f520b8b87203fd3d
[o-du/phy.git] / fhi_lib / app / usecase / mu0_5mhz / config_file_o_du.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=0 # 0,1,2,... in case more than 1 application started on the same system
22 appMode=0 # lls-CU(0) | 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=4 # Number of Antennas per CC (default: 4) or number of Digital streams for Category B 
26
27 ##Numerology
28 mu=0 #15Khz Sub Carrier Spacing
29 ttiPeriod=1000 # in us TTI period (15Khz default 1000us)
30 nDLAbsFrePointA=2645460 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
31 nULAbsFrePointA=2525460 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
32 nDLBandwidth=5 #Carrier bandwidth for in MHz. Value: 5->400
33 nULBandwidth=5 #Carrier bandwidth for in MHz. Value: 5->400
34 nDLFftSize=512
35 nULFftSize=512
36
37 nFrameDuplexType=0 # 0 - FDD 1 - TDD
38 nTddPeriod=0 #TDD priod e.g. DDDS 4
39
40 MTUSize=9600 #maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single 
41  #xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame)
42 Gps_Alpha=0     #alpha and beta value as in section 9.7.2 of ORAN spec
43 Gps_Beta=0
44
45 ioCore=5
46 systemCore=5
47 pktProcCore=5
48 pktAuxCore=5
49 timingCore=6
50 llsCUMac=00:11:22:33:44:66 # asigned MAC of lls-CU VF
51 ruMac=00:11:22:33:44:55  #RU VF for RU app
52
53 numSlots=40 #number of slots per IQ files
54
55 antC0=./usecase/mu0_5mhz/ant_0.bin   #CC0
56 antC1=./usecase/mu0_5mhz/ant_1.bin   #CC0
57 antC2=./usecase/mu0_5mhz/ant_2.bin   #CC0
58 antC3=./usecase/mu0_5mhz/ant_3.bin   #CC0
59 antC4=./usecase/mu0_5mhz/ant_4.bin   #CC1
60 antC5=./usecase/mu0_5mhz/ant_5.bin   #CC1
61 antC6=./usecase/mu0_5mhz/ant_6.bin   #CC1
62 antC7=./usecase/mu0_5mhz/ant_7.bin   #CC1
63 antC8=./usecase/mu0_5mhz/ant_8.bin   #CC2
64 antC9=./usecase/mu0_5mhz/ant_9.bin   #CC2
65 antC10=./usecase/mu0_5mhz/ant_10.bin #CC2
66 antC11=./usecase/mu0_5mhz/ant_11.bin #CC2
67 antC12=./usecase/mu0_5mhz/ant_12.bin #CC3
68 antC13=./usecase/mu0_5mhz/ant_13.bin #CC3
69 antC14=./usecase/mu0_5mhz/ant_14.bin #CC3
70 antC15=./usecase/mu0_5mhz/ant_15.bin #CC3
71
72 ## RACH TODO: update for PRACH
73 rachEanble=0 # Enable (1)| disable (0) PRACH configuration
74 #rachOffset=43 # RB offset for prach detection (see RIU spec)
75 #prachConfigIndex=1 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index
76
77 ## control of IQ byte order
78 iqswap=0 #do swap of IQ before send buffer to eth
79 nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order
80
81 ##Debug
82 debugStop=1 #stop app on 1pps boundary (gps_second % 30)
83 debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary
84 bbdevMode=-1 #bbdev mode, -1 = not use bbdev, 0: use software mode, 1: use hardware mode
85
86 CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled
87 c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
88 u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
89
90 ##RU Settings
91 totalBFWeights=32 # Total number of Beamforming Weights on RU
92
93 Tadv_cp_dl=25 #in us  TODO: update per RU implementation
94               #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
95
96 #Reception Window C-plane DL
97 T2a_min_cp_dl=400  #in us  
98 T2a_max_cp_dl=1120 #in us 
99
100 #Reception Window C-plane UL
101 T2a_min_cp_ul=400 #in us  
102 T2a_max_cp_ul=1120 #in us 
103
104 #Reception Window U-plane
105 T2a_min_up=200  # in us
106 T2a_max_up=1120 # in us
107
108 #Transmission Window
109 Ta3_min=160 #in us
110 Ta3_max=256 #in us
111
112 ###########################################################
113 ##lls-CU Settings
114 #C-plane
115 #Transmission Window Fast C-plane DL
116 T1a_min_cp_dl=560
117 T1a_max_cp_dl=800
118
119 ##Transmission Window Fast C-plane UL
120 T1a_min_cp_ul=480
121 T1a_max_cp_ul=560
122
123 #U-plane
124 ##Transmission Window
125 T1a_min_up=280
126 T1a_max_up=400
127
128 #Reception Window
129 Ta4_min=0
130 Ta4_max=360
131 ###########################################################
132