Re: [OpenWrt-Devel] [PATCH uqmi] Fix encoding phone number on sending sms

2014-12-22 Thread Felix Fietkau
On 2014-12-18 16:12, Sławomir Demeszko wrote: > Return proper length of encoded phone number with odd count of digits, > without this patch number is encoded in memory but length returned > by function is not incremented and sms cannot be send. > > Signed-off-by: Sławomir Demeszko Applied, thanks

[OpenWrt-Devel] [PATCH uqmi] Fix encoding phone number on sending sms

2014-12-18 Thread Sławomir Demeszko
Return proper length of encoded phone number with odd count of digits, without this patch number is encoded in memory but length returned by function is not incremented and sms cannot be send. Signed-off-by: Sławomir Demeszko --- commands-wms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(