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

Side by Side Diff: chromeos/test/data/network/shill_cellular_with_state.json

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 "AutoConnect": true, 2 "AutoConnect": true,
3 "Type": "cellular", 3 "Type": "cellular",
4 "Name": "Test Network", 4 "Name": "Test Network",
5 "Cellular.ActivationState": "activated", 5 "Cellular.ActivationState": "activated",
6 "Cellular.ActivationType": "OTASP", 6 "Cellular.ActivationType": "OTASP",
7 "Cellular.NetworkTechnology": "LTE Advanced",
7 "Cellular.RoamingState": "home", 8 "Cellular.RoamingState": "home",
8 "Cellular.ServingOperator": { 9 "Cellular.ServingOperator": {
9 "code": "test-code", 10 "code": "test-code",
10 "country": "test-country", 11 "country": "test-country",
11 "name" : "test-name" 12 "name" : "test-name"
12 }, 13 },
13 "Cellular.APN": { 14 "Cellular.APN": {
14 "apn": "test-apn", 15 "apn": "test-apn",
15 "name": "test-apn-name", 16 "name": "test-apn-name",
16 "username": "test-username", 17 "username": "test-username",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "LockType": "sim-pin", 52 "LockType": "sim-pin",
52 "LockEnabled": true 53 "LockEnabled": true
53 }, 54 },
54 "Cellular.SupportedCarriers": [ 55 "Cellular.SupportedCarriers": [
55 "cellular_provider", 56 "cellular_provider",
56 "generic_provider" 57 "generic_provider"
57 ], 58 ],
58 }, 59 },
59 "Profile": "/profile/default", 60 "Profile": "/profile/default",
60 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698