JTACS (Japanese Total Access Communication System) works now

Tested with MT209 phone.
This commit is contained in:
Andreas Eversberg
2022-09-25 14:01:17 +02:00
parent 2b7efedc48
commit 486d6b3780
5 changed files with 51 additions and 12 deletions

View File

@@ -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",