JTACS (Japanese Total Access Communication System) works now
Tested with MT209 phone.
This commit is contained in:
@@ -5,10 +5,16 @@
|
||||
#include "outoforder.h"
|
||||
#include "invalidnumber.h"
|
||||
#include "congestion.h"
|
||||
#include "../libmobile/main_mobile.h"
|
||||
|
||||
const int tacs = 0;
|
||||
const int jtacs = 0;
|
||||
|
||||
const struct number_lengths number_lengths[] = {
|
||||
{ 10, "AMPS number (NPA-XXX-XXXX)" },
|
||||
{ 0, NULL }
|
||||
};
|
||||
|
||||
const char *number_prefixes[] = {
|
||||
"1xxxxxxxxxx",
|
||||
"+1xxxxxxxxxx",
|
||||
|
Reference in New Issue
Block a user