aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-01 19:20:28 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-01 19:20:51 +0100
commitb9b828b1e5f512bb1852a5ca0b2a1ccd254c3f45 (patch)
tree1addcdd5c0370115dcf5465de38ed9860db22ac3 /openbsc/include
parentb5ae7288a9fce954fd438b668800d371a4ad3261 (diff)
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.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
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;