You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I saw, cellular just needs ns_types.h (almost any networkign stack we have requires this, same is for nanostack). As ns_types.h is located in netsockets, we need to pull it in if we use cellular. Wouldn't it be better if that header is in separate module and netsockets/cellular/nanostack link to it ?
Target(s) affected by this defect ?
all
Toolchain(s) (name and version) displaying this defect ?
all
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.8.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-tools 7.0
How is this defect reproduced ?
Build mbed-os-example-cellular and investigate what code gets in (netsockets object files should be built).
The text was updated successfully, but these errors were encountered:
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/IOTOSM-3575
Description of defect
See https://github.com/ARMmbed/mbed-os/blob/master/connectivity/cellular/CMakeLists.txt#L25
As I saw, cellular just needs ns_types.h (almost any networkign stack we have requires this, same is for nanostack). As ns_types.h is located in netsockets, we need to pull it in if we use cellular. Wouldn't it be better if that header is in separate module and netsockets/cellular/nanostack link to it ?
Target(s) affected by this defect ?
all
Toolchain(s) (name and version) displaying this defect ?
all
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.8.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-tools 7.0
How is this defect reproduced ?
Build mbed-os-example-cellular and investigate what code gets in (netsockets object files should be built).
The text was updated successfully, but these errors were encountered: