aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gprs_bssgp_pcu.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index edb088c7..2e93a026 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -671,6 +671,10 @@ void gprs_bssgp_destroy_or_exit(void)
the_pcu.bctx = NULL;
/* FIXME: blocking... */
+ the_pcu.nsvc_unblocked = 0;
+ the_pcu.bvc_sig_reset = 0;
+ the_pcu.bvc_reset = 0;
+ the_pcu.bvc_unblocked = 0;
gprs_ns_destroy(bssgp_nsi);
bssgp_nsi = NULL;