OpenCellular
OpenCellular copied to clipboard
Bug:Issue with probe function used in ocmp_wrapper layer
Product: (OC-SDR, OC-LTE, OC-LTE, OC-Power, others)
OC-SDR
Category: (Hardware, Software/stack, Firmware/bootloader, Documentation)
Software/stack
Describe the issue found Issue was found during unit testing POST DATA is a structure which stores the subsytem nbr, device nbr , i2c bus, dev address, device id, mfg id and status. The callback function for probe was changed to add POST DATA field . This update is missing for a few devices . This needs to be updated for the below
- ocmp_debugocgpio.c
- ocmp_fe.c
- ocmp_iridium.c
- ocmp_testmodule.c
- ocmp_dat-xxr5a-pp.c
- ocmp_powerSource.c
- ocmp_mac.c
Sufficient UT testcases should be added for these devices as well .
Testing Approach :
- Unit testcase should pass
- Run post on the actual test setup and see the updates for these devices .