aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/mncc.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2020-11-24 06:06:17 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2020-11-24 06:06:17 +0100
commit36a3753ed04ca16330bf1c4752bcfe71483f6288 (patch)
tree4370b344c7088fe5cbd9eee6ce18e79cf4090089 /include/osmocom/msc/mncc.h
parent17d225492c8235010a1a866ad0291a1e5163125a (diff)
Diffstat (limited to 'include/osmocom/msc/mncc.h')
-rw-r--r--include/osmocom/msc/mncc.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h
index 1c8aff0c9..d68729bc4 100644
--- a/include/osmocom/msc/mncc.h
+++ b/include/osmocom/msc/mncc.h
@@ -161,6 +161,11 @@ struct gsm_mncc {
unsigned char lchan_type;
unsigned char lchan_mode;
+ struct osmo_gcr_parsed gcr;
+ // or maybe as encoded buffer? has to pass the mncc_sock to osmo-sip-connector at some point
+ // uint8_t gcr_enc[15];
+ // uint8_t gcr_enc_len;
+
/* A buffer to contain SDP ('\0' terminated) */
char sdp[1024];
};
@@ -171,7 +176,9 @@ struct gsm_data_frame {
unsigned char data[0];
};
-#define MNCC_SOCK_VERSION 7
+#define MNCC_SOCK_VERSION 8
+// this version bump has to also happen in osmo-sip-connector
+
struct gsm_mncc_hello {
uint32_t msg_type;
uint32_t version;