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

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: Nits 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
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <span class="value">Home</span>,
2298 <span class="value">Roaming</span>, or if the provider has no home
2299 network, <span class="value">Required</span>.
2300 </span>
2305 </dd> 2301 </dd>
2306 2302
2307 <dt class="field">ServingOperator</dt> 2303 <dt class="field">ServingOperator</dt>
2308 <dd> 2304 <dd>
2309 <span class="field_meta">(optional, read-only, provided only 2305 <span class="field_meta">(optional, read-only, provided only
2310 if <span class="field">Family</span> is <span class="value">GSM</span>) 2306 if <span class="field">Family</span> is <span class="value">GSM</span>)
2311 <span class="type">CellularProvider</span> 2307 <span class="type">CellularProvider</span>
2312 </span> 2308 </span>
2313 Description of the operator on whose network the modem is currently 2309 Description of the operator on whose network the modem is currently
2314 registered 2310 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 3044 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, 3045 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 3046 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 3047 these cases to not save their user credentials in the config file and will
3052 instead be prompted when they are needed. 3048 instead be prompted when they are needed.
3053 </p> 3049 </p>
3054 </section> 3050 </section>
3055 </section> 3051 </section>
3056 </body> 3052 </body>
3057 </html> 3053 </html>
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698