| 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 "HomeProvider": { | 9 "HomeProvider": { |
| 9 "country": "us", | 10 "country": "us", |
| 10 "name": "cellular_provider" | 11 "name": "cellular_provider" |
| 11 }, | 12 }, |
| 12 "RoamingState": "Home", | 13 "RoamingState": "Home", |
| 13 "ServingOperator": { | 14 "ServingOperator": { |
| 14 "Code": "test-code", | 15 "Code": "test-code", |
| 15 "Country": "test-country", | 16 "Country": "test-country", |
| 16 "Name": "test-name" | 17 "Name": "test-name" |
| 17 }, | 18 }, |
| (...skipping 21 matching lines...) Expand all Loading... |
| 39 "Username": "test-username3" | 40 "Username": "test-username3" |
| 40 } | 41 } |
| 41 ], | 42 ], |
| 42 "SIMLockStatus": { | 43 "SIMLockStatus": { |
| 43 "LockType": "sim-pin", | 44 "LockType": "sim-pin", |
| 44 "LockEnabled": true | 45 "LockEnabled": true |
| 45 } | 46 } |
| 46 }, | 47 }, |
| 47 "Source":"Device" | 48 "Source":"Device" |
| 48 } | 49 } |
| OLD | NEW |