From 5788904242ca72102afa68a9bed12091e7b3ca62 Mon Sep 17 00:00:00 2001 From: Ivan Klyuchnikov Date: Fri, 30 Dec 2016 12:55:44 +0000 Subject: gsup: Update code after rebase to updated gsup implementation --- openbsc/include/openbsc/gsm_data.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openbsc/include/openbsc/gsm_data.h') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index de2cd34d1..7418d727c 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -15,7 +15,7 @@ #include #include -#include +#include /** annotations for msgb ownership */ #define __uses @@ -324,9 +324,9 @@ struct gsm_network { struct llist_head upqueue; struct llist_head trans_list; 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; + struct gsup_client *hlr_sup_client; + struct gsup_client *ussd_sup_client; + struct gsup_client *sms_client; unsigned int num_bts; struct llist_head bts_list; -- cgit v1.2.3