32
|
1 The present suite consists of utilities for encoding and decoding SMS message
|
|
2 bodies and PDUs. On the decoding side, it includes sms-pdu-decode and
|
|
3 pcm-sms-decode utilities that were previously maintained as part of FreeCalypso
|
|
4 host tools: they now extend beyond FreeCalypso GSM MS into SIM card exploration
|
|
5 (fc-simtool) and network-side SMSC prototyping applications. On the encoding
|
|
6 side, there are two new programs described in doc/Generator-tool-summary and
|
|
7 doc/Generator-tool-workflow articles.
|
11
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8
|
32
|
9 Similarly to gsm-codec-lib, the present sms-coding-utils package stands between
|
|
10 FreeCalypso and Themyscira Wireless software realms: it has potential
|
|
11 applications on both the mobile side and the network side of GSM. It is
|
|
12 expected to be used together with any or all of the following software
|
|
13 components:
|
11
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14
|
32
|
15 * FreeCalypso host tools;
|
|
16 * FreeCalypso SIM tools;
|
|
17 * ThemWi proto-SMSC implementation used to exercise SMS-over-GSUP functionality
|
|
18 in Osmocom CNI suite.
|
|
19
|
|
20 However, even though the present sms-coding-utils suite is designed to be useful
|
|
21 with all of the above FC and ThemWi components, it does not depend on any of
|
|
22 them. The present package can be compiled and installed by itself (see INSTALL
|
|
23 document); all run-time interactions between these utilities and other software
|
|
24 happen through ASCII text files or pipes, or through binary files in externally
|
|
25 defined record format (GSM 11.11 spec and its successors) in the case of
|
|
26 pcm-sms-decode.
|