ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.67k stars 2.98k forks source link

Missing implementation of emac multicast filter in UBLOX_EVK_ODIN_W2 wifi driver. #11664

Closed mtomczykmobica closed 4 years ago

mtomczykmobica commented 5 years ago

Description

greentea-emac-tests->eamc_multicast_filter test fails with WiFi interface.

Functions in WiFi driver: void OdinWiFiEMAC::add_multicast_group(const uint8_t *address) void OdinWiFiEMAC::remove_multicast_group(const uint8_t *address) void OdinWiFiEMAC::set_all_multicast(bool all) Have missing implementation. It's casing greentea-emac-tests->eamc_multicast_filter test fails.

Steps to reproduce:

@ARMmbed/team-ublox Please have a look.

Issue request type

[ ] Question
[ ] Enhancement
[ x ] Bug
ciarmcom commented 4 years ago

@mtomczykmobica thank you for raising this issue.Please take a look at the following comments:

Could you add some more detail to the description? A good description should be at least 25 words. What target(s) are you using? What toolchain(s) are you using? What version of Mbed OS are you using (tag or sha)? It would help if you could also specify the versions of any tools you are using? How can we reproduce your issue?

NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. Please update the issue header with the missing information, the issue will not be mirroredto our internal defect tracking system or investigated until this has been fully resolved.

ciarmcom commented 4 years ago

@mtomczykmobica it has been 5 days since the last reminder. Could you please update the issue header as previously requested?

ciarmcom commented 4 years ago

@mtomczykmobica it has been 5 days since the last reminder. Could you please update the issue header as previously requested?

michalpasztamobica commented 4 years ago

@adbridge , I think we could close this issue, as Ublox is not supported by mbed-os any more.