-
Notifications
You must be signed in to change notification settings - Fork 3k
Cell refactor power api #8901
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
Cell refactor power api #8901
Conversation
@jarvte @mirelachirica please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we remove the whole CellularPower api?
5be4dc5
to
6321a88
Compare
@jarvte amended the changes to top commit. I will make another PR for non-AT related functionality to remove power class completely. |
Hmm, Travis CI didn't update with the change from master to the feature branch. Trying a thing. |
Neat! Travis CI took the change. |
Let's finalize the reviews ! |
CI started |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
Will restart CI when able. There appears to be a parse error with the CI scripts. |
CI restarted |
Looks like this'll need a rebase. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
6321a88
to
3a2491a
Compare
@cmonr just rebased |
CI started |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
@ARMmbed/mbed-os-wan Please take a look at the last job's artifacts. Specifically, it looks like the WIO_BG96 target is having trouble linking a couple of network tests across compilers. Log for IAR:
|
3a2491a
to
d09ee0d
Compare
@cmonr thanks I fixed rebase conflict, please restart CI. |
Will restart CI once RC3 PRs are done being prioritized. |
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Moved AT functionality from cellular power class to CellularNetwork and CellularDevice:
The reason is that cellular power functionality, such as modem reset can't be different from CellularDevice due to that must inform any cellular user applications to reinitialize cellular network context and sockets.
To be merged in Mbed OS 5.12 (also documentation updated then).
Pull request type