gsm_data_shared: Add new trx_power_params for osmo-bts
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 18db49d..2a3b0e2 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -375,6 +375,7 @@
 	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  */