mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
Fixup smpp_ota_apdu2.py
Change-Id: I992f70385b716fd1c1df2d245acfeb5d172e3ff9
This commit is contained in:
@@ -15,3 +15,4 @@ git+https://github.com/osmocom/asn1tools
|
|||||||
packaging
|
packaging
|
||||||
git+https://github.com/hologram-io/smpp.pdu
|
git+https://github.com/hologram-io/smpp.pdu
|
||||||
smpp.twisted3 @ git+https://github.com/jookies/smpp.twisted
|
smpp.twisted3 @ git+https://github.com/jookies/smpp.twisted
|
||||||
|
smpplib
|
||||||
|
|||||||
@@ -138,5 +138,5 @@ print("initialized")
|
|||||||
#f.tx_c_apdu(h2b('80a40400023f00'))
|
#f.tx_c_apdu(h2b('80a40400023f00'))
|
||||||
#f.tx_c_apdu(h2b('80EC010100'))
|
#f.tx_c_apdu(h2b('80EC010100'))
|
||||||
#f.tx_c_apdu(h2b('80EC0101' + '0E' + '350103' + '390203e8' + '3e052101020304'))
|
#f.tx_c_apdu(h2b('80EC0101' + '0E' + '350103' + '390203e8' + '3e052101020304'))
|
||||||
f.tx_c_apdu(h2b('00a40000026f0700c0000000'))
|
f.tx_c_apdu(h2b('00a40004026f07' + '00b0000009'))
|
||||||
f.client.listen()
|
f.client.listen()
|
||||||
|
|||||||
Reference in New Issue
Block a user