laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/28872 )


Change subject: ts_31_102: Add missing imports for envelope_sms command
......................................................................

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
---
M pySim/ts_31_102.py
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/72/28872/1

diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 02ef005..65a2afe 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -39,6 +39,7 @@
 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

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/28872
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I98e692745e7e1cfbc64b88b248700b1e54915b96
Gerrit-Change-Number: 28872
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to