aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-10-24 16:02:58 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:53 +0300
commit1c30463e7687ebddc216e1b7c830481cffb6b289 (patch)
treef37f53d0f68439d8aefc84a753728a9e6919dec5 /openbsc/include
parentbcc25675791faf908907b5d99e6591cd22530a8f (diff)
libmsc: Create a separate SUP socket for USSD.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 778541a1d..4504988b5 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -324,6 +324,7 @@ struct gsm_network {
struct llist_head trans_list;
struct bsc_api *bsc_api;
struct gprs_gsup_client *hlr_sup_client;
+ struct gprs_gsup_client *ussd_sup_client;
unsigned int num_bts;
struct llist_head bts_list;