aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/chan_alloc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-08 11:57:45 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-08 12:16:17 +0800
commit4f5848dc91a1bf035cee3cf031c919dbd7943371 (patch)
tree619e88d9df2096a58bb93d177cdf3fa0b592e195 /openbsc/src/chan_alloc.c
parent44752d9f849e6c75b8e922f975b10b1894d186e1 (diff)
abis_rsl: Allow to specify the release mode for a given channel.
This can be used by handover, early assignment to indicate the close of the old channel...
Diffstat (limited to 'openbsc/src/chan_alloc.c')
-rw-r--r--openbsc/src/chan_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/chan_alloc.c b/openbsc/src/chan_alloc.c
index 107abdc92..5a3e72771 100644
--- a/openbsc/src/chan_alloc.c
+++ b/openbsc/src/chan_alloc.c
@@ -363,7 +363,7 @@ int lchan_auto_release(struct gsm_lchan *lchan)
DEBUGP(DRLL, "%s Recycling Channel\n", gsm_lchan_name(lchan));
rsl_lchan_set_state(lchan, LCHAN_S_REL_REQ);
- rsl_release_request(lchan, 0);
+ rsl_release_request(lchan, 0, 0);
return 1;
}