aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2015-12-21 12:31:06 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:55 +0300
commitb314380065323f4f21edb7ec6f0cd55a21e8d1b3 (patch)
tree765d5b492434dffd9afba1b2c83d811e06e732a3 /openbsc/include
parent8bb11c90fcb333de65f5bdbbe0787ba93a1c9a82 (diff)
sms: Add new socket for forwarding/receiving SMS in RP format to/from external application
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 606ea61a1..de2cd34d1 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -326,6 +326,7 @@ struct gsm_network {
struct bsc_api *bsc_api;
struct gprs_gsup_client *hlr_sup_client;
struct gprs_gsup_client *ussd_sup_client;
+ struct gprs_gsup_client *sms_client;
unsigned int num_bts;
struct llist_head bts_list;