aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-22 16:12:03 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-24 16:44:43 +0200
commit101c5c2a3a7c8355430f474868c67a18bde6fe69 (patch)
tree0bd2b6393500eb8a3e7fe28f852536ebd1a88859
parentddbbe695b339256b5db02269ccb3dd2c4c2a539c (diff)
gsm_data_shared: Add new trx_power_params for osmo-bts
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 18db49d66..2a3b0e269 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -375,6 +375,7 @@ struct gsm_bts_trx {
unsigned int max_power_red; /* in actual dB */
#ifndef ROLE_BSC
+ struct trx_power_params power_params;
struct {
unsigned int max_initial_power; /* in dBm */
uint8_t step_size; /* in dB */