Implement sending SMS and send one on network registration
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index a1a8f37..c367102 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -193,6 +193,8 @@
 
 	gsm48_sendmsg(msg);
 
+	gsm0411_send_sms(lchan, 0);
+
 	return gsm48_cc_tx_setup(lchan);
 }