-
Notifications
You must be signed in to change notification settings - Fork 3k
standard non-blocking NetworkInterface::connect #6496
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
As an FYI, this PR is being discussed in an internal email, determining if this PR needs to be considered a Feature. |
uint16_t _retry_timeout_array[MAX_RETRY_ARRAY_SIZE]; | ||
int _retry_array_length; | ||
events::EventQueue _at_queue; | ||
char _st_string[20]; | ||
int _eventID; |
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.
_event_id
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.
fixed.
Can you please rebase to resolve conflicts? |
@0xc0170 , rebased master and fixed conflicts. |
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.
Just a question,
virtual void attach(mbed::Callback<void(nsapi_event_t, intptr_t)> status_cb);
- a user is expected to have a state machine there in the callback? Would it be worse to attach actually a callback for a state ? so callback, state, similar to how Serial does (RX or TX).
/morph build |
Build : FAILUREBuild number : 1676 |
@jarvte Please review failures, look related to the changeset |
Jenkins CI failure is know github issue, haven't yet received an update from github about it. /morph build |
Build : SUCCESSBuild number : 1679 Triggering tests/morph test |
@0xc0170 |
Exporter Build : SUCCESSBuild number : 1312 |
Test : SUCCESSBuild number : 1474 |
@0xc0170 should I try to rebase latest from master to github issue potentially working? |
Lets try. I am testing jenkins CI and github but so far have not found a solution. We experienced that adding a commit sometimes help to refresh github PR would be great to workaround this for now, the results should be visible quickly |
/morph build |
Build : SUCCESSBuild number : 1715 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1349 |
@0xc0170 had to fix conflicts that appeared so let's try once again :) |
Will do soon, fixing one target issue in CI |
/morph build |
Build : SUCCESSBuild number : 1719 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1355 |
Test : FAILUREBuild number : 1512 |
Ignore the above (^^^) failure. This is from the first morph build command. |
Test : SUCCESSBuild number : 1519 |
@0xc0170 please approve and merge as our development continues over this change. |
Tagged as feature/refactor, 5.9 There's one change I would like @kjbracey-arm to check, |
I'm fine with the
|
@jarvte CAn you please edit the title (it's used for release notes) so better be specific what this PR introduces (keep it within 50 characters) |
@0xc0170 comment updated, please merge. |
Update Mbed OS to a pre 5.9 master branch for the PR 6494 (ARMmbed/mbed-os#6496). This is for testing with WISE-1570 NBIoT module
Description
• the standard non-blocking NetworkInterface::connect API introduced in mbed OS 5.8, including its events
• new cellular-specific status events
Internal ref to defect: IOTCELL-526
Pull request type
[X] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change