Hi Neels,
On 03.07.2024 21:36, Neels Hofmeyr wrote:
You should definitely set 'allow-emergency deny' in your osmo-bsc.cfg.
this remark made me check what we provide in the config file examples for osmo-bsc, and... in all of them emergency calls are allowed:
$ git grep -n allow-emergency doc/examples/ doc/examples/osmo-bsc/osmo-bsc-4trx.cfg:168: allow-emergency allow doc/examples/osmo-bsc/osmo-bsc-minimal.cfg:40: allow-emergency deny doc/examples/osmo-bsc/osmo-bsc.cfg:87: allow-emergency allow
Might be worth changing the default to 'deny'.
Best regards, Vadim.