aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-06-08 18:40:06 +0200
committerHarald Welte <laforge@osmocom.org>2024-06-08 18:40:06 +0200
commitf6526afa0d7c47ae662aea305b099579b43d455e (patch)
treea1f724122b7dac5adeea0d7420c9cd9dd6ce187c
parentc1754a099b2781b80bbb3bd4f24586e51814118f (diff)
pySim/apdu: fix 51.011
-rw-r--r--pySim/apdu/ts_51_011.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pySim/apdu/ts_51_011.py b/pySim/apdu/ts_51_011.py
index b527f4d..e738ea5 100644
--- a/pySim/apdu/ts_51_011.py
+++ b/pySim/apdu/ts_51_011.py
@@ -18,8 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import logging
+from construct import GreedyRange, Struct
from pySim.construct import *
from pySim.filesystem import *
+from pySim.runtime import RuntimeLchan
from pySim.apdu import ApduCommand, ApduCommandSet
from typing import Optional, Dict, Tuple