aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/gprs_utils.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-15 14:11:22 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-08-15 14:11:30 +0200
commit107fb59e84b12bbf6bdfdd4fc241dbcda7332706 (patch)
tree3bbb8af472acf9a2ced41658070c0f237c8c6578 /include/osmocom/sgsn/gprs_utils.h
parent816a67d59dfebcb814e6390e52c9ec0f3e0678c0 (diff)
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
Diffstat (limited to 'include/osmocom/sgsn/gprs_utils.h')
-rw-r--r--include/osmocom/sgsn/gprs_utils.h2
1 files changed, 0 insertions, 2 deletions
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 */