[libosmocore PATCH 1/4] protocol/gsm_12_21.h: Add the Manufacturer Attribute ID O_REDUCEPOWER.

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 May 5 14:04:02 UTC 2014


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

Signed-off-by: Alvaro Neira Ayuso <anayuso at sysmocom.de>
---
 include/osmocom/gsm/protocol/gsm_12_21.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h
index 694df93..b1725d5 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -486,6 +486,8 @@ enum abis_nm_attr {
 	NM_ATT_BS11_ANT_TYPE		= 0xf4,
 	NM_ATT_BS11_PLL_MODE		= 0xfc,
 	NM_ATT_BS11_PASSWORD		= 0xfd,
+
+	NM_ATT_O_REDUCEPOWER		= 0x01,
 };
 #define NM_ATT_BS11_FILE_DATA	NM_ATT_EVENT_TYPE
 
-- 
1.7.10.4





More information about the OpenBSC mailing list