Project

General

Profile

Specifications » History » Version 1

laforge, 11/29/2019 07:57 PM

1 1 laforge
h1. Specifications
2
3
4
{{graphviz_link()
5
digraph G{
6
  //rankdir = LR;
7
  TS31102 [label="3GPP TS 31.102\nUSIM application"];
8
  TS23048 [label="3GPP TS 23.048\nSecurity for USAT"];
9
  TS34019 [label="3GPP TS 43.019\nSIM Java API"];
10
  E118 [label="ITU-T E.118\nTelecom Charge Card"];
11
  ISO7816 [label="ISO 7816\nIntegrated Circuit Cards"];
12
  GP23 [label="Global Platform Card Spec v2.3"];
13
  GP23API [label="Global Platform\nJava Card API org.globalplatform"];
14
  TS101220 [label="ETSI TS 101 220\nETSI numbering for telecom"];
15
  TS102127 [label="ETSI TS 102 127\nTransport protocol for CAT"];
16
  TS102221 [label="ETSI TS 102 221\nUICC-Terminal Interface"];
17
  TS102222 [label="ETSI TS 102 222\nAdministrative Commands"];
18
  TS102223 [label="ETSI TS 102 223\nCard Application Toolkit"];
19
  TS102225 [label="ETSI TS 102 225\nSecured Packet Structure"];
20
  TS102226 [label="ETSI TS 102 226\nRemote APDU Structure"];
21
  TS102241 [label="ETSI TS 102 241\nUICC Java API"];
22
23
  TS102484 [label="ETSI TS 102 484\nSecure Channel"];
24
  
25
  TS102221 -> TS23038;
26
  TS102221 -> TS31102;
27
  TS102221 -> TS101220 [label="BER-TLV\nAID"];
28
  TS102221 -> TS102223 [label="CAT Commands"];
29
  TS102221 -> E118 [label="ICCID"];
30
  TS102221 -> ISO7816 [label="Electrical\nProtocol"];
31
  TS102221 -> TS102484;
32
  TS102221 -> TS102225;
33
34
  TS31102 -> TS102221;
35
  
36
37
  TS102226 -> GP23;
38
  TS102226 -> TS102225;
39
  TS102226 -> TS102221;
40
  TS102226 -> TS102223;
41
  TS102226 -> TS102220;
42
  TS102226 -> TS102241;
43
  TS102226 -> TS102222;
44
  TS102226 -> TS23048;
45
  TS102226 -> TS102127;
46
  TS102226 -> TS34019;
47
  TS102226 -> GP23API;
48
}
49
}}
Add picture from clipboard (Maximum size: 48.8 MB)