aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-04 16:34:16 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-04 19:56:39 +0100
commitfc1a5538d0e155a4bebc6af6c400e7b6a39b4553 (patch)
tree8f2e81f50fbb7ab31175e77b0d03db9b92cb7ae5 /include/osmocom
parenteb967fccb2f9040459b20fc42ee4c52145a14cb5 (diff)
Replace gprs_str_to_apn() with libosmocore API osmo_apn_from_str()
The exact same function exists in libosmocore with a different naming. Change-Id: Ibef55a648f2d58f4fdd24fa553efde530982af2d
Diffstat (limited to 'include/osmocom')
-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 8a6731f12..1e6c8319c 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_str_to_apn(uint8_t *apn_enc, size_t max_len, const char *str);
-
/* GSM 04.08, 10.5.7.3 GPRS Timer */
uint8_t gprs_secs_to_tmr_floor(int secs);