comparison doc/Network-MT-SMS-testing @ 30:d7571dc2fecc

doc: encoder/generator portion is now just one part
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Jun 2024 23:16:04 +0000
parents b23b9f69c02a
children
comparison
equal deleted inserted replaced
29:aae078d9eaa6 30:d7571dc2fecc
18 * The "From" number to be encoded into the SMS-DELIVER TPDU is given as a 18 * The "From" number to be encoded into the SMS-DELIVER TPDU is given as a
19 mandatory argument at the gen-sms-deliver-pdu pipeline stage. 19 mandatory argument at the gen-sms-deliver-pdu pipeline stage.
20 20
21 * Additional options may be given at the gen-sms-deliver-pdu pipeline stage. 21 * Additional options may be given at the gen-sms-deliver-pdu pipeline stage.
22 Possible options are lp, mms, rp, sr, pid and sc-ts, described in the 22 Possible options are lp, mms, rp, sr, pid and sc-ts, described in the
23 Tool-workflow article under sms-gen-tpdu description. 23 Generator-tool-workflow article under sms-gen-tpdu description.
24 24
25 The output from this pipeline will be a single hex-encoded SMS-DELIVER TPDU, 25 The output from this pipeline will be a single hex-encoded SMS-DELIVER TPDU,
26 emitted as one long hex line, or multiple such hex lines (each carrying a TPDU) 26 emitted as one long hex line, or multiple such hex lines (each carrying a TPDU)
27 in the case of concatenated SMS. Test programs written in the course of SMSC 27 in the case of concatenated SMS. Test programs written in the course of SMSC
28 development will be designed to take this hex TPDU format as their input, on 28 development will be designed to take this hex TPDU format as their input, on