Commit d34583e5 authored by rdoost's avatar rdoost

added rx gain calibaration values for Iris

parent 22c5d824
...@@ -325,11 +325,11 @@ int trx_iris_stop(openair0_device* device) { ...@@ -325,11 +325,11 @@ int trx_iris_stop(openair0_device* device) {
/*! \brief Iris RX calibration table */ /*! \brief Iris RX calibration table */
rx_gain_calib_table_t calib_table_iris[] = { rx_gain_calib_table_t calib_table_iris[] = {
{3500000000.0,0}, {3500000000.0,24},
{2660000000.0,12}, {2660000000.0,9},
{2300000000.0,0}, {2300000000.0,8},
{1880000000.0,0}, {1880000000.0,11},
{816000000.0,0}, {816000000.0,4},
{-1,0}}; {-1,0}};
......
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