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 "HomeProvider": { | 8 "HomeProvider": { |
9 "country": "us", | 9 "country": "us", |
10 "name": "cellular_provider" | 10 "name": "cellular_provider" |
11 }, | 11 }, |
| 12 "RoamingState": "Home", |
12 "ServingOperator": { | 13 "ServingOperator": { |
13 "Code": "test-code", | 14 "Code": "test-code", |
14 "Country": "test-country", | 15 "Country": "test-country", |
15 "Name": "test-name" | 16 "Name": "test-name" |
16 }, | 17 }, |
17 "APN": { | 18 "APN": { |
18 "AccessPointName": "test-apn", | 19 "AccessPointName": "test-apn", |
19 "Name": "test-apn-name", | 20 "Name": "test-apn-name", |
20 "Username": "test-username", | 21 "Username": "test-username", |
21 "Password": "test-password" | 22 "Password": "test-password" |
(...skipping 15 matching lines...) Expand all Loading... |
37 "Password": "test-password3", | 38 "Password": "test-password3", |
38 "Username": "test-username3" | 39 "Username": "test-username3" |
39 } | 40 } |
40 ], | 41 ], |
41 "SIMLockStatus": { | 42 "SIMLockStatus": { |
42 "LockType": "sim-pin", | 43 "LockType": "sim-pin", |
43 "LockEnabled": true | 44 "LockEnabled": true |
44 } | 45 } |
45 } | 46 } |
46 } | 47 } |
OLD | NEW |