summaryrefslogtreecommitdiffstats
path: root/doc/standards.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-03 10:55:07 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-03 10:55:07 -0500
commit21c453d43a2312c5516c2a4cc141276578a909d7 (patch)
tree83169f79ba68228a016cd9efcbe76c5b5df8abd9 /doc/standards.txt
parentd8b45a1399560970a94ad5e38fac5ebf5e562d58 (diff)
downloadofono-21c453d43a2312c5516c2a4cc141276578a909d7.tar.bz2
doc: Update standards.txt
Diffstat (limited to 'doc/standards.txt')
-rw-r--r--doc/standards.txt75
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/standards.txt b/doc/standards.txt
index c4b68ebb..a7eaa5eb 100644
--- a/doc/standards.txt
+++ b/doc/standards.txt
@@ -6,3 +6,78 @@ documents or xxx.xxx for ETSI document (eg: 23.040). If needing to
point to an specific section/subsection, explicitly say "Section foo"
3GPP specs can be found in http://3gpp.org/ftp/Specs.
+
+Core 3GPP Specifications
+========================
+
+- 22.030: Man-Machine Interface (MMI) of the User Equipment (UE)
+
+Describes the various supplementary service magic strings, how Abbreviated
+Dialing Numbers are used and general UI interaction. This spec is
+particularly important for its description of how calls are put on hold,
+transferred, swapped, etc.
+
+- 22.038: Alphabets and Language Specific Information
+
+Describes the GSM 7-bit character set, bit packing for SMS, CBS and USSD.
+Also describes UCS2 and how it is encoded for SMS, CBS and USSD.
+
+- 27.007: AT command set for User Equipment (UE)
+
+Describes the AT command set for all GSM modems. oFono atom driver APIs are
+largely based on the AT commands defined in this document.
+
+- 27.005: Short Message Service (SMS) & Cell Broadcast Service (CBS)
+
+Describes the AT command set for SMS and CBS interaction.
+
+- 23.040: Technical realization of the Short Message Service (SMS)
+
+Describes the SMS service in detail, including the various PDUs, headers,
+EMS messages, MWI messages and other aspects of SMS.
+
+- 23.041: Technical realization of Cell Broadcast Service (CBS)
+
+Describes the CBS service in detail, including the PDU structure, ETWS and
+other aspects.
+
+- 31.102: Characteristics of the (USIM) application
+
+Describes the contents of the SIM, SIM initialization procedures, elementary
+file permissions and formats.
+
+- 31.111: Universal Subscriber Identity Module (USIM) Application Toolkit (USAT)
+
+Describes 3GPP specific aspects of Card Application Toolkit (CAT) / STK.
+
+- 31.124: USAT conformance test specification
+
+Describes the testing parameters and test cases for 31.111.
+
+
+3GPP Specific Services
+======================
+
+- 22.072: Call Deflection
+- 22.081: Line Identification
+- 22.082: Call Forwarding
+- 22.083: Call Waiting and Call Hold
+- 22.084: Multiparty (MPTY)
+- 22.085: Closed User Group
+- 22.086: Advice of Charge
+- 22.088: Call Barring
+- 22.090: Unstructured Supplementary Service Data (USSD)
+- 22.091: Explicit Call Transfer
+
+
+ETSI Card Application Toolkit (Sim Toolkit)
+===========================================
+
+- 102.223: Card Application Toolkit (CAT)
+
+Describes the core functionality of CAT, but does not describe network
+technology specific features (e.g. UMTS/CDMA).
+
+- 102.384: Card Application Toolkit (CAT) conformance specification
+
+Describes test methodology and test cases for 102.223.