aboutsummaryrefslogtreecommitdiffstats
path: root/src/abis_rsl.c
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-30 19:15:20 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-30 19:15:20 +0000
commit36cbeff164694dd3559636485f75a5dd7440a163 (patch)
treec9c98c5729a80c9363c3705f365f2e4d3d4950ad /src/abis_rsl.c
parent590d66acecb1f3e19c364a2a5c0efec9439f0cd0 (diff)
Document where Channel release is coming from
Diffstat (limited to 'src/abis_rsl.c')
-rw-r--r--src/abis_rsl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abis_rsl.c b/src/abis_rsl.c
index eb732290e..f5e1577e1 100644
--- a/src/abis_rsl.c
+++ b/src/abis_rsl.c
@@ -346,6 +346,7 @@ int rsl_chan_activate_lchan(struct gsm_lchan *lchan, u_int8_t act_type, u_int8_t
return abis_rsl_sendmsg(msg);
}
+/* Chapter 9.1.7 of 04.08 */
int rsl_chan_release(struct gsm_lchan *lchan)
{
struct abis_rsl_dchan_hdr *dh;