aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/tx_power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/tx_power.h')
-rw-r--r--include/osmo-bts/tx_power.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/tx_power.h b/include/osmo-bts/tx_power.h
index 1d76864b..8d099bca 100644
--- a/include/osmo-bts/tx_power.h
+++ b/include/osmo-bts/tx_power.h
@@ -8,7 +8,7 @@
/* PA calibration table */
struct pa_calibration {
- int gain_mdB[1024]; /* gain provided at given ARFCN */
+ int delta_mdB[1024]; /* gain delta at given ARFCN */
/* FIXME: thermal calibration */
};