c97685c806ba4446eb589549b1dc36f79605338c
[o-du/phy.git] / fhi_lib / app / usecase / mu0_5mhz / 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=4 # Number of Antennas per CC (default: 4)
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=10
46 systemCore=10
47 pktProcCore=10
48 pktAuxCore=10
49 timingCore=11
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 numSlots=40 #number of slots per IQ files
53 antC0=./usecase/mu0_5mhz/ant_0.bin   #CC0
54 antC1=./usecase/mu0_5mhz/ant_1.bin   #CC0
55 antC2=./usecase/mu0_5mhz/ant_2.bin   #CC0
56 antC3=./usecase/mu0_5mhz/ant_3.bin   #CC0
57 antC4=./usecase/mu0_5mhz/ant_4.bin   #CC1
58 antC5=./usecase/mu0_5mhz/ant_5.bin   #CC1
59 antC6=./usecase/mu0_5mhz/ant_6.bin   #CC1
60 antC7=./usecase/mu0_5mhz/ant_7.bin   #CC1
61 antC8=./usecase/mu0_5mhz/ant_8.bin   #CC2
62 antC9=./usecase/mu0_5mhz/ant_9.bin   #CC2
63 antC10=./usecase/mu0_5mhz/ant_10.bin #CC2
64 antC11=./usecase/mu0_5mhz/ant_11.bin #CC2
65 antC12=./usecase/mu0_5mhz/ant_12.bin #CC3
66 antC13=./usecase/mu0_5mhz/ant_13.bin #CC3
67 antC14=./usecase/mu0_5mhz/ant_14.bin #CC3
68 antC15=./usecase/mu0_5mhz/ant_15.bin #CC3
69
70 ## RACH TODO: update for PRACH
71 rachEanble=0 # Enable (1)| disable (0) PRACH configuration
72 #rachOffset=43 # RB offset for prach detection (see RIU spec)
73 #prachConfigIndex=1 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index
74 antPrachC0=./usecase/mu0_10mhz/ant_0.bin
75 antPrachC1=./usecase/mu0_10mhz/ant_1.bin
76 antPrachC2=./usecase/mu0_10mhz/ant_2.bin
77 antPrachC3=./usecase/mu0_10mhz/ant_3.bin
78
79 ## control of IQ byte order
80 iqswap=0 #do swap of IQ before send buffer to eth
81 nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order
82
83 ##Debug
84 debugStop=1 #stop app on 1pps boundary (gps_second % 30)
85 debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary
86
87 CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled
88 c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
89 u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
90
91 ##RU Settings
92 Tadv_cp_dl=25 #in us  TODO: update per RU implementation
93               #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
94
95 #Reception Window C-plane DL
96 T2a_min_cp_dl=400  #in us  
97 T2a_max_cp_dl=1120 #in us 
98
99 #Reception Window C-plane UL
100 T2a_min_cp_ul=400 #in us  
101 T2a_max_cp_ul=1120 #in us 
102
103 #Reception Window U-plane
104 T2a_min_up=200  # in us
105 T2a_max_up=1120 # in us
106
107 #Transmission Window
108 Ta3_min=160 #in us
109 Ta3_max=256 #in us
110
111 ###########################################################
112 ##lls-CU Settings
113 #C-plane
114 #Transmission Window Fast C-plane DL
115 T1a_min_cp_dl=560
116 T1a_max_cp_dl=800
117
118 ##Transmission Window Fast C-plane UL
119 T1a_min_cp_ul=480
120 T1a_max_cp_ul=560
121
122 #U-plane
123 ##Transmission Window
124 T1a_min_up=280
125 T1a_max_up=400
126
127 #Reception Window
128 Ta4_min=0
129 Ta4_max=360
130 ###########################################################
131