blob: e9f0945283d305cb5591a20cd4605145cf512dfb [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)
Vadim Yanitskiy6b19d802023-04-22 19:55:00 +0700673 (byte_offset, bit_offset) = self._bit_byte_offset_for_service(service_nr)
Harald Welte7a8aa862021-10-14 20:46:19 +0200674 if byte_offset >= bin_len:
675 bin_len = byte_offset+1
676 # encode the actual data
677 out = bytearray(b'\x00' * bin_len)
678 for srv in in_json.keys():
679 service_nr = int(srv)
Vadim Yanitskiy6b19d802023-04-22 19:55:00 +0700680 (byte_offset, bit_offset) = self._bit_byte_offset_for_service(service_nr)
Harald Welte7a8aa862021-10-14 20:46:19 +0200681 bits = 0
682 if in_json[srv]['allocated'] == True:
683 bits |= 1
684 if in_json[srv]['activated'] == True:
685 bits |= 2
686 out[byte_offset] |= ((bits & 3) << bit_offset)
687 return out
Harald Welteb2edd142021-01-08 23:29:35 +0100688
689# TS 51.011 Section 10.3.11
690class EF_SPN(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100691 _test_de_encode = [
692 ( "0147534d2d52204348ffffffffffffffff",
693 { "rfu": 0, "hide_in_oplmn": False, "show_in_hplmn": True, "spn": "GSM-R CH" } ),
694 ]
695
Harald Welte6169c722022-02-12 09:05:15 +0100696 def __init__(self, fid='6f46', sfid=None, name='EF.SPN',
Harald Welte13edf302022-07-21 15:19:23 +0200697 desc='Service Provider Name', size=(17, 17), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100698 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Robert Falkenbergb07a3e92021-05-07 15:23:20 +0200699 self._construct = BitStruct(
700 # Byte 1
701 'rfu'/BitsRFU(6),
702 'hide_in_oplmn'/Flag,
703 'show_in_hplmn'/Flag,
704 # Bytes 2..17
705 'spn'/Bytewise(GsmString(16))
706 )
Harald Welteb2edd142021-01-08 23:29:35 +0100707
708# TS 51.011 Section 10.3.13
709class EF_CBMI(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100710 # TODO: Test vectors
Harald Welte13edf302022-07-21 15:19:23 +0200711 def __init__(self, fid='6f45', sfid=None, name='EF.CBMI', size=(2, None), rec_len=2,
Harald Welte6169c722022-02-12 09:05:15 +0100712 desc='Cell Broadcast message identifier selection', **kwargs):
713 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200714 self._construct = GreedyRange(Int16ub)
Harald Welteb2edd142021-01-08 23:29:35 +0100715
716# TS 51.011 Section 10.3.15
717class EF_ACC(TransparentEF):
Vadim Yanitskiyb34f2342023-04-18 04:25:27 +0700718 # example: acc_list(15) will produce a dict with only ACC15 being True
719 # example: acc_list(2, 4) will produce a dict with ACC2 and ACC4 being True
720 # example: acc_list() will produce a dict with all ACCs being False
721 acc_list = lambda *active: {'ACC{}'.format(c) : c in active for c in range(16)}
722
Harald Welte865eea62023-01-27 19:26:12 +0100723 _test_de_encode = [
Vadim Yanitskiyb34f2342023-04-18 04:25:27 +0700724 ( "0000", acc_list() ),
725 ( "0001", acc_list(0) ),
726 ( "0002", acc_list(1) ),
727 ( "0100", acc_list(8) ),
728 ( "8000", acc_list(15) ),
729 ( "802b", acc_list(0,1,3,5,15) ),
Harald Welte865eea62023-01-27 19:26:12 +0100730 ]
Harald Welte6169c722022-02-12 09:05:15 +0100731 def __init__(self, fid='6f78', sfid=None, name='EF.ACC',
Harald Welte13edf302022-07-21 15:19:23 +0200732 desc='Access Control Class', size=(2, 2), **kwargs):
Harald Welte6169c722022-02-12 09:05:15 +0100733 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Vadim Yanitskiyb34f2342023-04-18 04:25:27 +0700734 # LSB of octet 2 is ACC=0 ... MSB of octet 1 is ACC=15
735 flags = ['ACC{}'.format(c) / Flag for c in range(16)]
736 self._construct = ByteSwapped(BitsSwapped(BitStruct(*flags)))
Harald Welteb2edd142021-01-08 23:29:35 +0100737
Harald Welte790b2702021-04-11 00:01:35 +0200738# TS 51.011 Section 10.3.16
739class EF_LOCI(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100740 _test_de_encode = [
741 ( "7802570222f81009780000",
742 { "tmsi": "78025702", "lai": "22f8100978", "tmsi_time": 0, "lu_status": "updated" } ),
743 ]
Harald Welte13edf302022-07-21 15:19:23 +0200744 def __init__(self, fid='6f7e', sfid=None, name='EF.LOCI', desc='Location Information', size=(11, 11)):
Harald Welte790b2702021-04-11 00:01:35 +0200745 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Harald Welte3c98d5e2022-07-20 07:40:05 +0200746 self._construct = Struct('tmsi'/HexAdapter(Bytes(4)), 'lai'/HexAdapter(Bytes(5)), 'tmsi_time'/Int8ub,
Harald Welte790b2702021-04-11 00:01:35 +0200747 'lu_status'/Enum(Byte, updated=0, not_updated=1, plmn_not_allowed=2,
748 location_area_not_allowed=3))
749
Harald Welteb2edd142021-01-08 23:29:35 +0100750# TS 51.011 Section 10.3.18
751class EF_AD(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100752 _test_de_encode = [
753 ( "00ffff",
754 { "ms_operation_mode": "normal", "rfu1": 255, "rfu2": 127, "ofm": True, "extensions": None } ),
755 ]
Robert Falkenberg9d16fbc2021-04-12 11:43:22 +0200756 class OP_MODE(enum.IntEnum):
Harald Weltec91085e2022-02-10 18:05:45 +0100757 normal = 0x00
758 type_approval = 0x80
759 normal_and_specific_facilities = 0x01
760 type_approval_and_specific_facilities = 0x81
761 maintenance_off_line = 0x02
762 cell_test = 0x04
Robert Falkenberg9d16fbc2021-04-12 11:43:22 +0200763 #OP_MODE_DICT = {int(v) : str(v) for v in EF_AD.OP_MODE}
764 #OP_MODE_DICT_REVERSED = {str(v) : int(v) for v in EF_AD.OP_MODE}
765
Harald Welte13edf302022-07-21 15:19:23 +0200766 def __init__(self, fid='6fad', sfid=None, name='EF.AD', desc='Administrative Data', size=(3, 4)):
Harald Welteb2edd142021-01-08 23:29:35 +0100767 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Robert Falkenberg9d16fbc2021-04-12 11:43:22 +0200768 self._construct = BitStruct(
769 # Byte 1
770 'ms_operation_mode'/Bytewise(Enum(Byte, EF_AD.OP_MODE)),
771 # Byte 2
772 'rfu1'/Bytewise(ByteRFU),
773 # Byte 3
774 'rfu2'/BitsRFU(7),
775 'ofm'/Flag,
776 # Byte 4 (optional),
777 'extensions'/COptional(Struct(
778 'rfu3'/BitsRFU(4),
779 'mnc_len'/BitsInteger(4),
780 # Byte 5..N-4 (optional, RFU)
781 'extensions'/Bytewise(GreedyBytesRFU)
782 ))
783 )
Harald Welteb2edd142021-01-08 23:29:35 +0100784
Harald Welte790b2702021-04-11 00:01:35 +0200785# TS 51.011 Section 10.3.20 / 10.3.22
786class EF_VGCS(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100787 _test_de_encode = [
788 ( "92f9ffff", "299fffff" ),
789 ]
Harald Welte13edf302022-07-21 15:19:23 +0200790 def __init__(self, fid='6fb1', sfid=None, name='EF.VGCS', size=(4, 200), rec_len=4,
Harald Welte6169c722022-02-12 09:05:15 +0100791 desc='Voice Group Call Service', **kwargs):
792 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200793 self._construct = BcdAdapter(Bytes(4))
794
795# TS 51.011 Section 10.3.21 / 10.3.23
796class EF_VGCSS(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100797 _test_decode = [
798 ( "010000004540fc",
799 { "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,
800 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 ] }
801 ),
802 ]
Harald Welte13edf302022-07-21 15:19:23 +0200803 def __init__(self, fid='6fb2', sfid=None, name='EF.VGCSS', size=(7, 7),
Harald Welte6169c722022-02-12 09:05:15 +0100804 desc='Voice Group Call Service Status', **kwargs):
805 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte5b9472d2023-01-24 17:26:59 +0100806 self._construct = BitsSwapped(BitStruct(
807 'flags'/Bit[50], Padding(6, pattern=b'\xff')))
Harald Welte790b2702021-04-11 00:01:35 +0200808
809# TS 51.011 Section 10.3.24
810class EF_eMLPP(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100811 _test_de_encode = [
812 ( "7c04", { "levels": { "A": False, "B": False, "zero": True, "one": True,
813 "two": True, "three": True, "four": True },
814 "fast_call_setup_cond": { "A": False, "B": False, "zero": True, "one": False,
815 "two": False, "three": False, "four": False }
816 }),
817 ]
Harald Welte13edf302022-07-21 15:19:23 +0200818 def __init__(self, fid='6fb5', sfid=None, name='EF.eMLPP', size=(2, 2),
Harald Welte6169c722022-02-12 09:05:15 +0100819 desc='enhanced Multi Level Pre-emption and Priority', **kwargs):
820 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100821 FlagsConstruct = FlagsEnum(
822 Byte, A=1, B=2, zero=4, one=8, two=16, three=32, four=64)
823 self._construct = Struct(
824 'levels'/FlagsConstruct, 'fast_call_setup_cond'/FlagsConstruct)
Harald Welte790b2702021-04-11 00:01:35 +0200825
826# TS 51.011 Section 10.3.25
827class EF_AAeM(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100828 _test_de_encode = [
829 ( "3c", { "auto_answer_prio_levels": { "A": False, "B": False, "zero": True, "one": True,
830 "two": True, "three": True, "four": False } } ),
831 ]
Harald Welte13edf302022-07-21 15:19:23 +0200832 def __init__(self, fid='6fb6', sfid=None, name='EF.AAeM', size=(1, 1),
Harald Welte6169c722022-02-12 09:05:15 +0100833 desc='Automatic Answer for eMLPP Service', **kwargs):
834 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100835 FlagsConstruct = FlagsEnum(
836 Byte, A=1, B=2, zero=4, one=8, two=16, three=32, four=64)
Harald Welte790b2702021-04-11 00:01:35 +0200837 self._construct = Struct('auto_answer_prio_levels'/FlagsConstruct)
838
839# TS 51.011 Section 10.3.26
Harald Welteb2edd142021-01-08 23:29:35 +0100840class EF_CBMID(EF_CBMI):
Harald Welte13edf302022-07-21 15:19:23 +0200841 def __init__(self, fid='6f48', sfid=None, name='EF.CBMID', size=(2, None), rec_len=2,
Harald Welte6169c722022-02-12 09:05:15 +0100842 desc='Cell Broadcast Message Identifier for Data Download', **kwargs):
843 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200844 self._construct = GreedyRange(Int16ub)
Harald Welteb2edd142021-01-08 23:29:35 +0100845
Harald Welte89e59542021-04-02 21:33:13 +0200846# TS 51.011 Section 10.3.27
847class EF_ECC(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200848 def __init__(self, fid='6fb7', sfid=None, name='EF.ECC', size=(3, 15), rec_len=3,
Harald Welte6169c722022-02-12 09:05:15 +0100849 desc='Emergency Call Codes', **kwargs):
850 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200851 self._construct = GreedyRange(BcdAdapter(Bytes(3)))
Harald Welteb2edd142021-01-08 23:29:35 +0100852
853# TS 51.011 Section 10.3.28
854class EF_CBMIR(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200855 def __init__(self, fid='6f50', sfid=None, name='EF.CBMIR', size=(4, None), rec_len=4,
Harald Welte6169c722022-02-12 09:05:15 +0100856 desc='Cell Broadcast message identifier range selection', **kwargs):
857 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +0200858 self._construct = GreedyRange(Struct('lower'/Int16ub, 'upper'/Int16ub))
Harald Welteb2edd142021-01-08 23:29:35 +0100859
Harald Welte790b2702021-04-11 00:01:35 +0200860# TS 51.011 Section 10.3.29
861class EF_DCK(TransparentEF):
Harald Welte13edf302022-07-21 15:19:23 +0200862 def __init__(self, fid='6f2c', sfid=None, name='EF.DCK', size=(16, 16),
Harald Welte6169c722022-02-12 09:05:15 +0100863 desc='Depersonalisation Control Keys', **kwargs):
864 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200865 self._construct = Struct('network'/BcdAdapter(Bytes(4)),
866 'network_subset'/BcdAdapter(Bytes(4)),
867 'service_provider'/BcdAdapter(Bytes(4)),
868 'corporate'/BcdAdapter(Bytes(4)))
869# TS 51.011 Section 10.3.30
870class EF_CNL(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200871 def __init__(self, fid='6f32', sfid=None, name='EF.CNL', size=(6, None), rec_len=6,
Harald Welte6169c722022-02-12 09:05:15 +0100872 desc='Co-operative Network List', **kwargs):
873 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100874
Harald Weltef6b37af2023-01-24 15:42:26 +0100875 def _decode_record_hex(self, in_hex, **kwargs):
Harald Welte790b2702021-04-11 00:01:35 +0200876 (in_plmn, sub, svp, corp) = unpack('!3sBBB', h2b(in_hex))
877 res = dec_plmn(b2h(in_plmn))
878 res['network_subset'] = sub
879 res['service_provider_id'] = svp
880 res['corporate_id'] = corp
881 return res
Harald Weltec91085e2022-02-10 18:05:45 +0100882
Harald Weltef6b37af2023-01-24 15:42:26 +0100883 def _encode_record_hex(self, in_json, **kwargs):
Harald Welte790b2702021-04-11 00:01:35 +0200884 plmn = enc_plmn(in_json['mcc'], in_json['mnc'])
Vadim Yanitskiy1a95d2b2021-05-02 01:42:09 +0200885 return b2h(pack('!3sBBB',
886 h2b(plmn),
887 in_json['network_subset'],
888 in_json['service_provider_id'],
889 in_json['corporate_id']))
Harald Welte790b2702021-04-11 00:01:35 +0200890
891# TS 51.011 Section 10.3.31
892class EF_NIA(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +0200893 def __init__(self, fid='6f51', sfid=None, name='EF.NIA', rec_len=(1, 32),
Harald Welte6169c722022-02-12 09:05:15 +0100894 desc='Network\'s Indication of Alerting', **kwargs):
895 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100896 self._construct = Struct(
897 'alerting_category'/Int8ub, 'category'/GreedyBytes)
Harald Welte790b2702021-04-11 00:01:35 +0200898
899# TS 51.011 Section 10.3.32
900class EF_Kc(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100901 _test_de_encode = [
902 ( "837d783609a3858f05", { "kc": "837d783609a3858f", "cksn": 5 } ),
903 ]
Harald Welte13edf302022-07-21 15:19:23 +0200904 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 +0200905 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200906 self._construct = Struct('kc'/HexAdapter(Bytes(8)), 'cksn'/Int8ub)
907
908# TS 51.011 Section 10.3.33
909class EF_LOCIGPRS(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +0100910 _test_de_encode = [
911 ( "ffffffffffffff22f8990000ff01",
912 { "ptmsi": "ffffffff", "ptmsi_sig": "ffffff", "rai": "22f8990000ff", "rau_status": "not_updated" } ),
913 ]
Harald Welte13edf302022-07-21 15:19:23 +0200914 def __init__(self, fid='6f53', sfid=None, name='EF.LOCIGPRS', desc='GPRS Location Information', size=(14, 14)):
Harald Welte790b2702021-04-11 00:01:35 +0200915 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size)
Harald Welted2edd412023-01-31 16:49:03 +0100916 self._construct = Struct('ptmsi'/HexAdapter(Bytes(4)), 'ptmsi_sig'/HexAdapter(Bytes(3)),
917 'rai'/HexAdapter(Bytes(6)),
Harald Welte790b2702021-04-11 00:01:35 +0200918 'rau_status'/Enum(Byte, updated=0, not_updated=1, plmn_not_allowed=2,
919 routing_area_not_allowed=3))
Harald Welteb2edd142021-01-08 23:29:35 +0100920
921# TS 51.011 Section 10.3.35..37
922class EF_xPLMNwAcT(TransRecEF):
Harald Welte865eea62023-01-27 19:26:12 +0100923 _test_de_encode = [
924 ( '62F2104000', { "mcc": "262", "mnc": "01", "act": [ "E-UTRAN" ] } ),
925 ( '62F2108000', { "mcc": "262", "mnc": "01", "act": [ "UTRAN" ] } ),
926 ]
927 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 +0100928 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100929
Harald Weltef6b37af2023-01-24 15:42:26 +0100930 def _decode_record_hex(self, in_hex, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100931 if in_hex[:6] == "ffffff":
932 return None
933 else:
934 return dec_xplmn_w_act(in_hex)
Harald Weltec91085e2022-02-10 18:05:45 +0100935
Harald Weltef6b37af2023-01-24 15:42:26 +0100936 def _encode_record_hex(self, in_json, **kwargs):
Harald Welteb2edd142021-01-08 23:29:35 +0100937 if in_json == None:
938 return "ffffff0000"
939 else:
940 hplmn = enc_plmn(in_json['mcc'], in_json['mnc'])
941 act = self.enc_act(in_json['act'])
942 return hplmn + act
Harald Weltec91085e2022-02-10 18:05:45 +0100943
Harald Welteb2edd142021-01-08 23:29:35 +0100944 @staticmethod
945 def enc_act(in_list):
946 u16 = 0
947 # first the simple ones
948 if 'UTRAN' in in_list:
949 u16 |= 0x8000
950 if 'NG-RAN' in in_list:
951 u16 |= 0x0800
952 if 'GSM COMPACT' in in_list:
953 u16 |= 0x0040
954 if 'cdma2000 HRPD' in in_list:
955 u16 |= 0x0020
956 if 'cdma2000 1xRTT' in in_list:
957 u16 |= 0x0010
958 # E-UTRAN
Philipp Maiere7d41792021-04-29 16:20:07 +0200959 if 'E-UTRAN' in in_list:
960 u16 |= 0x4000
Vadim Yanitskiy5452d642021-03-07 21:45:34 +0100961 if 'E-UTRAN WB-S1' in in_list:
962 u16 |= 0x6000
963 if 'E-UTRAN NB-S1' in in_list:
964 u16 |= 0x5000
Harald Welteb2edd142021-01-08 23:29:35 +0100965 # GSM mess
966 if 'GSM' in in_list and 'EC-GSM-IoT' in in_list:
967 u16 |= 0x008C
968 elif 'GSM' in in_list:
969 u16 |= 0x0084
970 elif 'EC-GSM-IuT' in in_list:
971 u16 |= 0x0088
Harald Weltec91085e2022-02-10 18:05:45 +0100972 return '%04X' % (u16)
Harald Welteb2edd142021-01-08 23:29:35 +0100973
Harald Welte790b2702021-04-11 00:01:35 +0200974# TS 51.011 Section 10.3.38
975class EF_CPBCCH(TransRecEF):
Harald Welte13edf302022-07-21 15:19:23 +0200976 def __init__(self, fid='6f63', sfid=None, name='EF.CPBCCH', size=(2, 14), rec_len=2,
Harald Welted90ceb82022-07-17 22:10:58 +0200977 desc='CPBCCH Information', **kwargs):
978 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +0200979 self._construct = Struct('cpbcch'/Int16ub)
980
981# TS 51.011 Section 10.3.39
982class EF_InvScan(TransparentEF):
Harald Welte13edf302022-07-21 15:19:23 +0200983 def __init__(self, fid='6f64', sfid=None, name='EF.InvScan', size=(1, 1),
Harald Welted90ceb82022-07-17 22:10:58 +0200984 desc='IOnvestigation Scan', **kwargs):
985 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Weltec91085e2022-02-10 18:05:45 +0100986 self._construct = FlagsEnum(
987 Byte, in_limited_service_mode=1, after_successful_plmn_selection=2)
Harald Welte790b2702021-04-11 00:01:35 +0200988
Harald Welte14105dc2021-05-31 08:48:51 +0200989# TS 51.011 Section 4.2.58
990class EF_PNN(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +0100991 # TODO: 430a82d432bbbc7eb75de432450a82d432bbbc7eb75de432ffffffff
992 # TODO: 430a82c596b34cbfbfe5eb39ffffffffffffffffffffffffffffffffffff
Harald Welte14105dc2021-05-31 08:48:51 +0200993 class FullNameForNetwork(BER_TLV_IE, tag=0x43):
994 # TS 24.008 10.5.3.5a
Harald Welte857f1102022-07-20 07:44:25 +0200995 # TODO: proper decode
996 _construct = HexAdapter(GreedyBytes)
Harald Weltec91085e2022-02-10 18:05:45 +0100997
Harald Welte14105dc2021-05-31 08:48:51 +0200998 class ShortNameForNetwork(BER_TLV_IE, tag=0x45):
999 # TS 24.008 10.5.3.5a
Harald Welte857f1102022-07-20 07:44:25 +02001000 # TODO: proper decode
1001 _construct = HexAdapter(GreedyBytes)
Harald Weltec91085e2022-02-10 18:05:45 +01001002
Harald Welte14105dc2021-05-31 08:48:51 +02001003 class NetworkNameCollection(TLV_IE_Collection, nested=[FullNameForNetwork, ShortNameForNetwork]):
1004 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001005
Harald Welte6169c722022-02-12 09:05:15 +01001006 def __init__(self, fid='6fc5', sfid=None, name='EF.PNN', desc='PLMN Network Name', **kwargs):
1007 super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +02001008 self._tlv = EF_PNN.NetworkNameCollection
1009
Harald Welte790b2702021-04-11 00:01:35 +02001010# TS 51.011 Section 10.3.42
1011class EF_OPL(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +01001012 _test_de_encode = [
1013 ( '62f2100000fffe01',
1014 { "lai": { "mcc_mnc": "262f01", "lac_min": "0000", "lac_max": "fffe" }, "pnn_record_id": 1 } ),
1015 ]
Harald Welte99e4cc02022-07-21 15:25:47 +02001016 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 +01001017 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte3c98d5e2022-07-20 07:40:05 +02001018 self._construct = Struct('lai'/Struct('mcc_mnc'/BcdAdapter(Bytes(3)),
1019 'lac_min'/HexAdapter(Bytes(2)), 'lac_max'/HexAdapter(Bytes(2))), 'pnn_record_id'/Int8ub)
Harald Welte790b2702021-04-11 00:01:35 +02001020
1021# TS 51.011 Section 10.3.44 + TS 31.102 4.2.62
1022class EF_MBI(LinFixedEF):
Harald Welte865eea62023-01-27 19:26:12 +01001023 _test_de_encode = [
1024 ( '0100000000',
1025 { "mbi_voicemail": 1, "mbi_fax": 0, "mbi_email": 0, "mbi_other": 0, "mbi_videocall": 0 } ),
1026 ]
Harald Welte99e4cc02022-07-21 15:25:47 +02001027 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 +01001028 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +02001029 self._construct = Struct('mbi_voicemail'/Int8ub, 'mbi_fax'/Int8ub, 'mbi_email'/Int8ub,
1030 'mbi_other'/Int8ub, 'mbi_videocall'/COptional(Int8ub))
1031
1032# TS 51.011 Section 10.3.45 + TS 31.102 4.2.63
1033class EF_MWIS(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +02001034 def __init__(self, fid='6fca', sfid=None, name='EF.MWIS', rec_len=(5, 6),
Harald Welte6169c722022-02-12 09:05:15 +01001035 desc='Message Waiting Indication Status', **kwargs):
1036 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +02001037 self._construct = Struct('mwi_status'/FlagsEnum(Byte, voicemail=1, fax=2, email=4, other=8, videomail=16),
1038 'num_waiting_voicemail'/Int8ub,
1039 'num_waiting_fax'/Int8ub, 'num_waiting_email'/Int8ub,
1040 'num_waiting_other'/Int8ub, 'num_waiting_videomail'/COptional(Int8ub))
1041
Harald Welte14105dc2021-05-31 08:48:51 +02001042# TS 51.011 Section 10.3.66
1043class EF_SPDI(TransparentEF):
Harald Welte865eea62023-01-27 19:26:12 +01001044 # TODO: a305800337f800ffffffffffffffffffffffffffffffffffffffffffffff
Harald Welte14105dc2021-05-31 08:48:51 +02001045 class ServiceProviderPLMN(BER_TLV_IE, tag=0x80):
1046 # flexible numbers of 3-byte PLMN records
1047 _construct = GreedyRange(BcdAdapter(Bytes(3)))
Harald Weltec91085e2022-02-10 18:05:45 +01001048
Harald Welte14105dc2021-05-31 08:48:51 +02001049 class SPDI(BER_TLV_IE, tag=0xA3, nested=[ServiceProviderPLMN]):
1050 pass
1051 def __init__(self, fid='6fcd', sfid=None, name='EF.SPDI',
Harald Welte6169c722022-02-12 09:05:15 +01001052 desc='Service Provider Display Information', **kwargs):
1053 super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +02001054 self._tlv = EF_SPDI.SPDI
1055
Harald Welte790b2702021-04-11 00:01:35 +02001056# TS 51.011 Section 10.3.51
1057class EF_MMSN(LinFixedEF):
Harald Welte99e4cc02022-07-21 15:25:47 +02001058 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 +01001059 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte3c98d5e2022-07-20 07:40:05 +02001060 self._construct = Struct('mms_status'/HexAdapter(Bytes(2)), 'mms_implementation'/HexAdapter(Bytes(1)),
1061 'mms_notification'/HexAdapter(Bytes(this._.total_len-4)), 'ext_record_nr'/Byte)
Harald Welte790b2702021-04-11 00:01:35 +02001062
Harald Welte14105dc2021-05-31 08:48:51 +02001063# TS 51.011 Annex K.1
1064class MMS_Implementation(BER_TLV_IE, tag=0x80):
1065 _construct = FlagsEnum(Byte, WAP=1)
1066
Harald Welte790b2702021-04-11 00:01:35 +02001067# TS 51.011 Section 10.3.53
1068class EF_MMSICP(TransparentEF):
Harald Welte14105dc2021-05-31 08:48:51 +02001069 class MMS_Relay_Server(BER_TLV_IE, tag=0x81):
1070 # 3GPP TS 23.140
1071 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001072
Harald Welte14105dc2021-05-31 08:48:51 +02001073 class Interface_to_CN(BER_TLV_IE, tag=0x82):
1074 # 3GPP TS 23.140
1075 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001076
Harald Welte14105dc2021-05-31 08:48:51 +02001077 class Gateway(BER_TLV_IE, tag=0x83):
1078 # Address, Type of address, Port, Service, AuthType, AuthId, AuthPass / 3GPP TS 23.140
1079 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001080
Harald Welte14105dc2021-05-31 08:48:51 +02001081 class MMS_ConnectivityParamters(TLV_IE_Collection,
Harald Weltec91085e2022-02-10 18:05:45 +01001082 nested=[MMS_Implementation, MMS_Relay_Server, Interface_to_CN, Gateway]):
Harald Welte14105dc2021-05-31 08:48:51 +02001083 pass
Harald Welte13edf302022-07-21 15:19:23 +02001084 def __init__(self, fid='6fd0', sfid=None, name='EF.MMSICP', size=(1, None),
Harald Welte6169c722022-02-12 09:05:15 +01001085 desc='MMS Issuer Connectivity Parameters', **kwargs):
1086 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte14105dc2021-05-31 08:48:51 +02001087 self._tlv = EF_MMSICP.MMS_ConnectivityParamters
Harald Welte790b2702021-04-11 00:01:35 +02001088
1089# TS 51.011 Section 10.3.54
1090class EF_MMSUP(LinFixedEF):
Harald Welte14105dc2021-05-31 08:48:51 +02001091 class MMS_UserPref_ProfileName(BER_TLV_IE, tag=0x81):
1092 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001093
Harald Welte14105dc2021-05-31 08:48:51 +02001094 class MMS_UserPref_Info(BER_TLV_IE, tag=0x82):
1095 pass
Harald Weltec91085e2022-02-10 18:05:45 +01001096
Harald Welte14105dc2021-05-31 08:48:51 +02001097 class MMS_User_Preferences(TLV_IE_Collection,
Harald Weltec91085e2022-02-10 18:05:45 +01001098 nested=[MMS_Implementation, MMS_UserPref_ProfileName, MMS_UserPref_Info]):
Harald Welte14105dc2021-05-31 08:48:51 +02001099 pass
Harald Welte99e4cc02022-07-21 15:25:47 +02001100 def __init__(self, fid='6fd1', sfid=None, name='EF.MMSUP', rec_len=(1, None),
Harald Welte6169c722022-02-12 09:05:15 +01001101 desc='MMS User Preferences', **kwargs):
1102 super().__init__(fid, sfid=sfid, name=name, desc=desc, rec_len=rec_len, **kwargs)
Harald Welte6113fe92022-01-21 15:51:35 +01001103 self._tlv = EF_MMSUP.MMS_User_Preferences
Harald Welte790b2702021-04-11 00:01:35 +02001104
1105# TS 51.011 Section 10.3.55
1106class EF_MMSUCP(TransparentEF):
Harald Welte13edf302022-07-21 15:19:23 +02001107 def __init__(self, fid='6fd2', sfid=None, name='EF.MMSUCP', size=(1, None),
Harald Welte6169c722022-02-12 09:05:15 +01001108 desc='MMS User Connectivity Parameters', **kwargs):
1109 super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size, **kwargs)
Harald Welte790b2702021-04-11 00:01:35 +02001110
Harald Welteb2edd142021-01-08 23:29:35 +01001111
1112class DF_GSM(CardDF):
1113 def __init__(self, fid='7f20', name='DF.GSM', desc='GSM Network related files'):
1114 super().__init__(fid=fid, name=name, desc=desc)
Harald Welte61ef1572023-03-09 19:42:38 +01001115 self.shell_commands += [self.AddlShellCommands()]
1116
Harald Welteb2edd142021-01-08 23:29:35 +01001117 files = [
Harald Weltec91085e2022-02-10 18:05:45 +01001118 EF_LP(),
1119 EF_IMSI(),
1120 EF_Kc(),
1121 EF_PLMNsel(),
1122 TransparentEF('6f31', None, 'EF.HPPLMN',
1123 'Higher Priority PLMN search period'),
1124 EF_ACMmax(),
1125 EF_ServiceTable('6f38', None, 'EF.SST',
Harald Welte13edf302022-07-21 15:19:23 +02001126 'SIM service table', table=EF_SST_map, size=(2, 16)),
Harald Weltec91085e2022-02-10 18:05:45 +01001127 CyclicEF('6f39', None, 'EF.ACM',
Harald Welte99e4cc02022-07-21 15:25:47 +02001128 'Accumulated call meter', rec_len=(3, 3)),
Harald Weltec91085e2022-02-10 18:05:45 +01001129 TransparentEF('6f3e', None, 'EF.GID1', 'Group Identifier Level 1'),
1130 TransparentEF('6f3f', None, 'EF.GID2', 'Group Identifier Level 2'),
1131 EF_SPN(),
1132 TransparentEF('6f41', None, 'EF.PUCT',
Harald Welte13edf302022-07-21 15:19:23 +02001133 'Price per unit and currency table', size=(5, 5)),
Harald Weltec91085e2022-02-10 18:05:45 +01001134 EF_CBMI(),
1135 TransparentEF('6f7f', None, 'EF.BCCH',
Harald Welte13edf302022-07-21 15:19:23 +02001136 'Broadcast control channels', size=(16, 16)),
Harald Weltec91085e2022-02-10 18:05:45 +01001137 EF_ACC(),
1138 EF_PLMNsel('6f7b', None, 'EF.FPLMN',
Harald Welte13edf302022-07-21 15:19:23 +02001139 'Forbidden PLMNs', size=(12, 12)),
Harald Weltec91085e2022-02-10 18:05:45 +01001140 EF_LOCI(),
1141 EF_AD(),
1142 TransparentEF('6fa3', None, 'EF.Phase',
Harald Welte13edf302022-07-21 15:19:23 +02001143 'Phase identification', size=(1, 1)),
Harald Weltec91085e2022-02-10 18:05:45 +01001144 EF_VGCS(),
1145 EF_VGCSS(),
1146 EF_VGCS('6fb3', None, 'EF.VBS', 'Voice Broadcast Service'),
1147 EF_VGCSS('6fb4', None, 'EF.VBSS',
1148 'Voice Broadcast Service Status'),
1149 EF_eMLPP(),
1150 EF_AAeM(),
1151 EF_CBMID(),
1152 EF_ECC(),
1153 EF_CBMIR(),
1154 EF_DCK(),
1155 EF_CNL(),
1156 EF_NIA(),
1157 EF_Kc('6f52', None, 'EF.KcGPRS', 'GPRS Ciphering key KcGPRS'),
1158 EF_LOCIGPRS(),
1159 TransparentEF('6f54', None, 'EF.SUME', 'SetUpMenu Elements'),
1160 EF_xPLMNwAcT('6f60', None, 'EF.PLMNwAcT',
1161 'User controlled PLMN Selector with Access Technology'),
1162 EF_xPLMNwAcT('6f61', None, 'EF.OPLMNwAcT',
1163 'Operator controlled PLMN Selector with Access Technology'),
1164 EF_xPLMNwAcT('6f62', None, 'EF.HPLMNwAcT',
1165 'HPLMN Selector with Access Technology'),
1166 EF_CPBCCH(),
1167 EF_InvScan(),
1168 EF_PNN(),
1169 EF_OPL(),
1170 EF_ADN('6fc7', None, 'EF.MBDN', 'Mailbox Dialling Numbers'),
1171 EF_MBI(),
1172 EF_MWIS(),
1173 EF_ADN('6fcb', None, 'EF.CFIS',
1174 'Call Forwarding Indication Status'),
1175 EF_EXT('6fc8', None, 'EF.EXT6', 'Externsion6 (MBDN)'),
1176 EF_EXT('6fcc', None, 'EF.EXT7', 'Externsion7 (CFIS)'),
1177 EF_SPDI(),
1178 EF_MMSN(),
1179 EF_EXT('6fcf', None, 'EF.EXT8', 'Extension8 (MMSN)'),
1180 EF_MMSICP(),
1181 EF_MMSUP(),
1182 EF_MMSUCP(),
1183 ]
Harald Welteb2edd142021-01-08 23:29:35 +01001184 self.add_files(files)
1185
Harald Welte61ef1572023-03-09 19:42:38 +01001186 @with_default_category('Application-Specific Commands')
1187 class AddlShellCommands(CommandSet):
1188 def __init__(self):
1189 super().__init__()
1190
1191 authenticate_parser = argparse.ArgumentParser()
1192 authenticate_parser.add_argument('rand', help='Random challenge')
1193
1194 @cmd2.with_argparser(authenticate_parser)
1195 def do_authenticate(self, opts):
1196 """Perform GSM Authentication."""
1197 (data, sw) = self._cmd.card._scc.run_gsm(opts.rand)
1198 self._cmd.poutput_json(data)
1199
Harald Weltec91085e2022-02-10 18:05:45 +01001200
Philipp Maierc8387dc2021-10-29 17:59:50 +02001201class CardProfileSIM(CardProfile):
Philipp Maiera028c7d2021-11-08 16:12:03 +01001202
Vadim Yanitskiy87dd0202023-04-22 20:45:29 +07001203 ORDER = 3
Philipp Maiera028c7d2021-11-08 16:12:03 +01001204
Philipp Maierc8387dc2021-10-29 17:59:50 +02001205 def __init__(self):
Philipp Maiera4df9422021-11-10 17:13:40 +01001206 sw = {
Harald Weltec91085e2022-02-10 18:05:45 +01001207 'Normal': {
1208 '9000': 'Normal ending of the command',
1209 '91xx': 'normal ending of the command, with extra information from the proactive SIM containing a command for the ME',
1210 '9exx': 'length XX of the response data given in case of a SIM data download error',
1211 '9fxx': 'length XX of the response data',
Philipp Maiera4df9422021-11-10 17:13:40 +01001212 },
Harald Weltec91085e2022-02-10 18:05:45 +01001213 'Postponed processing': {
1214 '9300': 'SIM Application Toolkit is busy. Command cannot be executed at present, further normal commands are allowed',
Philipp Maiera4df9422021-11-10 17:13:40 +01001215 },
Harald Weltec91085e2022-02-10 18:05:45 +01001216 'Memory management': {
1217 '920x': 'command successful but after using an internal update retry routine X times',
1218 '9240': 'memory problem',
Philipp Maiera4df9422021-11-10 17:13:40 +01001219 },
Harald Weltec91085e2022-02-10 18:05:45 +01001220 'Referencing management': {
1221 '9400': 'no EF selected',
1222 '9402': 'out of range (invalid address)',
1223 '9404': 'file ID not found or pattern not found',
1224 '9408': 'file is inconsistent with the command',
Philipp Maiera4df9422021-11-10 17:13:40 +01001225 },
Harald Weltec91085e2022-02-10 18:05:45 +01001226 'Security management': {
1227 '9802': 'no CHV initialized',
1228 '9804': 'access condition not fulfilled, unsuccessful CHV verification or authentication failed',
1229 '9808': 'in contradiction with CHV status',
1230 '9810': 'in contradiction with invalidation status',
1231 '9840': 'unsuccessful verification, CHV blocked, UNBLOCK CHV blocked',
1232 '9850': 'increase cannot be performed, Max value reached',
Philipp Maiera4df9422021-11-10 17:13:40 +01001233 },
Harald Weltec91085e2022-02-10 18:05:45 +01001234 'Application independent errors': {
1235 '67xx': 'incorrect parameter P3',
1236 '6bxx': 'incorrect parameter P1 or P2',
1237 '6dxx': 'unknown instruction code given in the command',
1238 '6exx': 'wrong instruction class given in the command',
1239 '6fxx': 'technical problem with no diagnostic given',
Philipp Maiera4df9422021-11-10 17:13:40 +01001240 },
Harald Weltec91085e2022-02-10 18:05:45 +01001241 }
Philipp Maiera4df9422021-11-10 17:13:40 +01001242
Harald Weltec91085e2022-02-10 18:05:45 +01001243 super().__init__('SIM', desc='GSM SIM Card', cla="a0",
1244 sel_ctrl="0000", files_in_mf=[DF_TELECOM(), DF_GSM()], sw=sw)
Philipp Maier4ab971c2021-11-11 11:53:49 +01001245
Philipp Maier5998a3a2021-11-16 15:16:39 +01001246 @staticmethod
Harald Weltec91085e2022-02-10 18:05:45 +01001247 def decode_select_response(resp_hex: str) -> object:
Harald Welte5924ec42023-01-24 19:49:24 +01001248 # we try to build something that resembles a dict resulting from the TLV decoder
1249 # of TS 102.221 (FcpTemplate), so that higher-level code only has to deal with one
1250 # format of SELECT response
Philipp Maier4ab971c2021-11-11 11:53:49 +01001251 resp_bin = h2b(resp_hex)
1252 struct_of_file_map = {
1253 0: 'transparent',
1254 1: 'linear_fixed',
1255 3: 'cyclic'
Harald Weltec91085e2022-02-10 18:05:45 +01001256 }
Philipp Maier4ab971c2021-11-11 11:53:49 +01001257 type_of_file_map = {
1258 1: 'mf',
1259 2: 'df',
1260 4: 'working_ef'
Harald Weltec91085e2022-02-10 18:05:45 +01001261 }
Philipp Maier4ab971c2021-11-11 11:53:49 +01001262 ret = {
Harald Welte747a9782022-02-13 17:52:28 +01001263 'file_descriptor': {
1264 'file_descriptor_byte': {},
1265 },
Philipp Maier4ab971c2021-11-11 11:53:49 +01001266 'proprietary_info': {},
Harald Weltec91085e2022-02-10 18:05:45 +01001267 }
Philipp Maier4ab971c2021-11-11 11:53:49 +01001268 ret['file_id'] = b2h(resp_bin[4:6])
Harald Weltec91085e2022-02-10 18:05:45 +01001269 file_type = type_of_file_map[resp_bin[6]
1270 ] if resp_bin[6] in type_of_file_map else resp_bin[6]
Harald Welte747a9782022-02-13 17:52:28 +01001271 ret['file_descriptor']['file_descriptor_byte']['file_type'] = file_type
Philipp Maier4ab971c2021-11-11 11:53:49 +01001272 if file_type in ['mf', 'df']:
Harald Welte5924ec42023-01-24 19:49:24 +01001273 ret['proprietary_info']['available_memory'] = int.from_bytes(resp_bin[2:4], 'big')
Philipp Maier4ab971c2021-11-11 11:53:49 +01001274 ret['file_characteristics'] = b2h(resp_bin[13:14])
1275 ret['num_direct_child_df'] = resp_bin[14]
1276 ret['num_direct_child_ef'] = resp_bin[15]
1277 ret['num_chv_unblock_adm_codes'] = int(resp_bin[16])
1278 # CHV / UNBLOCK CHV stats
1279 elif file_type in ['working_ef']:
Harald Welte5924ec42023-01-24 19:49:24 +01001280 ret['file_size'] = int.from_bytes(resp_bin[2:4], 'big')
Harald Weltec91085e2022-02-10 18:05:45 +01001281 file_struct = struct_of_file_map[resp_bin[13]
1282 ] if resp_bin[13] in struct_of_file_map else resp_bin[13]
Harald Welte747a9782022-02-13 17:52:28 +01001283 ret['file_descriptor']['file_descriptor_byte']['structure'] = file_struct
Harald Welte5924ec42023-01-24 19:49:24 +01001284 if file_struct != 'transparent':
1285 record_len = resp_bin[14]
1286 ret['file_descriptor']['record_len'] = record_len
1287 ret['file_descriptor']['num_of_rec'] = ret['file_size'] // record_len
Philipp Maier4ab971c2021-11-11 11:53:49 +01001288 ret['access_conditions'] = b2h(resp_bin[8:10])
1289 if resp_bin[11] & 0x01 == 0:
1290 ret['life_cycle_status_int'] = 'operational_activated'
1291 elif resp_bin[11] & 0x04:
1292 ret['life_cycle_status_int'] = 'operational_deactivated'
1293 else:
1294 ret['life_cycle_status_int'] = 'terminated'
1295 return ret
Philipp Maiera028c7d2021-11-08 16:12:03 +01001296
1297 @staticmethod
Harald Weltec91085e2022-02-10 18:05:45 +01001298 def match_with_card(scc: SimCardCommands) -> bool:
Philipp Maiera028c7d2021-11-08 16:12:03 +01001299 return match_sim(scc)