Skip to content
Success

Changes

Summary

  1. vlr: Add support for CS and PS timers (details)
  2. vlr: on subscriber disconnect, check if LU & Auth FSM are even valid (details)
Commit 177184ee2e454ac5fe102357e323e1529762c61b by lynxis
vlr: Add support for CS and PS timers

To prepare for PS support, add related PS timers
and try to keep the code simple to support both domains.
Use osmo_tdef_fsm_inst_state_chg() where possible because
this way we can have a t_def pointer which we set at the start.

Change-Id: I364973b8d9e277ec5963343c0a83061e81a5baba
The file was modifiedsrc/libvlr/vlr_lu_fsm.c
The file was modifiedsrc/libvlr/vlr.c
The file was modifiedsrc/libvlr/vlr_access_req_fsm.c
The file was modifiedsrc/libmsc/msc_vty.c
The file was modifiedsrc/libvlr/vlr_access_req_fsm.h
The file was modifiedtests/msc_vlr/msc_vlr_test_no_authen.c
The file was modifiedinclude/osmocom/vlr/vlr.h
The file was modifiedsrc/libvlr/vlr_lu_fsm.h
The file was modifiedsrc/libvlr/vlr_auth_fsm.c
The file was modifiedsrc/libvlr/vlr_auth_fsm.h
Commit b8e419069b186a436e3829135da311c97a12e7ba by lynxis
vlr: on subscriber disconnect, check if LU & Auth FSM are even valid

Those fsm can be NULL.

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