Skip to content
Success

Changes

Summary

  1. vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to (details)
  2. vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg (details)
Commit 0a613aa028931a1770ee25f43dba3e7d0cc69e63 by lynxis
vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to the parent

CS doesn't need this because the FSM is bound to the signalling connection,
but for PS, there is no direct signalling connection in the SGSN.

Change-Id: I27fd1048f85363797b43808d2061ce28be6da81b
The file was modifiedtests/msc_vlr/msc_vlr_test_reject_concurrency.err
The file was modifiedsrc/libvlr/vlr_lu_fsm.c
The file was modifiedtests/msc_vlr/msc_vlr_test_ms_timeout.err
The file was modifiedtests/msc_vlr/msc_vlr_test_call.err
The file was modifiedtests/msc_vlr/msc_vlr_test_gsm_authen.err
The file was modifiedtests/msc_vlr/msc_vlr_test_gsm_ciph.err
The file was modifiedtests/msc_vlr/msc_vlr_test_no_authen.err
The file was modifiedtests/msc_vlr/msc_vlr_test_ss.err
The file was modifiedtests/msc_vlr/msc_vlr_test_hlr_timeout.err
The file was modifiedtests/msc_vlr/msc_vlr_test_rest.err
The file was modifiedtests/msc_vlr/msc_vlr_test_authen_reuse.err
The file was modifiedtests/msc_vlr/msc_vlr_test_umts_authen.err
The file was modifiedtests/msc_vlr/msc_vlr_test_hlr_reject.err
Commit 9c0013f60102d31841de5395ebe5eef1483c3da0 by lynxis
vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg

The timer now using osmo_tdef_fsm_inst_state_chg.

Change-Id: I1eecfeec494a2e129c41a6e964c56ed4430611de
The file was modifiedsrc/libvlr/vlr.c