Commit 773afc14 authored by Raymond.Knopp's avatar Raymond.Knopp

TX power calibration, RX_W by default

parent 12cc3593
......@@ -213,7 +213,7 @@ int trx_lms_start(openair0_device *device){
printf("Set TX frequency %f MHz\n",device->openair0_cfg[0].tx_freq[0]/1e6);
printf("Override antenna settings to: RX1_W, TXA_2");
LMS_SetAntenna(lms_device, LMS_CH_RX, 0, 3);
LMS_SetAntenna(lms_device, LMS_CH_RX, 0, 2);
LMS_SetAntenna(lms_device, LMS_CH_TX, 0, 2);
......
......@@ -39,7 +39,7 @@ eNBs =
nb_antenna_ports = 1;
nb_antennas_tx = 1;
nb_antennas_rx = 1;
tx_gain = 60;
tx_gain = 100;
rx_gain = 111;
prach_root = 0;
prach_config_index = 0;
......@@ -50,7 +50,7 @@ eNBs =
pucch_nRB_CQI = 1;
pucch_nCS_AN = 0;
pucch_n1_AN = 32;
pdsch_referenceSignalPower = -27;
pdsch_referenceSignalPower = -30;
pdsch_p_b = 0;
pusch_n_SB = 1;
pusch_enable64QAM = "DISABLE";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment