bashardouba
Results
1
issues of
bashardouba
To anyone facing issues with the PDU Parser's (pdu-parser.js) short_message field: ``` else if (field.type === "string") { var length = result[field.length_field]; var temp = new Buffer(length); // buffer.copy(temp, 0,...