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