aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/osmocom/gprs/gprs_ns_frgre.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 23:34:34 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 23:34:34 +0800
commitedcba4e307fc6d8cf3de5d22982b1317178e7433 (patch)
treea8215cc8b1a873fb5dc0515eed8cdc7e76638337 /openbsc/include/osmocom/gprs/gprs_ns_frgre.h
parentb46d56655929e10ca904b4b881ff42584830c0c5 (diff)
use new external libosmogb (part of libosmocore.git)0.12.0
This removes the libgb (GPRS NS/BSSGP) code from the openbsc.git repository and uses the new version from libosmocore.git instead.
Diffstat (limited to 'openbsc/include/osmocom/gprs/gprs_ns_frgre.h')
-rw-r--r--openbsc/include/osmocom/gprs/gprs_ns_frgre.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbsc/include/osmocom/gprs/gprs_ns_frgre.h b/openbsc/include/osmocom/gprs/gprs_ns_frgre.h
deleted file mode 100644
index abcd43ffb..000000000
--- a/openbsc/include/osmocom/gprs/gprs_ns_frgre.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _GPRS_NS_FRGRE_H
-#define _GPRS_NS_FRGRE_H
-
-int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg);
-
-#endif