From b9b828b1e5f512bb1852a5ca0b2a1ccd254c3f45 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 1 Jan 2013 19:20:28 +0100 Subject: [PATCH] Revert "libbsc: With the new SAPI states we don't need sacch_deact anymore" For now we need to keep the sacch_deact in OpenBSC as we couldn't get the new activation/de-activation code working. This reverts commit 0c282f52684ac033e20ab411ab206e8559d564c9. --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 67f8e724c..e98560dec 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -204,6 +204,7 @@ struct gsm_lchan { /* Established data link layer services */ uint8_t sapis[8]; + int sacch_deact; struct { uint32_t bound_ip;