aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/chan_alloc.c
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 /openbsc/src/libbsc/chan_alloc.c
parent324c8052ae738285aac6f0eb3d665cca8cd46d93 (diff)
libbsc: With the new SAPI states we don't need sacch_deact anymore
Diffstat (limited to 'openbsc/src/libbsc/chan_alloc.c')
-rw-r--r--openbsc/src/libbsc/chan_alloc.c1
1 files changed, 0 insertions, 1 deletions
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 */
}