-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Ublox cellular context activation updated for C030_R412M #10877
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
Conversation
@fahim-ublox @wajahat-ublox |
@mudassar-ublox, thank you for your changes. |
782617b
to
8851238
Compare
Please fix astyle |
8851238
to
dd568a6
Compare
Astyle issue fixed and update PR as well, updated |
@mudassar-ublox , would you please resolve the conflicts? |
dd568a6
to
a9f7909
Compare
Conflict resolved. |
@@ -155,6 +155,11 @@ static void test_other() | |||
{ | |||
TEST_ASSERT(nw->get_3gpp_error() == 0); | |||
|
|||
#ifdef TARGET_UBLOX_C030 | |||
nsapi_error_t err = nw->detach(); |
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.
test should not contain #ifdef target
, either works or not - handling this should be in the target code or driver.
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.
Removed target specific code.
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.
will it work (test pass) ?
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.
Yes, handled in driver, return UNSUPPORTED
if try to change RAT
while in attach state.
@ARMmbed/mbed-os-wan Please review |
Please review astyle failures |
Please review, Astyle issue fixed. AriParkkila once shared asytle software for styling and I used that for styling. Seems its not correct software for it as now getting style issue on my PR's. |
@mudassar-ublox use astylerc as config for astyle, it has all needed |
1f9dae7
to
1ec6117
Compare
@mudassar-ublox This fixes #9711 correct? |
Not sure about this issue but now we can set |
Anything else required on this PR? |
@0xc0170 any update on this PR? |
@mudassar-ublox Please don't merge from master into your branch. Makes review and history really annoying. |
e20b269
to
ee3e8e6
Compare
Issue fixed and re-based branch to latest master. Please review now. |
ee3e8e6
to
ae4edde
Compare
Thanks. |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
@mudassar-ublox Please check the build failures
|
…AUTH configuration
ae4edde
to
6cd6017
Compare
@SeppoTakalo Build failure fixed. Please review now. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Moving to 5.14 due to conflicts in cellular framework files . If needed earlier, PR for 5.13 branch that we could cherry pick would be good if needed earlier. |
Description
UBLOX_C030_R412M
cellular context activation updated for 2G. UpdatedRAT
andAUTH
configuration and other minor fixes.Pull request type
Reviewers
Release Notes