| OLD | NEW |
| 1 { | 1 { |
| 2 "AutoConnect": true, |
| 2 "Type": "cellular", | 3 "Type": "cellular", |
| 3 "Name": "Test Network", | 4 "Name": "Test Network", |
| 4 "Cellular.ActivationState": "activated", | 5 "Cellular.ActivationState": "activated", |
| 5 "Cellular.ActivationType": "OTASP", | 6 "Cellular.ActivationType": "OTASP", |
| 6 "Cellular.RoamingState": "home", | 7 "Cellular.RoamingState": "home", |
| 7 "Cellular.ServingOperator": { | 8 "Cellular.ServingOperator": { |
| 8 "code": "test-code", | 9 "code": "test-code", |
| 9 "country": "test-country", | 10 "country": "test-country", |
| 10 "name" : "test-name" | 11 "name" : "test-name" |
| 11 }, | 12 }, |
| 12 "Cellular.APN": { | 13 "Cellular.APN": { |
| 13 "apn": "test-apn", | 14 "apn": "test-apn", |
| 14 "name": "test-apn-name", | 15 "name": "test-apn-name", |
| 15 "username": "test-username", | 16 "username": "test-username", |
| 16 "password": "test-password" | 17 "password": "test-password" |
| 17 }, | 18 }, |
| 18 "Device": { | 19 "Device": { |
| 19 // This dictionary contains Device properties and not Service properties as | 20 // This dictionary contains Device properties and not Service properties as |
| 20 // above. | 21 // above. |
| 21 "Cellular.AllowRoaming": true, | 22 "Cellular.AllowRoaming": true, |
| 22 "Cellular.APNList": [ | 23 "Cellular.APNList": [ |
| 23 { | 24 { |
| 24 » "apn": "test-apn0", | 25 "apn": "test-apn0", |
| 25 » "username": "test-username0", | 26 "username": "test-username0", |
| 26 » "password": "test-password0" | 27 "password": "test-password0" |
| 27 }, | 28 }, |
| 28 { | 29 { |
| 29 » "apn": "test-apn1", | 30 "apn": "test-apn1", |
| 30 » "username": "test-username1", | 31 "username": "test-username1", |
| 31 » "password": "test-password1" | 32 "password": "test-password1" |
| 32 }, | 33 }, |
| 33 { | 34 { |
| 34 » "apn": "test-apn2", | 35 "apn": "test-apn2", |
| 35 » "username": "test-username2", | 36 "username": "test-username2", |
| 36 » "password": "test-password2" | 37 "password": "test-password2" |
| 37 }, | 38 }, |
| 38 { | 39 { |
| 39 » "apn": "test-apn3", | 40 "apn": "test-apn3", |
| 40 » "username": "test-username3", | 41 "username": "test-username3", |
| 41 » "password": "test-password3" | 42 "password": "test-password3" |
| 42 } | 43 } |
| 43 ], | 44 ], |
| 44 "Cellular.HomeProvider": { | 45 "Cellular.HomeProvider": { |
| 45 "country": "us", | 46 "country": "us", |
| 46 "name": "cellular_provider" | 47 "name": "cellular_provider" |
| 47 }, | 48 }, |
| 48 "Cellular.SIMLockStatus": { | 49 "Cellular.SIMLockStatus": { |
| 49 "LockType": "sim-pin", | 50 "LockType": "sim-pin", |
| 50 "LockEnabled": true | 51 "LockEnabled": true |
| 51 } | 52 } |
| 52 }, | 53 }, |
| 53 "Profile": "/profile/default", | 54 "Profile": "/profile/default", |
| 54 } | 55 } |
| OLD | NEW |