aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vty.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-11 01:56:11 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-12-11 11:37:27 +0000
commitaa14bac370c625855ffce483aa337287340cfd71 (patch)
tree633b1d6d57b1e7362bb62a0b77fef31b082c9a48 /src/libmsc/msc_vty.c
parentad797ce2bb7dbc083299582beb28f2af4b875152 (diff)
LU: do not always invoke sub_pres_vlr_fsm_start()
sub_pres_vlr_fsm_start() starts the FSM, invokes the START event, and then this FSM invariably always directly terminates when vsub->ms_not_reachable_flag == false. So if it is false, there is not much use in instantiating a whole FSM instance that just terminates again, we might as well directly issue the parent-term-event and save some logging space. The same condition is already in place in the vlr_proc_acc_fsm.c in _proc_arq_vlr_node2_post_vlr() for CM Service Request and Paging Response. Now also skip this for LU. Change-Id: Id2303a795dfd381f76e94ff8ff2f495926ca8ba0
Diffstat (limited to 'src/libmsc/msc_vty.c')
0 files changed, 0 insertions, 0 deletions