open5gs/lib/app
dchard 3ee7e055f7 [MME] Add network policy (TS 24.301 9.9.3.52)
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
2026-06-26 13:04:18 +09:00
..
meson.build [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
ogs-app.h [Tests] Delete unnecessary code 2024-09-03 22:09:56 +09:00
ogs-config.c [MME] Add network policy (TS 24.301 9.9.3.52) 2026-06-26 13:04:18 +09:00
ogs-config.h [MME] Add network policy (TS 24.301 9.9.3.52) 2026-06-26 13:04:18 +09:00
ogs-context.c [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
ogs-context.h [MME] Add Emergency Number List to "Attach Accept" NAS message 2025-10-27 21:28:53 +09:00
ogs-init.c [SBI] Make 'global' configuration optional instead of mandatory (#3466) 2024-11-01 15:32:46 +09:00
ogs-init.h Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI 2020-11-26 21:44:37 -05:00
ogs-yaml.c [CORE] logger: add option to disable timestamps 2024-04-18 21:08:35 +09:00
ogs-yaml.h [CORE] logger: add option to disable timestamps 2024-04-18 21:08:35 +09:00