aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCiaby <ciaby@autistici.org>2014-05-04 20:04:11 +0200
committerCiaby <ciaby@autistici.org>2014-05-04 20:04:11 +0200
commit13234391c5ca72ccc8d63ebe299f0fdc086c0cfb (patch)
tree178a1d9de8f5523a6d8ff5371e787f1dbb6caa98
parent10c9c7cbd13dc8a13222512e36b2f0ef2559bafe (diff)
Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR version which can work with it :)ciaby/rhizomatica-channel-release-fix
Also mentioned at: https://gitorious.org/sysmocom-openembedded/meta-telephony/commit/4da2963d82e7bee3045f73448d17395f78f1caf0
-rw-r--r--openbsc/include/openbsc/mncc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index ffac7fd6f..94ed68572 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -163,7 +163,7 @@ struct gsm_data_frame {
unsigned char data[0];
};
-#define MNCC_SOCK_VERSION 4
+#define MNCC_SOCK_VERSION 2
struct gsm_mncc_hello {
uint32_t msg_type;
uint32_t version;