blob: f500f0829910108de4e2ebfa7a30c475a300a282 [file] [log] [blame]
Harald Welteb314b9b2023-07-09 22:19:49 +02001# -*- coding: utf-8 -*-
2
3"""
4Various constants from 3GPP TS 31.103 V16.1.0 used by *legacy* code only
5"""
6
7# Copyright (C) 2020 Supreeth Herle <herlesupreeth@gmail.com>
8# Copyright (C) 2021 Harald Welte <laforge@osmocom.org>
9#
10# This program is free software: you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation, either version 2 of the License, or
13# (at your option) any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with this program. If not, see <http://www.gnu.org/licenses/>.
22
23EF_ISIM_ADF_map = {
24 'IST': '6F07',
25 'IMPI': '6F02',
26 'DOMAIN': '6F03',
27 'IMPU': '6F04',
28 'AD': '6FAD',
29 'ARR': '6F06',
30 'PCSCF': '6F09',
31 'GBAP': '6FD5',
32 'GBANL': '6FD7',
33 'NAFKCA': '6FDD',
34 'UICCIARI': '6FE7',
35 'SMS': '6F3C',
36 'SMSS': '6F43',
37 'SMSR': '6F47',
38 'SMSP': '6F42',
39 'FromPreferred': '6FF7',
40 'IMSConfigData': '6FF8',
41 'XCAPConfigData': '6FFC',
42 'WebRTCURI': '6FFA'
43}