summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
blob: e57d0572303b6a22c28b1af62291f7563c8e6b2f (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
{
  "Type": "Cellular",
  "Name": "Test Network",
  "Cellular": {
    "ActivationState": "activated",
    "ActivationType": "OTASP",
    "AllowRoaming": true,
    "HomeProvider": {
      "country": "us",
      "name": "cellular_provider"
    },
    "ServingOperator": {
      "Code": "test-code",
      "Country": "test-country",
      "Name": "test-name"
    },
    "APN": {
      "AccessPointName": "test-apn",
      "Name": "test-apn-name",
      "Username": "test-username",
      "Password": "test-password"
    },
    "APNList": [ {
        "AccessPointName": "test-apn0",
        "Password": "test-password0",
        "Username": "test-username0"
      }, {
        "AccessPointName": "test-apn1",
        "Password": "test-password1",
        "Username": "test-username1"
      }, {
        "AccessPointName": "test-apn2",
        "Password": "test-password2",
        "Username": "test-username2"
      }, {
        "AccessPointName": "test-apn3",
        "Password": "test-password3",
        "Username": "test-username3"
      }
    ],
    "SIMLockStatus": {
      "LockType": "sim-pin",
      "LockEnabled": true
    }
  }
}