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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 8bf7e6d5ac3ae167e85aab25d33952706f397d71..b364ab7e448776d78875c1cc4ad5cb8cb27b3fd1 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -2287,21 +2287,17 @@
The revision of the Preferred Roaming List that is loaded in the modem.
</dd>
- <dt class="field">ProviderRequiresRoaming</dt>
- <dd>
- <span class="field_meta">(optional, read-only)
- <span class="type">boolean</span>
- </span>
- Indicates that the cellular provider (determined based on IMSI and SPN)
- requires roaming.
- </dd>
-
<dt class="field">RoamingState</dt>
<dd>
<span class="field_meta">(optional, read-only)
<span class="type">string</span>
</span>
The roaming status of the cellular modem on the current network.
+ <span class="rule"><span class="rule_id"></span>
+ Allowed values are <span class="value">Home</span>,
+ <span class="value">Roaming</span>, or if the provider has no home
+ network, <span class="value">Required</span>.
+ </span>
</dd>
<dt class="field">ServingOperator</dt>
« 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