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 --- src/libmsc/rrlp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libmsc/rrlp.c') diff --git a/src/libmsc/rrlp.c b/src/libmsc/rrlp.c index c0747cdca..6ff30b748 100644 --- a/src/libmsc/rrlp.c +++ b/src/libmsc/rrlp.c @@ -27,6 +27,7 @@ #include #include #include +#include /* RRLP msPositionReq, nsBased, * Accuracy=60, Method=gps, ResponseTime=2, oneSet */ -- cgit v1.2.3