aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/gsup.c')
-rw-r--r--src/gsm/gsup.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gsm/gsup.c b/src/gsm/gsup.c
index e3eef02e..9c2f8175 100644
--- a/src/gsm/gsup.c
+++ b/src/gsm/gsup.c
@@ -70,6 +70,14 @@ const struct value_string osmo_gsup_message_type_names[] = {
{ 0, NULL }
};
+const struct value_string osmo_gsup_session_state_names[] = {
+ { OSMO_GSUP_SESSION_STATE_NONE, "NONE" },
+ { OSMO_GSUP_SESSION_STATE_BEGIN, "BEGIN" },
+ { OSMO_GSUP_SESSION_STATE_CONTINUE, "CONTINUE" },
+ { OSMO_GSUP_SESSION_STATE_END, "END" },
+ { 0, NULL }
+};
+
/*! return the error message type corresponding to \a type_in
* \returns matching error message type; -1 on error */