summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/settings.h
diff options
context:
space:
mode:
authorSteve Markgraf2010-10-27 20:30:13 +0200
committerSteve Markgraf2010-10-27 20:30:13 +0200
commit8f007bacedcd130d85d96d0e4a4a1573b18d70ca (patch)
tree9cc9d0504f80da0c18402f71a854438000fa09ed /src/host/layer23/include/osmocom/bb/mobile/settings.h
parentlayer23: typo/cosmetic fixes in cell_log.c and mnccms.c (diff)
downloadosmocom-8f007bacedcd130d85d96d0e4a4a1573b18d70ca.tar.gz
osmocom-8f007bacedcd130d85d96d0e4a4a1573b18d70ca.tar.xz
osmocom-8f007bacedcd130d85d96d0e4a4a1573b18d70ca.zip
layer23/mobile: Add configuration option for automatically answering calls
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/settings.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h
index a6708e6..178ef08 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/settings.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h
@@ -31,6 +31,7 @@ struct gsm_settings {
/* call related settings */
uint8_t cw; /* set if call-waiting is allowed */
+ uint8_t auto_answer;
uint8_t clip, clir;
uint8_t half, half_prefer;