aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:04:35 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:41:25 +0200
commit90843964679f35ef4d11c2788debcba976f500bc (patch)
tree672a77bcb8fbdbc0ef95018769196a697480b1da /src/utils
parent47cd0d2687e9711644008f3d6d1b829d763c520e (diff)
rename include/openbsc to include/osmocom/msc
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/meas_db.c2
-rw-r--r--src/utils/meas_json.c6
-rw-r--r--src/utils/meas_pcap2db.c2
-rw-r--r--src/utils/meas_udp2db.c2
-rw-r--r--src/utils/meas_vis.c2
-rw-r--r--src/utils/smpp_mirror.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/src/utils/meas_db.c b/src/utils/meas_db.c
index d81efcade..8cf27df95 100644
--- a/src/utils/meas_db.c
+++ b/src/utils/meas_db.c
@@ -28,7 +28,7 @@
#include <osmocom/core/talloc.h>
#include <osmocom/core/utils.h>
#include <osmocom/gsm/gsm_utils.h>
-#include <openbsc/meas_rep.h>
+#include <osmocom/msc/meas_rep.h>
#include "meas_db.h"
diff --git a/src/utils/meas_json.c b/src/utils/meas_json.c
index 51eb6c74e..8db7791f9 100644
--- a/src/utils/meas_json.c
+++ b/src/utils/meas_json.c
@@ -37,9 +37,9 @@
#include <osmocom/gsm/gsm_utils.h>
-#include <openbsc/gsm_data.h>
-#include <openbsc/gsm_data_shared.h>
-#include <openbsc/meas_feed.h>
+#include <osmocom/msc/gsm_data.h>
+#include <osmocom/msc/gsm_data_shared.h>
+#include <osmocom/msc/meas_feed.h>
static void print_meas_rep_uni_json(struct gsm_meas_rep_unidir *mru)
{
diff --git a/src/utils/meas_pcap2db.c b/src/utils/meas_pcap2db.c
index b874ac403..064452164 100644
--- a/src/utils/meas_pcap2db.c
+++ b/src/utils/meas_pcap2db.c
@@ -36,7 +36,7 @@
#include <osmocom/gsm/gsm_utils.h>
-#include <openbsc/meas_feed.h>
+#include <osmocom/msc/meas_feed.h>
#include <pcap/pcap.h>
diff --git a/src/utils/meas_udp2db.c b/src/utils/meas_udp2db.c
index 5032d0c3e..c2b5aceae 100644
--- a/src/utils/meas_udp2db.c
+++ b/src/utils/meas_udp2db.c
@@ -36,7 +36,7 @@
#include <osmocom/gsm/gsm_utils.h>
-#include <openbsc/meas_feed.h>
+#include <osmocom/msc/meas_feed.h>
#include "meas_db.h"
diff --git a/src/utils/meas_vis.c b/src/utils/meas_vis.c
index 77194ded4..5efb30013 100644
--- a/src/utils/meas_vis.c
+++ b/src/utils/meas_vis.c
@@ -16,7 +16,7 @@
#include <osmocom/gsm/gsm_utils.h>
-#include <openbsc/meas_feed.h>
+#include <osmocom/msc/meas_feed.h>
struct ms_state_uni {
CDKSLIDER *cdk;
diff --git a/src/utils/smpp_mirror.c b/src/utils/smpp_mirror.c
index c5705059b..248396a13 100644
--- a/src/utils/smpp_mirror.c
+++ b/src/utils/smpp_mirror.c
@@ -18,7 +18,7 @@
#include <osmocom/core/socket.h>
#include <osmocom/core/write_queue.h>
-#include <openbsc/debug.h>
+#include <osmocom/msc/debug.h>
/* FIXME: merge with smpp_smsc.c */
#define SMPP_SYS_ID_LEN 16