blob: 96d0f704331c63be4eaa31d2b52fc87543540d23 [file] [log] [blame]
{
"Type": "cellular",
"Name": "Test Network",
"Cellular.ActivateOverNonCellularNetwork": false,
"Cellular.ActivationState": "activated",
"Cellular.ServingOperator": {
"code": "test-code",
"country": "test-country",
"name" : "test-name"
},
"Cellular.APN": {
"apn": "test-apn",
"username": "test-username",
"password": "test-password"
},
"Cellular.APNList": [
{
"apn": "test-apn0",
"username": "test-username0",
"password": "test-password0"
},
{
"apn": "test-apn1",
"username": "test-username1",
"password": "test-password1"
},
{
"apn": "test-apn2",
"username": "test-username2",
"password": "test-password2"
},
{
"apn": "test-apn3",
"username": "test-username3",
"password": "test-password3"
}
],
"Device": {
// This dictionary contains Device properties and not Service properties as
// above.
"Cellular.AllowRoaming": true,
"Cellular.HomeProvider": {
"country": "us",
"name": "cellular_provider"
}
}
}