aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-10-24 13:37:19 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:53 +0300
commitc70110945a01c00ba0db41a4de2505e6f426abbf (patch)
tree5e9a787c302bc2f8d1ae62ec90a5885945fdd978 /openbsc/include
parentf5fe345dbb21f78319f60d4bbc45fcb482a7ac92 (diff)
libmsc: Rename sup_client to hlr_sup_client in preparation for multiple SUP clients.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 1704b093a..778541a1d 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -323,7 +323,7 @@ struct gsm_network {
struct llist_head upqueue;
struct llist_head trans_list;
struct bsc_api *bsc_api;
- struct gprs_gsup_client *sup_client;
+ struct gprs_gsup_client *hlr_sup_client;
unsigned int num_bts;
struct llist_head bts_list;