summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/shill_cellular_with_state.json
blob: 149eeac43270b8e7618f0d7dc228c9e5376c7169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "AutoConnect": true,
  "Type": "cellular",
  "Name": "Test Network",
  "Cellular.ActivationState": "activated",
  "Cellular.ActivationType": "OTASP",
  "Cellular.NetworkTechnology": "LTE Advanced",
  "Cellular.RoamingState": "home",
  "Cellular.ServingOperator": {
    "code": "test-code",
    "country": "test-country",
    "name" : "test-name"
  },
  "Cellular.APN": {
    "apn": "test-apn",
    "name": "test-apn-name",
    "username": "test-username",
    "password": "test-password"
  },
  "Device": {
    // This dictionary contains Device properties and not Service properties as
    // above.
    "Cellular.AllowRoaming": true,
    "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"
      }
    ],
    "Cellular.Carrier": "cellular_provider",
    "Cellular.HomeProvider": {
      "country": "us",
      "name": "cellular_provider"
    },
    "Cellular.SIMLockStatus": {
      "LockType": "sim-pin",
      "LockEnabled": true
    },
    "Cellular.SupportedCarriers": [
      "cellular_provider",
      "generic_provider"
    ],
  },
  "Profile": "/profile/default",
}