aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-10-24 15:29:09 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:53 +0300
commit924292977fc4d8231643dee8d1fc36ee40670073 (patch)
treed94ddfb07e209a5f7ac1f281db6592edd200a0de /openbsc/include
parenta317e334c23fe8c65b3a5147bb6eefa2911a2e6b (diff)
libmsc: Remove sup_init() to make SUP socket initialiaton generic.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_sup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_sup.h b/openbsc/include/openbsc/gsm_sup.h
index fbfb2f9df..5b6f1f90b 100644
--- a/openbsc/include/openbsc/gsm_sup.h
+++ b/openbsc/include/openbsc/gsm_sup.h
@@ -10,10 +10,11 @@
(subscr) ? (subscr)->imsi : "---", \
## args)
+// Callback for both HLR/auth and USSD SUP sockets
+int sup_read_cb(struct gprs_gsup_client *sup_client, struct msgb *msg);
+
int subscr_query_auth_info(struct gsm_subscriber *subscr);
int subscr_location_update(struct gsm_subscriber *subscr);
-int sup_init(struct gsm_network *net);
-
int subscr_tx_uss_message(struct ss_request *req,
struct gsm_subscriber *subscr);