Merge pull request #9 in PHP/php-gsm from develop/1.0 to master* commit '7953a61ab7695c8ec8bec2503108e7b4759ca8c3':
Preparing PDU-data for decoding recipts (testing)
Preparing PDU-data for decoding recipts
WaitStream = Max 3sec
Merge pull request #4 in PHP/php-gsm from develop/1.0 to master* commit 'bc7edcad094b2f2386715c928e748b3ee525a027':
* 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 H...
* 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 ph...
* Non-Blocking mode by constructor fix* Reconnet on disconnection, when using send()
* Moved usleep to the end of getModemData()
* Cleaned up junk
* Adding decoded data in listview
* Code adjusted by phpstorm
Merge pull request #1 in PHP/php-gsm from develop/1.0 to master* commit 'f22d6c68f7900fb99c5e5d8b008c18bfe833dae3':
The README
PDU messaging, pdulib update
GSM Messaging patch
Data models for UDH and PDU.
Composer source
Method information added
The copyright
Unconverted strings removed
Supporting full send mode (except for the fact that long SMS is still not there)
Core file is no longer necessary in the public repo
Now supporting bo...