From f56b6b2a1c83ddda4e2933754c8e50fb814f8442 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 30 Jul 2022 16:36:06 +0200 Subject: [PATCH] ts_31_102: Add missing imports for envelope_sms command The envelope_sms command fails due to some missing imports prior to this patch. Change-Id: I98e692745e7e1cfbc64b88b248700b1e54915b96 --- pySim/ts_31_102.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py index 02ef005a..65a2afe7 100644 --- a/pySim/ts_31_102.py +++ b/pySim/ts_31_102.py @@ -39,6 +39,7 @@ from pySim.tlv import * from pySim.filesystem import * from pySim.ts_31_102_telecom import DF_PHONEBOOK, EF_UServiceTable from pySim.construct import * +from pySim.cat import SMS_TPDU, DeviceIdentities, SMSPPDownload from construct import Optional as COptional from construct import * from typing import Tuple