The source project of this merge request has been removed.
Implement 3GPP SMS fuzzer for PDU processing and error handling
- Added a fuzzer function,
LLVMFuzzerTestOneInput
, to testmm_sms_part_3gpp_new_from_pdu
andmm_sms_part_3gpp_get_submit_pdu
functions. - Convert input data to hex string for compatibility with PDU processing functions.
- Manage potential errors and memory cleanup.