Front Haul Interface Library first seed code contribution
[o-du/phy.git] / fhi_lib / app / config_file_lls_cu.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 ##Numerology
12 mu=3 #mmWave 120Khz Sub Carrier Spacing
13 antNum=4 # Number of Antennas per CC (default: 4)
14 ttiPeriod=125 # in us TTI period (mmWave default 125us)
15 llsCUMac=00:11:22:33:44:66 # asigned MAC of lls-CU VF
16 ruMac=00:11:22:33:44:55  #RU VF for RU app
17 #ruMac=3c:fd:fe:b1:d8:98 #RU PF for tcpdump
18 #56:1e:4b:0c:f5:9b # RU MAC
19 antC0=./ant_0.bin   #CC0
20 antC1=./ant_1.bin   #CC0
21 antC2=./ant_2.bin   #CC0
22 antC3=./ant_3.bin   #CC0
23 antC4=./ant_4.bin   #CC1
24 antC5=./ant_5.bin   #CC1
25 antC6=./ant_6.bin   #CC1
26 antC7=./ant_7.bin   #CC1
27 antC8=./ant_8.bin   #CC2
28 antC9=./ant_9.bin   #CC2
29 antC10=./ant_10.bin #CC2
30 antC11=./ant_11.bin #CC2
31 antC12=./ant_12.bin #CC3
32 antC13=./ant_13.bin #CC3
33 antC14=./ant_14.bin #CC3
34 antC15=./ant_15.bin #CC3
35
36 ## RACH TODO: update for PRACH
37 #rachEanble=1 # Enable (1)| disable (0) PRACH configuration
38 #rachOffset=43 # RB offset for prach detection (see RIU spec)
39 #rachCfgIdx=14 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index
40
41 ## control of IQ byte order
42 iqswap=0 #do swap of IQ before send buffer to eth
43 nebyteorderswap=0 #do swap of byte order for each I and Q from CPU byte order to network byte order
44
45 ##Debug
46 debugStop=0 #stop app on 1pps boundary (gps_second % 30)
47
48 CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled
49 c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
50 u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
51
52 ##RU Settings
53 Tadv_cp_dl=25 #in us  TODO: update per RU implementation
54               #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
55
56 #Reception Window C-plane DL
57 T2a_min_cp_dl=50 #in us  TODO: update per RU implementation
58 T2a_max_cp_dl=140 #in us  TODO: update per RU implementation
59
60 #Reception Window C-plane UL
61 T2a_min_cp_ul=50 #in us  TODO: update per RU implementation
62 T2a_max_cp_ul=140 #in us  TODO: update per RU implementation
63
64 #Reception Window U-plane
65 T2a_min_up=25 #in us
66 T2a_max_up=140 #in us
67
68 #Transmission Window
69 Ta3_min=20 #in us
70 Ta3_max=32 #in us
71
72 ###########################################################
73 ##lls-CU Settings
74 #C-plane
75 #Transmission Window Fast C-plane DL
76 T1a_min_cp_dl=70
77 T1a_max_cp_dl=100
78
79 ##Transmission Window Fast C-plane UL
80 T1a_min_cp_ul=70
81 T1a_max_cp_ul=80
82
83 #U-plane
84 ##Transmission Window
85 T1a_min_up=35
86 T1a_max_up=50
87
88 #Reception Window
89 Ta4_min=0
90 Ta4_max=45
91 ###########################################################
92