aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 23:22:03 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:15:40 +0100
commit104851632d7609a89b6cc9384a6f5da04e7cec52 (patch)
tree20ed8f77ee013c71686ade4adb5472801931b45e /src/utils
parent87592b8967c6af0aa3f90bd1acac81ef1863c6e8 (diff)
libcommon: join gsm_data_shared.* into gsm_data.*
The separation of gsm_data_shared.* from gsm_data.* historically allowed compiling parts of it into osmo-bts, which we have dropped since (osmo-bts has its own copy now). Even though gsm_data.* now becomes rather large by it, remove the legacy separation to get rid of the "shared" naming, which is no longer meaningful. A future patch might separate into meaningful smaller bits, if we get the time. Change-Id: Ie247bc492efb331871d970c56700595ad3f7e201
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/meas_json.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/meas_json.c b/src/utils/meas_json.c
index 4623ee098..b91e78b88 100644
--- a/src/utils/meas_json.c
+++ b/src/utils/meas_json.c
@@ -38,7 +38,6 @@
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/bsc/gsm_data.h>
-#include <osmocom/bsc/gsm_data_shared.h>
#include <osmocom/bsc/meas_feed.h>
static void print_meas_rep_uni_json(struct gsm_meas_rep_unidir *mru)