-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Stack type fixes #10842
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: Stack type fixes #10842
Conversation
@ghseb, thank you for your changes. |
@mirelachirica Can you review this change? |
if (get_property(pdp_type_t_to_cellular_property(pdp_type)) || | ||
((pdp_type == IPV4V6_PDP_TYPE && (modem_supports_ipv4 || modem_supports_ipv6)) && !_nonip_req)) { | ||
// Accept exact matching PDP context type | ||
if (get_property(pdp_type_t_to_cellular_property(pdp_type))) { |
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.
👍
Re-running travis as I can't see why it failed. CI also started. |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
@ghseb Please fix astyle travis failures (one line needs fixing). We restart CI then |
@0xc0170 astyle should be fixed |
Ci started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Description
Currently
IPV4V6
stack type is not handled properly for Gemalto Cinterion modules.First,
PROPERTY_IPV4V6_STACK
is a configurable property and therefore a IPV4V6 PDP type should be accepted only ifPROPERTY_IPV4V6_STACK
is set. No specific treatment is required here i think.Additionally
GEMALTO_CINTERION_CellularStack::socket_sendto_impl
in general should not return an error when_stack_type
isIPV4V6_STACK
.Pull request type
Reviewers
Release Notes