open5gs/src/amf
2026-02-24 17:03:54 +09:00
..
amf-sm.c [AMF] API to add or remove PLMNs Dynamically (#4186) 2025-12-03 21:32:59 +09:00
amf-sm.h [AMX] Fixed a crash due to deregistration (#2021) 2023-01-29 09:09:52 +09:00
app.c A minor typo fix (#2707) 2023-10-28 22:11:58 +09:00
context.c [AMF] fix checking for correct serving TAI 2025-11-26 17:06:20 +09:00
context.h amf,mme: Reject authentication after repeated synch failures 2026-01-14 16:01:43 +09:00
event.c Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
event.h [POOL] refactor memory pool in MME (#3196) 2024-06-30 22:03:13 +09:00
gmm-build.c [AMF/MME] Avoid crash if tx Security Mode Command fails (#3413) 2024-08-25 10:06:32 +09:00
gmm-build.h UE slice shall be also available in RAN (#2482) 2023-08-09 16:06:39 +09:00
gmm-handler.c Merge branch 'main' into home-routed 2025-06-01 16:54:26 +09:00
gmm-handler.h [HR] SMF selection (#2194) 2024-09-16 08:55:52 +09:00
gmm-sm.c amf: ignore late SDM_SUBSCRIPTIONS DELETE during re-registration 2026-01-23 11:24:06 +09:00
gnb-info.c [ue-info] be compliant with C99/C11 standard 2025-10-17 08:30:45 +09:00
gnb-info.h [ue-info] consolidate page/page size for ue-info API interface 2025-10-17 08:30:45 +09:00
init.c [ue-info] consolidate separate function pointers into custom endpoints 2025-10-17 08:30:45 +09:00
meson.build [AMF] API to add or remove PLMNs Dynamically (#4186) 2025-12-03 21:32:59 +09:00
metrics.c [SBI] Fixed Invalid S-NSSAI format (#2337) 2023-05-28 21:53:52 +09:00
metrics.h [AMF metrics] Initial histogram support 2023-03-24 23:03:49 +09:00
namf-build.c Merge branch 'main' into home-routed 2025-04-06 18:36:57 +09:00
namf-build.h [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
namf-handler.c amf: Preserve RAN-UE association across asynchronous SBI responses 2025-11-26 17:17:16 +09:00
namf-handler.h [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
namf-oam.c Follow-up on #4186 2025-12-03 21:33:46 +09:00
namf-oam.h Follow-up on #4186 2025-12-03 21:33:46 +09:00
nas-path.c Follow-up on #4191 2025-12-04 16:23:04 +09:00
nas-path.h [AMF/SEC] pass AMF UE context to downlink NAS transport to prevent fatal crash (#3950) 2025-07-04 15:30:29 +09:00
nas-security.c [SEC] Crash and Protocol Violations 2024-04-09 16:23:49 +09:00
nas-security.h Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
nausf-build.c [AMF] Add UE context transfer and Registration status update states 2024-09-03 22:09:56 +09:00
nausf-build.h [AMF] Add support for SDM subscription and authentication deletion 2022-11-29 23:10:49 +09:00
nausf-handler.c [AMF] Fix for storing 5G AKA Confirmation URL 2024-05-23 23:34:22 +09:00
nausf-handler.h Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
ngap-build.c SMF/MME: Add bitrate upper-bound validation for S1AP/NGAP to prevent crash 2025-12-05 21:25:28 +09:00
ngap-build.h [AMF] API to add or remove PLMNs Dynamically (#4186) 2025-12-03 21:32:59 +09:00
ngap-handler.c Prevent null session reference at sending partial-handover error 2025-12-10 02:02:27 +09:00
ngap-handler.h [AMF] Fix the bug NGResetAck (#1525) 2022-05-14 02:43:01 +09:00
ngap-path.c [AMF] API to add or remove PLMNs Dynamically (#4186) 2025-12-03 21:32:59 +09:00
ngap-path.h [AMF] API to add or remove PLMNs Dynamically (#4186) 2025-12-03 21:32:59 +09:00
ngap-sctp.c [AMF/MME] Remove fatal assertions on oversized SCTP messages in NGAP and S1AP handlers (#3878) 2025-05-06 17:52:51 +09:00
ngap-sm.c [POOL] refactor memory pool in AMF (#3196) 2024-06-30 22:03:13 +09:00
nnrf-build.c SCP(Model D) is now the default setting. 2022-10-22 11:26:04 +09:00
nnrf-build.h [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +09:00
nnrf-handler.c amf: Preserve RAN-UE association across asynchronous SBI responses 2025-11-26 17:17:16 +09:00
nnrf-handler.h [AMF] Fix UE context transfer when only NRF is client (#3880) 2025-05-31 20:51:06 +09:00
nnssf-build.c [HR] SMF selection (#2194) 2024-09-16 08:55:52 +09:00
nnssf-build.h [HR] SMF selection (#2194) 2024-09-16 08:55:52 +09:00
nnssf-handler.c amf: Preserve RAN-UE association across asynchronous SBI responses 2025-11-26 17:17:16 +09:00
nnssf-handler.h amf: Preserve RAN-UE association across asynchronous SBI responses 2025-11-26 17:17:16 +09:00
npcf-build.c Merge branch 'main' into home-routed 2025-07-12 08:13:15 +09:00
npcf-build.h Added AMF-initiated AM Policy Termination 2021-12-04 19:31:36 +09:00
npcf-handler.c Typos Fix 2025-04-27 08:14:54 +09:00
npcf-handler.h [ALL] Fix differences in function parameter names between definition and declaration 2022-07-01 21:38:47 +09:00
nsmf-build.c Fix DNN Operator-Identifier format and refactor OI parsing for HR roaming interop 2025-12-06 22:23:34 +09:00
nsmf-build.h [HR] SMF selection (#2194) 2024-09-16 08:55:52 +09:00
nsmf-handler.c amf: ignore late SDM_SUBSCRIPTIONS DELETE during re-registration 2026-01-23 11:24:06 +09:00
nsmf-handler.h amf: Preserve RAN-UE association across asynchronous SBI responses 2025-11-26 17:17:16 +09:00
nudm-build.c Fix plmn-id query attribute to vPLMN 2026-02-24 17:03:54 +09:00
nudm-build.h [AMF] Add support for SDM subscription and authentication deletion 2022-11-29 23:10:49 +09:00
nudm-handler.c Merge branch 'main' into home-routed 2025-02-09 11:15:55 +09:00
nudm-handler.h [AMF] Follow-up on #1987 2023-01-08 13:53:48 +09:00
sbi-path.c amf: Preserve RAN-UE association across asynchronous SBI responses 2025-11-26 17:17:16 +09:00
sbi-path.h Implement PDU Session Release for Home-Routed Roaming and fix N4 step ordering in 4.3.4.2 2025-05-02 21:28:25 +09:00
timer.c [POOL] refactor memory pool in AMF (#3196) 2024-06-30 22:03:13 +09:00
timer.h [AMF] Implicit Network-initiated Deregistration 2023-01-08 13:48:32 +09:00
ue-info.c Fixed bug in /ue-info dumper -wrong encoding sd snssai 2025-11-28 06:23:37 +09:00
ue-info.h [ue-info] consolidate page/page size for ue-info API interface 2025-10-17 08:30:45 +09:00