OLD | NEW |
1 { | 1 { |
2 "Type": "Cellular", | 2 "Type": "Cellular", |
3 "Name": "Test Network", | 3 "Name": "Test Network", |
4 "Cellular": { | 4 "Cellular": { |
5 "ActivationState": "Activated", | 5 "ActivationState": "Activated", |
6 "ActivationType": "OTASP", | 6 "ActivationType": "OTASP", |
7 "AllowRoaming": true, | 7 "AllowRoaming": true, |
8 "AutoConnect": true, | 8 "AutoConnect": true, |
| 9 "Carrier": "cellular_provider", |
9 "HomeProvider": { | 10 "HomeProvider": { |
10 "country": "us", | 11 "country": "us", |
11 "name": "cellular_provider" | 12 "name": "cellular_provider" |
12 }, | 13 }, |
13 "RoamingState": "Home", | 14 "RoamingState": "Home", |
14 "ServingOperator": { | 15 "ServingOperator": { |
15 "Code": "test-code", | 16 "Code": "test-code", |
16 "Country": "test-country", | 17 "Country": "test-country", |
17 "Name": "test-name" | 18 "Name": "test-name" |
18 }, | 19 }, |
| 20 "SupportedCarriers": [ |
| 21 "cellular_provider", |
| 22 "generic_provider" |
| 23 ], |
19 "APN": { | 24 "APN": { |
20 "AccessPointName": "test-apn", | 25 "AccessPointName": "test-apn", |
21 "Name": "test-apn-name", | 26 "Name": "test-apn-name", |
22 "Username": "test-username", | 27 "Username": "test-username", |
23 "Password": "test-password" | 28 "Password": "test-password" |
24 }, | 29 }, |
25 "APNList": [ { | 30 "APNList": [ { |
26 "AccessPointName": "test-apn0", | 31 "AccessPointName": "test-apn0", |
27 "Password": "test-password0", | 32 "Password": "test-password0", |
28 "Username": "test-username0" | 33 "Username": "test-username0" |
29 }, { | 34 }, { |
30 "AccessPointName": "test-apn1", | 35 "AccessPointName": "test-apn1", |
31 "Password": "test-password1", | 36 "Password": "test-password1", |
32 "Username": "test-username1" | 37 "Username": "test-username1" |
33 }, { | 38 }, { |
34 "AccessPointName": "test-apn2", | 39 "AccessPointName": "test-apn2", |
35 "Password": "test-password2", | 40 "Password": "test-password2", |
36 "Username": "test-username2" | 41 "Username": "test-username2" |
37 }, { | 42 }, { |
38 "AccessPointName": "test-apn3", | 43 "AccessPointName": "test-apn3", |
39 "Password": "test-password3", | 44 "Password": "test-password3", |
40 "Username": "test-username3" | 45 "Username": "test-username3" |
41 } | 46 } |
42 ], | 47 ],» |
43 "SIMLockStatus": { | 48 "SIMLockStatus": { |
44 "LockType": "sim-pin", | 49 "LockType": "sim-pin", |
45 "LockEnabled": true | 50 "LockEnabled": true |
46 } | 51 } |
47 }, | 52 }, |
48 "Source":"Device" | 53 "Source":"Device" |
49 } | 54 } |
OLD | NEW |