-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Remove API's empty default implemetations #12293
Conversation
@mirelachirica, thank you for your changes. |
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.
This is a breaking change, release notes are missing.
@mirelachirica looks like you removed the impact of changes and migration sections from the template. Please re-add them and fill them in as per the requirements for a breaking change - the PR type should also be changed as this is not a patch. Thanks. |
@mirelachirica Shouldn't this be a feature type PR as you are changing APIs ? |
Actually as a breaking change it should go as Major |
Yes. Done. |
Can this proceed? Does it need more reviews? |
@AnttiKauppila could you review this? |
CI started |
@mirelachirica Can you add details about this breaking change to the commit itself ? it's important commit by itself. While we have release notes, commit message is also crucial to contain at least reasoning for this change and what it means to a user when they update. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
Cleanup the Cellular API by removing empty default implementations and making them pure virtual.
Targeted for release-version 6.0.0.
Impact of changes
Classes inheriting
CellularDevice
will have to have implementation for the new pure virtual methods:clear()
get_context_list()
Classes inheriting
CellularContext
do not have to have implementation for:get_netmask()
get_gateway()
if they do not differ from the NetworkInterface's default implemetations:
Migration actions required
See Impact of changes section.
Documentation
None
Pull request type
Test results
Reviewers