OpenCellular icon indicating copy to clipboard operation
OpenCellular copied to clipboard

Bug:Issue with probe function used in ocmp_wrapper layer

Open JoshuaJeyaraj opened this issue 7 years ago • 0 comments

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

  1. ocmp_debugocgpio.c
  2. ocmp_fe.c
  3. ocmp_iridium.c
  4. ocmp_testmodule.c
  5. ocmp_dat-xxr5a-pp.c
  6. ocmp_powerSource.c
  7. ocmp_mac.c

Sufficient UT testcases should be added for these devices as well .

Testing Approach :

  1. Unit testcase should pass
  2. Run post on the actual test setup and see the updates for these devices .

JoshuaJeyaraj avatar Oct 04 '18 02:10 JoshuaJeyaraj