aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-11 01:28:28 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commitc6172a320bdbbe38a0a9f3ae6b072b00b5b6bd02 (patch)
tree820f3655997bcbfc5f08ca62eafdc057bafa1f60 /openbsc/src
parent5280ed558cc919117d8231fe143bdf166e98a30f (diff)
cscn: fix missing network backpointer
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/osmo-cscn/iu_cs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-cscn/iu_cs.c b/openbsc/src/osmo-cscn/iu_cs.c
index 82ce0cf5e..e6c2818e7 100644
--- a/openbsc/src/osmo-cscn/iu_cs.c
+++ b/openbsc/src/osmo-cscn/iu_cs.c
@@ -23,6 +23,7 @@ struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_network *ne
if (!conn)
return NULL;
+ conn->network = network;
conn->via_iface = IFACE_IUCS;
conn->iu.ue_ctx = ue;