From 101c5c2a3a7c8355430f474868c67a18bde6fe69 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 22 Aug 2014 16:12:03 +0200 Subject: [PATCH] gsm_data_shared: Add new trx_power_params for osmo-bts --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) 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 */