| OLD | NEW |
| 1 { | 1 { |
| 2 "AutoConnect": true, | 2 "AutoConnect": true, |
| 3 "Type": "cellular", | 3 "Type": "cellular", |
| 4 "Name": "Test Network", | 4 "Name": "Test Network", |
| 5 "Cellular.ActivationState": "activated", | 5 "Cellular.ActivationState": "activated", |
| 6 "Cellular.ActivationType": "OTASP", | 6 "Cellular.ActivationType": "OTASP", |
| 7 "Cellular.NetworkTechnology": "LTE Advanced", |
| 7 "Cellular.RoamingState": "home", | 8 "Cellular.RoamingState": "home", |
| 8 "Cellular.ServingOperator": { | 9 "Cellular.ServingOperator": { |
| 9 "code": "test-code", | 10 "code": "test-code", |
| 10 "country": "test-country", | 11 "country": "test-country", |
| 11 "name" : "test-name" | 12 "name" : "test-name" |
| 12 }, | 13 }, |
| 13 "Cellular.APN": { | 14 "Cellular.APN": { |
| 14 "apn": "test-apn", | 15 "apn": "test-apn", |
| 15 "name": "test-apn-name", | 16 "name": "test-apn-name", |
| 16 "username": "test-username", | 17 "username": "test-username", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "LockType": "sim-pin", | 52 "LockType": "sim-pin", |
| 52 "LockEnabled": true | 53 "LockEnabled": true |
| 53 }, | 54 }, |
| 54 "Cellular.SupportedCarriers": [ | 55 "Cellular.SupportedCarriers": [ |
| 55 "cellular_provider", | 56 "cellular_provider", |
| 56 "generic_provider" | 57 "generic_provider" |
| 57 ], | 58 ], |
| 58 }, | 59 }, |
| 59 "Profile": "/profile/default", | 60 "Profile": "/profile/default", |
| 60 } | 61 } |
| OLD | NEW |