aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-18 18:58:36 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-04-18 18:58:36 +0200
commitafa0ad17238cd0a0dfd1d62929f937739f79b24d (patch)
tree76e38a1a5741183f2997575eda4b15fd26a16dde /openbsc/include/openbsc/gsm_data_shared.h
parentcc7b22a53b2842af59f7bb84ca71c4edf455636c (diff)
lchan: Fix the name of the SACCH in the variable names
Call the channel by the right name.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index acee10c0f..6fb63f9b0 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -177,7 +177,7 @@ struct gsm_lchan {
/* Established data link layer services */
uint8_t sapis[8];
- int sach_deact;
+ int sacch_deact;
/** GSM 08.58 9.3.20 */
int release_mode;