From ae0f2362bb5a02ade62a02b73c4754922553d831 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 19 Jul 2009 18:36:49 +0200 Subject: send DEACTIVATE SACCH when sending RR CHANEL RELEASE As per specification, we first send the RR CHANNEL RELEASE to the MS, and then tell the BTS to disable the SACCH on that channel. --- openbsc/include/openbsc/abis_rsl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h index 84a1697f8..cc4a36709 100644 --- a/openbsc/include/openbsc/abis_rsl.h +++ b/openbsc/include/openbsc/abis_rsl.h @@ -477,6 +477,7 @@ u_int8_t lchan2chan_nr(struct gsm_lchan *lchan); /* to be provided by external code */ int abis_rsl_sendmsg(struct msgb *msg); +int rsl_deact_sacch(struct gsm_lchan *lchan); int rsl_chan_release(struct gsm_lchan *lchan); /* BCCH related code */ -- cgit v1.2.3