Add a hack to exit the pcu... quick enough..

Done during testing on the customer site. SOmehow the PCU when
re-connecting to the BTS and a newly started SGSN will not initialize
the BSSGP BVCI correctly. We do have a trace... and will look into
a fix.
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 5dbfb2c..4abe436 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -630,6 +630,9 @@
 
 void gprs_bssgp_destroy(void)
 {
+	LOGP(DBSSGP, LOGL_NOTICE, "Forcing to exit at bssgp destruction\n");
+	exit(0);
+
 	if (!bssgp_nsi)
 		return;