mirror of
https://github.com/open5gs/open5gs.git
synced 2026-08-10 17:04:27 +00:00
This commit adds the network policy IE, part of ATTACH ACCEPT and
TAU ACCEPT messages. This prevents unsecured redirection to GERAN
or UTRAN, protecting the UEs from unsecured redirection attacks.
This IE is mandatory in Rel.19
This patch changes the default behavior!
In case you want to allow unsecured redirects, add the following:
```
global:
parameter:
allow_unsecured_redirection: true
```
to your mme.yaml
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| ogs-app.h | ||
| ogs-config.c | ||
| ogs-config.h | ||
| ogs-context.c | ||
| ogs-context.h | ||
| ogs-init.c | ||
| ogs-init.h | ||
| ogs-yaml.c | ||
| ogs-yaml.h | ||