open5gs/lib
jmasterfunk84 c98333bbfe
[MME] Cancel Location Handling (#1698)
* CLR while idle is broken after 7031856cd7

Cancel Location Request arriving while UE is idle will not proceed to paging due to this check for S1 connection.  Using new flag "isAnswer" to bypass this check to allow paging to occur when we are not doing a AIA/ULA related procedure.

* No Context Setup is required when sending the detach request.  If the paging was due to wanting to send a Detach Request to the UE, then we fast track to sending the detach request.

* emm-sm.c:
In the case of MME initiated detach while UE is idle, there is no initial conext setup.  We go right from the service request after paging into sending the detach request.  TS23.401

mme-path.c:
Using nas_eps.type in the case of MME Initiated Detach while UE is idle does not work.  nas_eps.type would represent the service request.

mme-s11-handler.c:
After S11 action, no action should be taken.  We want to wait for the detach accept from the UE before proceeding with the S1 release (detach).

* InitialContextSetup should occur for detach.
2022-08-19 16:44:06 +09:00
..
app Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
asn1c Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
core Fixed Defects reported by Coverity Scan 2022-08-13 23:49:55 +09:00
crypt Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
dbi [SUCI] Handling exceptions for invalid RI (#1570) 2022-06-10 23:19:00 +09:00
diameter [MME] Cancel Location Handling (#1698) 2022-08-19 16:44:06 +09:00
gtp [MME] Cancel Location Handling (#1698) 2022-08-19 16:44:06 +09:00
ipfw Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
metrics meson: Rollback libmicrohttpd >= 0.9.40 2022-06-10 21:35:37 +09:00
nas [MME] Changed S1AP_Cause in S1AP Release (#1676) 2022-07-31 12:38:11 +09:00
ngap [MME] fix the crash (#1263) 2021-12-28 17:38:11 +09:00
pfcp [PFCP] security vulnerability continued in d99491a 2022-08-16 20:32:42 +09:00
proto Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
s1ap [MME] fix the crash (#1263) 2021-12-28 17:38:11 +09:00
sbi Fixed Defects reported by Coverity Scan 2022-08-13 23:49:55 +09:00
sctp [MEM] fix the pkbuf problem (#1431) 2022-03-22 22:47:45 +09:00
tun Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
meson.build Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00