mbox series

[BlueZ,v4,0/2] MICP-MICS implementation's memory fix and Unit Test case's fix

Message ID 20231005121544.306495-1-mahesh.talewad@nxp.com
Headers show
Series MICP-MICS implementation's memory fix and Unit Test case's fix | expand

Message

Mahesh Talewad Oct. 5, 2023, 12:15 p.m. UTC
Hello Maintainers,

This Patch series contains following points:
- MICP-MICS implementation[src/shared/micp.c] memory leak issue fix.
  Tested all mandatory PTS test cases and all are passing.
- MICP-MICS Unit test cases fix: Fixed the issue that was occurred 
  when MICP-MICS Unit Test cases ran at a time.
  Tested all Unit Testcases and all are passing.
  
Thank you in advance for your review.

Thanks and regards,
Mahesh Vithal Talewad

Mahesh Talewad (1):
  src/shared/micp.c :MICP-MICS implementation memory leak fix

maheshtalewad (1):
  unit/test-micp.c : MICP-MICS unit test case implementation

 Makefile.am       |   6 +
 src/shared/micp.c |   3 +
 unit/test-micp.c  | 838 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 847 insertions(+)
 create mode 100644 unit/test-micp.c