lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/40422?usp=email )
Change subject: vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg ......................................................................
vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg
Change-Id: I1eecfeec494a2e129c41a6e964c56ed4430611de --- M src/libvlr/vlr.c 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/22/40422/1
diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c index e90596c..c7b7e63 100644 --- a/src/libvlr/vlr.c +++ b/src/libvlr/vlr.c @@ -211,8 +211,7 @@
struct osmo_tdef *vlr_tdefs;
-/* This is just a wrapper around the osmo_tdef API. - * TODO: we should start using osmo_tdef_fsm_inst_state_chg() */ +/* This is just a wrapper around the osmo_tdef API. */ unsigned long vlr_timer_secs(struct vlr_instance *vlr, int cs_timer, int ps_timer) { /* NOTE: since we usually do not need more than one instance of the VLR,