open5gs/src
Bostjan Meglic 0f5d968149 [SMF] Wait for both N1&N2 release signals before releasing session
When UE would send a request to release PDU session, AMF would
eventually send "PDU Session Resource Release Command" downlink to both
UE (N1) and gNB (N2). Each UE and gNB would then reply with "PDU Session
Resource Release Response" indicating they released their own resources.

Usually the first one to respond would be gNB. SMF made an assumption
that this would always be the case. And it would wait for signal that UE
resources were freed, before releasing session resources. But
occasionally the situation is that UE responds first, and SMF releases
resources prematurely.

This situation does not normally occur. But under high stress (100's of
UE PDU releases at the same time) this happens occasionally.
According to the standard, this situation is perfectly normal.

3GPP TS 23.502 Rel. 16
4.3.4.2 UE or network requested PDU Session Release for Non-Roaming and
Roaming with Local Breakout
...
Steps 8-10 may happen before steps 6-7.
...
2022-09-13 21:39:21 +09:00
..
amf Follow-up on #1747 2022-09-08 23:17:04 +09:00
ausf Support service-based NF subscription 2022-09-08 22:12:01 +09:00
bsf Follow-up on #1747 2022-09-08 23:17:04 +09:00
hss Follow-up on #1744 2022-09-13 17:03:18 +09:00
mme Minor typo fix 2022-09-07 18:01:21 +09:00
nrf Support service-based NF subscription 2022-09-08 22:12:01 +09:00
nssf Support service-based NF subscription 2022-09-08 22:12:01 +09:00
pcf Follow-up on #1747 2022-09-08 23:17:04 +09:00
pcrf [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
scp Support service-based NF subscription 2022-09-08 22:12:01 +09:00
sgwc Minor typo fix 2022-09-07 18:01:21 +09:00
sgwu [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
smf [SMF] Wait for both N1&N2 release signals before releasing session 2022-09-13 21:39:21 +09:00
udm Support service-based NF subscription 2022-09-08 22:12:01 +09:00
udr Support service-based NF subscription 2022-09-08 22:12:01 +09:00
upf [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
main.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
meson.build [SCP] Support of Indirect Communication 2022-07-16 13:27:18 +09:00