Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text address patch #3

Closed
GoogleCodeExporter opened this issue Aug 11, 2015 · 1 comment
Closed

Text address patch #3

GoogleCodeExporter opened this issue Aug 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Sometimes network operator sends sms with text address (mostly ads or
notification about nwe services). To decode it change PopAddress method and
add check:

if (0x0D == addressType >> 4) {
    address = Decode7bit(address, (int)Math.Truncate(address.Length * 4.0 /
7.0));
    } 

Regards,
Janek

Original issue reported on code.google.com by jan.j.po...@gmail.com on 8 Mar 2010 at 9:13

@GoogleCodeExporter
Copy link
Author

Applied code changes to trunk

Original comment by per.malm...@gmail.com on 14 Nov 2010 at 12:16

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant