| 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 "AutoConnect": true, |
| 9 "Carrier": "cellular_provider", | 9 "Carrier": "cellular_provider", |
| 10 "HomeProvider": { | 10 "HomeProvider": { |
| 11 "country": "us", | 11 "Country": "us", |
| 12 "name": "cellular_provider" | 12 "Name": "cellular_provider" |
| 13 }, | 13 }, |
| 14 "RoamingState": "Home", | 14 "RoamingState": "Home", |
| 15 "ServingOperator": { | 15 "ServingOperator": { |
| 16 "Code": "test-code", | 16 "Code": "test-code", |
| 17 "Country": "test-country", | 17 "Country": "test-country", |
| 18 "Name": "test-name" | 18 "Name": "test-name" |
| 19 }, | 19 }, |
| 20 "SupportedCarriers": [ | 20 "SupportedCarriers": [ |
| 21 "cellular_provider", | 21 "cellular_provider", |
| 22 "generic_provider" | 22 "generic_provider" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 45 "Username": "test-username3" | 45 "Username": "test-username3" |
| 46 } | 46 } |
| 47 ], | 47 ], |
| 48 "SIMLockStatus": { | 48 "SIMLockStatus": { |
| 49 "LockType": "sim-pin", | 49 "LockType": "sim-pin", |
| 50 "LockEnabled": true | 50 "LockEnabled": true |
| 51 } | 51 } |
| 52 }, | 52 }, |
| 53 "Source":"Device" | 53 "Source":"Device" |
| 54 } | 54 } |
| OLD | NEW |