From 816a67d59dfebcb814e6390e52c9ec0f3e0678c0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 15 Aug 2018 13:53:48 +0200 Subject: Drop gprs_msgb_copy with libosmocore replacement gprs_msgb_copy was introduced in libosmocore 0.94 (f78ec5ce0d0f6038147d9b9e14d81094309ba5d5) as bssgp_msgb_copy. Let's use that one to avoid code duplication. Change-Id: I42a65fd8e4045fafadf5694f2d8d0c5e7ab350a0 --- include/osmocom/sgsn/gprs_utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/osmocom') diff --git a/include/osmocom/sgsn/gprs_utils.h b/include/osmocom/sgsn/gprs_utils.h index e06364dad..8e47e9001 100644 --- a/include/osmocom/sgsn/gprs_utils.h +++ b/include/osmocom/sgsn/gprs_utils.h @@ -29,7 +29,6 @@ struct msgb; struct gprs_ra_id; -struct msgb *gprs_msgb_copy(const struct msgb *msg, const char *name); 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); -- cgit v1.2.3