[openbsc PATCH 1/5] openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alvaro Neira Ayuso anayuso at sysmocom.de
Mon Apr 28 11:38:47 UTC 2014


From: Álvaro Neira Ayuso <anayuso at sysmocom.de>

Signed-off-by: Alvaro Neira Ayuso <anayuso at sysmocom.de>
---
 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 ae9e7d8..a4d3c54 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -371,6 +371,7 @@ struct gsm_bts_trx {
 	uint16_t arfcn;
 	int nominal_power;		/* in dBm */
 	unsigned int max_power_red;	/* in actual dB */
+	int power_reduce;		/* in dBm */
 
 	struct {
 		void *l1h;
-- 
1.7.10.4





More information about the OpenBSC mailing list