aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-15 13:53:48 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-08-15 13:53:50 +0200
commit816a67d59dfebcb814e6390e52c9ec0f3e0678c0 (patch)
tree0268351b1ff68f6abe2c61753d990c3c5fb90196 /include
parentc503f0acd9668a50529f473492ce4c42de8b882a (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/gprs_utils.h1
1 files changed, 0 insertions, 1 deletions
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);