aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/abis.h3
-rw-r--r--include/osmo-bts/logging.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h
index 517c6e72..1862fd6d 100644
--- a/include/osmo-bts/abis.h
+++ b/include/osmo-bts/abis.h
@@ -1,6 +1,9 @@
#ifndef _ABIS_H
#define _ABIS_H
+#include <osmocore/select.h>
+#include <osmocore/timer.h>
+
#define IPA_TCP_PORT_OML 3002
#define IPA_TCP_PORT_RSL 3003
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
index 466d5953..775c969e 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -19,6 +19,7 @@ enum {
DSAP,
DABIS,
DRTP,
+ DSUM,
};
extern const struct log_info log_info;