| OLD | NEW |
| 1 { | 1 { |
| 2 "Type": "Cellular", | 2 "Type": "Cellular", |
| 3 "Name": "Test Network", | 3 "Name": "Test Network", |
| 4 "Cellular": { | 4 "Cellular": { |
| 5 "ActivateOverNonCellularNetwork": false, | 5 "ActivateOverNonCellularNetwork": false, |
| 6 "ActivationState": "activated", | 6 "ActivationState": "activated", |
| 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 18 matching lines...) Expand all Loading... |
| 29 "Username": "test-username1" | 29 "Username": "test-username1" |
| 30 }, { | 30 }, { |
| 31 "Name": "test-apn2", | 31 "Name": "test-apn2", |
| 32 "Password": "test-password2", | 32 "Password": "test-password2", |
| 33 "Username": "test-username2" | 33 "Username": "test-username2" |
| 34 }, { | 34 }, { |
| 35 "Name": "test-apn3", | 35 "Name": "test-apn3", |
| 36 "Password": "test-password3", | 36 "Password": "test-password3", |
| 37 "Username": "test-username3" | 37 "Username": "test-username3" |
| 38 } | 38 } |
| 39 ] | 39 ], |
| 40 "SIMLockStatus": { |
| 41 "LockType": "sim-pin", |
| 42 "LockEnabled": true |
| 43 } |
| 40 } | 44 } |
| 41 } | 45 } |
| OLD | NEW |