Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "Type": "Cellular", 2 "Type": "Cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular": { 4 "Cellular": {
5 "ActivationState": "activated", 5 "ActivationState": "Activated",
6 "ActivationType": "OTASP", 6 "ActivationType": "OTASP",
7 "AllowRoaming": true, 7 "AllowRoaming": true,
8 "HomeProvider": { 8 "HomeProvider": {
9 "country": "us", 9 "country": "us",
10 "name": "cellular_provider" 10 "name": "cellular_provider"
11 }, 11 },
12 "RoamingState": "Home",
12 "ServingOperator": { 13 "ServingOperator": {
13 "Code": "test-code", 14 "Code": "test-code",
14 "Country": "test-country", 15 "Country": "test-country",
15 "Name": "test-name" 16 "Name": "test-name"
16 }, 17 },
17 "APN": { 18 "APN": {
18 "AccessPointName": "test-apn", 19 "AccessPointName": "test-apn",
19 "Name": "test-apn-name", 20 "Name": "test-apn-name",
20 "Username": "test-username", 21 "Username": "test-username",
21 "Password": "test-password" 22 "Password": "test-password"
(...skipping 15 matching lines...) Expand all
37 "Password": "test-password3", 38 "Password": "test-password3",
38 "Username": "test-username3" 39 "Username": "test-username3"
39 } 40 }
40 ], 41 ],
41 "SIMLockStatus": { 42 "SIMLockStatus": {
42 "LockType": "sim-pin", 43 "LockType": "sim-pin",
43 "LockEnabled": true 44 "LockEnabled": true
44 } 45 }
45 } 46 }
46 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698