gsm48: introduce MM_CONNECTION_PEND state
diff --git a/src/gsm48.c b/src/gsm48.c
index d024109..e0cba15 100644
--- a/src/gsm48.c
+++ b/src/gsm48.c
@@ -97,10 +97,10 @@
 };
 
 /* FIXME: convert to value_string */
-static const char *cc_state_names[32] = {
+static const char *cc_state_names[33] = {
 	"NULL",
 	"INITIATED",
-	"illegal state 2",
+	"MM_CONNECTION_PEND",
 	"MO_CALL_PROC",
 	"CALL_DELIVERED",
 	"illegal state 5",