[PATCH 03/11] Enable status report.

Denis Kenzior denkenz at gmail.com
Fri May 28 09:56:56 PDT 2010


Hi Pasi,

> From: Pasi Miettinen <pasi.miettinen at ixonos.com>
> 
> ---
>  src/smsutil.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/smsutil.c b/src/smsutil.c
> index e634764..2679cc2 100644
> --- a/src/smsutil.c
> +++ b/src/smsutil.c
> @@ -2596,7 +2596,7 @@ GSList *sms_text_prepare(const char *utf8, guint16
>  ref, template.submit.rd = FALSE;
>  	template.submit.vpf = SMS_VALIDITY_PERIOD_FORMAT_RELATIVE;
>  	template.submit.rp = FALSE;
> -	template.submit.srr = FALSE;
> +	template.submit.srr = TRUE;
>  	template.submit.mr = 0;
>  	template.submit.vp.relative = 0xA7; /* 24 Hours */
> 

I suggest that this be made a parameter passed to sms_text_prepare.

Regards,
-Denis


More information about the ofono mailing list