From 6e688082476310be0192a17440a3432bcbb7128e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Aug 2014 17:38:18 +0200 Subject: move GSM_RESERVED_TMSI to libosmocore The gb_proxy shouldn't start to open the box of pandora by including the gsm_data_shared.h file, particularly not without defining the BSC role. In any case, as the reserved TMSI is something that's part of the GSM specs, and not specific to the OpenBSC implementation, it should be part of libosmocore. --- openbsc/src/gprs/gb_proxy_tlli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/src/gprs/gb_proxy_tlli.c') diff --git a/openbsc/src/gprs/gb_proxy_tlli.c b/openbsc/src/gprs/gb_proxy_tlli.c index ccd118ed5..f554db1f4 100644 --- a/openbsc/src/gprs/gb_proxy_tlli.c +++ b/openbsc/src/gprs/gb_proxy_tlli.c @@ -18,12 +18,13 @@ * */ +#include + #include #include #include -#include #include #include -- cgit v1.2.3