aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libiu
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-12 12:00:06 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commitcf2591f6fce49cba72090f7adf2eda3da2465114 (patch)
tree75fb6dd0d7d3d3fb0f1a94d12f41378bf9eb0ef6 /openbsc/src/libiu
parent6a2d8985bfd6d9c6e6c0f541aca0e1590a753709 (diff)
rename IFACE_IUCS to IFACE_IU
Diffstat (limited to 'openbsc/src/libiu')
-rw-r--r--openbsc/src/libiu/iu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libiu/iu.c b/openbsc/src/libiu/iu.c
index bb1873566..f6ca8b8f8 100644
--- a/openbsc/src/libiu/iu.c
+++ b/openbsc/src/libiu/iu.c
@@ -52,7 +52,7 @@ struct ue_conn_ctx *ue_conn_ctx_find(struct gsm_network *network,
struct ue_conn_ctx *ctx;
llist_for_each_entry(gsc, &network->subscr_conns, entry) {
- if (gsc->via_iface != IFACE_IUCS)
+ if (gsc->via_iface != IFACE_IU)
continue;
ctx = gsc->iu.ue_ctx;