I want to count howmany SMS are 'gone' when sending a long message.
So, it should be like this:
Standard SMS uses 8bit-SMS 001->160 chars 1 SMS
Concatenated SMS uses 8bit-SMS 7 bytes are used for header
001->133 chars 1 SMS 134->256 chars 2 SMS 257->384 chars 3 SMS 385->512 chars 4 SMS
Splitted uses 7bit-SMS 1 byte each SMS is used as a separator 001->160 1 SMS (standard) 161->319 2 SMS 321->480 3 SMS 482->540 4 SMS
Can anyone confirm this ?
Thanks J
(source: http://www.forum.nokia.com/html_reader/main/1,4997,1070,00.html?page_nbr=2)
