Add support for encoding/decoding SMS in TPDU and SMPP format

This is important when talking OTA with a SIM.

Change-Id: I0d95e62c1e7183a7851d1fe38df0f5133830cb1f
This commit is contained in:
Harald Welte
2022-08-11 17:37:46 +02:00
parent 7e55569f3a
commit 0b32725f80
4 changed files with 461 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ setup(
"colorlog",
"pycryptodomex",
"packaging",
"smpp.pdu @ git+https://github.com/hologram-io/smpp.pdu",
],
scripts=[
'pySim-prog.py',