aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-07-20 18:32:19 +0200
committerHarald Welte <laforge@osmocom.org>2022-07-20 18:33:07 +0200
commitd6a49ce9ad3f0f9c7b0560a6c7913b86ab72adad (patch)
treeaef7da67c1e05f738264225924d2a182e017f8cb /src
parent342a522991c300ad460c65b6f2ba82a2b2584a32 (diff)
sim/class_tables: Add GET IDENTITY, SUSPEND UICC, EXCHANGE CAPABILITIES
This brings the tables up-to-date with Release 16 of both ETSI 102 221 + 3GPP TS 31.102 specifications. Change-Id: I7100f326f45f1f8742363eace0531a4ef3f049c0
Diffstat (limited to 'src')
-rw-r--r--src/sim/class_tables.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sim/class_tables.c b/src/sim/class_tables.c
index 34f22dd0..9c513879 100644
--- a/src/sim/class_tables.c
+++ b/src/sim/class_tables.c
@@ -113,7 +113,7 @@ static const uint8_t uicc_ins_tbl_046[256] = {
[0xD6] = 3, /* UPDATE BINARY */
[0xB2] = 2, /* READ RECORD */
[0xDC] = 3, /* UPDATE RECORD */
- [0xA2] = 4, /* SEEK */
+ [0xA2] = 4, /* SEARCH RECORD */
[0x20] = 3, /* VERIFY PIN */
[0x24] = 3, /* CHANGE PIN */
[0x26] = 3, /* DISABLE PIN */
@@ -198,6 +198,7 @@ static const uint8_t uicc_ins_tbl_8ce[256] = {
[0xCB] = 4, /* RETRIEVE DATA */
[0xDB] = 3, /* SET DATA */
[0xAA] = 3, /* TERMINAL CAPABILITY */
+ [0x78] = 4, /* GET IDENTITY */
};
/* ETSI TS 102 221, Table 10.5, CLA = 0x80 */
@@ -206,6 +207,8 @@ static const uint8_t uicc_ins_tbl_80[256] = {
[0xC2] = 4, /* ENVELOPE */
[0x12] = 2, /* FETCH */
[0x14] = 3, /* TERMINAL RESPONSE */
+ [0x76] = 4, /* SUSPEND UICC */
+ [0x7A] = 4, /* EXCHANGE CAPABILITIES */
};
/* Card Specification v2.3.1*/