summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/support.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-08-13 09:40:09 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2011-08-13 09:40:09 +0200
commitd84ba5616f9afbba90d38f2f99dede0f86af241c (patch)
treeb73f7e20254f6c96d44df34c2ff8293d9daabbbd /src/host/layer23/src/mobile/support.c
parentfda9135874ff5b19ab1b61be05702a79d9b00c38 (diff)
[mobile] Disable SMS by default, because SMS is not supported
Diffstat (limited to 'src/host/layer23/src/mobile/support.c')
-rw-r--r--src/host/layer23/src/mobile/support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c
index ad344e3a..c4269aca 100644
--- a/src/host/layer23/src/mobile/support.c
+++ b/src/host/layer23/src/mobile/support.c
@@ -41,7 +41,7 @@ void gsm_support_init(struct osmocom_ms *ms)
/* support of VBS */
sup->vbs = 0; /* no */
/* support of SMS */
- sup->sms_ptp = 1; /* yes */
+ sup->sms_ptp = 0; /* no */
/* screening indicator */
sup->ss_ind = 1; /* phase 2 error handling */
/* pseudo synchronised capability */