Enable automatic time/timezone update from cellular network time #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add oFono-based cellular network information classes, which provide the functionality that the closed source Harmattan CellularQt used to provide.
These classes do not contain any code from CellularQt, only the interface has been partially replicated based on docs from http://harmattan-dev.nokia.com/docs/platform-api-reference/xml/daily-docs/libcellular-qt/
Note that not using ofono-qt is intentional, even if the code would be a little shorter with the library. Not using ofono-qt leaves the option to moc DBus interfaces in unit tests (to be added in a separate commit), and gives more control of error logging.
A network time plugin needs to be added to oFono to make the code in this pull request to work, the corresponding changes to oFono are reviewed in: http://review.merproject.org/#change,1057