open5gs/src/ausf
Bostjan Meglic 18fba0d3db
Delete authentication data on UE deregistration (#2706)
* [AUSF] Fix removing UE context on authentication removal request

AUSF crashed when trying to access ausf_ue->sm fields after they were
already deleted.

* [AMF] Delete UE authentication result after UE deregisters from 5G core

Based on TS 29.509 - 5.2.2.2.5 Authentication Result Removal with 5G AKA
method:
In the case that the Purge of subscriber data in AMF after the UE
deregisters from the network or the NAS SMC fails following the
successful authentication in the registration procedure, the NF Service
Consumer (AMF) requests the AUSF to inform the UDM to remove the
authentication result.
2023-10-28 21:48:33 +09:00
..
app.c Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
ausf-sm.c Delete authentication data on UE deregistration (#2706) 2023-10-28 21:48:33 +09:00
ausf-sm.h Delete authentication data on UE deregistration (#2706) 2023-10-28 21:48:33 +09:00
context.c [AUSF] Fixed crash due to ausf_ue_add (#2637) 2023-09-25 22:33:03 +09:00
context.h Add NF load to NRF Heartbeat 2022-12-14 22:53:56 +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 SCP(Model D) is now the default setting. 2022-10-22 11:26:04 +09:00
init.c Fixed MacOSX compile error 2023-04-04 21:53:39 +09:00
meson.build [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
nausf-handler.c [SBI,NF] Don't treat SBI connection errors as asserts 2023-02-07 22:49:11 +09:00
nausf-handler.h [AUSF] Handle UEAuthentication DELETE 2022-11-29 23:10:49 +09:00
nnrf-handler.c SCP(Model D) is now the default setting. 2022-10-22 11:26:04 +09:00
nnrf-handler.h Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
nudm-build.c SIDF only required in UDM, not AUSF (#1779) 2022-12-25 20:12:26 +09:00
nudm-build.h [AUSF] Handle UEAuthentication DELETE 2022-11-29 23:10:49 +09:00
nudm-handler.c Delete authentication data on UE deregistration (#2706) 2023-10-28 21:48:33 +09:00
nudm-handler.h [AUSF] Handle UEAuthentication DELETE 2022-11-29 23:10:49 +09:00
sbi-path.c [SBI] Fixed invalid format of subscrCond (#2630) 2023-09-24 09:01:59 +09:00
sbi-path.h [SBI,NF] Don't treat SBI connection errors as asserts 2023-02-07 22:49:11 +09:00
ue-sm.c Delete authentication data on UE deregistration (#2706) 2023-10-28 21:48:33 +09:00