aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libbsc/chan_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/chan_alloc.c b/openbsc/src/libbsc/chan_alloc.c
index fa369a2cd..1efe2aac3 100644
--- a/openbsc/src/libbsc/chan_alloc.c
+++ b/openbsc/src/libbsc/chan_alloc.c
@@ -389,7 +389,7 @@ static int _lchan_release_next_sapi(struct gsm_lchan *lchan)
link_id = sapi;
if (lchan->type == GSM_LCHAN_TCH_F || lchan->type == GSM_LCHAN_TCH_H)
link_id |= 0x40;
- rsl_release_request(lchan, link_id, lchan->release_mode);
+ rsl_release_request(lchan, link_id, RSL_REL_LOCAL_END);
return 0;
}