aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--openbsc/src/libbsc/bsc_api.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 81eae3d75..ddd7e9d4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-openbsc (0.9.14~z14) UNRELEASED; urgency=low
+openbsc (0.9.14~z15) UNRELEASED; urgency=low
* New BSC for SI testing on PCS1900
* Add a VTY command for paging debugging
@@ -9,6 +9,7 @@ openbsc (0.9.14~z14) UNRELEASED; urgency=low
* Jacobs changes for USSD and fixes.
* Jacobs TimeZone changes and cherry-picks
* GBproxy changes
+ * Channel release handling.
-- Holger Hans Peter Freyther <holger@freyther.de> Thu, 19 Sep 2013 15:37:06 +0100
diff --git a/openbsc/src/libbsc/bsc_api.c b/openbsc/src/libbsc/bsc_api.c
index b9e4f0208..87861c705 100644
--- a/openbsc/src/libbsc/bsc_api.c
+++ b/openbsc/src/libbsc/bsc_api.c
@@ -524,7 +524,7 @@ int gsm0408_rcvmsg(struct msgb *msg, uint8_t link_id)
if (rc != BSC_API_CONN_POL_ACCEPT) {
lchan->conn->lchan = NULL;
subscr_con_free(lchan->conn);
- lchan_release(lchan, 0, 0);
+ lchan_release(lchan, 1, 0);
}
}