summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-06-13 19:15:50 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-06-13 19:15:50 +0200
commit139e12782c5cbbcb31ac89a1c59d8d5b4215ebf5 (patch)
tree512522b15278a9a979beaf70b6882470ce1e7e10 /include/osmocom
parent4761ba9d33a61cb654d45c0e9037b30a77e3f94a (diff)
parentee50081daa3a80586f3044056517337a8e8fac9f (diff)
Merge branch 'master' of git.osmocom.org:libosmocore
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/bitvec.h1
-rw-r--r--include/osmocom/gsm/abis_nm.h4
-rw-r--r--include/osmocom/gsm/sysinfo.h1
3 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/core/bitvec.h b/include/osmocom/core/bitvec.h
index bbe1641b..7cb8a873 100644
--- a/include/osmocom/core/bitvec.h
+++ b/include/osmocom/core/bitvec.h
@@ -23,6 +23,7 @@
*
*/
+#include <stdint.h>
/* In GSM mac blocks, every bit can be 0 or 1, or L or H. L/H are
* defined relative to the 0x2b padding pattern */
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h
index dcc8d4bb..3f5335e2 100644
--- a/include/osmocom/gsm/abis_nm.h
+++ b/include/osmocom/gsm/abis_nm.h
@@ -2,8 +2,12 @@
#define _OSMO_GSM_ABIS_NM_H
#include <osmocom/gsm/tlv.h>
+#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
+enum abis_nm_msgtype;
+enum gsm_phys_chan_config;
+
const enum abis_nm_msgtype abis_nm_reports[4];
const enum abis_nm_msgtype abis_nm_no_ack_nack[3];
const enum abis_nm_msgtype abis_nm_sw_load_msgs[9];
diff --git a/include/osmocom/gsm/sysinfo.h b/include/osmocom/gsm/sysinfo.h
index a66f3f19..6c81134e 100644
--- a/include/osmocom/gsm/sysinfo.h
+++ b/include/osmocom/gsm/sysinfo.h
@@ -1,6 +1,7 @@
#ifndef _OSMO_GSM_SYSINFO_H
#define _OSMO_GSM_SYSINFO_H
+#include <osmocom/core/utils.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
enum osmo_sysinfo_type {