aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-18 16:03:52 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:09 +0100
commitdcbc852125672de57bd1edbd0ea97ff25a41d4bb (patch)
tree8b650dfcedcb6afc95b05c6173289bc75fd36ecc /openbsc/src/libbsc
parent48e091ea2bbd15b983cc08eed9f6e0bc58acac6d (diff)
Indicate A-interface for new A subscr-conn.
Diffstat (limited to 'openbsc/src/libbsc')
-rw-r--r--openbsc/src/libbsc/bsc_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/bsc_api.c b/openbsc/src/libbsc/bsc_api.c
index 4613502e3..99eb16365 100644
--- a/openbsc/src/libbsc/bsc_api.c
+++ b/openbsc/src/libbsc/bsc_api.c
@@ -252,6 +252,7 @@ struct gsm_subscriber_connection *subscr_con_allocate(struct gsm_lchan *lchan)
/* Configure the time and start it so it will be closed */
/* FIXME: above comment is weird in at least two ways */
+ conn->via_iface = IFACE_A;
conn->lchan = lchan;
conn->bts = lchan->ts->trx->bts;
lchan->conn = conn;