aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/mncc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/mncc.h')
-rw-r--r--include/osmocom/msc/mncc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h
index 1c8aff0c9..076747547 100644
--- a/include/osmocom/msc/mncc.h
+++ b/include/osmocom/msc/mncc.h
@@ -26,6 +26,7 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/mncc.h>
+#include <osmocom/gsm/gsm29205.h>
#include <stdint.h>
#include <netinet/in.h>
@@ -161,6 +162,8 @@ struct gsm_mncc {
unsigned char lchan_type;
unsigned char lchan_mode;
+ struct osmo_gcr_parsed gcr;
+
/* A buffer to contain SDP ('\0' terminated) */
char sdp[1024];
};