From a8945ce37c23ba557b8b369943a5730b73c46604 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 30 Nov 2018 00:44:32 +0100 Subject: move ran_conn declarations to new ran_conn.h With the dawn of inter-BSC,MSC handover, adopting the MSC-A,-I,-T roles from 3GPP TS 49.008, the RAN connection shall soon be a neatly separated corner of osmo-msc, so gravitate ran_conn decarations to files of matching name. Also, the current chaos of API defined in files with mismatching/meaningless names drives me crazy. Change-Id: Ice31e6c43e46678538c65261f150c67e1d0845e5 --- include/osmocom/msc/vlr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/msc/vlr.h') diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h index 6e1690338..1168c3242 100644 --- a/include/osmocom/msc/vlr.h +++ b/include/osmocom/msc/vlr.h @@ -9,7 +9,7 @@ #include #include #include -#include +#include // for GSM_NAME_LENGTH #include #include -- cgit v1.2.3