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