blob: 3dc21c8be802664e238880b4dde7954b08bc3912 [file] [log] [blame]
Alexander Chemeris067f69c2017-07-18 16:44:26 +03001# -*- coding: utf-8 -*-
2
Harald Welte14105dc2021-05-31 08:48:51 +02003# without this, pylint will fail when inner classes are used
4# within the 'nested' kwarg of our TlvMeta metaclass on python 3.7 :(
5# pylint: disable=undefined-variable
6
Harald Welteb2edd142021-01-08 23:29:35 +01007""" Various constants from ETSI TS 151.011 +
8Representation of the GSM SIM/USIM/ISIM filesystem hierarchy.
9
10The File (and its derived classes) uses the classes of pySim.filesystem in
11order to describe the files specified in the relevant ETSI + 3GPP specifications.
Alexander Chemeris067f69c2017-07-18 16:44:26 +030012"""
13
14#
15# Copyright (C) 2017 Alexander.Chemeris <Alexander.Chemeris@gmail.com>
Harald Welteb2edd142021-01-08 23:29:35 +010016# Copyright (C) 2021 Harald Welte <laforge@osmocom.org>
Alexander Chemeris067f69c2017-07-18 16:44:26 +030017#
18# This program is free software: you can redistribute it and/or modify
19# it under the terms of the GNU General Public License as published by
20# the Free Software Foundation, either version 2 of the License, or
21# (at your option) any later version.
22#
23# This program is distributed in the hope that it will be useful,
24# but WITHOUT ANY WARRANTY; without even the implied warranty of
25# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26# GNU General Public License for more details.
27#
28# You should have received a copy of the GNU General Public License
29# along with this program. If not, see <http://www.gnu.org/licenses/>.
30#
31
Harald Weltec91085e2022-02-10 18:05:45 +010032from pySim.profile import match_sim
33from pySim.profile import CardProfile
34from pySim.filesystem import *
Harald Welte228ae8e2022-07-17 22:01:04 +020035from pySim.ts_31_102_telecom import DF_PHONEBOOK, DF_MULTIMEDIA, DF_MCS, DF_V2X
Harald Weltec91085e2022-02-10 18:05:45 +010036import enum
37from pySim.construct import *
38from construct import Optional as COptional
39from construct import *
40from struct import pack, unpack
41from typing import Tuple
42from pySim.tlv import *
43from pySim.utils import *
Alexander Chemeris067f69c2017-07-18 16:44:26 +030044MF_num = '3F00'
45
46DF_num = {
Harald Weltec91085e2022-02-10 18:05:45 +010047 'TELECOM': '7F10',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030048
Harald Weltec91085e2022-02-10 18:05:45 +010049 'GSM': '7F20',
50 'IS-41': '7F22',
51 'FP-CTS': '7F23',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030052
Harald Weltec91085e2022-02-10 18:05:45 +010053 'GRAPHICS': '5F50',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030054
Harald Weltec91085e2022-02-10 18:05:45 +010055 'IRIDIUM': '5F30',
56 'GLOBST': '5F31',
57 'ICO': '5F32',
58 'ACeS': '5F33',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030059
Harald Weltec91085e2022-02-10 18:05:45 +010060 'EIA/TIA-553': '5F40',
61 'CTS': '5F60',
62 'SOLSA': '5F70',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030063
Harald Weltec91085e2022-02-10 18:05:45 +010064 'MExE': '5F3C',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030065}
66
67EF_num = {
Harald Weltec91085e2022-02-10 18:05:45 +010068 # MF
69 'ICCID': '2FE2',
70 'ELP': '2F05',
71 'DIR': '2F00',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030072
Harald Weltec91085e2022-02-10 18:05:45 +010073 # DF_TELECOM
74 'ADN': '6F3A',
75 'FDN': '6F3B',
76 'SMS': '6F3C',
77 'CCP': '6F3D',
78 'MSISDN': '6F40',
79 'SMSP': '6F42',
80 'SMSS': '6F43',
81 'LND': '6F44',
82 'SMSR': '6F47',
83 'SDN': '6F49',
84 'EXT1': '6F4A',
85 'EXT2': '6F4B',
86 'EXT3': '6F4C',
87 'BDN': '6F4D',
88 'EXT4': '6F4E',
89 'CMI': '6F58',
90 'ECCP': '6F4F',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030091
Harald Weltec91085e2022-02-10 18:05:45 +010092 # DF_GRAPHICS
93 'IMG': '4F20',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030094
Harald Weltec91085e2022-02-10 18:05:45 +010095 # DF_SoLSA
96 'SAI': '4F30',
97 'SLL': '4F31',
Alexander Chemeris067f69c2017-07-18 16:44:26 +030098
Harald Weltec91085e2022-02-10 18:05:45 +010099 # DF_MExE
100 'MExE-ST': '4F40',
101 'ORPK': '4F41',
102 'ARPK': '4F42',
103 'TPRPK': '4F43',
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300104
Harald Weltec91085e2022-02-10 18:05:45 +0100105 # DF_GSM
106 'LP': '6F05',
107 'IMSI': '6F07',
108 'Kc': '6F20',
109 'DCK': '6F2C',
110 'PLMNsel': '6F30',
111 'HPPLMN': '6F31',
112 'CNL': '6F32',
113 'ACMmax': '6F37',
114 'SST': '6F38',
115 'ACM': '6F39',
116 'GID1': '6F3E',
117 'GID2': '6F3F',
118 'PUCT': '6F41',
119 'CBMI': '6F45',
120 'SPN': '6F46',
121 'CBMID': '6F48',
122 'BCCH': '6F74',
123 'ACC': '6F78',
124 'FPLMN': '6F7B',
125 'LOCI': '6F7E',
126 'AD': '6FAD',
127 'PHASE': '6FAE',
128 'VGCS': '6FB1',
129 'VGCSS': '6FB2',
130 'VBS': '6FB3',
131 'VBSS': '6FB4',
132 'eMLPP': '6FB5',
133 'AAeM': '6FB6',
134 'ECC': '6FB7',
135 'CBMIR': '6F50',
136 'NIA': '6F51',
137 'KcGPRS': '6F52',
138 'LOCIGPRS': '6F53',
139 'SUME': '6F54',
140 'PLMNwAcT': '6F60',
141 'OPLMNwAcT': '6F61',
142 # Figure 8 names it HPLMNAcT, but in the text it's names it HPLMNwAcT
143 'HPLMNAcT': '6F62',
144 'HPLMNwAcT': '6F62',
145 'CPBCCH': '6F63',
146 'INVSCAN': '6F64',
147 'PNN': '6FC5',
148 'OPL': '6FC6',
149 'MBDN': '6FC7',
150 'EXT6': '6FC8',
151 'MBI': '6FC9',
152 'MWIS': '6FCA',
153 'CFIS': '6FCB',
154 'EXT7': '6FCC',
155 'SPDI': '6FCD',
156 'MMSN': '6FCE',
157 'EXT8': '6FCF',
158 'MMSICP': '6FD0',
159 'MMSUP': '6FD1',
160 'MMSUCP': '6FD2',
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300161}
162
163DF = {
Harald Weltec91085e2022-02-10 18:05:45 +0100164 'TELECOM': [MF_num, DF_num['TELECOM']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300165
Harald Weltec91085e2022-02-10 18:05:45 +0100166 'GSM': [MF_num, DF_num['GSM']],
167 'IS-41': [MF_num, DF_num['IS-41']],
168 'FP-CTS': [MF_num, DF_num['FP-CTS']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300169
Harald Weltec91085e2022-02-10 18:05:45 +0100170 'GRAPHICS': [MF_num, DF_num['GRAPHICS']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300171
Harald Weltec91085e2022-02-10 18:05:45 +0100172 'IRIDIUM': [MF_num, DF_num['IRIDIUM']],
173 'GLOBST': [MF_num, DF_num['GLOBST']],
174 'ICO': [MF_num, DF_num['ICO']],
175 'ACeS': [MF_num, DF_num['ACeS']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300176
Harald Weltec91085e2022-02-10 18:05:45 +0100177 'EIA/TIA-553': [MF_num, DF_num['EIA/TIA-553']],
178 'CTS': [MF_num, DF_num['CTS']],
179 'SoLSA': [MF_num, DF_num['SOLSA']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300180
Harald Weltec91085e2022-02-10 18:05:45 +0100181 'MExE': [MF_num, DF_num['MExE']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300182}
183
184
185EF = {
Harald Weltec91085e2022-02-10 18:05:45 +0100186 'ICCID': [MF_num, EF_num['ICCID']],
187 'ELP': [MF_num, EF_num['ELP']],
188 'DIR': [MF_num, EF_num['DIR']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300189
Harald Weltec91085e2022-02-10 18:05:45 +0100190 'ADN': DF['TELECOM']+[EF_num['ADN']],
191 'FDN': DF['TELECOM']+[EF_num['FDN']],
192 'SMS': DF['TELECOM']+[EF_num['SMS']],
193 'CCP': DF['TELECOM']+[EF_num['CCP']],
194 'MSISDN': DF['TELECOM']+[EF_num['MSISDN']],
195 'SMSP': DF['TELECOM']+[EF_num['SMSP']],
196 'SMSS': DF['TELECOM']+[EF_num['SMSS']],
197 'LND': DF['TELECOM']+[EF_num['LND']],
198 'SMSR': DF['TELECOM']+[EF_num['SMSR']],
199 'SDN': DF['TELECOM']+[EF_num['SDN']],
200 'EXT1': DF['TELECOM']+[EF_num['EXT1']],
201 'EXT2': DF['TELECOM']+[EF_num['EXT2']],
202 'EXT3': DF['TELECOM']+[EF_num['EXT3']],
203 'BDN': DF['TELECOM']+[EF_num['BDN']],
204 'EXT4': DF['TELECOM']+[EF_num['EXT4']],
205 'CMI': DF['TELECOM']+[EF_num['CMI']],
206 'ECCP': DF['TELECOM']+[EF_num['ECCP']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300207
Harald Weltec91085e2022-02-10 18:05:45 +0100208 'IMG': DF['GRAPHICS']+[EF_num['IMG']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300209
Harald Weltec91085e2022-02-10 18:05:45 +0100210 'SAI': DF['SoLSA']+[EF_num['SAI']],
211 'SLL': DF['SoLSA']+[EF_num['SLL']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300212
Harald Weltec91085e2022-02-10 18:05:45 +0100213 'MExE-ST': DF['MExE']+[EF_num['MExE-ST']],
214 'ORPK': DF['MExE']+[EF_num['ORPK']],
215 'ARPK': DF['MExE']+[EF_num['ARPK']],
216 'TPRPK': DF['MExE']+[EF_num['TPRPK']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300217
Harald Weltec91085e2022-02-10 18:05:45 +0100218 'LP': DF['GSM']+[EF_num['LP']],
219 'IMSI': DF['GSM']+[EF_num['IMSI']],
220 'Kc': DF['GSM']+[EF_num['Kc']],
221 'DCK': DF['GSM']+[EF_num['DCK']],
222 'PLMNsel': DF['GSM']+[EF_num['PLMNsel']],
223 'HPPLMN': DF['GSM']+[EF_num['HPPLMN']],
224 'CNL': DF['GSM']+[EF_num['CNL']],
225 'ACMmax': DF['GSM']+[EF_num['ACMmax']],
226 'SST': DF['GSM']+[EF_num['SST']],
227 'ACM': DF['GSM']+[EF_num['ACM']],
228 'GID1': DF['GSM']+[EF_num['GID1']],
229 'GID2': DF['GSM']+[EF_num['GID2']],
230 'PUCT': DF['GSM']+[EF_num['PUCT']],
231 'CBMI': DF['GSM']+[EF_num['CBMI']],
232 'SPN': DF['GSM']+[EF_num['SPN']],
233 'CBMID': DF['GSM']+[EF_num['CBMID']],
234 'BCCH': DF['GSM']+[EF_num['BCCH']],
235 'ACC': DF['GSM']+[EF_num['ACC']],
236 'FPLMN': DF['GSM']+[EF_num['FPLMN']],
237 'LOCI': DF['GSM']+[EF_num['LOCI']],
238 'AD': DF['GSM']+[EF_num['AD']],
239 'PHASE': DF['GSM']+[EF_num['PHASE']],
240 'VGCS': DF['GSM']+[EF_num['VGCS']],
241 'VGCSS': DF['GSM']+[EF_num['VGCSS']],
242 'VBS': DF['GSM']+[EF_num['VBS']],
243 'VBSS': DF['GSM']+[EF_num['VBSS']],
244 'eMLPP': DF['GSM']+[EF_num['eMLPP']],
245 'AAeM': DF['GSM']+[EF_num['AAeM']],
246 'ECC': DF['GSM']+[EF_num['ECC']],
247 'CBMIR': DF['GSM']+[EF_num['CBMIR']],
248 'NIA': DF['GSM']+[EF_num['NIA']],
249 'KcGPRS': DF['GSM']+[EF_num['KcGPRS']],
250 'LOCIGPRS': DF['GSM']+[EF_num['LOCIGPRS']],
251 'SUME': DF['GSM']+[EF_num['SUME']],
252 'PLMNwAcT': DF['GSM']+[EF_num['PLMNwAcT']],
253 'OPLMNwAcT': DF['GSM']+[EF_num['OPLMNwAcT']],
254 # Figure 8 names it HPLMNAcT, but in the text it's names it HPLMNwAcT
255 'HPLMNAcT': DF['GSM']+[EF_num['HPLMNAcT']],
256 'HPLMNwAcT': DF['GSM']+[EF_num['HPLMNAcT']],
257 'CPBCCH': DF['GSM']+[EF_num['CPBCCH']],
258 'INVSCAN': DF['GSM']+[EF_num['INVSCAN']],
259 'PNN': DF['GSM']+[EF_num['PNN']],
260 'OPL': DF['GSM']+[EF_num['OPL']],
261 'MBDN': DF['GSM']+[EF_num['MBDN']],
262 'EXT6': DF['GSM']+[EF_num['EXT6']],
263 'MBI': DF['GSM']+[EF_num['MBI']],
264 'MWIS': DF['GSM']+[EF_num['MWIS']],
265 'CFIS': DF['GSM']+[EF_num['CFIS']],
266 'EXT7': DF['GSM']+[EF_num['EXT7']],
267 'SPDI': DF['GSM']+[EF_num['SPDI']],
268 'MMSN': DF['GSM']+[EF_num['MMSN']],
269 'EXT8': DF['GSM']+[EF_num['EXT8']],
270 'MMSICP': DF['GSM']+[EF_num['MMSICP']],
271 'MMSUP': DF['GSM']+[EF_num['MMSUP']],
272 'MMSUCP': DF['GSM']+[EF_num['MMSUCP']],
Alexander Chemeris067f69c2017-07-18 16:44:26 +0300273}
Supreeth Herlebf5d6022020-03-20 15:18:27 +0100274
275# Mapping between SIM Service Number and its description
276EF_SST_map = {
Harald Weltec91085e2022-02-10 18:05:45 +0100277 1: 'CHV1 disable function',
278 2: 'Abbreviated Dialling Numbers (ADN)',
279 3: 'Fixed Dialling Numbers (FDN)',
280 4: 'Short Message Storage (SMS)',
281 5: 'Advice of Charge (AoC)',
282 6: 'Capability Configuration Parameters (CCP)',
283 7: 'PLMN selector',
284 8: 'RFU',
285 9: 'MSISDN',
286 10: 'Extension1',
287 11: 'Extension2',
288 12: 'SMS Parameters',
289 13: 'Last Number Dialled (LND)',
290 14: 'Cell Broadcast Message Identifier',
291 15: 'Group Identifier Level 1',
292 16: 'Group Identifier Level 2',
293 17: 'Service Provider Name',
294 18: 'Service Dialling Numbers (SDN)',
295 19: 'Extension3',
296 20: 'RFU',
297 21: 'VGCS Group Identifier List (EFVGCS and EFVGCSS)',
298 22: 'VBS Group Identifier List (EFVBS and EFVBSS)',
299 23: 'enhanced Multi-Level Precedence and Pre-emption Service',
300 24: 'Automatic Answer for eMLPP',
301 25: 'Data download via SMS-CB',
302 26: 'Data download via SMS-PP',
303 27: 'Menu selection',
304 28: 'Call control',
305 29: 'Proactive SIM',
306 30: 'Cell Broadcast Message Identifier Ranges',
307 31: 'Barred Dialling Numbers (BDN)',
308 32: 'Extension4',
309 33: 'De-personalization Control Keys',
310 34: 'Co-operative Network List',
311 35: 'Short Message Status Reports',
312 36: 'Network\'s indication of alerting in the MS',
313 37: 'Mobile Originated Short Message control by SIM',
314 38: 'GPRS',
315 39: 'Image (IMG)',
316 40: 'SoLSA (Support of Local Service Area)',
317 41: 'USSD string data object supported in Call Control',
318 42: 'RUN AT COMMAND command',
319 43: 'User controlled PLMN Selector with Access Technology',
320 44: 'Operator controlled PLMN Selector with Access Technology',
321 45: 'HPLMN Selector with Access Technology',
322 46: 'CPBCCH Information',
323 47: 'Investigation Scan',
324 48: 'Extended Capability Configuration Parameters',
325 49: 'MExE',
326 50: 'Reserved and shall be ignored',
327 51: 'PLMN Network Name',
328 52: 'Operator PLMN List',
329 53: 'Mailbox Dialling Numbers',
330 54: 'Message Waiting Indication Status',
331 55: 'Call Forwarding Indication Status',
332 56: 'Service Provider Display Information',
333 57: 'Multimedia Messaging Service (MMS)',
334 58: 'Extension 8',
335 59: 'MMS User Connectivity Parameters',
Vadim Yanitskiydfe3dbb2020-07-28 05:26:02 +0700336}
337
Harald Welteb2edd142021-01-08 23:29:35 +0100338
339######################################################################
340# DF.TELECOM
341######################################################################
342
Harald Weltef11f1302023-01-24 17:59:59 +0100343
344# TS 51.011 Section 10.5.1 / Table 12
345class ExtendedBcdAdapter(Adapter):
346 """Replace some hex-characters with other ASCII characters"""
347 # we only translate a=* / b=# as they habe a clear representation
348 # in terms of USSD / SS service codes
349 def _decode(self, obj, context, path):
350 if not isinstance(obj, str):
351 return obj
352 return obj.lower().replace("a","*").replace("b","#")
353
354 def _encode(self, obj, context, path):
355 if not isinstance(obj, str):
356 return obj
357 return obj.replace("*","a").replace("#","b")
358
Harald Welteb2edd142021-01-08 23:29:35 +0100359# TS 51.011 Section 10.5.1
360class EF_ADN(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +0100361 _test_decode = [
362 ( '42204841203120536963ffffffff06810628560810ffffffffffffff',
363 { "alpha_id": "B HA 1 Sic", "len_of_bcd": 6, "ton_npi": { "ext": True, "type_of_number":
364 "unknown", "numbering_plan_id":
365 "isdn_e164" }, "dialing_nr":
366 "6082658001", "cap_conf_id": 255, "ext1_record_id": 255 }),
367 ]
368
Harald Welte0dc6c202023-01-24 18:10:13 +0100369 def __init__(self, fid='6f3a', sfid=None, name='EF.ADN', desc='Abbreviated Dialing Numbers', ext=1, **kwargs):
Harald Welte99e4cc02022-07-21 15:25:47 +0200370 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=(14, 30), **kwargs)
Harald Welte0dc6c202023-01-24 18:10:13 +0100371 ext_name = 'ext%u_record_id' % ext
Harald Welte1e73d222022-02-13 11:32:50 +0100372 self._construct = Struct('alpha_id'/COptional(GsmStringAdapter(Rpad(Bytes(this._.total_len-14)), codec='ascii')),
373 'len_of_bcd'/Int8ub,
374 'ton_npi'/TonNpi,
Harald Weltef11f1302023-01-24 17:59:59 +0100375 'dialing_nr'/ExtendedBcdAdapter(BcdAdapter(Rpad(Bytes(10)))),
Harald Welte1e73d222022-02-13 11:32:50 +0100376 'cap_conf_id'/Int8ub,
Harald Welte0dc6c202023-01-24 18:10:13 +0100377 ext_name/Int8ub)
Harald Welteb2edd142021-01-08 23:29:35 +0100378
379# TS 51.011 Section 10.5.5
Harald Welteec7d0da2021-04-02 22:01:19 +0200380class EF_SMS(LinFixedEF):
Harald Welte6169c722022-02-12 09:05:15 +0100381 def __init__(self, fid='6f3c', sfid=None, name='EF.SMS', desc='Short messages', **kwargs):
Harald Welte99e4cc02022-07-21 15:25:47 +0200382 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=(176, 176), **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100383
Harald Weltef6b37af2023-01-24 15:42:26 +0100384 def _decode_record_bin(self, raw_bin_data, **kwargs):
Harald Welteec7d0da2021-04-02 22:01:19 +0200385 def decode_status(status):
386 if status & 0x01 == 0x00:
387 return (None, 'free_space')
388 elif status & 0x07 == 0x01:
389 return ('mt', 'message_read')
390 elif status & 0x07 == 0x03:
391 return ('mt', 'message_to_be_read')
392 elif status & 0x07 == 0x07:
393 return ('mo', 'message_to_be_sent')
394 elif status & 0x1f == 0x05:
395 return ('mo', 'sent_status_not_requested')
396 elif status & 0x1f == 0x0d:
397 return ('mo', 'sent_status_req_but_not_received')
398 elif status & 0x1f == 0x15:
399 return ('mo', 'sent_status_req_rx_not_stored_smsr')
400 elif status & 0x1f == 0x1d:
401 return ('mo', 'sent_status_req_rx_stored_smsr')
402 else:
403 return (None, 'rfu')
404
405 status = decode_status(raw_bin_data[0])
406 remainder = raw_bin_data[1:]
407 return {'direction': status[0], 'status': status[1], 'remainder': b2h(remainder)}
408
409
410# TS 51.011 Section 10.5.5
Harald Welteb2edd142021-01-08 23:29:35 +0100411class EF_MSISDN(LinFixedEF):
Harald Welte6169c722022-02-12 09:05:15 +0100412 def __init__(self, fid='6f40', sfid=None, name='EF.MSISDN', desc='MSISDN', **kwargs):
Harald Welte99e4cc02022-07-21 15:25:47 +0200413 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=(15, 34), **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100414
Harald Weltef6b37af2023-01-24 15:42:26 +0100415 def _decode_record_hex(self, raw_hex_data, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100416 return {'msisdn': dec_msisdn(raw_hex_data)}
Harald Weltec91085e2022-02-10 18:05:45 +0100417
Harald Weltef6b37af2023-01-24 15:42:26 +0100418 def _encode_record_hex(self, abstract, **kwargs):
Philipp Maierf9cbe092021-04-23 19:37:36 +0200419 msisdn = abstract['msisdn']
420 if type(msisdn) == str:
421 encoded_msisdn = enc_msisdn(msisdn)
422 else:
Harald Weltec91085e2022-02-10 18:05:45 +0100423 encoded_msisdn = enc_msisdn(msisdn[2], msisdn[0], msisdn[1])
424 alpha_identifier = (list(self.rec_len)[
425 0] - len(encoded_msisdn) // 2) * "ff"
Philipp Maierb46cb3f2021-04-20 22:38:21 +0200426 return alpha_identifier + encoded_msisdn
Harald Welteb2edd142021-01-08 23:29:35 +0100427
428# TS 51.011 Section 10.5.6
429class EF_SMSP(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +0100430 # FIXME: re-encode fails / missing alpha_id at start of output
431 _test_decode = [
432 ( '454e6574776f726b73fffffffffffffff1ffffffffffffffffffffffffffffffffffffffffffffffff0000a7',
433 { "alpha_id": "ENetworks", "parameter_indicators": { "tp_dest_addr": False, "tp_sc_addr": True,
434 "tp_pid": True, "tp_dcs": True, "tp_vp": True },
435 "tp_dest_addr": { "length": 255, "ton_npi": { "ext": True, "type_of_number": "reserved_for_extension",
436 "numbering_plan_id": "reserved_for_extension" },
437 "call_number": "" },
438 "tp_sc_addr": { "length": 255, "ton_npi": { "ext": True, "type_of_number": "reserved_for_extension",
439 "numbering_plan_id": "reserved_for_extension" },
440 "call_number": "" },
441 "tp_pid": "00", "tp_dcs": "00", "tp_vp_minutes": 1440 } ),
442 ]
Harald Weltebc0e2092022-02-13 10:54:58 +0100443 class ValidityPeriodAdapter(Adapter):
444 def _decode(self, obj, context, path):
445 if obj <= 143:
446 return obj + 1 * 5
447 elif obj <= 167:
448 return 12 * 60 + ((obj - 143) * 30)
449 elif obj <= 196:
450 return (obj - 166) * (24 * 60)
451 elif obj <= 255:
452 return (obj - 192) * (7 * 24 * 60)
453 else:
454 raise ValueError
455 def _encode(self, obj, context, path):
456 if obj <= 12*60:
457 return obj/5 - 1
458 elif obj <= 24*60:
Harald Welte136bdb02023-01-31 16:23:32 +0100459 return 143 + ((obj - (12 * 60)) // 30)
Harald Weltebc0e2092022-02-13 10:54:58 +0100460 elif obj <= 30 * 24 * 60:
461 return 166 + (obj / (24 * 60))
462 elif obj <= 63 * 7 * 24 * 60:
Harald Welte136bdb02023-01-31 16:23:32 +0100463 return 192 + (obj // (7 * 24 * 60))
Harald Weltebc0e2092022-02-13 10:54:58 +0100464 else:
465 raise ValueError
466
Harald Welte6169c722022-02-12 09:05:15 +0100467 def __init__(self, fid='6f42', sfid=None, name='EF.SMSP', desc='Short message service parameters', **kwargs):
Harald Welte99e4cc02022-07-21 15:25:47 +0200468 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=(28, None), **kwargs)
Harald Weltebc0e2092022-02-13 10:54:58 +0100469 ScAddr = Struct('length'/Int8ub, 'ton_npi'/TonNpi, 'call_number'/BcdAdapter(Rpad(Bytes(10))))
470 self._construct = Struct('alpha_id'/COptional(GsmStringAdapter(Rpad(Bytes(this._.total_len-28)))),
471 'parameter_indicators'/InvertAdapter(FlagsEnum(Byte, tp_dest_addr=1, tp_sc_addr=2,
472 tp_pid=3, tp_dcs=4, tp_vp=5)),
473 'tp_dest_addr'/ScAddr,
474 'tp_sc_addr'/ScAddr,
475
476 'tp_pid'/HexAdapter(Bytes(1)),
477 'tp_dcs'/HexAdapter(Bytes(1)),
478 'tp_vp_minutes'/EF_SMSP.ValidityPeriodAdapter(Byte))
Harald Welteb2edd142021-01-08 23:29:35 +0100479
Harald Welte790b2702021-04-11 00:01:35 +0200480# TS 51.011 Section 10.5.7
481class EF_SMSS(TransparentEF):
482 class MemCapAdapter(Adapter):
483 def _decode(self, obj, context, path):
484 return False if obj & 1 else True
Harald Weltec91085e2022-02-10 18:05:45 +0100485
Harald Welte790b2702021-04-11 00:01:35 +0200486 def _encode(self, obj, context, path):
487 return 0 if obj else 1
Harald Weltec91085e2022-02-10 18:05:45 +0100488
Harald Welte13edf302022-07-21 15:19:23 +0200489 def __init__(self, fid='6f43', sfid=None, name='EF.SMSS', desc='SMS status', size=(2, 8), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100490 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100491 self._construct = Struct(
492 'last_used_tpmr'/Int8ub, 'memory_capacity_exceeded'/self.MemCapAdapter(Int8ub))
Harald Welte790b2702021-04-11 00:01:35 +0200493
494# TS 51.011 Section 10.5.8
495class EF_SMSR(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +0200496 def __init__(self, fid='6f47', sfid=None, name='EF.SMSR', desc='SMS status reports', rec_len=(30, 30), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100497 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100498 self._construct = Struct(
499 'sms_record_id'/Int8ub, 'sms_status_report'/HexAdapter(Bytes(29)))
500
Harald Welte790b2702021-04-11 00:01:35 +0200501
502class EF_EXT(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +0200503 def __init__(self, fid, sfid=None, name='EF.EXT', desc='Extension', rec_len=(13, 13), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100504 super().__init__(fid=fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100505 self._construct = Struct(
506 'record_type'/Int8ub, 'extension_data'/HexAdapter(Bytes(11)), 'identifier'/Int8ub)
Harald Welte790b2702021-04-11 00:01:35 +0200507
508# TS 51.011 Section 10.5.16
509class EF_CMI(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +0200510 def __init__(self, fid='6f58', sfid=None, name='EF.CMI', rec_len=(2, 21),
Harald Welte6169c722022-02-12 09:05:15 +0100511 desc='Comparison Method Information', **kwargs):
512 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100513 self._construct = Struct(
Harald Welte540adb02022-02-13 11:33:21 +0100514 'alpha_id'/GsmStringAdapter(Rpad(Bytes(this._.total_len-1))), 'comparison_method_id'/Int8ub)
Harald Weltec91085e2022-02-10 18:05:45 +0100515
Harald Welte790b2702021-04-11 00:01:35 +0200516
Harald Welteb2edd142021-01-08 23:29:35 +0100517class DF_TELECOM(CardDF):
Harald Welte6169c722022-02-12 09:05:15 +0100518 def __init__(self, fid='7f10', name='DF.TELECOM', desc=None, **kwargs):
519 super().__init__(fid=fid, name=name, desc=desc, **kwargs)
Harald Welteb2edd142021-01-08 23:29:35 +0100520 files = [
Harald Weltec91085e2022-02-10 18:05:45 +0100521 EF_ADN(),
Harald Welte0dc6c202023-01-24 18:10:13 +0100522 EF_ADN(fid='6f3b', name='EF.FDN', desc='Fixed dialling numbers', ext=2),
Harald Weltec91085e2022-02-10 18:05:45 +0100523 EF_SMS(),
524 LinFixedEF(fid='6f3d', name='EF.CCP',
Harald Welte99e4cc02022-07-21 15:25:47 +0200525 desc='Capability Configuration Parameters', rec_len=(14, 14)),
Harald Weltec91085e2022-02-10 18:05:45 +0100526 LinFixedEF(fid='6f4f', name='EF.ECCP',
Harald Welte99e4cc02022-07-21 15:25:47 +0200527 desc='Extended Capability Configuration Parameters', rec_len=(15, 32)),
Harald Weltec91085e2022-02-10 18:05:45 +0100528 EF_MSISDN(),
529 EF_SMSP(),
530 EF_SMSS(),
Harald Weltea1bb3f72023-01-24 18:15:56 +0100531 EF_ADN('6f44', None, 'EF.LND', 'Last Number Dialled', ext=1),
Harald Welte0dc6c202023-01-24 18:10:13 +0100532 EF_ADN('6f49', None, 'EF.SDN', 'Service Dialling Numbers', ext=3),
Harald Weltec91085e2022-02-10 18:05:45 +0100533 EF_EXT('6f4a', None, 'EF.EXT1', 'Extension1 (ADN/SSC)'),
534 EF_EXT('6f4b', None, 'EF.EXT2', 'Extension2 (FDN/SSC)'),
535 EF_EXT('6f4c', None, 'EF.EXT3', 'Extension3 (SDN)'),
536 EF_ADN(fid='6f4d', name='EF.BDN', desc='Barred Dialling Numbers'),
537 EF_EXT('6f4e', None, 'EF.EXT4', 'Extension4 (BDN/SSC)'),
538 EF_SMSR(),
539 EF_CMI(),
Harald Weltede4c14c2022-07-16 11:53:59 +0200540 # not really part of 51.011 but something that TS 31.102 specifies may exist here.
541 DF_PHONEBOOK(),
Harald Weltea0452212022-07-17 21:23:21 +0200542 DF_MULTIMEDIA(),
Harald Welte650f6122022-07-17 21:42:50 +0200543 DF_MCS(),
Harald Welte228ae8e2022-07-17 22:01:04 +0200544 DF_V2X(),
Harald Weltec91085e2022-02-10 18:05:45 +0100545 ]
Harald Welteb2edd142021-01-08 23:29:35 +0100546 self.add_files(files)
547
Harald Welteb2edd142021-01-08 23:29:35 +0100548######################################################################
549# DF.GSM
550######################################################################
551
552# TS 51.011 Section 10.3.1
553class EF_LP(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100554 _test_de_encode = [
555 ( "24", "24"),
556 ]
Harald Welte13edf302022-07-21 15:19:23 +0200557 def __init__(self, fid='6f05', sfid=None, name='EF.LP', size=(1, None), rec_len=1,
Harald Welteb2edd142021-01-08 23:29:35 +0100558 desc='Language Preference'):
559 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len)
Harald Weltec91085e2022-02-10 18:05:45 +0100560
Harald Weltef6b37af2023-01-24 15:42:26 +0100561 def _decode_record_bin(self, in_bin, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100562 return b2h(in_bin)
Harald Weltec91085e2022-02-10 18:05:45 +0100563
Harald Weltef6b37af2023-01-24 15:42:26 +0100564 def _encode_record_bin(self, in_json, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100565 return h2b(in_json)
566
567# TS 51.011 Section 10.3.2
568class EF_IMSI(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100569 _test_de_encode = [
570 ( "082982608200002080", { "imsi": "228062800000208" } ),
571 ( "082926101160845740", { "imsi": "262011106487504" } ),
572 ]
Harald Welte13edf302022-07-21 15:19:23 +0200573 def __init__(self, fid='6f07', sfid=None, name='EF.IMSI', desc='IMSI', size=(9, 9)):
Harald Welteb2edd142021-01-08 23:29:35 +0100574 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Bjoern Riemere91405e2021-12-17 15:16:35 +0100575 # add those commands to the general commands of a TransparentEF
576 self.shell_commands += [self.AddlShellCommands(self)]
Harald Weltec91085e2022-02-10 18:05:45 +0100577
Harald Welteb2edd142021-01-08 23:29:35 +0100578 def _decode_hex(self, raw_hex):
579 return {'imsi': dec_imsi(raw_hex)}
Harald Weltec91085e2022-02-10 18:05:45 +0100580
Harald Welteb2edd142021-01-08 23:29:35 +0100581 def _encode_hex(self, abstract):
582 return enc_imsi(abstract['imsi'])
Harald Weltec91085e2022-02-10 18:05:45 +0100583
Bjoern Riemere91405e2021-12-17 15:16:35 +0100584 @with_default_category('File-Specific Commands')
585 class AddlShellCommands(CommandSet):
Harald Weltec91085e2022-02-10 18:05:45 +0100586 def __init__(self, ef: TransparentEF):
Bjoern Riemere91405e2021-12-17 15:16:35 +0100587 super().__init__()
Harald Weltec91085e2022-02-10 18:05:45 +0100588 self._ef = ef
Bjoern Riemere91405e2021-12-17 15:16:35 +0100589
590 def do_update_imsi_plmn(self, arg: str):
591 """Change the plmn part of the IMSI"""
592 plmn = arg.strip()
593 if len(plmn) == 5 or len(plmn) == 6:
Harald Weltea6c0f882022-07-17 14:23:17 +0200594 (data, sw) = self._cmd.lchan.read_binary_dec()
Bjoern Riemere91405e2021-12-17 15:16:35 +0100595 if sw == '9000' and len(data['imsi'])-len(plmn) == 10:
596 imsi = data['imsi']
597 msin = imsi[len(plmn):]
Harald Weltea6c0f882022-07-17 14:23:17 +0200598 (data, sw) = self._cmd.lchan.update_binary_dec(
Harald Weltec91085e2022-02-10 18:05:45 +0100599 {'imsi': plmn+msin})
Bjoern Riemere91405e2021-12-17 15:16:35 +0100600 if sw == '9000' and data:
Harald Weltec91085e2022-02-10 18:05:45 +0100601 self._cmd.poutput_json(
Harald Weltea6c0f882022-07-17 14:23:17 +0200602 self._cmd.lchan.selected_file.decode_hex(data))
Bjoern Riemere91405e2021-12-17 15:16:35 +0100603 else:
604 raise ValueError("PLMN length does not match IMSI length")
605 else:
606 raise ValueError("PLMN has wrong length!")
607
Harald Welteb2edd142021-01-08 23:29:35 +0100608
609# TS 51.011 Section 10.3.4
610class EF_PLMNsel(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100611 _test_de_encode = [
612 ( "22F860", { "mcc": "228", "mnc": "06" } ),
613 ( "330420", { "mcc": "334", "mnc": "020" } ),
614 ]
Harald Welteb2edd142021-01-08 23:29:35 +0100615 def __init__(self, fid='6f30', sfid=None, name='EF.PLMNsel', desc='PLMN selector',
Harald Welte13edf302022-07-21 15:19:23 +0200616 size=(24, None), rec_len=3, **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100617 super().__init__(fid, name=name, sfid=sfid, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100618
Harald Weltef6b37af2023-01-24 15:42:26 +0100619 def _decode_record_hex(self, in_hex, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100620 if in_hex[:6] == "ffffff":
621 return None
622 else:
623 return dec_plmn(in_hex)
Harald Weltec91085e2022-02-10 18:05:45 +0100624
Harald Weltef6b37af2023-01-24 15:42:26 +0100625 def _encode_record_hex(self, in_json, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100626 if in_json == None:
627 return "ffffff"
628 else:
629 return enc_plmn(in_json['mcc'], in_json['mnc'])
630
Harald Welte790b2702021-04-11 00:01:35 +0200631# TS 51.011 Section 10.3.6
632class EF_ACMmax(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100633 _test_de_encode = [
634 ( "000000", { "acm_max": 0 } ),
635 ]
Harald Welte13edf302022-07-21 15:19:23 +0200636 def __init__(self, fid='6f37', sfid=None, name='EF.ACMmax', size=(3, 3),
Harald Welte6169c722022-02-12 09:05:15 +0100637 desc='ACM maximum value', **kwargs):
638 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200639 self._construct = Struct('acm_max'/Int24ub)
640
Harald Welteb2edd142021-01-08 23:29:35 +0100641# TS 51.011 Section 10.3.7
642class EF_ServiceTable(TransparentEF):
643 def __init__(self, fid, sfid, name, desc, size, table):
644 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
645 self.table = table
Harald Weltec91085e2022-02-10 18:05:45 +0100646
Harald Welte7a8aa862021-10-14 20:46:19 +0200647 @staticmethod
Harald Weltec91085e2022-02-10 18:05:45 +0100648 def _bit_byte_offset_for_service(service: int) -> Tuple[int, int]:
Harald Welte7a8aa862021-10-14 20:46:19 +0200649 i = service - 1
650 byte_offset = i//4
651 bit_offset = (i % 4) * 2
652 return (byte_offset, bit_offset)
Harald Weltec91085e2022-02-10 18:05:45 +0100653
Harald Welteb2edd142021-01-08 23:29:35 +0100654 def _decode_bin(self, raw_bin):
655 ret = {}
656 for i in range(0, len(raw_bin)*4):
657 service_nr = i+1
658 byte = int(raw_bin[i//4])
659 bit_offset = (i % 4) * 2
660 bits = (byte >> bit_offset) & 3
661 ret[service_nr] = {
Harald Weltec91085e2022-02-10 18:05:45 +0100662 'description': self.table[service_nr] if service_nr in self.table else None,
663 'allocated': True if bits & 1 else False,
664 'activated': True if bits & 2 else False,
665 }
Harald Welteb2edd142021-01-08 23:29:35 +0100666 return ret
Harald Weltec91085e2022-02-10 18:05:45 +0100667
Harald Welte7a8aa862021-10-14 20:46:19 +0200668 def _encode_bin(self, in_json):
669 # compute the required binary size
670 bin_len = 0
671 for srv in in_json.keys():
672 service_nr = int(srv)
Harald Weltec91085e2022-02-10 18:05:45 +0100673 (byte_offset, bit_offset) = EF_ServiceTable._bit_byte_offset_for_service(
674 service_nr)
Harald Welte7a8aa862021-10-14 20:46:19 +0200675 if byte_offset >= bin_len:
676 bin_len = byte_offset+1
677 # encode the actual data
678 out = bytearray(b'\x00' * bin_len)
679 for srv in in_json.keys():
680 service_nr = int(srv)
Harald Weltec91085e2022-02-10 18:05:45 +0100681 (byte_offset, bit_offset) = EF_ServiceTable._bit_byte_offset_for_service(
682 service_nr)
Harald Welte7a8aa862021-10-14 20:46:19 +0200683 bits = 0
684 if in_json[srv]['allocated'] == True:
685 bits |= 1
686 if in_json[srv]['activated'] == True:
687 bits |= 2
688 out[byte_offset] |= ((bits & 3) << bit_offset)
689 return out
Harald Welteb2edd142021-01-08 23:29:35 +0100690
691# TS 51.011 Section 10.3.11
692class EF_SPN(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100693 _test_de_encode = [
694 ( "0147534d2d52204348ffffffffffffffff",
695 { "rfu": 0, "hide_in_oplmn": False, "show_in_hplmn": True, "spn": "GSM-R CH" } ),
696 ]
697
Harald Welte6169c722022-02-12 09:05:15 +0100698 def __init__(self, fid='6f46', sfid=None, name='EF.SPN',
Harald Welte13edf302022-07-21 15:19:23 +0200699 desc='Service Provider Name', size=(17, 17), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100700 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Robert Falkenbergb07a3e92021-05-07 15:23:20 +0200701 self._construct = BitStruct(
702 # Byte 1
703 'rfu'/BitsRFU(6),
704 'hide_in_oplmn'/Flag,
705 'show_in_hplmn'/Flag,
706 # Bytes 2..17
707 'spn'/Bytewise(GsmString(16))
708 )
Harald Welteb2edd142021-01-08 23:29:35 +0100709
710# TS 51.011 Section 10.3.13
711class EF_CBMI(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100712 # TODO: Test vectors
Harald Welte13edf302022-07-21 15:19:23 +0200713 def __init__(self, fid='6f45', sfid=None, name='EF.CBMI', size=(2, None), rec_len=2,
Harald Welte6169c722022-02-12 09:05:15 +0100714 desc='Cell Broadcast message identifier selection', **kwargs):
715 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200716 self._construct = GreedyRange(Int16ub)
Harald Welteb2edd142021-01-08 23:29:35 +0100717
718# TS 51.011 Section 10.3.15
719class EF_ACC(TransparentEF):
Vadim Yanitskiyb34f2342023-04-18 04:25:27 +0700720 # example: acc_list(15) will produce a dict with only ACC15 being True
721 # example: acc_list(2, 4) will produce a dict with ACC2 and ACC4 being True
722 # example: acc_list() will produce a dict with all ACCs being False
723 acc_list = lambda *active: {'ACC{}'.format(c) : c in active for c in range(16)}
724
Harald Welte865eea62023-01-27 19:26:12 +0100725 _test_de_encode = [
Vadim Yanitskiyb34f2342023-04-18 04:25:27 +0700726 ( "0000", acc_list() ),
727 ( "0001", acc_list(0) ),
728 ( "0002", acc_list(1) ),
729 ( "0100", acc_list(8) ),
730 ( "8000", acc_list(15) ),
731 ( "802b", acc_list(0,1,3,5,15) ),
Harald Welte865eea62023-01-27 19:26:12 +0100732 ]
Harald Welte6169c722022-02-12 09:05:15 +0100733 def __init__(self, fid='6f78', sfid=None, name='EF.ACC',
Harald Welte13edf302022-07-21 15:19:23 +0200734 desc='Access Control Class', size=(2, 2), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100735 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Vadim Yanitskiyb34f2342023-04-18 04:25:27 +0700736 # LSB of octet 2 is ACC=0 ... MSB of octet 1 is ACC=15
737 flags = ['ACC{}'.format(c) / Flag for c in range(16)]
738 self._construct = ByteSwapped(BitsSwapped(BitStruct(*flags)))
Harald Welteb2edd142021-01-08 23:29:35 +0100739
Harald Welte790b2702021-04-11 00:01:35 +0200740# TS 51.011 Section 10.3.16
741class EF_LOCI(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100742 _test_de_encode = [
743 ( "7802570222f81009780000",
744 { "tmsi": "78025702", "lai": "22f8100978", "tmsi_time": 0, "lu_status": "updated" } ),
745 ]
Harald Welte13edf302022-07-21 15:19:23 +0200746 def __init__(self, fid='6f7e', sfid=None, name='EF.LOCI', desc='Location Information', size=(11, 11)):
Harald Welte790b2702021-04-11 00:01:35 +0200747 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Harald Welte3c98d5e2022-07-20 07:40:05 +0200748 self._construct = Struct('tmsi'/HexAdapter(Bytes(4)), 'lai'/HexAdapter(Bytes(5)), 'tmsi_time'/Int8ub,
Harald Welte790b2702021-04-11 00:01:35 +0200749 'lu_status'/Enum(Byte, updated=0, not_updated=1, plmn_not_allowed=2,
750 location_area_not_allowed=3))
751
Harald Welteb2edd142021-01-08 23:29:35 +0100752# TS 51.011 Section 10.3.18
753class EF_AD(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100754 _test_de_encode = [
755 ( "00ffff",
756 { "ms_operation_mode": "normal", "rfu1": 255, "rfu2": 127, "ofm": True, "extensions": None } ),
757 ]
Robert Falkenberg9d16fbc2021-04-12 11:43:22 +0200758 class OP_MODE(enum.IntEnum):
Harald Weltec91085e2022-02-10 18:05:45 +0100759 normal = 0x00
760 type_approval = 0x80
761 normal_and_specific_facilities = 0x01
762 type_approval_and_specific_facilities = 0x81
763 maintenance_off_line = 0x02
764 cell_test = 0x04
Robert Falkenberg9d16fbc2021-04-12 11:43:22 +0200765 #OP_MODE_DICT = {int(v) : str(v) for v in EF_AD.OP_MODE}
766 #OP_MODE_DICT_REVERSED = {str(v) : int(v) for v in EF_AD.OP_MODE}
767
Harald Welte13edf302022-07-21 15:19:23 +0200768 def __init__(self, fid='6fad', sfid=None, name='EF.AD', desc='Administrative Data', size=(3, 4)):
Harald Welteb2edd142021-01-08 23:29:35 +0100769 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Robert Falkenberg9d16fbc2021-04-12 11:43:22 +0200770 self._construct = BitStruct(
771 # Byte 1
772 'ms_operation_mode'/Bytewise(Enum(Byte, EF_AD.OP_MODE)),
773 # Byte 2
774 'rfu1'/Bytewise(ByteRFU),
775 # Byte 3
776 'rfu2'/BitsRFU(7),
777 'ofm'/Flag,
778 # Byte 4 (optional),
779 'extensions'/COptional(Struct(
780 'rfu3'/BitsRFU(4),
781 'mnc_len'/BitsInteger(4),
782 # Byte 5..N-4 (optional, RFU)
783 'extensions'/Bytewise(GreedyBytesRFU)
784 ))
785 )
Harald Welteb2edd142021-01-08 23:29:35 +0100786
Harald Welte790b2702021-04-11 00:01:35 +0200787# TS 51.011 Section 10.3.20 / 10.3.22
788class EF_VGCS(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100789 _test_de_encode = [
790 ( "92f9ffff", "299fffff" ),
791 ]
Harald Welte13edf302022-07-21 15:19:23 +0200792 def __init__(self, fid='6fb1', sfid=None, name='EF.VGCS', size=(4, 200), rec_len=4,
Harald Welte6169c722022-02-12 09:05:15 +0100793 desc='Voice Group Call Service', **kwargs):
794 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200795 self._construct = BcdAdapter(Bytes(4))
796
797# TS 51.011 Section 10.3.21 / 10.3.23
798class EF_VGCSS(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100799 _test_decode = [
800 ( "010000004540fc",
801 { "flags": [ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
802 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ] }
803 ),
804 ]
Harald Welte13edf302022-07-21 15:19:23 +0200805 def __init__(self, fid='6fb2', sfid=None, name='EF.VGCSS', size=(7, 7),
Harald Welte6169c722022-02-12 09:05:15 +0100806 desc='Voice Group Call Service Status', **kwargs):
807 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte5b9472d2023-01-24 17:26:59 +0100808 self._construct = BitsSwapped(BitStruct(
809 'flags'/Bit[50], Padding(6, pattern=b'\xff')))
Harald Welte790b2702021-04-11 00:01:35 +0200810
811# TS 51.011 Section 10.3.24
812class EF_eMLPP(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100813 _test_de_encode = [
814 ( "7c04", { "levels": { "A": False, "B": False, "zero": True, "one": True,
815 "two": True, "three": True, "four": True },
816 "fast_call_setup_cond": { "A": False, "B": False, "zero": True, "one": False,
817 "two": False, "three": False, "four": False }
818 }),
819 ]
Harald Welte13edf302022-07-21 15:19:23 +0200820 def __init__(self, fid='6fb5', sfid=None, name='EF.eMLPP', size=(2, 2),
Harald Welte6169c722022-02-12 09:05:15 +0100821 desc='enhanced Multi Level Pre-emption and Priority', **kwargs):
822 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100823 FlagsConstruct = FlagsEnum(
824 Byte, A=1, B=2, zero=4, one=8, two=16, three=32, four=64)
825 self._construct = Struct(
826 'levels'/FlagsConstruct, 'fast_call_setup_cond'/FlagsConstruct)
Harald Welte790b2702021-04-11 00:01:35 +0200827
828# TS 51.011 Section 10.3.25
829class EF_AAeM(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100830 _test_de_encode = [
831 ( "3c", { "auto_answer_prio_levels": { "A": False, "B": False, "zero": True, "one": True,
832 "two": True, "three": True, "four": False } } ),
833 ]
Harald Welte13edf302022-07-21 15:19:23 +0200834 def __init__(self, fid='6fb6', sfid=None, name='EF.AAeM', size=(1, 1),
Harald Welte6169c722022-02-12 09:05:15 +0100835 desc='Automatic Answer for eMLPP Service', **kwargs):
836 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100837 FlagsConstruct = FlagsEnum(
838 Byte, A=1, B=2, zero=4, one=8, two=16, three=32, four=64)
Harald Welte790b2702021-04-11 00:01:35 +0200839 self._construct = Struct('auto_answer_prio_levels'/FlagsConstruct)
840
841# TS 51.011 Section 10.3.26
Harald Welteb2edd142021-01-08 23:29:35 +0100842class EF_CBMID(EF_CBMI):
Harald Welte13edf302022-07-21 15:19:23 +0200843 def __init__(self, fid='6f48', sfid=None, name='EF.CBMID', size=(2, None), rec_len=2,
Harald Welte6169c722022-02-12 09:05:15 +0100844 desc='Cell Broadcast Message Identifier for Data Download', **kwargs):
845 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200846 self._construct = GreedyRange(Int16ub)
Harald Welteb2edd142021-01-08 23:29:35 +0100847
Harald Welte89e59542021-04-02 21:33:13 +0200848# TS 51.011 Section 10.3.27
849class EF_ECC(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200850 def __init__(self, fid='6fb7', sfid=None, name='EF.ECC', size=(3, 15), rec_len=3,
Harald Welte6169c722022-02-12 09:05:15 +0100851 desc='Emergency Call Codes', **kwargs):
852 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200853 self._construct = GreedyRange(BcdAdapter(Bytes(3)))
Harald Welteb2edd142021-01-08 23:29:35 +0100854
855# TS 51.011 Section 10.3.28
856class EF_CBMIR(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200857 def __init__(self, fid='6f50', sfid=None, name='EF.CBMIR', size=(4, None), rec_len=4,
Harald Welte6169c722022-02-12 09:05:15 +0100858 desc='Cell Broadcast message identifier range selection', **kwargs):
859 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200860 self._construct = GreedyRange(Struct('lower'/Int16ub, 'upper'/Int16ub))
Harald Welteb2edd142021-01-08 23:29:35 +0100861
Harald Welte790b2702021-04-11 00:01:35 +0200862# TS 51.011 Section 10.3.29
863class EF_DCK(TransparentEF):
Harald Welte13edf302022-07-21 15:19:23 +0200864 def __init__(self, fid='6f2c', sfid=None, name='EF.DCK', size=(16, 16),
Harald Welte6169c722022-02-12 09:05:15 +0100865 desc='Depersonalisation Control Keys', **kwargs):
866 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200867 self._construct = Struct('network'/BcdAdapter(Bytes(4)),
868 'network_subset'/BcdAdapter(Bytes(4)),
869 'service_provider'/BcdAdapter(Bytes(4)),
870 'corporate'/BcdAdapter(Bytes(4)))
871# TS 51.011 Section 10.3.30
872class EF_CNL(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200873 def __init__(self, fid='6f32', sfid=None, name='EF.CNL', size=(6, None), rec_len=6,
Harald Welte6169c722022-02-12 09:05:15 +0100874 desc='Co-operative Network List', **kwargs):
875 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100876
Harald Weltef6b37af2023-01-24 15:42:26 +0100877 def _decode_record_hex(self, in_hex, **kwargs):
Harald Welte790b2702021-04-11 00:01:35 +0200878 (in_plmn, sub, svp, corp) = unpack('!3sBBB', h2b(in_hex))
879 res = dec_plmn(b2h(in_plmn))
880 res['network_subset'] = sub
881 res['service_provider_id'] = svp
882 res['corporate_id'] = corp
883 return res
Harald Weltec91085e2022-02-10 18:05:45 +0100884
Harald Weltef6b37af2023-01-24 15:42:26 +0100885 def _encode_record_hex(self, in_json, **kwargs):
Harald Welte790b2702021-04-11 00:01:35 +0200886 plmn = enc_plmn(in_json['mcc'], in_json['mnc'])
Vadim Yanitskiy1a95d2b2021-05-02 01:42:09 +0200887 return b2h(pack('!3sBBB',
888 h2b(plmn),
889 in_json['network_subset'],
890 in_json['service_provider_id'],
891 in_json['corporate_id']))
Harald Welte790b2702021-04-11 00:01:35 +0200892
893# TS 51.011 Section 10.3.31
894class EF_NIA(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +0200895 def __init__(self, fid='6f51', sfid=None, name='EF.NIA', rec_len=(1, 32),
Harald Welte6169c722022-02-12 09:05:15 +0100896 desc='Network\'s Indication of Alerting', **kwargs):
897 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100898 self._construct = Struct(
899 'alerting_category'/Int8ub, 'category'/GreedyBytes)
Harald Welte790b2702021-04-11 00:01:35 +0200900
901# TS 51.011 Section 10.3.32
902class EF_Kc(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100903 _test_de_encode = [
904 ( "837d783609a3858f05", { "kc": "837d783609a3858f", "cksn": 5 } ),
905 ]
Harald Welte13edf302022-07-21 15:19:23 +0200906 def __init__(self, fid='6f20', sfid=None, name='EF.Kc', desc='Ciphering key Kc', size=(9, 9), **kwargs):
Harald Welted90ceb82022-07-17 22:10:58 +0200907 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200908 self._construct = Struct('kc'/HexAdapter(Bytes(8)), 'cksn'/Int8ub)
909
910# TS 51.011 Section 10.3.33
911class EF_LOCIGPRS(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100912 _test_de_encode = [
913 ( "ffffffffffffff22f8990000ff01",
914 { "ptmsi": "ffffffff", "ptmsi_sig": "ffffff", "rai": "22f8990000ff", "rau_status": "not_updated" } ),
915 ]
Harald Welte13edf302022-07-21 15:19:23 +0200916 def __init__(self, fid='6f53', sfid=None, name='EF.LOCIGPRS', desc='GPRS Location Information', size=(14, 14)):
Harald Welte790b2702021-04-11 00:01:35 +0200917 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Harald Welted2edd412023-01-31 16:49:03 +0100918 self._construct = Struct('ptmsi'/HexAdapter(Bytes(4)), 'ptmsi_sig'/HexAdapter(Bytes(3)),
919 'rai'/HexAdapter(Bytes(6)),
Harald Welte790b2702021-04-11 00:01:35 +0200920 'rau_status'/Enum(Byte, updated=0, not_updated=1, plmn_not_allowed=2,
921 routing_area_not_allowed=3))
Harald Welteb2edd142021-01-08 23:29:35 +0100922
923# TS 51.011 Section 10.3.35..37
924class EF_xPLMNwAcT(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100925 _test_de_encode = [
926 ( '62F2104000', { "mcc": "262", "mnc": "01", "act": [ "E-UTRAN" ] } ),
927 ( '62F2108000', { "mcc": "262", "mnc": "01", "act": [ "UTRAN" ] } ),
928 ]
929 def __init__(self, fid='1234', sfid=None, name=None, desc=None, size=(40, None), rec_len=5, **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100930 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100931
Harald Weltef6b37af2023-01-24 15:42:26 +0100932 def _decode_record_hex(self, in_hex, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100933 if in_hex[:6] == "ffffff":
934 return None
935 else:
936 return dec_xplmn_w_act(in_hex)
Harald Weltec91085e2022-02-10 18:05:45 +0100937
Harald Weltef6b37af2023-01-24 15:42:26 +0100938 def _encode_record_hex(self, in_json, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100939 if in_json == None:
940 return "ffffff0000"
941 else:
942 hplmn = enc_plmn(in_json['mcc'], in_json['mnc'])
943 act = self.enc_act(in_json['act'])
944 return hplmn + act
Harald Weltec91085e2022-02-10 18:05:45 +0100945
Harald Welteb2edd142021-01-08 23:29:35 +0100946 @staticmethod
947 def enc_act(in_list):
948 u16 = 0
949 # first the simple ones
950 if 'UTRAN' in in_list:
951 u16 |= 0x8000
952 if 'NG-RAN' in in_list:
953 u16 |= 0x0800
954 if 'GSM COMPACT' in in_list:
955 u16 |= 0x0040
956 if 'cdma2000 HRPD' in in_list:
957 u16 |= 0x0020
958 if 'cdma2000 1xRTT' in in_list:
959 u16 |= 0x0010
960 # E-UTRAN
Philipp Maiere7d41792021-04-29 16:20:07 +0200961 if 'E-UTRAN' in in_list:
962 u16 |= 0x4000
Vadim Yanitskiy5452d642021-03-07 21:45:34 +0100963 if 'E-UTRAN WB-S1' in in_list:
964 u16 |= 0x6000
965 if 'E-UTRAN NB-S1' in in_list:
966 u16 |= 0x5000
Harald Welteb2edd142021-01-08 23:29:35 +0100967 # GSM mess
968 if 'GSM' in in_list and 'EC-GSM-IoT' in in_list:
969 u16 |= 0x008C
970 elif 'GSM' in in_list:
971 u16 |= 0x0084
972 elif 'EC-GSM-IuT' in in_list:
973 u16 |= 0x0088
Harald Weltec91085e2022-02-10 18:05:45 +0100974 return '%04X' % (u16)
Harald Welteb2edd142021-01-08 23:29:35 +0100975
Harald Welte790b2702021-04-11 00:01:35 +0200976# TS 51.011 Section 10.3.38
977class EF_CPBCCH(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200978 def __init__(self, fid='6f63', sfid=None, name='EF.CPBCCH', size=(2, 14), rec_len=2,
Harald Welted90ceb82022-07-17 22:10:58 +0200979 desc='CPBCCH Information', **kwargs):
980 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200981 self._construct = Struct('cpbcch'/Int16ub)
982
983# TS 51.011 Section 10.3.39
984class EF_InvScan(TransparentEF):
Harald Welte13edf302022-07-21 15:19:23 +0200985 def __init__(self, fid='6f64', sfid=None, name='EF.InvScan', size=(1, 1),
Harald Welted90ceb82022-07-17 22:10:58 +0200986 desc='IOnvestigation Scan', **kwargs):
987 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100988 self._construct = FlagsEnum(
989 Byte, in_limited_service_mode=1, after_successful_plmn_selection=2)
Harald Welte790b2702021-04-11 00:01:35 +0200990
Harald Welte14105dc2021-05-31 08:48:51 +0200991# TS 51.011 Section 4.2.58
992class EF_PNN(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +0100993 # TODO: 430a82d432bbbc7eb75de432450a82d432bbbc7eb75de432ffffffff
994 # TODO: 430a82c596b34cbfbfe5eb39ffffffffffffffffffffffffffffffffffff
Harald Welte14105dc2021-05-31 08:48:51 +0200995 class FullNameForNetwork(BER_TLV_IE, tag=0x43):
996 # TS 24.008 10.5.3.5a
Harald Welte857f1102022-07-20 07:44:25 +0200997 # TODO: proper decode
998 _construct = HexAdapter(GreedyBytes)
Harald Weltec91085e2022-02-10 18:05:45 +0100999
Harald Welte14105dc2021-05-31 08:48:51 +02001000 class ShortNameForNetwork(BER_TLV_IE, tag=0x45):
1001 # TS 24.008 10.5.3.5a
Harald Welte857f1102022-07-20 07:44:25 +02001002 # TODO: proper decode
1003 _construct = HexAdapter(GreedyBytes)
Harald Weltec91085e2022-02-10 18:05:45 +01001004
Harald Welte14105dc2021-05-31 08:48:51 +02001005 class NetworkNameCollection(TLV_IE_Collection, nested=[FullNameForNetwork, ShortNameForNetwork]):
1006 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001007
Harald Welte6169c722022-02-12 09:05:15 +01001008 def __init__(self, fid='6fc5', sfid=None, name='EF.PNN', desc='PLMN Network Name', **kwargs):
1009 super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +02001010 self._tlv = EF_PNN.NetworkNameCollection
1011
Harald Welte790b2702021-04-11 00:01:35 +02001012# TS 51.011 Section 10.3.42
1013class EF_OPL(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +01001014 _test_de_encode = [
1015 ( '62f2100000fffe01',
1016 { "lai": { "mcc_mnc": "262f01", "lac_min": "0000", "lac_max": "fffe" }, "pnn_record_id": 1 } ),
1017 ]
Harald Welte99e4cc02022-07-21 15:25:47 +02001018 def __init__(self, fid='6fc6', sfid=None, name='EF.OPL', rec_len=(8, 8), desc='Operator PLMN List', **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +01001019 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte3c98d5e2022-07-20 07:40:05 +02001020 self._construct = Struct('lai'/Struct('mcc_mnc'/BcdAdapter(Bytes(3)),
1021 'lac_min'/HexAdapter(Bytes(2)), 'lac_max'/HexAdapter(Bytes(2))), 'pnn_record_id'/Int8ub)
Harald Welte790b2702021-04-11 00:01:35 +02001022
1023# TS 51.011 Section 10.3.44 + TS 31.102 4.2.62
1024class EF_MBI(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +01001025 _test_de_encode = [
1026 ( '0100000000',
1027 { "mbi_voicemail": 1, "mbi_fax": 0, "mbi_email": 0, "mbi_other": 0, "mbi_videocall": 0 } ),
1028 ]
Harald Welte99e4cc02022-07-21 15:25:47 +02001029 def __init__(self, fid='6fc9', sfid=None, name='EF.MBI', rec_len=(4, 5), desc='Mailbox Identifier', **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +01001030 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +02001031 self._construct = Struct('mbi_voicemail'/Int8ub, 'mbi_fax'/Int8ub, 'mbi_email'/Int8ub,
1032 'mbi_other'/Int8ub, 'mbi_videocall'/COptional(Int8ub))
1033
1034# TS 51.011 Section 10.3.45 + TS 31.102 4.2.63
1035class EF_MWIS(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +02001036 def __init__(self, fid='6fca', sfid=None, name='EF.MWIS', rec_len=(5, 6),
Harald Welte6169c722022-02-12 09:05:15 +01001037 desc='Message Waiting Indication Status', **kwargs):
1038 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +02001039 self._construct = Struct('mwi_status'/FlagsEnum(Byte, voicemail=1, fax=2, email=4, other=8, videomail=16),
1040 'num_waiting_voicemail'/Int8ub,
1041 'num_waiting_fax'/Int8ub, 'num_waiting_email'/Int8ub,
1042 'num_waiting_other'/Int8ub, 'num_waiting_videomail'/COptional(Int8ub))
1043
Harald Welte14105dc2021-05-31 08:48:51 +02001044# TS 51.011 Section 10.3.66
1045class EF_SPDI(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +01001046 # TODO: a305800337f800ffffffffffffffffffffffffffffffffffffffffffffff
Harald Welte14105dc2021-05-31 08:48:51 +02001047 class ServiceProviderPLMN(BER_TLV_IE, tag=0x80):
1048 # flexible numbers of 3-byte PLMN records
1049 _construct = GreedyRange(BcdAdapter(Bytes(3)))
Harald Weltec91085e2022-02-10 18:05:45 +01001050
Harald Welte14105dc2021-05-31 08:48:51 +02001051 class SPDI(BER_TLV_IE, tag=0xA3, nested=[ServiceProviderPLMN]):
1052 pass
1053 def __init__(self, fid='6fcd', sfid=None, name='EF.SPDI',
Harald Welte6169c722022-02-12 09:05:15 +01001054 desc='Service Provider Display Information', **kwargs):
1055 super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +02001056 self._tlv = EF_SPDI.SPDI
1057
Harald Welte790b2702021-04-11 00:01:35 +02001058# TS 51.011 Section 10.3.51
1059class EF_MMSN(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +02001060 def __init__(self, fid='6fce', sfid=None, name='EF.MMSN', rec_len=(4, 20), desc='MMS Notification', **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +01001061 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte3c98d5e2022-07-20 07:40:05 +02001062 self._construct = Struct('mms_status'/HexAdapter(Bytes(2)), 'mms_implementation'/HexAdapter(Bytes(1)),
1063 'mms_notification'/HexAdapter(Bytes(this._.total_len-4)), 'ext_record_nr'/Byte)
Harald Welte790b2702021-04-11 00:01:35 +02001064
Harald Welte14105dc2021-05-31 08:48:51 +02001065# TS 51.011 Annex K.1
1066class MMS_Implementation(BER_TLV_IE, tag=0x80):
1067 _construct = FlagsEnum(Byte, WAP=1)
1068
Harald Welte790b2702021-04-11 00:01:35 +02001069# TS 51.011 Section 10.3.53
1070class EF_MMSICP(TransparentEF):
Harald Welte14105dc2021-05-31 08:48:51 +02001071 class MMS_Relay_Server(BER_TLV_IE, tag=0x81):
1072 # 3GPP TS 23.140
1073 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001074
Harald Welte14105dc2021-05-31 08:48:51 +02001075 class Interface_to_CN(BER_TLV_IE, tag=0x82):
1076 # 3GPP TS 23.140
1077 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001078
Harald Welte14105dc2021-05-31 08:48:51 +02001079 class Gateway(BER_TLV_IE, tag=0x83):
1080 # Address, Type of address, Port, Service, AuthType, AuthId, AuthPass / 3GPP TS 23.140
1081 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001082
Harald Welte14105dc2021-05-31 08:48:51 +02001083 class MMS_ConnectivityParamters(TLV_IE_Collection,
Harald Weltec91085e2022-02-10 18:05:45 +01001084 nested=[MMS_Implementation, MMS_Relay_Server, Interface_to_CN, Gateway]):
Harald Welte14105dc2021-05-31 08:48:51 +02001085 pass
Harald Welte13edf302022-07-21 15:19:23 +02001086 def __init__(self, fid='6fd0', sfid=None, name='EF.MMSICP', size=(1, None),
Harald Welte6169c722022-02-12 09:05:15 +01001087 desc='MMS Issuer Connectivity Parameters', **kwargs):
1088 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +02001089 self._tlv = EF_MMSICP.MMS_ConnectivityParamters
Harald Welte790b2702021-04-11 00:01:35 +02001090
1091# TS 51.011 Section 10.3.54
1092class EF_MMSUP(LinFixedEF):
Harald Welte14105dc2021-05-31 08:48:51 +02001093 class MMS_UserPref_ProfileName(BER_TLV_IE, tag=0x81):
1094 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001095
Harald Welte14105dc2021-05-31 08:48:51 +02001096 class MMS_UserPref_Info(BER_TLV_IE, tag=0x82):
1097 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001098
Harald Welte14105dc2021-05-31 08:48:51 +02001099 class MMS_User_Preferences(TLV_IE_Collection,
Harald Weltec91085e2022-02-10 18:05:45 +01001100 nested=[MMS_Implementation, MMS_UserPref_ProfileName, MMS_UserPref_Info]):
Harald Welte14105dc2021-05-31 08:48:51 +02001101 pass
Harald Welte99e4cc02022-07-21 15:25:47 +02001102 def __init__(self, fid='6fd1', sfid=None, name='EF.MMSUP', rec_len=(1, None),
Harald Welte6169c722022-02-12 09:05:15 +01001103 desc='MMS User Preferences', **kwargs):
1104 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte6113fe92022-01-21 15:51:35 +01001105 self._tlv = EF_MMSUP.MMS_User_Preferences
Harald Welte790b2702021-04-11 00:01:35 +02001106
1107# TS 51.011 Section 10.3.55
1108class EF_MMSUCP(TransparentEF):
Harald Welte13edf302022-07-21 15:19:23 +02001109 def __init__(self, fid='6fd2', sfid=None, name='EF.MMSUCP', size=(1, None),
Harald Welte6169c722022-02-12 09:05:15 +01001110 desc='MMS User Connectivity Parameters', **kwargs):
1111 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +02001112
Harald Welteb2edd142021-01-08 23:29:35 +01001113
1114class DF_GSM(CardDF):
1115 def __init__(self, fid='7f20', name='DF.GSM', desc='GSM Network related files'):
1116 super().__init__(fid=fid, name=name, desc=desc)
Harald Welte61ef1572023-03-09 19:42:38 +01001117 self.shell_commands += [self.AddlShellCommands()]
1118
Harald Welteb2edd142021-01-08 23:29:35 +01001119 files = [
Harald Weltec91085e2022-02-10 18:05:45 +01001120 EF_LP(),
1121 EF_IMSI(),
1122 EF_Kc(),
1123 EF_PLMNsel(),
1124 TransparentEF('6f31', None, 'EF.HPPLMN',
1125 'Higher Priority PLMN search period'),
1126 EF_ACMmax(),
1127 EF_ServiceTable('6f38', None, 'EF.SST',
Harald Welte13edf302022-07-21 15:19:23 +02001128 'SIM service table', table=EF_SST_map, size=(2, 16)),
Harald Weltec91085e2022-02-10 18:05:45 +01001129 CyclicEF('6f39', None, 'EF.ACM',
Harald Welte99e4cc02022-07-21 15:25:47 +02001130 'Accumulated call meter', rec_len=(3, 3)),
Harald Weltec91085e2022-02-10 18:05:45 +01001131 TransparentEF('6f3e', None, 'EF.GID1', 'Group Identifier Level 1'),
1132 TransparentEF('6f3f', None, 'EF.GID2', 'Group Identifier Level 2'),
1133 EF_SPN(),
1134 TransparentEF('6f41', None, 'EF.PUCT',
Harald Welte13edf302022-07-21 15:19:23 +02001135 'Price per unit and currency table', size=(5, 5)),
Harald Weltec91085e2022-02-10 18:05:45 +01001136 EF_CBMI(),
1137 TransparentEF('6f7f', None, 'EF.BCCH',
Harald Welte13edf302022-07-21 15:19:23 +02001138 'Broadcast control channels', size=(16, 16)),
Harald Weltec91085e2022-02-10 18:05:45 +01001139 EF_ACC(),
1140 EF_PLMNsel('6f7b', None, 'EF.FPLMN',
Harald Welte13edf302022-07-21 15:19:23 +02001141 'Forbidden PLMNs', size=(12, 12)),
Harald Weltec91085e2022-02-10 18:05:45 +01001142 EF_LOCI(),
1143 EF_AD(),
1144 TransparentEF('6fa3', None, 'EF.Phase',
Harald Welte13edf302022-07-21 15:19:23 +02001145 'Phase identification', size=(1, 1)),
Harald Weltec91085e2022-02-10 18:05:45 +01001146 EF_VGCS(),
1147 EF_VGCSS(),
1148 EF_VGCS('6fb3', None, 'EF.VBS', 'Voice Broadcast Service'),
1149 EF_VGCSS('6fb4', None, 'EF.VBSS',
1150 'Voice Broadcast Service Status'),
1151 EF_eMLPP(),
1152 EF_AAeM(),
1153 EF_CBMID(),
1154 EF_ECC(),
1155 EF_CBMIR(),
1156 EF_DCK(),
1157 EF_CNL(),
1158 EF_NIA(),
1159 EF_Kc('6f52', None, 'EF.KcGPRS', 'GPRS Ciphering key KcGPRS'),
1160 EF_LOCIGPRS(),
1161 TransparentEF('6f54', None, 'EF.SUME', 'SetUpMenu Elements'),
1162 EF_xPLMNwAcT('6f60', None, 'EF.PLMNwAcT',
1163 'User controlled PLMN Selector with Access Technology'),
1164 EF_xPLMNwAcT('6f61', None, 'EF.OPLMNwAcT',
1165 'Operator controlled PLMN Selector with Access Technology'),
1166 EF_xPLMNwAcT('6f62', None, 'EF.HPLMNwAcT',
1167 'HPLMN Selector with Access Technology'),
1168 EF_CPBCCH(),
1169 EF_InvScan(),
1170 EF_PNN(),
1171 EF_OPL(),
1172 EF_ADN('6fc7', None, 'EF.MBDN', 'Mailbox Dialling Numbers'),
1173 EF_MBI(),
1174 EF_MWIS(),
1175 EF_ADN('6fcb', None, 'EF.CFIS',
1176 'Call Forwarding Indication Status'),
1177 EF_EXT('6fc8', None, 'EF.EXT6', 'Externsion6 (MBDN)'),
1178 EF_EXT('6fcc', None, 'EF.EXT7', 'Externsion7 (CFIS)'),
1179 EF_SPDI(),
1180 EF_MMSN(),
1181 EF_EXT('6fcf', None, 'EF.EXT8', 'Extension8 (MMSN)'),
1182 EF_MMSICP(),
1183 EF_MMSUP(),
1184 EF_MMSUCP(),
1185 ]
Harald Welteb2edd142021-01-08 23:29:35 +01001186 self.add_files(files)
1187
Harald Welte61ef1572023-03-09 19:42:38 +01001188 @with_default_category('Application-Specific Commands')
1189 class AddlShellCommands(CommandSet):
1190 def __init__(self):
1191 super().__init__()
1192
1193 authenticate_parser = argparse.ArgumentParser()
1194 authenticate_parser.add_argument('rand', help='Random challenge')
1195
1196 @cmd2.with_argparser(authenticate_parser)
1197 def do_authenticate(self, opts):
1198 """Perform GSM Authentication."""
1199 (data, sw) = self._cmd.card._scc.run_gsm(opts.rand)
1200 self._cmd.poutput_json(data)
1201
Harald Weltec91085e2022-02-10 18:05:45 +01001202
Philipp Maierc8387dc2021-10-29 17:59:50 +02001203class CardProfileSIM(CardProfile):
Philipp Maiera028c7d2021-11-08 16:12:03 +01001204
1205 ORDER = 2
1206
Philipp Maierc8387dc2021-10-29 17:59:50 +02001207 def __init__(self):
Philipp Maiera4df9422021-11-10 17:13:40 +01001208 sw = {
Harald Weltec91085e2022-02-10 18:05:45 +01001209 'Normal': {
1210 '9000': 'Normal ending of the command',
1211 '91xx': 'normal ending of the command, with extra information from the proactive SIM containing a command for the ME',
1212 '9exx': 'length XX of the response data given in case of a SIM data download error',
1213 '9fxx': 'length XX of the response data',
Philipp Maiera4df9422021-11-10 17:13:40 +01001214 },
Harald Weltec91085e2022-02-10 18:05:45 +01001215 'Postponed processing': {
1216 '9300': 'SIM Application Toolkit is busy. Command cannot be executed at present, further normal commands are allowed',
Philipp Maiera4df9422021-11-10 17:13:40 +01001217 },
Harald Weltec91085e2022-02-10 18:05:45 +01001218 'Memory management': {
1219 '920x': 'command successful but after using an internal update retry routine X times',
1220 '9240': 'memory problem',
Philipp Maiera4df9422021-11-10 17:13:40 +01001221 },
Harald Weltec91085e2022-02-10 18:05:45 +01001222 'Referencing management': {
1223 '9400': 'no EF selected',
1224 '9402': 'out of range (invalid address)',
1225 '9404': 'file ID not found or pattern not found',
1226 '9408': 'file is inconsistent with the command',
Philipp Maiera4df9422021-11-10 17:13:40 +01001227 },
Harald Weltec91085e2022-02-10 18:05:45 +01001228 'Security management': {
1229 '9802': 'no CHV initialized',
1230 '9804': 'access condition not fulfilled, unsuccessful CHV verification or authentication failed',
1231 '9808': 'in contradiction with CHV status',
1232 '9810': 'in contradiction with invalidation status',
1233 '9840': 'unsuccessful verification, CHV blocked, UNBLOCK CHV blocked',
1234 '9850': 'increase cannot be performed, Max value reached',
Philipp Maiera4df9422021-11-10 17:13:40 +01001235 },
Harald Weltec91085e2022-02-10 18:05:45 +01001236 'Application independent errors': {
1237 '67xx': 'incorrect parameter P3',
1238 '6bxx': 'incorrect parameter P1 or P2',
1239 '6dxx': 'unknown instruction code given in the command',
1240 '6exx': 'wrong instruction class given in the command',
1241 '6fxx': 'technical problem with no diagnostic given',
Philipp Maiera4df9422021-11-10 17:13:40 +01001242 },
Harald Weltec91085e2022-02-10 18:05:45 +01001243 }
Philipp Maiera4df9422021-11-10 17:13:40 +01001244
Harald Weltec91085e2022-02-10 18:05:45 +01001245 super().__init__('SIM', desc='GSM SIM Card', cla="a0",
1246 sel_ctrl="0000", files_in_mf=[DF_TELECOM(), DF_GSM()], sw=sw)
Philipp Maier4ab971c2021-11-11 11:53:49 +01001247
Philipp Maier5998a3a2021-11-16 15:16:39 +01001248 @staticmethod
Harald Weltec91085e2022-02-10 18:05:45 +01001249 def decode_select_response(resp_hex: str) -> object:
Harald Welte5924ec42023-01-24 19:49:24 +01001250 # we try to build something that resembles a dict resulting from the TLV decoder
1251 # of TS 102.221 (FcpTemplate), so that higher-level code only has to deal with one
1252 # format of SELECT response
Philipp Maier4ab971c2021-11-11 11:53:49 +01001253 resp_bin = h2b(resp_hex)
1254 struct_of_file_map = {
1255 0: 'transparent',
1256 1: 'linear_fixed',
1257 3: 'cyclic'
Harald Weltec91085e2022-02-10 18:05:45 +01001258 }
Philipp Maier4ab971c2021-11-11 11:53:49 +01001259 type_of_file_map = {
1260 1: 'mf',
1261 2: 'df',
1262 4: 'working_ef'
Harald Weltec91085e2022-02-10 18:05:45 +01001263 }
Philipp Maier4ab971c2021-11-11 11:53:49 +01001264 ret = {
Harald Welte747a9782022-02-13 17:52:28 +01001265 'file_descriptor': {
1266 'file_descriptor_byte': {},
1267 },
Philipp Maier4ab971c2021-11-11 11:53:49 +01001268 'proprietary_info': {},
Harald Weltec91085e2022-02-10 18:05:45 +01001269 }
Philipp Maier4ab971c2021-11-11 11:53:49 +01001270 ret['file_id'] = b2h(resp_bin[4:6])
Harald Weltec91085e2022-02-10 18:05:45 +01001271 file_type = type_of_file_map[resp_bin[6]
1272 ] if resp_bin[6] in type_of_file_map else resp_bin[6]
Harald Welte747a9782022-02-13 17:52:28 +01001273 ret['file_descriptor']['file_descriptor_byte']['file_type'] = file_type
Philipp Maier4ab971c2021-11-11 11:53:49 +01001274 if file_type in ['mf', 'df']:
Harald Welte5924ec42023-01-24 19:49:24 +01001275 ret['proprietary_info']['available_memory'] = int.from_bytes(resp_bin[2:4], 'big')
Philipp Maier4ab971c2021-11-11 11:53:49 +01001276 ret['file_characteristics'] = b2h(resp_bin[13:14])
1277 ret['num_direct_child_df'] = resp_bin[14]
1278 ret['num_direct_child_ef'] = resp_bin[15]
1279 ret['num_chv_unblock_adm_codes'] = int(resp_bin[16])
1280 # CHV / UNBLOCK CHV stats
1281 elif file_type in ['working_ef']:
Harald Welte5924ec42023-01-24 19:49:24 +01001282 ret['file_size'] = int.from_bytes(resp_bin[2:4], 'big')
Harald Weltec91085e2022-02-10 18:05:45 +01001283 file_struct = struct_of_file_map[resp_bin[13]
1284 ] if resp_bin[13] in struct_of_file_map else resp_bin[13]
Harald Welte747a9782022-02-13 17:52:28 +01001285 ret['file_descriptor']['file_descriptor_byte']['structure'] = file_struct
Harald Welte5924ec42023-01-24 19:49:24 +01001286 if file_struct != 'transparent':
1287 record_len = resp_bin[14]
1288 ret['file_descriptor']['record_len'] = record_len
1289 ret['file_descriptor']['num_of_rec'] = ret['file_size'] // record_len
Philipp Maier4ab971c2021-11-11 11:53:49 +01001290 ret['access_conditions'] = b2h(resp_bin[8:10])
1291 if resp_bin[11] & 0x01 == 0:
1292 ret['life_cycle_status_int'] = 'operational_activated'
1293 elif resp_bin[11] & 0x04:
1294 ret['life_cycle_status_int'] = 'operational_deactivated'
1295 else:
1296 ret['life_cycle_status_int'] = 'terminated'
1297 return ret
Philipp Maiera028c7d2021-11-08 16:12:03 +01001298
1299 @staticmethod
Harald Weltec91085e2022-02-10 18:05:45 +01001300 def match_with_card(scc: SimCardCommands) -> bool:
Philipp Maiera028c7d2021-11-08 16:12:03 +01001301 return match_sim(scc)