mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-19 23:08:57 +03:00
47236500fe
since we have added pySim-shell.py that has a lot of locations where the user can enter hexadecimal data there is an increased need for input validation. Lets add a central is_hex function that verifies hex strings. Change-Id: Ia29a13c9215357dd2adf141f2ef222c823f8456d Related: OS#4963