Front Haul Interface Library update to first seed code contribution
[o-du/phy.git] / fhi_lib / app / usecase / mu0_20mhz / 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: 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 ruMac=00:11:22:33:44:55  #RU VF for RU app
31 antC0=./usecase/mu0_20mhz/ant_0.bin   #CC0
32 antC1=./usecase/mu0_20mhz/ant_1.bin   #CC0
33 antC2=./usecase/mu0_20mhz/ant_2.bin   #CC0
34 antC3=./usecase/mu0_20mhz/ant_3.bin   #CC0
35 antC4=./usecase/mu0_20mhz/ant_4.bin   #CC1
36 antC5=./usecase/mu0_20mhz/ant_5.bin   #CC1
37 antC6=./usecase/mu0_20mhz/ant_6.bin   #CC1
38 antC7=./usecase/mu0_20mhz/ant_7.bin   #CC1
39 antC8=./usecase/mu0_20mhz/ant_8.bin   #CC2
40 antC9=./usecase/mu0_20mhz/ant_9.bin   #CC2
41 antC10=./usecase/mu0_20mhz/ant_10.bin #CC2
42 antC11=./usecase/mu0_20mhz/ant_11.bin #CC2
43 antC12=./usecase/mu0_20mhz/ant_12.bin #CC3
44 antC13=./usecase/mu0_20mhz/ant_13.bin #CC3
45 antC14=./usecase/mu0_20mhz/ant_14.bin #CC3
46 antC15=./usecase/mu0_20mhz/ant_15.bin #CC3
47
48 ## RACH TODO: update for PRACH
49 rachEanble=0 # Enable (1)| disable (0) PRACH configuration
50 #rachOffset=43 # RB offset for prach detection (see RIU spec)
51 #rachCfgIdx=14 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index
52
53 ## control of IQ byte order
54 iqswap=0 #do swap of IQ before send buffer to eth
55 nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order
56
57 ##Debug
58 debugStop=1 #stop app on 1pps boundary (gps_second % 30)
59 debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary
60
61 CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled
62 c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
63 u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
64
65 ##RU Settings
66 Tadv_cp_dl=25 #in us  TODO: update per RU implementation
67               #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
68
69 #Reception Window C-plane DL
70 T2a_min_cp_dl=400  #in us  
71 T2a_max_cp_dl=1120 #in us 
72
73 #Reception Window C-plane UL
74 T2a_min_cp_ul=400 #in us  
75 T2a_max_cp_ul=1120 #in us 
76
77 #Reception Window U-plane
78 T2a_min_up=200  # in us
79 T2a_max_up=1120 # in us
80
81 #Transmission Window
82 Ta3_min=160 #in us
83 Ta3_max=256 #in us
84
85 ###########################################################
86 ##lls-CU Settings
87 #C-plane
88 #Transmission Window Fast C-plane DL
89 T1a_min_cp_dl=560
90 T1a_max_cp_dl=800
91
92 ##Transmission Window Fast C-plane UL
93 T1a_min_cp_ul=480
94 T1a_max_cp_ul=560
95
96 #U-plane
97 ##Transmission Window
98 T1a_min_up=280
99 T1a_max_up=400
100
101 #Reception Window
102 Ta4_min=0
103 Ta4_max=360
104 ###########################################################
105