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