1. Update Dockerfile for CI build. But there is dependency on Intel System Studio...
[o-du/phy.git] / fhi_lib / app / usecase / mu0_5mhz / config_file_o_du.dat
index 5aaf308..8edffee 100644 (file)
-#######################################################################
-#
-# <COPYRIGHT_TAG>
-#
-#######################################################################
-
-# This is simple configuration file. Use '#' sign for comments
-appMode=0 # lls-CU(0) | RU(1)
-xranMode=0 # Category A  (0) (precoder in lls-CU) | Category B (1) (precoder in RU)
-ccNum=1 # Number of Componnent Carriers (CC) per ETH port with XRAN protocol (default:1 max: 4)
-antNum=4 # Number of Antennas per CC (default: 4)
-
-##Numerology
-mu=0 #15Khz Sub Carrier Spacing
-ttiPeriod=1000 # in us TTI period (15Khz default 1000us)
-nDLAbsFrePointA=2645460 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
-nULAbsFrePointA=2525460 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000
-nDLBandwidth=5 #Carrier bandwidth for in MHz. Value: 5->400
-nULBandwidth=5 #Carrier bandwidth for in MHz. Value: 5->400
-nDLFftSize=512
-nULFftSize=512
-
-nFrameDuplexType=0 # 0 - FDD 1 - TDD
-nTddPeriod=0 #TDD priod e.g. DDDS 4
-
-MTUSize=9600 #maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single 
- #xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame)
-
-llsCUMac=00:11:22:33:44:66 # asigned MAC of lls-CU VF
-ruMac=00:11:22:33:44:55  #RU VF for RU app
-numSlots=40 #number of slots per IQ files
-antC0=./usecase/mu0_5mhz/ant_0.bin   #CC0
-antC1=./usecase/mu0_5mhz/ant_1.bin   #CC0
-antC2=./usecase/mu0_5mhz/ant_2.bin   #CC0
-antC3=./usecase/mu0_5mhz/ant_3.bin   #CC0
-antC4=./usecase/mu0_5mhz/ant_4.bin   #CC1
-antC5=./usecase/mu0_5mhz/ant_5.bin   #CC1
-antC6=./usecase/mu0_5mhz/ant_6.bin   #CC1
-antC7=./usecase/mu0_5mhz/ant_7.bin   #CC1
-antC8=./usecase/mu0_5mhz/ant_8.bin   #CC2
-antC9=./usecase/mu0_5mhz/ant_9.bin   #CC2
-antC10=./usecase/mu0_5mhz/ant_10.bin #CC2
-antC11=./usecase/mu0_5mhz/ant_11.bin #CC2
-antC12=./usecase/mu0_5mhz/ant_12.bin #CC3
-antC13=./usecase/mu0_5mhz/ant_13.bin #CC3
-antC14=./usecase/mu0_5mhz/ant_14.bin #CC3
-antC15=./usecase/mu0_5mhz/ant_15.bin #CC3
-
-## RACH TODO: update for PRACH
-rachEanble=0 # Enable (1)| disable (0) PRACH configuration
-#rachOffset=43 # RB offset for prach detection (see RIU spec)
-#prachConfigIndex=1 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index
-
-## control of IQ byte order
-iqswap=0 #do swap of IQ before send buffer to eth
-nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order
-
-##Debug
-debugStop=1 #stop app on 1pps boundary (gps_second % 30)
-debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary
-
-CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled
-c_plane_vlan_tag=1 #VLAN Tag used for C-Plane
-u_plane_vlan_tag=2 #VLAN Tag used for U-Plane
-
-##RU Settings
-Tadv_cp_dl=25 #in us  TODO: update per RU implementation
-              #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages
-
-#Reception Window C-plane DL
-T2a_min_cp_dl=400  #in us  
-T2a_max_cp_dl=1120 #in us 
-
-#Reception Window C-plane UL
-T2a_min_cp_ul=400 #in us  
-T2a_max_cp_ul=1120 #in us 
-
-#Reception Window U-plane
-T2a_min_up=200  # in us
-T2a_max_up=1120 # in us
-
-#Transmission Window
-Ta3_min=160 #in us
-Ta3_max=256 #in us
-
-###########################################################
-##lls-CU Settings
-#C-plane
-#Transmission Window Fast C-plane DL
-T1a_min_cp_dl=560
-T1a_max_cp_dl=800
-
-##Transmission Window Fast C-plane UL
-T1a_min_cp_ul=480
-T1a_max_cp_ul=560
-
-#U-plane
-##Transmission Window
-T1a_min_up=280
-T1a_max_up=400
-
-#Reception Window
-Ta4_min=0
-Ta4_max=360
-###########################################################
-
+#******************************************************************************\r
+#\r
+#   Copyright (c) 2019 Intel.\r
+#\r
+#   Licensed under the Apache License, Version 2.0 (the "License");\r
+#   you may not use this file except in compliance with the License.\r
+#   You may obtain a copy of the License at\r
+#\r
+#       http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+#   Unless required by applicable law or agreed to in writing, software\r
+#   distributed under the License is distributed on an "AS IS" BASIS,\r
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+#   See the License for the specific language governing permissions and\r
+#   limitations under the License.\r
+#\r
+#******************************************************************************/\r
+\r
+\r
+# This is simple configuration file. Use '#' sign for comments\r
+instanceId=0 # 0,1,2,... in case more than 1 application started on the same system\r
+appMode=0 # lls-CU(0) | RU(1)\r
+xranMode=0 # Category A  (0) (precoder in lls-CU) | Category B (1) (precoder in RU)\r
+ccNum=1 # Number of Componnent Carriers (CC) per ETH port with XRAN protocol (default:1 max: 12)\r
+antNum=4 # Number of Antennas per CC (default: 4) or number of Digital streams for Category B \r
+\r
+##Numerology\r
+mu=0 #15Khz Sub Carrier Spacing\r
+ttiPeriod=1000 # in us TTI period (15Khz default 1000us)\r
+nDLAbsFrePointA=2645460 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000\r
+nULAbsFrePointA=2525460 #nAbsFrePointA - Abs Freq Point A of the Carrier Center Frequency for in KHz Value: 450000->52600000\r
+nDLBandwidth=5 #Carrier bandwidth for in MHz. Value: 5->400\r
+nULBandwidth=5 #Carrier bandwidth for in MHz. Value: 5->400\r
+nDLFftSize=512\r
+nULFftSize=512\r
+\r
+nFrameDuplexType=0 # 0 - FDD 1 - TDD\r
+nTddPeriod=0 #TDD priod e.g. DDDS 4\r
+\r
+MTUSize=9600 #maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single \r
+ #xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame)\r
+Gps_Alpha=0    #alpha and beta value as in section 9.7.2 of ORAN spec\r
+Gps_Beta=0\r
+\r
+ioCore=5
+systemCore=5
+pktProcCore=5
+pktAuxCore=5
+timingCore=6
+llsCUMac=00:11:22:33:44:66 # asigned MAC of lls-CU VF\r
+ruMac=00:11:22:33:44:55  #RU VF for RU app\r
+\r
+numSlots=40 #number of slots per IQ files\r
+\r
+antC0=./usecase/mu0_5mhz/ant_0.bin   #CC0\r
+antC1=./usecase/mu0_5mhz/ant_1.bin   #CC0\r
+antC2=./usecase/mu0_5mhz/ant_2.bin   #CC0\r
+antC3=./usecase/mu0_5mhz/ant_3.bin   #CC0\r
+antC4=./usecase/mu0_5mhz/ant_4.bin   #CC1\r
+antC5=./usecase/mu0_5mhz/ant_5.bin   #CC1\r
+antC6=./usecase/mu0_5mhz/ant_6.bin   #CC1\r
+antC7=./usecase/mu0_5mhz/ant_7.bin   #CC1\r
+antC8=./usecase/mu0_5mhz/ant_8.bin   #CC2\r
+antC9=./usecase/mu0_5mhz/ant_9.bin   #CC2\r
+antC10=./usecase/mu0_5mhz/ant_10.bin #CC2\r
+antC11=./usecase/mu0_5mhz/ant_11.bin #CC2\r
+antC12=./usecase/mu0_5mhz/ant_12.bin #CC3\r
+antC13=./usecase/mu0_5mhz/ant_13.bin #CC3\r
+antC14=./usecase/mu0_5mhz/ant_14.bin #CC3\r
+antC15=./usecase/mu0_5mhz/ant_15.bin #CC3\r
+\r
+## RACH TODO: update for PRACH\r
+rachEanble=0 # Enable (1)| disable (0) PRACH configuration\r
+#rachOffset=43 # RB offset for prach detection (see RIU spec)\r
+#prachConfigIndex=1 # PRACH config index as per TS36.211 - Table 5.7.1-2 : PRACH Configuration Index\r
+\r
+## control of IQ byte order\r
+iqswap=0 #do swap of IQ before send buffer to eth\r
+nebyteorderswap=1 #do swap of byte order for each I and Q from CPU byte order to network byte order\r
+\r
+##Debug\r
+debugStop=1 #stop app on 1pps boundary (gps_second % 30)\r
+debugStopCount=0 #if this value is >0 then stop app after x transmission packets, otherwise app will stop at 1pps boundary\r
+bbdevMode=-1 #bbdev mode, -1 = not use bbdev, 0: use software mode, 1: use hardware mode\r
+\r
+CPenable=1 #(1) C-Plane is enabled| (0) C-Plane is disabled\r
+c_plane_vlan_tag=1 #VLAN Tag used for C-Plane\r
+u_plane_vlan_tag=2 #VLAN Tag used for U-Plane\r
+\r
+##RU Settings\r
+totalBFWeights=32 # Total number of Beamforming Weights on RU\r
+\r
+Tadv_cp_dl=25 #in us  TODO: update per RU implementation\r
+              #C-Plane messages must arrive at the RU some amount of time in advance (Tcp_adv_dl) of the corresponding U-Plane messages\r
+\r
+#Reception Window C-plane DL\r
+T2a_min_cp_dl=400  #in us  \r
+T2a_max_cp_dl=1120 #in us \r
+\r
+#Reception Window C-plane UL\r
+T2a_min_cp_ul=400 #in us  \r
+T2a_max_cp_ul=1120 #in us \r
+\r
+#Reception Window U-plane\r
+T2a_min_up=200  # in us\r
+T2a_max_up=1120 # in us\r
+\r
+#Transmission Window\r
+Ta3_min=160 #in us\r
+Ta3_max=256 #in us\r
+\r
+###########################################################\r
+##lls-CU Settings\r
+#C-plane\r
+#Transmission Window Fast C-plane DL\r
+T1a_min_cp_dl=560\r
+T1a_max_cp_dl=800\r
+\r
+##Transmission Window Fast C-plane UL\r
+T1a_min_cp_ul=480\r
+T1a_max_cp_ul=560\r
+\r
+#U-plane\r
+##Transmission Window\r
+T1a_min_up=280\r
+T1a_max_up=400\r
+\r
+#Reception Window\r
+Ta4_min=0\r
+Ta4_max=360\r
+###########################################################\r
+\r