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" |
(...skipping 25 matching lines...) Expand all Loading... |
36 }, { | 36 }, { |
37 "AccessPointName": "test-apn3", | 37 "AccessPointName": "test-apn3", |
38 "Password": "test-password3", | 38 "Password": "test-password3", |
39 "Username": "test-username3" | 39 "Username": "test-username3" |
40 } | 40 } |
41 ], | 41 ], |
42 "SIMLockStatus": { | 42 "SIMLockStatus": { |
43 "LockType": "sim-pin", | 43 "LockType": "sim-pin", |
44 "LockEnabled": true | 44 "LockEnabled": true |
45 } | 45 } |
46 } | 46 }, |
| 47 "Source":"Device" |
47 } | 48 } |
OLD | NEW |