open5gs/lib/diameter/s6a
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
..
dict.c [MME] Introduce support for S6a Cancel Location Request 2022-07-30 14:37:43 +09:00
meson.build Upgrade freeDiameter version to 1.3.2 2019-11-02 15:52:48 +09:00
message.c [MME] Introduce support for S6a Cancel Location Request 2022-07-30 14:37:43 +09:00
message.h [MME] Cancel Location Handling (#1698) 2022-08-19 16:44:06 +09:00
ogs-diameter-s6a.h Upgrade freeDiameter version to 1.3.2 2019-11-02 15:52:48 +09:00