aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsup_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsup_client.h')
-rw-r--r--openbsc/include/openbsc/gsup_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsup_client.h b/openbsc/include/openbsc/gsup_client.h
index a113225e1..f12cd1a2d 100644
--- a/openbsc/include/openbsc/gsup_client.h
+++ b/openbsc/include/openbsc/gsup_client.h
@@ -47,6 +47,7 @@ struct gsup_client {
struct osmo_timer_list connect_timer;
int is_connected;
int got_ipa_pong;
+ struct gsm_network *net;
};
struct gsup_client *gsup_client_create(const char *ip_addr,