| 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 "HomeProvider": { | 8 "HomeProvider": { |
| 9 "country": "us", | 9 "country": "us", |
| 10 "name": "cellular_provider" | 10 "name": "cellular_provider" |
| 11 }, | 11 }, |
| 12 "ServingOperator": { | 12 "ServingOperator": { |
| 13 "Code": "test-code", | 13 "Code": "test-code", |
| 14 "Country": "test-country", | 14 "Country": "test-country", |
| 15 "Name": "test-name" | 15 "Name": "test-name" |
| 16 }, | 16 }, |
| 17 "APN": { | 17 "APN": { |
| 18 "Name": "test-apn", | 18 "AccessPointName": "test-apn", |
| 19 "Name": "test-apn-name", |
| 19 "Username": "test-username", | 20 "Username": "test-username", |
| 20 "Password": "test-password" | 21 "Password": "test-password" |
| 21 }, | 22 }, |
| 22 "APNList": [ { | 23 "APNList": [ { |
| 23 "Name": "test-apn0", | 24 "AccessPointName": "test-apn0", |
| 24 "Password": "test-password0", | 25 "Password": "test-password0", |
| 25 "Username": "test-username0" | 26 "Username": "test-username0" |
| 26 }, { | 27 }, { |
| 27 "Name": "test-apn1", | 28 "AccessPointName": "test-apn1", |
| 28 "Password": "test-password1", | 29 "Password": "test-password1", |
| 29 "Username": "test-username1" | 30 "Username": "test-username1" |
| 30 }, { | 31 }, { |
| 31 "Name": "test-apn2", | 32 "AccessPointName": "test-apn2", |
| 32 "Password": "test-password2", | 33 "Password": "test-password2", |
| 33 "Username": "test-username2" | 34 "Username": "test-username2" |
| 34 }, { | 35 }, { |
| 35 "Name": "test-apn3", | 36 "AccessPointName": "test-apn3", |
| 36 "Password": "test-password3", | 37 "Password": "test-password3", |
| 37 "Username": "test-username3" | 38 "Username": "test-username3" |
| 38 } | 39 } |
| 39 ], | 40 ], |
| 40 "SIMLockStatus": { | 41 "SIMLockStatus": { |
| 41 "LockType": "sim-pin", | 42 "LockType": "sim-pin", |
| 42 "LockEnabled": true | 43 "LockEnabled": true |
| 43 } | 44 } |
| 44 } | 45 } |
| 45 } | 46 } |
| OLD | NEW |