Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / translation_of_shill_cellular_with_state.onc
1 {
2   "Type": "Cellular",
3   "Name": "Test Network",
4   "Cellular": {
5     "ActivationState": "Activated",
6     "ActivationType": "OTASP",
7     "AllowRoaming": true,
8     "AutoConnect": true,
9     "Carrier": "cellular_provider",
10     "HomeProvider": {
11       "country": "us",
12       "name": "cellular_provider"
13     },
14     "RoamingState": "Home",
15     "ServingOperator": {
16       "Code": "test-code",
17       "Country": "test-country",
18       "Name": "test-name"
19     },
20     "SupportedCarriers": [
21       "cellular_provider",
22       "generic_provider"
23     ],
24     "APN": {
25       "AccessPointName": "test-apn",
26       "Name": "test-apn-name",
27       "Username": "test-username",
28       "Password": "test-password"
29     },
30     "APNList": [ {
31         "AccessPointName": "test-apn0",
32         "Password": "test-password0",
33         "Username": "test-username0"
34       }, {
35         "AccessPointName": "test-apn1",
36         "Password": "test-password1",
37         "Username": "test-username1"
38       }, {
39         "AccessPointName": "test-apn2",
40         "Password": "test-password2",
41         "Username": "test-username2"
42       }, {
43         "AccessPointName": "test-apn3",
44         "Password": "test-password3",
45         "Username": "test-username3"
46       }
47     ],  
48     "SIMLockStatus": {
49       "LockType": "sim-pin",
50       "LockEnabled": true
51     }
52   },
53   "Source":"Device"
54 }