Skip to content

Instantly share code, notes, and snippets.

@noahlt
Created February 11, 2014 21:29
Show Gist options
  • Save noahlt/8944587 to your computer and use it in GitHub Desktop.
Save noahlt/8944587 to your computer and use it in GitHub Desktop.
/*
* TOA = TON + NPI
* See TS 24.008 section 10.5.4.7 for details.
* These are the only really useful TOA values
*/
public static final int TOA_International = 0x91;
public static final int TOA_Unknown = 0x81;
@noahlt
Copy link
Author

noahlt commented Feb 11, 2014

well-documented code from the android sdk

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