From 31dcbb67e192f22a8f9de5b99a034eb1dcd4cbf0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 26 Jul 2012 13:18:48 +0200 Subject: Changes RLC/MAC code from C++ to C --- src/gprs_bssgp_pcu.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gprs_bssgp_pcu.cpp') diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp index 9b977f29..1c3c658b 100644 --- a/src/gprs_bssgp_pcu.cpp +++ b/src/gprs_bssgp_pcu.cpp @@ -1,4 +1,4 @@ -/* gprs_bssgp_pcu.cpp +/* gprs_bssgp_pcu.c * * Copyright (C) 2012 Ivan Klyuchnikov * @@ -17,9 +17,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include +#include +extern "C" { #include #include #include +} struct sgsn_instance *sgsn; void *tall_bsc_ctx; -- cgit v1.2.3