diff options
author | Álvaro Neira Ayuso <anayuso@sysmocom.de> | 2014-05-05 16:04:02 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-05-15 21:40:59 +0200 |
commit | c22d72cdedcea9dfd2f6286fb89d352c80808327 (patch) | |
tree | 23228b55bbec616cb047a56d7a9685cdcc5ee44b /include/osmocom | |
parent | 92e1e70dbae0b36f0b090c270965881b18b9b950 (diff) |
protocol/gsm_12_21.h: Add the Manufacturer Attribute ID O_REDUCEPOWER.
Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_12_21.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index 694df938..b1725d54 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 |