aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-20 13:24:47 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-20 13:26:53 +0100
commitcb00b465dab5f10d2b082ab4a01cd3aedd509f1f (patch)
tree57cdf43142351472bce02746d0cea9e9104dab09
parenta3219b4f6cd53130c2b3e3f4c084932c162b5c9d (diff)
bsc: Speculative change to avoid having to backport chan rel handling
Deactivate the SACCH in case compl_l3 does not want to have an open connection.
-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);
}
}