cgs1999 / boghe

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

sometimes for longer RP-DATA messages it's stripping the last character #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Boghe configured to send messages as 3gpp.sms.
2. Some longer (in one case it's enough to be more than 12 characters) message 
is composed to some other subscriber.
3. Start capturing of packets (for example Wireshark) and send the Message to 
IMS.
4. Decoding the MESSAGE in Wireshark (MAP part) will show that the last 
character that was composed in message window is not present in the packet.

This behaviour I'm observing on my PC. I don't know why it's present and what's 
the cause of it. When the text is 12 characters then in RP-DATA there're 12 
characters. If it's 13 - then RP-DATA has 12. If it's for example 34 then 
RP-DATA has 33 - the last is stripped.
My friend have not noticed this behaviour using the same Boghe version. 
The recipient in my Boghe is present in contacts as tel-uri and SMSC is also 
tel-uri.

What is the expected output? What do you see instead?
All characters should be sent to IMS and properly included in RP-DATA part.

What version of the product are you using? On what operating system?
Boghe 1.0.58.550
Win XP, SP3

Please provide any additional information below.

Thanks and regards,
Jarek

Original issue reported on code.google.com by jarek...@orange.pl on 9 Dec 2011 at 10:48