mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
The upstream construct.{Bytes,GreedyBytes} only support bytes/bytearray
input data for the encoder, while the [newly-created]
osmocom.construct.{Bytes,GreedyBytes} support alternatively hex-string input.
This is important in the context of encoding construct-based types from
JSON, where our osmocom.utils.JsonEncoder will automatically convert any
bytes to hex-string, while re-encoding those hex-strings will fail prior
to this patch.
Change-Id: I1c8df6350c68aa408ec96ff6cd1e405ceb1a4fbb
Closes: OS#6774
18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
pyscard
|
|
pyserial
|
|
pytlv
|
|
cmd2>=1.5
|
|
jsonpath-ng
|
|
construct>=2.10.70
|
|
bidict
|
|
pyosmocom>=0.0.9
|
|
pyyaml>=5.1
|
|
termcolor
|
|
colorlog
|
|
pycryptodomex
|
|
cryptography
|
|
git+https://github.com/osmocom/asn1tools
|
|
packaging
|
|
git+https://github.com/hologram-io/smpp.pdu
|
|
smpp.twisted3 @ git+https://github.com/jookies/smpp.twisted
|