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

Cellular: Fix to delete PDP context on disconnect #10375

Merged
merged 1 commit into from
Apr 17, 2019

Conversation

AriParkkila
Copy link

Description

Delete cellular PDP context on NetworkInterface::disconnect if one was created while connecting.

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@jarvte

Release Notes

@ciarmcom ciarmcom requested review from jarvte and a team April 11, 2019 13:00
@ciarmcom
Copy link
Member

@AriParkkila, thank you for your changes.
@jarvte @ARMmbed/mbed-os-wan @ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Apr 12, 2019

CI started

if (_new_context_set) {
delete_current_context();
}
_cid = -1;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete_current_context() sets _cid to -1 only in successful case. What is the meaning of this line?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disconnect must be set _cid = -1 to not expect any _cid to be valid/preferred on the next connect request, even when we did not create that _cid ourselves.

if (_new_context_set) {
delete_current_context();
}
_cid = -1;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@mbed-ci
Copy link

mbed-ci commented Apr 12, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@0xc0170
Copy link
Contributor

0xc0170 commented Apr 15, 2019

@AnttiKauppila Are there any requests for changes left ?

@mbed-ci
Copy link

mbed-ci commented Apr 16, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 2
Build artifacts

@0xc0170 0xc0170 merged commit b2b2fce into ARMmbed:master Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants