Front Haul Interface Library update to first seed code contribution
[o-du/phy.git] / fhi_lib / app / usecase / mu3_100mhz / config_file_o_du.dat
1 #######################################################################
2 #
3 # <COPYRIGHT_TAG>
4 #
5 #######################################################################
6
7 # This is simple configuration file. Use '#' sign for comments
8 appMode=0 # lls-CU(0) | RU(1)
9 xranMode=0 # Category A  (0) (precoder in lls-CU) | Category B (1) (precoder in RU)
10 ccNum=1 # Number of Componnent Carriers (CC) per ETH port with XRAN protocol (default:1 max: 12)
11 antNum=4 # Number of Antennas per CC (default: 4)
12
13 ##Numerology
14 mu=3 #mmWave 120Khz Sub Carrier Spacing
15 ttiPeriod=125 # in us TTI period (mmWave default 125us)
16 nDLAbsFrePointA=27968160 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
17 nULAbsFrePointA=27968160 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
18 nDLBandwidth=100 #Carrier bandwidth for in MHz. Value: 5->400
19 nULBandwidth=100 #Carrier bandwidth for in MHz. Value: 5->400
20 nDLFftSize=1024
21 nULFftSize=1024
22
23 nFrameDuplexType=1 # 0 - FDD 1 - TDD
24 nTddPeriod=4 #[0-5] TDD priod e.g. DDDS 4
25 sSlotConfig0=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
26 sSlotConfig1=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
27 sSlotConfig2=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
28 sSlotConfig3=0,2,2,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD
29 # not used
30 #sSlotConfig4=0,2,2,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD
31 #sSlotConfig5=1,1,1,1,1,1,1,1,1,1,1,1,1,1 # (0) - DL (1) - UL (2) - GUARD
32 #sSlotConfig6=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
33 #sSlotConfig7=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
34 #sSlotConfig8=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
35 #sSlotConfig9=0,0,0,0,0,0,0,0,0,0,0,0,0,0 # (0) - DL (1) - UL (2) - GUARD
36
37 MTUSize=9600 #maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single 
38  #xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame)
39 llsCUMac=00:11:22:33:44:66 # asigned MAC of lls-CU VF
40 ruMac=00:11:22:33:44:55  #RU VF for RU app
41 #ruMac=3c:fd:fe:9e:93:68 #RU PF for tcpdump
42
43 numSlots=40 #number of slots per IQ files
44 antC0=./usecase/mu3_100mhz/ant_0.bin   #CC0
45 antC1=./usecase/mu3_100mhz/ant_1.bin   #CC0
46 antC2=./usecase/mu3_100mhz/ant_2.bin   #CC0
47 antC3=./usecase/mu3_100mhz/ant_3.bin   #CC0
48 antC4=./usecase/mu3_100mhz/ant_4.bin   #CC1
49 antC5=./usecase/mu3_100mhz/ant_5.bin   #CC1
50 antC6=./usecase/mu3_100mhz/ant_6.bin   #CC1
51 antC7=./usecase/mu3_100mhz/ant_7.bin   #CC1
52 antC8=./usecase/mu3_100mhz/ant_8.bin   #CC2
53 antC9=./usecase/mu3_100mhz/ant_9.bin   #CC2
54 antC10=./usecase/mu3_100mhz/ant_10.bin #CC2
55 antC11=./usecase/mu3_100mhz/ant_11.bin #CC2
56 antC12=./usecase/mu3_100mhz/ant_12.bin #CC3
57 antC13=./usecase/mu3_100mhz/ant_13.bin #CC3
58 antC14=./usecase/mu3_100mhz/ant_14.bin #CC3
59 antC15=./usecase/mu3_100mhz/ant_15.bin #CC3
60
61 rachEanble=0 # Enable (1)| disable (0) PRACH configuration
62 prachConfigIndex=81
63
64 ## control of IQ byte order
65 iqswap=0 #do swap of IQ before send buffer to eth
66 nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order
67
68 ##Debug
69 debugStop=1 #stop app on 1pps boundary (gps_second % 30)
70 debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary
71
72 CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled
73 c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
74 u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
75
76 ##RU Settings
77 Tadv_cp_dl=25 #in us  TODO: update per RU implementation
78               #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
79
80 #Reception Window C-plane DL
81 T2a_min_cp_dl=50 #in us  
82 T2a_max_cp_dl=140 #in us 
83
84 #Reception Window C-plane UL
85 T2a_min_cp_ul=50 #in us  
86 T2a_max_cp_ul=140 #in us 
87
88 #Reception Window U-plane
89 T2a_min_up=25 #in us
90 T2a_max_up=140 #in us
91
92 #Transmission Window
93 Ta3_min=20 #in us
94 Ta3_max=32 #in us
95
96 ###########################################################
97 ##lls-CU Settings
98 #C-plane
99 #Transmission Window Fast C-plane DL
100 T1a_min_cp_dl=70
101 T1a_max_cp_dl=100
102
103 ##Transmission Window Fast C-plane UL
104 T1a_min_cp_ul=60
105 T1a_max_cp_ul=70
106
107 #U-plane
108 ##Transmission Window
109 T1a_min_up=35
110 T1a_max_up=50
111
112 #Reception Window
113 Ta4_min=0
114 Ta4_max=45
115 ###########################################################
116