4IceG / luci-app-sms-tool-js

Simple user interface to handle SMS / USSD / AT commands via sms_tool application. (LuCI JS) | OpenWrt >= 21.02
GNU General Public License v3.0
26 stars 15 forks source link

Ussd: Add support for new sms_tool option to manually pick PDU decoding scheme #23

Closed kylex2 closed 1 month ago

kylex2 commented 1 month ago

Hi,

I had issues with decoding USSD replies. The maintainer of sms_tool added an option to manually select the USSD decoding scheme. Please see: https://github.com/obsy/sms_tool/commit/fce2b931c8d749c28b8281363950e963c98324eb. This pull request adds support for this. Let me know what you think.

Thanks

4IceG commented 1 month ago

Hi,

I'm open to other users code. If you added it and it works, great. A new option is added to package.

Thanks