aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2012-12-29 12:35:20 +0100
committerDaniel Willmann <daniel@totalueberwachung.de>2012-12-29 12:42:29 +0100
commit0c282f52684ac033e20ab411ab206e8559d564c9 (patch)
tree9b46d00ec9f7e9180f137347034a68a709049ed8
parent324c8052ae738285aac6f0eb3d665cca8cd46d93 (diff)
libbsc: With the new SAPI states we don't need sacch_deact anymore
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
-rw-r--r--openbsc/src/libbsc/chan_alloc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index e98560dec..67f8e724c 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -204,7 +204,6 @@ struct gsm_lchan {
/* Established data link layer services */
uint8_t sapis[8];
- int sacch_deact;
struct {
uint32_t bound_ip;
diff --git a/openbsc/src/libbsc/chan_alloc.c b/openbsc/src/libbsc/chan_alloc.c
index 411a6cbef..9b74329f4 100644
--- a/openbsc/src/libbsc/chan_alloc.c
+++ b/openbsc/src/libbsc/chan_alloc.c
@@ -344,7 +344,6 @@ void lchan_free(struct gsm_lchan *lchan)
lchan->conn = NULL;
}
- lchan->sacch_deact = 0;
/* FIXME: ts_free() the timeslot, if we're the last logical
* channel using it */
}