olupotd / smscgateway

Automatically exported from code.google.com/p/smscgateway
0 stars 0 forks source link

SMSC should handle Mt SMS lower than 160 chars yet cannot fit in BEGIN #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SMSC is not handling SMS lower than 160 chars as total length exceeds max MSU 
length.

This should be handled by sending empty BEGIN and waiting for Dialog to be 
ACCEPTED and then sending SUBMIT pdu in CONTINUE so as to fit all the chars. 

Original issue reported on code.google.com by amit.bha...@gmail.com on 24 Aug 2012 at 10:31