From c751cf92cbc25a5cfca8041ef3fdcc16ed5865ad Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 19 Dec 2012 16:18:44 +0100 Subject: misc: Fix compilation now that the method is located in libosmocore These TLV helper functions are now located in libosmocore. --- openbsc/src/gprs/gb_proxy.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'openbsc/src/gprs/gb_proxy.c') 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 #include -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; -- cgit v1.2.3