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