[mobile] Disable SMS by default, because SMS is not supported

This commit is contained in:
Andreas Eversberg 2011-08-13 09:40:09 +02:00
parent fda9135874
commit d84ba5616f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */