OLD | NEW |
1 { | 1 { |
2 "AutoConnect": true, | 2 "AutoConnect": true, |
3 "Type": "cellular", | 3 "Type": "cellular", |
4 "Name": "Test Network", | 4 "Name": "Test Network", |
5 "Cellular.ActivationState": "activated", | 5 "Cellular.ActivationState": "activated", |
6 "Cellular.ActivationType": "OTASP", | 6 "Cellular.ActivationType": "OTASP", |
7 "Cellular.RoamingState": "home", | 7 "Cellular.RoamingState": "home", |
8 "Cellular.ServingOperator": { | 8 "Cellular.ServingOperator": { |
9 "code": "test-code", | 9 "code": "test-code", |
10 "country": "test-country", | 10 "country": "test-country", |
(...skipping 24 matching lines...) Expand all Loading... |
35 "apn": "test-apn2", | 35 "apn": "test-apn2", |
36 "username": "test-username2", | 36 "username": "test-username2", |
37 "password": "test-password2" | 37 "password": "test-password2" |
38 }, | 38 }, |
39 { | 39 { |
40 "apn": "test-apn3", | 40 "apn": "test-apn3", |
41 "username": "test-username3", | 41 "username": "test-username3", |
42 "password": "test-password3" | 42 "password": "test-password3" |
43 } | 43 } |
44 ], | 44 ], |
| 45 "Cellular.Carrier": "cellular_provider", |
45 "Cellular.HomeProvider": { | 46 "Cellular.HomeProvider": { |
46 "country": "us", | 47 "country": "us", |
47 "name": "cellular_provider" | 48 "name": "cellular_provider" |
48 }, | 49 }, |
49 "Cellular.SIMLockStatus": { | 50 "Cellular.SIMLockStatus": { |
50 "LockType": "sim-pin", | 51 "LockType": "sim-pin", |
51 "LockEnabled": true | 52 "LockEnabled": true |
52 } | 53 }, |
| 54 "Cellular.SupportedCarriers": [ |
| 55 "cellular_provider", |
| 56 "generic_provider" |
| 57 ], |
53 }, | 58 }, |
54 "Profile": "/profile/default", | 59 "Profile": "/profile/default", |
55 } | 60 } |
OLD | NEW |