[PATCH 5/6] osmux: Enforce Osmux only global and per BSC configuration

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 Freyther holger at freyther.de
Mon Oct 5 14:22:23 UTC 2015


> On 05 Oct 2015, at 12:37, Neels Hofmeyr <nhofmeyr at sysmocom.de> wrote:
> 
> On Sun, Oct 04, 2015 at 11:22:53AM +0200, Holger Hans Peter Freyther wrote:
>> +	/* If we require osmux and it is not disabled.. fail */
>> +	if (nat_osmux_only(bsc->nat->mgcp_cfg, bsc->cfg) &&
>> +		endp->osmux.state == OSMUX_STATE_DISABLED) {
> [...]
> 
> Comment: If we require osmux and it IS disabled, fail
> 
> That's the only thing I spotted in your patch series.

thanks!



More information about the OpenBSC mailing list