Fixup smpp_ota_apdu2.py

Change-Id: I992f70385b716fd1c1df2d245acfeb5d172e3ff9
This commit is contained in:
Harald Welte
2025-03-28 09:12:20 +01:00
parent 89ff53922e
commit b767a78935
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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()