Commits
Thomas Tornevall authored bc7edcad094
* The arrays that will be decoded will now reset each round to prevent that strings are appended to the returning output * If header count mismatching when fetching UDH, one empty DATA_UDH is created, to indicate that the UDH is missing and contains only one message * Hdrlen is now pushed into PDULIB as first parameter, not the last * SMS Header unixtime is now validating time by isset, if missing * SMS Data part using 1 instead of 0 in position * Added leftovers for SMS data part if missing * Code adjusted by phpstorm