Skip to content
Success

Changes

Summary

  1. aaa_ue_fsm: Avoid immediate stop of fsm during 2nd SWx RTR (details)
  2. aaa_diameter_swx: Avoid answering RTR with Success if already (details)
Commit 7cf865886d27b6313954ba72a584ed18e866158f by Pau Espin Pedrol
aaa_ue_fsm: Avoid immediate stop of fsm during 2nd SWx RTR

During Network Initiated De-Registration by HSS Procedure, if a 2nd RTR
arrives for an aaa_ue_fsm which is already in
state_dereg_net_initiated_*, let it continue with the ordered tear down
consisting of informing peer nodes.

Change-Id: I6d564ec1583692a6b6f3f273268b400570b246ff
The file was modifiedsrc/aaa_ue_fsm.erl
Commit 35afe13b4405d4efe3830fca30e0de4e972c75e6 by Pau Espin Pedrol
aaa_diameter_swx: Avoid answering RTR with Success if already deregistering

When receiving an SWx RTR on our osmo-epdg (epdg+AAA), we initiate the
deregistration against peer nodes on other interfaces and answer with SWx RTA.

If a subsequent RTR for the subscriber arrives on the interface while
the deregistration is in progress, we'd answer with RTA Result-Code 2001
SUCCESS. Let's instead answer already as if we didn't know about the
subscriber, since it will end up being freed in a short span of time and
nothing can be done about it.

Related: OS#6796
Change-Id: I0ed13e9503ec380ce4331c662ca3eb966ccbda92
The file was modifiedsrc/aaa_diameter_swx_cb.erl
The file was modifiedsrc/aaa_ue_fsm.erl