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