mirror of
https://github.com/4IceG/luci-app-sms-tool-js.git
synced 2026-04-26 03:15:59 +03:00
[PR #23] [MERGED] Ussd: Add support for new sms_tool option to manually pick PDU decoding scheme #30
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-sms-tool-js#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/4IceG/luci-app-sms-tool-js/pull/23
Author: @kylex2
Created: 7/25/2024
Status: ✅ Merged
Merged: 7/25/2024
Merged by: @4IceG
Base:
main← Head:ussd📝 Commits (4)
a3fed29Try to unify indentation a bit. No code changes.2206eb0sendussd.js: Add missing braces46b3df7sendussd.js: refactor handleGo1038403ussd: add support for new sms_tool option -c for manually selecting PDU decoding scheme📊 Changes
2 files changed (+199 additions, -284 deletions)
View changed files
📝
luci-app-sms-tool-js/htdocs/luci-static/resources/view/modem/sendussd.js(+164 -250)📝
luci-app-sms-tool-js/htdocs/luci-static/resources/view/modem/smsconfig.js(+35 -34)📄 Description
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:
github.com/obsy/sms_tool@fce2b931c8. This pull request adds support for this. Let me know what you think.Thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.