comparison CHANGES @ 962:e3706ce1d01c

CHANGES: document sms-pdu-decode -n option
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 05 Aug 2023 00:01:42 +0000
parents c340f432cf03
children 3efb8d20794e
comparison
equal deleted inserted replaced
961:7da1ac6431dc 962:e3706ce1d01c
1 Changes in the current code since fc-host-tools-r19:
2
3 * sms-pdu-decode utility got a new option for use cases outside of GSM 07.05
4 applications. When SMS PDUs are exchanged over the AT command interface per
5 GSM 07.05, each hex PDU begins with an SC address field, followed by the
6 GSM 03.40 TPDU; the same holds for SMS PDUs stored on the SIM in EF_SMS.
7 In its original and default operation mode, sms-pdu-decode expects this SC
8 address field to be present at the beginning of each hex PDU it processes.
9 However, when invoked with -n option, sms-pdu-decode expects each hex PDU in
10 its input to be a pure GSM 03.40 TPDU, without SC address prefix. This new
11 mode is not expected to be particularly useful on the mobile side of GSM, but
12 it is useful for development and testing of network-side SMSC software and
13 associated utilities.
14
1 Changes from fc-host-tools-r18 to fc-host-tools-r19: 15 Changes from fc-host-tools-r18 to fc-host-tools-r19:
2 16
3 * loadtools: new -Petmoff option for empowered users on the Pirelli DP-L10 17 * loadtools: new -Petmoff option for empowered users on the Pirelli DP-L10
4 target, see the new doc/Pirelli-loadtools-entry article. 18 target, see the new doc/Pirelli-loadtools-entry article.
5 19