aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-29 11:17:18 +0100
committerHarald Welte <laforge@netfilter.org>2010-01-01 10:59:19 +0100
commit83579ca8ff706cd2d5ed27a10fa90129bdd943f4 (patch)
treebe943b24ea38bbd4d6382b6651e6c95e0d373c2d /openbsc/include/openbsc/gsm_data.h
parentf31e4745bb32d120f55d8442669d666d88619fa0 (diff)
keep 'silent call' state in struct lchan
This enables us to reliably detect if a lchan is part of a silent call or not.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 8272289e0..cc023b3ab 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -198,6 +198,8 @@ struct gsm_lchan {
u_int8_t key_len;
u_int8_t key[MAX_A5_KEY_LEN];
} encr;
+ /* Are we part of a special "silent" call */
+ int silent_call;
/* AMR bits */
struct gsm48_multi_rate_conf mr_conf;