FreeCalypso > hg > sms-coding-utils
comparison README @ 11:9ed03ed4e673
add README
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 05 Aug 2023 08:44:32 +0000 |
parents | |
children | 829e082793d0 |
comparison
equal
deleted
inserted
replaced
10:17dd30989c0b | 11:9ed03ed4e673 |
---|---|
1 This code repository contains some utilities for encoding SMS in low-level test | |
2 workflows: | |
3 | |
4 * sms-encode-text performs the same encoding from user text input (ASCII, ISO | |
5 Latin-1 or UTF-8) into SMS as performed by fcup-smsend, including support for | |
6 concatenated SMS and the choice between GSM7 and UCS-2. However, the process | |
7 stops after GSM7 or UCS-2 encoding and (in the case of concatenated SMS) UDH | |
8 generation - the subsequent steps of SMS-SUBMIT PDU encoding and transmission | |
9 via GSM 07.05 are eliminated in this version. The output is expected to be | |
10 fed to either sms-gen-tpdu or more specialized network-side test programs, | |
11 including those written for SMPP. | |
12 | |
13 * sms-gen-tpdu takes the output of sms-encode-test, along with some additional | |
14 inputs, and generates either a pure GSM 03.40 SMS-DELIVER or SMS-SUBMIT TPDU | |
15 (for network-side testing) or the same TPDU preceded by an SC address, as used | |
16 on the mobile side in GSM 07.05 PDU mode and in EF_SMS SIM storage. |