From ee59fe4a67bdd3c5224a980c55e00ef91115664e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 23 May 2010 21:23:44 +0800 Subject: gprs_ns_frgre.h: Create the header and include it --- openbsc/include/openbsc/gprs_ns_frgre.h | 6 ++++++ openbsc/src/gprs/gprs_ns.c | 1 + 2 files changed, 7 insertions(+) create mode 100644 openbsc/include/openbsc/gprs_ns_frgre.h (limited to 'openbsc') diff --git a/openbsc/include/openbsc/gprs_ns_frgre.h b/openbsc/include/openbsc/gprs_ns_frgre.h new file mode 100644 index 00000000..abcd43ff --- /dev/null +++ b/openbsc/include/openbsc/gprs_ns_frgre.h @@ -0,0 +1,6 @@ +#ifndef _GPRS_NS_FRGRE_H +#define _GPRS_NS_FRGRE_H + +int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg); + +#endif diff --git a/openbsc/src/gprs/gprs_ns.c b/openbsc/src/gprs/gprs_ns.c index 4846b647..3d115c11 100644 --- a/openbsc/src/gprs/gprs_ns.c +++ b/openbsc/src/gprs/gprs_ns.c @@ -69,6 +69,7 @@ #include #include #include +#include #include static const struct tlv_definition ns_att_tlvdef = { -- cgit v1.2.3