| OLD | NEW |
| 1 { | 1 { |
| 2 "Type": "cellular", | 2 "Type": "cellular", |
| 3 "Name": "Test Network", | 3 "Name": "Test Network", |
| 4 "Cellular.ActivationState": "activated", | 4 "Cellular.ActivationState": "activated", |
| 5 "Cellular.ActivationType": "OTASP", | 5 "Cellular.ActivationType": "OTASP", |
| 6 "Cellular.RoamingState": "home", | 6 "Cellular.RoamingState": "home", |
| 7 "Cellular.ServingOperator": { | 7 "Cellular.ServingOperator": { |
| 8 "code": "test-code", | 8 "code": "test-code", |
| 9 "country": "test-country", | 9 "country": "test-country", |
| 10 "name" : "test-name" | 10 "name" : "test-name" |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 } | 42 } |
| 43 ], | 43 ], |
| 44 "Cellular.HomeProvider": { | 44 "Cellular.HomeProvider": { |
| 45 "country": "us", | 45 "country": "us", |
| 46 "name": "cellular_provider" | 46 "name": "cellular_provider" |
| 47 }, | 47 }, |
| 48 "Cellular.SIMLockStatus": { | 48 "Cellular.SIMLockStatus": { |
| 49 "LockType": "sim-pin", | 49 "LockType": "sim-pin", |
| 50 "LockEnabled": true | 50 "LockEnabled": true |
| 51 } | 51 } |
| 52 } | 52 }, |
| 53 "Profile": "/profile/default", |
| 53 } | 54 } |
| OLD | NEW |