pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/41301?usp=email )
Change subject: cosmetic: Fix typo in code documentation ......................................................................
cosmetic: Fix typo in code documentation
Change-Id: I41da3bcc3b5f982901baa8162d7fd55f35d70485 --- M src/aaa_ue_fsm.erl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/01/41301/1
diff --git a/src/aaa_ue_fsm.erl b/src/aaa_ue_fsm.erl index c73f636..64f6cb3 100644 --- a/src/aaa_ue_fsm.erl +++ b/src/aaa_ue_fsm.erl @@ -454,7 +454,7 @@ {next_state, state_dereg_net_initiated_wait_swm_asa, Data}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% state_dereg_net_initiated_wait_s6b_asa: +%% state_dereg_net_initiated_wait_swm_asa: %% HSS asked us to do deregistration towards the user. %% S6b (PGW) was already torn down. Now transmit SWm ASR towards ePDG and wait for ASA back. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%