Document where Channel release is coming from

This commit is contained in:
Holger Freyther 2008-12-30 19:15:20 +00:00
parent 590d66acec
commit 36cbeff164
1 changed files with 1 additions and 0 deletions

View File

@ -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;