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

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 948943003: Better support for Cellular roaming state in ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always -> Required Created 5 years, 10 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="onc_spec.css" > 5 <link rel="stylesheet" href="onc_spec.css" >
6 <script src="onc_spec.js"></script> 6 <script src="onc_spec.js"></script>
7 <title>Open Network Configuration Format</title> 7 <title>Open Network Configuration Format</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 10
(...skipping 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 </dd> 2280 </dd>
2281 2281
2282 <dt class="field">PRLVersion</dt> 2282 <dt class="field">PRLVersion</dt>
2283 <dd> 2283 <dd>
2284 <span class="field_meta">(optional, read-only) 2284 <span class="field_meta">(optional, read-only)
2285 <span class="type">integer</span> 2285 <span class="type">integer</span>
2286 </span> 2286 </span>
2287 The revision of the Preferred Roaming List that is loaded in the modem. 2287 The revision of the Preferred Roaming List that is loaded in the modem.
2288 </dd> 2288 </dd>
2289 2289
2290 <dt class="field">ProviderRequiresRoaming</dt>
2291 <dd>
2292 <span class="field_meta">(optional, read-only)
2293 <span class="type">boolean</span>
2294 </span>
2295 Indicates that the cellular provider (determined based on IMSI and SPN)
2296 requires roaming.
2297 </dd>
2298
2299 <dt class="field">RoamingState</dt> 2290 <dt class="field">RoamingState</dt>
2300 <dd> 2291 <dd>
2301 <span class="field_meta">(optional, read-only) 2292 <span class="field_meta">(optional, read-only)
2302 <span class="type">string</span> 2293 <span class="type">string</span>
2303 </span> 2294 </span>
2304 The roaming status of the cellular modem on the current network. 2295 The roaming status of the cellular modem on the current network.
2296 <span class="rule"><span class="rule_id"></span>
2297 Allowed values are
2298 <span class="value">Always</span>,
pneubeck (no reviews) 2015/02/25 09:57:04 Always -> Required please add explanations for ea
stevenjb 2015/02/25 19:16:25 Provided an explanation for 'Required'; the others
2299 <span class="value">Home</span>,
2300 <span class="value">Roaming</span>
2301 </span>
2305 </dd> 2302 </dd>
2306 2303
2307 <dt class="field">ServingOperator</dt> 2304 <dt class="field">ServingOperator</dt>
2308 <dd> 2305 <dd>
2309 <span class="field_meta">(optional, read-only, provided only 2306 <span class="field_meta">(optional, read-only, provided only
2310 if <span class="field">Family</span> is <span class="value">GSM</span>) 2307 if <span class="field">Family</span> is <span class="value">GSM</span>)
2311 <span class="type">CellularProvider</span> 2308 <span class="type">CellularProvider</span>
2312 </span> 2309 </span>
2313 Description of the operator on whose network the modem is currently 2310 Description of the operator on whose network the modem is currently
2314 registered 2311 registered
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
3048 is transmitted or saved to disk should be secure. On client device, when 3045 is transmitted or saved to disk should be secure. On client device, when
3049 user names for connections that are user-specific are persisted to disk, 3046 user names for connections that are user-specific are persisted to disk,
3050 they should be stored in a location that is encrypted. Users can also opt in 3047 they should be stored in a location that is encrypted. Users can also opt in
3051 these cases to not save their user credentials in the config file and will 3048 these cases to not save their user credentials in the config file and will
3052 instead be prompted when they are needed. 3049 instead be prompted when they are needed.
3053 </p> 3050 </p>
3054 </section> 3051 </section>
3055 </section> 3052 </section>
3056 </body> 3053 </body>
3057 </html> 3054 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698