Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensors #17

Closed
robbiet480 opened this issue Apr 25, 2019 · 3 comments
Closed

Sensors #17

robbiet480 opened this issue Apr 25, 2019 · 3 comments
Assignees
Projects

Comments

@robbiet480
Copy link
Member

No description provided.

@robbiet480 robbiet480 created this issue from a note in 2.0 (To Do) Apr 25, 2019
@TomBrien TomBrien self-assigned this Apr 25, 2019
@TomBrien TomBrien moved this from To Do to In Progress in 2.0 Apr 25, 2019
@TomBrien
Copy link
Member

@robbiet480 can you let me know how the Radio Access Technology Constants are mapped to the strings reported by sensor.connection_type. I did some snooping but guessing 2.0 is in a private repo?

@robbiet480
Copy link
Member Author

@TomBrien 2.0 isn't on a private repo, just on the new-ios12 branch.

From Localizable.strings:

"sensors.cellular_provider.radio_tech.gprs" = "General Packet Radio Service (GPRS)";
"sensors.cellular_provider.radio_tech.edge" = "Enhanced Data rates for GSM Evolution (EDGE)";
"sensors.cellular_provider.radio_tech.cdma_1x" = "Code Division Multiple Access (CDMA 1X)";
"sensors.cellular_provider.radio_tech.wcdma" = "Wideband Code Division Multiple Access (WCDMA)";
"sensors.cellular_provider.radio_tech.hsdpa" = "High Speed Downlink Packet Access (HSDPA)";
"sensors.cellular_provider.radio_tech.hsupa" = "High Speed Uplink Packet Access (HSUPA)";
"sensors.cellular_provider.radio_tech.cdma_evdo_rev_0" = "Code Division Multiple Access Evolution-Data Optimized Revision 0 (CDMA EV-DO Rev. 0)";
"sensors.cellular_provider.radio_tech.cdma_evdo_rev_a" = "Code Division Multiple Access Evolution-Data Optimized Revision A (CDMA EV-DO Rev. A)";
"sensors.cellular_provider.radio_tech.cdma_evdo_rev_b" = "Code Division Multiple Access Evolution-Data Optimized Revision B (CDMA EV-DO Rev. B)";
"sensors.cellular_provider.radio_tech.ehrpd" = "High Rate Packet Data (HRPD)";
"sensors.cellular_provider.radio_tech.lte" = "Long-Term Evolution (LTE)";

@robbiet480
Copy link
Member Author

#34

@TomBrien TomBrien moved this from In Progress to Done in 2.0 Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2.0
  
Done
Development

No branches or pull requests

2 participants