OLD | NEW |
1 { | 1 { |
2 "Type": "cellular", | 2 "Type": "cellular", |
3 "Name": "Test Network", | 3 "Name": "Test Network", |
4 "Cellular.ActivationState": "activated", | 4 "Cellular.ActivationState": "activated", |
5 "Cellular.ActivationType": "OTASP", | 5 "Cellular.ActivationType": "OTASP", |
| 6 "Cellular.RoamingState": "home", |
6 "Cellular.ServingOperator": { | 7 "Cellular.ServingOperator": { |
7 "code": "test-code", | 8 "code": "test-code", |
8 "country": "test-country", | 9 "country": "test-country", |
9 "name" : "test-name" | 10 "name" : "test-name" |
10 }, | 11 }, |
11 "Cellular.APN": { | 12 "Cellular.APN": { |
12 "apn": "test-apn", | 13 "apn": "test-apn", |
13 "name": "test-apn-name", | 14 "name": "test-apn-name", |
14 "username": "test-username", | 15 "username": "test-username", |
15 "password": "test-password" | 16 "password": "test-password" |
(...skipping 27 matching lines...) Expand all Loading... |
43 "Cellular.HomeProvider": { | 44 "Cellular.HomeProvider": { |
44 "country": "us", | 45 "country": "us", |
45 "name": "cellular_provider" | 46 "name": "cellular_provider" |
46 }, | 47 }, |
47 "Cellular.SIMLockStatus": { | 48 "Cellular.SIMLockStatus": { |
48 "LockType": "sim-pin", | 49 "LockType": "sim-pin", |
49 "LockEnabled": true | 50 "LockEnabled": true |
50 } | 51 } |
51 } | 52 } |
52 } | 53 } |
OLD | NEW |