aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 14:46:23 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-12 15:50:37 +0100
commitf553693a66177cf9ebee6174c7bc8f2db1ed848d (patch)
tree29334b7c00969bd399e4e423d91021c14f2f04be
parente77b1837869e5482bab28d921b4a64574b19de69 (diff)
msc_release_connection(): don't call gsm0808_clear()
gsm0808_clear() is all about clearing lchans. To be able to link libmsc without libbsc, don't call it directly. Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
-rw-r--r--openbsc/src/libmsc/osmo_msc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/libmsc/osmo_msc.c b/openbsc/src/libmsc/osmo_msc.c
index dd42e7766..3685029f2 100644
--- a/openbsc/src/libmsc/osmo_msc.c
+++ b/openbsc/src/libmsc/osmo_msc.c
@@ -175,6 +175,5 @@ void msc_release_connection(struct gsm_subscriber_connection *conn)
subscr_update_expire_lu(conn->subscr);
conn->in_release = 1;
- gsm0808_clear(conn);
msc_subscr_con_free(conn);
}