summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg2011-08-13 09:40:09 +0200
committerAndreas Eversberg2011-08-13 09:40:09 +0200
commitd84ba5616f9afbba90d38f2f99dede0f86af241c (patch)
treeb73f7e20254f6c96d44df34c2ff8293d9daabbbd
parentmobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameter (diff)
downloadosmocom-d84ba5616f9afbba90d38f2f99dede0f86af241c.tar.gz
osmocom-d84ba5616f9afbba90d38f2f99dede0f86af241c.tar.xz
osmocom-d84ba5616f9afbba90d38f2f99dede0f86af241c.zip
[mobile] Disable SMS by default, because SMS is not supported
-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 ad344e3..c4269ac 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 */