From 908085ccbc6383e95f2c80134bcaf2e9816b7187 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 1 Oct 2014 16:18:11 +0800 Subject: Add APN utility function to libosmogsm The current functions are used to 'qualify' an APN from the user-supplied APN name (name identifier) towards the fully-qualified APN name which is used in the .grps DNS zone. --- src/gsm/libosmogsm.map | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gsm/libosmogsm.map') diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map index b7c5158b..22428a2a 100644 --- a/src/gsm/libosmogsm.map +++ b/src/gsm/libosmogsm.map @@ -265,5 +265,8 @@ ipa_prepend_header; ipa_prepend_header_ext; ipa_send; +osmo_apn_qualify; +osmo_apn_qualify_from_imsi; + local: *; }; -- cgit v1.2.3