commit | c979e007bc07e6dcd74a55c43d8cec8a69be7bd6 | [log] [tgz] |
---|---|---|
author | Gordon Seto <gordonseto@google.com> | Wed Feb 01 00:30:08 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 01 00:30:08 2023 |
tree | a789215956458e262df0c7e032d347d459fc420b | |
parent | 105f3c59d977092309eac9f37c8bdbc9056a11bf [diff] |
[CrOS Cellular] Fix APN IP type ONC <-> Shill translation Fix APN IP types not translating correctly between ONC and Shill. Previously, automatic translation was used from ONC -> Shill which was incorrectly populating Shill with invalid values. This CL updates this to map ONC constants with Shill constants. Bug: b:162365553 Test: *ONCTranslator* and DUT Change-Id: Ifd0808e5d979465457d090e8a6de2f5ad88f1f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4211169 Commit-Queue: Gordon Seto <gordonseto@google.com> Auto-Submit: Gordon Seto <gordonseto@google.com> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/main@{#1099569}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.