aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/cards.py
diff options
context:
space:
mode:
Diffstat (limited to 'pySim/cards.py')
-rw-r--r--pySim/cards.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pySim/cards.py b/pySim/cards.py
index c0462fb..d2f1057 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -188,14 +188,6 @@ class Card(object):
else:
return (None, sw)
- # Read SIM Service table
- def read_sst(self):
- (res, sw) = self._scc.read_binary(EF['SST'])
- if sw == '9000':
- return ((res, parse_st(res)), sw)
- else:
- return (None, sw)
-
# Read the (full) AID for either ISIM or USIM or ISIM application
def read_aid(self, isim = False):