aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfilter
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 23:48:24 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:55:45 +0100
commitb5400776d87924474d71d988186219b2c09269d5 (patch)
tree091f869a1d6f59f22158ee9c4f157b6c2d56deb6 /src/libfilter
parentd85e4cb711c127573ce88535279c32e065efdf4f (diff)
libcommon_cs: move gsm48 bits to libbsc
These functions were originally shared between libmsc and libbsc in the old openbsc.git; now osmo-bsc.git has its own copies, so move them into libbsc. Change-Id: Ie411c2ce8008accee54782a442d6361e50777a54
Diffstat (limited to 'src/libfilter')
-rw-r--r--src/libfilter/bsc_msg_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfilter/bsc_msg_filter.c b/src/libfilter/bsc_msg_filter.c
index 816ed940d..56ddf670d 100644
--- a/src/libfilter/bsc_msg_filter.c
+++ b/src/libfilter/bsc_msg_filter.c
@@ -28,7 +28,7 @@
#include <osmocom/bsc/gsm_data.h>
#include <osmocom/bsc/debug.h>
#include <osmocom/bsc/ipaccess.h>
-#include <osmocom/bsc/common_cs.h>
+#include <osmocom/bsc/gsm_04_08_utils.h>
#include <osmocom/core/talloc.h>
#include <osmocom/gsm/gsm0808.h>