From 3b6fb0880c3ab1e23a3d7d738d073b00c2a794c2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 25 Apr 2016 18:46:22 +0200 Subject: import gprs_gsup_message.[ch] from openbsc as gsup.[ch] Move those routines from OpenBSC to libosmogsm, so they can be re-used from other programs. I think it was a mistake to add them only inside the openbsc repository in the first place. We need to pay more attention to this in the future. --- 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 8bd0dbfe..e0d9dcbd 100644 --- a/src/gsm/libosmogsm.map +++ b/src/gsm/libosmogsm.map @@ -309,5 +309,8 @@ osmo_apn_qualify_from_imsi; osmo_apn_to_str; osmo_apn_from_str; +osmo_gsup_encode; +osmo_gsup_decode; + local: *; }; -- cgit v1.2.3