FreeCalypso > hg > sms-coding-utils
comparison doc/Network-MT-SMS-testing @ 21:b23b9f69c02a
doc/Network-MT-SMS-testing: grammar fix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 31 Aug 2023 22:52:14 +0000 |
parents | 1a923a97228e |
children | d7571dc2fecc |
comparison
equal
deleted
inserted
replaced
20:1a923a97228e | 21:b23b9f69c02a |
---|---|
7 sms-encode-text [opt] [msg-text] | gen-sms-deliver-pdu from-number [opt] | 7 sms-encode-text [opt] [msg-text] | gen-sms-deliver-pdu from-number [opt] |
8 | 8 |
9 Breaking it down: | 9 Breaking it down: |
10 | 10 |
11 * The message text to be turned into an SMS-DELIVER TPDU (or multiple such TPDUs | 11 * The message text to be turned into an SMS-DELIVER TPDU (or multiple such TPDUs |
12 with concatenated SMS) can given on the command line as an argument to the | 12 with concatenated SMS) can be given on the command line as an argument to the |
13 sms-encode-text step in the pipeline, or can be fed as stdin to the pipeline. | 13 sms-encode-text step in the pipeline, or can be fed as stdin to the pipeline. |
14 | 14 |
15 * Options for concatenated SMS or UCS-2 encoding need to be given at the | 15 * Options for concatenated SMS or UCS-2 encoding need to be given at the |
16 sms-encode-text pipeline stage. | 16 sms-encode-text pipeline stage. |
17 | 17 |