From d84ba5616f9afbba90d38f2f99dede0f86af241c Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 13 Aug 2011 09:40:09 +0200 Subject: [mobile] Disable SMS by default, because SMS is not supported --- src/host/layer23/src/mobile/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3-55-g7522