From 107fb59e84b12bbf6bdfdd4fc241dbcda7332706 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 15 Aug 2018 14:11:22 +0200 Subject: Drop gprs_msgb_resize_area with libosmocore replacement gprs_msgb_resize_area was introduced in libosmocore 0.94 (f78ec5ce0d0f6038147d9b9e14d81094309ba5d5) as msgb_resize_area. Let's use that one to avoid code duplication. Change-Id: Ib80f7b2b186d87f21d63d9b0bec58175170c905c --- include/osmocom/sgsn/gprs_utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/osmocom/sgsn/gprs_utils.h b/include/osmocom/sgsn/gprs_utils.h index 8e47e9001..eacaec7a2 100644 --- a/include/osmocom/sgsn/gprs_utils.h +++ b/include/osmocom/sgsn/gprs_utils.h @@ -29,8 +29,6 @@ struct msgb; struct gprs_ra_id; -int gprs_msgb_resize_area(struct msgb *msg, uint8_t *area, - size_t old_size, size_t new_size); int gprs_str_to_apn(uint8_t *apn_enc, size_t max_len, const char *str); /* GSM 04.08, 10.5.7.3 GPRS Timer */ -- cgit v1.2.3