FreeCalypso > hg > sms-coding-utils
annotate scripts/gen-sms-deliver-pdu @ 22:8a2038c6a156
LICENSE: same as FC host tools and FC SIM tools
The present code is mostly pieced together from FC User Phone Tools
(freecalypso-tools/uptools) and fc-sim-tools, hence it makes no rational
sense for it to be subject to any different license terms than those two
major packages - but make it explicit.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 31 Aug 2023 23:03:38 +0000 |
parents | b8d8f8a3cdb7 |
children |
rev | line source |
---|---|
13
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #!/bin/sh |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 if [ $# -lt 1 ] |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 then |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 echo "usage: $0 from-number [options]" 1>&2 |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 exit 1 |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 fi |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
b8d8f8a3cdb7
scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 (sms-deliver-pdu-hdr "$@"; cat) | sms-gen-tpdu mt |