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

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

Issue 1033843003: Add NetworkTechnology types to ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 "AutoConnect": true, 8 "AutoConnect": true,
9 "Carrier": "cellular_provider", 9 "Carrier": "cellular_provider",
10 "HomeProvider": { 10 "HomeProvider": {
11 "Country": "us", 11 "Country": "us",
12 "Name": "cellular_provider" 12 "Name": "cellular_provider"
13 }, 13 },
14 "NetworkTechnology": "LTEAdvanced",
14 "RoamingState": "Home", 15 "RoamingState": "Home",
15 "ServingOperator": { 16 "ServingOperator": {
16 "Code": "test-code", 17 "Code": "test-code",
17 "Country": "test-country", 18 "Country": "test-country",
18 "Name": "test-name" 19 "Name": "test-name"
19 }, 20 },
20 "SupportedCarriers": [ 21 "SupportedCarriers": [
21 "cellular_provider", 22 "cellular_provider",
22 "generic_provider" 23 "generic_provider"
23 ], 24 ],
(...skipping 21 matching lines...) Expand all
45 "Username": "test-username3" 46 "Username": "test-username3"
46 } 47 }
47 ], 48 ],
48 "SIMLockStatus": { 49 "SIMLockStatus": {
49 "LockType": "sim-pin", 50 "LockType": "sim-pin",
50 "LockEnabled": true 51 "LockEnabled": true
51 } 52 }
52 }, 53 },
53 "Source":"Device" 54 "Source":"Device"
54 } 55 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_cellular_with_state.json ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698