aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-19 16:18:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-19 16:18:44 +0100
commitc751cf92cbc25a5cfca8041ef3fdcc16ed5865ad (patch)
tree659ab5d56d8a243adcf66d637fddcd9b06c6ac56 /openbsc/src/gprs/gb_proxy.c
parent408208d8874a0f227d09e299db2346fc3f67b5ca (diff)
misc: Fix compilation now that the method is located in libosmocore
These TLV helper functions are now located in libosmocore.
Diffstat (limited to 'openbsc/src/gprs/gb_proxy.c')
-rw-r--r--openbsc/src/gprs/gb_proxy.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsc/src/gprs/gb_proxy.c b/openbsc/src/gprs/gb_proxy.c
index 69dde3d77..b99c455e2 100644
--- a/openbsc/src/gprs/gb_proxy.c
+++ b/openbsc/src/gprs/gb_proxy.c
@@ -39,13 +39,6 @@
#include <openbsc/debug.h>
#include <openbsc/gb_proxy.h>
-static uint16_t tlvp_val16_unal(const struct tlv_parsed *tp, int pos)
-{
- uint16_t res;
- memcpy(&res, TLVP_VAL(tp, pos), sizeof(res));
- return res;
-}
-
struct gbprox_peer {
struct llist_head list;