From 7fe8d71fee1fe69c86db171f73a07ea6b68fb828 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 31 Jan 2021 18:40:54 +0100 Subject: ns2: Don't automatically re-start FSM at FORCE_UNCONFIGURED There are use cases in which the NS-VC FSM should go back to unconfigured _without_ being re-started immediately. Let's permit the caller to do that. Change-Id: I31fe695a83d38ea1f10f5444e840633d7fa68442 --- src/gb/gprs_ns2_vty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gb/gprs_ns2_vty.c') diff --git a/src/gb/gprs_ns2_vty.c b/src/gb/gprs_ns2_vty.c index 5d0f5c05..a3aa6ee7 100644 --- a/src/gb/gprs_ns2_vty.c +++ b/src/gb/gprs_ns2_vty.c @@ -1484,6 +1484,7 @@ DEFUN(show_nse, show_nse_cmd, "show ns (nsei|nsvc) <0-65535> [stats]", static int nsvc_force_unconf_cb(struct gprs_ns2_vc *nsvc, void *ctx) { ns2_vc_force_unconfigured(nsvc); + ns2_vc_fsm_start(nsvc); return 0; } -- cgit v1.2.3