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/.
Holger Hans Peter Freyther holger at freyther.deOn Mon, May 05, 2014 at 04:04:02PM +0200, Alvaro Neira Ayuso wrote:
> 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,
okay, added it. The sorting was already inconsistent. Either
group by source (spec, BS11, ipa, osmocom) or sort by value.
No action from you is required though.