aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-11-29 23:32:06 +0100
committerMax <msuraev@sysmocom.de>2018-11-30 17:45:57 +0100
commitf69aa9cb6a3e2174a12fa2864b4869485d0c917a (patch)
tree5b186eba6592c11504751867e6d8b375e2794d7c /include/osmocom
parenta66de71f8e8614cff7edc85fe979420716e5672c (diff)
Move BSSMAP_MSG_* defines to header file
This will be reused be several tests related to TS 48.008 and TS 29.205 in follow-up commits. Change-Id: I4d8cc05b8df8e70c1f6257e53ae3acec7901681f
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/gsm0808.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h
index 9b19d691..298b3e47 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -29,6 +29,9 @@
#include <osmocom/gsm/gsm23003.h>
#include <osmocom/core/utils.h>
+#define BSSMAP_MSG_SIZE 512
+#define BSSMAP_MSG_HEADROOM 128
+
struct sockaddr_storage;
struct msgb;