mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-18 21:53:06 +03:00
dd45d8ee3b
range(0,7) in python is 0..6, and not 0..7, so we need range(0.8) to produce the desired range covering all bits of a byte. This resulted in services 8,16,24,... not being displayed in the decoded output of EF.UST / EF.IST. Change-Id: I22bbc481de342685352bf5b13d54931d3f37f9b7