GSM

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
m (bolding the first occurrence of "GSM" is enough)
Line 3: Line 3:
 
GSM covers making phone calls, sending '''SMS''' text messages, and access to Internet via '''GPRS'''. A '''SIM''' ([http://en.wikipedia.org/wiki/Subscriber_Identity_Module Subscriber Identity Module]) card is given along the contract with an [[operator]], and the customer inserts the card in the phone to authorize it. The card is plastic (approximately 15mm*23mm*1mm) with several gold contacts on, and it determines the mobile phone 'number' and what network the phone is on.
 
GSM covers making phone calls, sending '''SMS''' text messages, and access to Internet via '''GPRS'''. A '''SIM''' ([http://en.wikipedia.org/wiki/Subscriber_Identity_Module Subscriber Identity Module]) card is given along the contract with an [[operator]], and the customer inserts the card in the phone to authorize it. The card is plastic (approximately 15mm*23mm*1mm) with several gold contacts on, and it determines the mobile phone 'number' and what network the phone is on.
  
The Neo1973 phone should work with any operator that has a '''GSM''' network (see [[Neo1973 compatible cellphone providers]]); it is quad-band and thus supports every frequency (850, 900, 1800, and 1900 MHz). Thus it will work in most countries, with the exception of some of the US and some other parts of the world that completely lack GSM coverage.
+
The Neo1973 phone should work with any operator that has a GSM network (see [[Neo1973 compatible cellphone providers]]); it is quad-band and thus supports every frequency (850, 900, 1800, and 1900 MHz). Thus it will work in most countries, with the exception of some of the US and some other parts of the world that completely lack GSM coverage.
  
 
== Applications ==
 
== Applications ==
Line 13: Line 13:
 
== Programming ==
 
== Programming ==
  
The '''GSM''' features (including dialing, SMS, GPRS, and SIM access) will be programmed via [[gsmd]].
+
The GSM features (including dialing, SMS, GPRS, and SIM access) will be programmed via [[gsmd]].
  
 
== Standards information ==
 
== Standards information ==
Line 25: Line 25:
 
=== GSM 07.07 - Main AT commands ===
 
=== GSM 07.07 - Main AT commands ===
  
07.07 describes the main commands used by the [[Gsmd]] software of the Openmoko system to communicate via a serial interface with the [[GSM]] subsystem of the phone.
+
07.07 describes the main commands used by the [[Gsmd]] software of the Openmoko system to communicate via a serial interface with the GSM subsystem of the phone.
  
 
* http://www.ctiforum.com/standard/standard/etsi/0707.pdf
 
* http://www.ctiforum.com/standard/standard/etsi/0707.pdf

Revision as of 15:37, 10 September 2007

GSM, (Global System for Mobile communications) is the phone standard and network type supported by the Neo1973. Future phones may support other standards.

GSM covers making phone calls, sending SMS text messages, and access to Internet via GPRS. A SIM (Subscriber Identity Module) card is given along the contract with an operator, and the customer inserts the card in the phone to authorize it. The card is plastic (approximately 15mm*23mm*1mm) with several gold contacts on, and it determines the mobile phone 'number' and what network the phone is on.

The Neo1973 phone should work with any operator that has a GSM network (see Neo1973 compatible cellphone providers); it is quad-band and thus supports every frequency (850, 900, 1800, and 1900 MHz). Thus it will work in most countries, with the exception of some of the US and some other parts of the world that completely lack GSM coverage.

Contents

Applications

Calls can be placed using the graphical Dialer or the textual gsmd-tool.

Rest needs to be done on the command-line manually using GSM and manually using GPRS, until gsmd supports more.

Programming

The GSM features (including dialing, SMS, GPRS, and SIM access) will be programmed via gsmd.

Standards information

You can find a full list of GSM/3GPP standards at this ETSI site (attention! more than 2000 entries) or at the light-weight ETSI site.

GSM 02.07 - Required features

See GSM02.07.

GSM 07.07 - Main AT commands

07.07 describes the main commands used by the Gsmd software of the Openmoko system to communicate via a serial interface with the GSM subsystem of the phone.

For more, see Hardware:AT Commands.

Note that the descendant of this specification is 3GPP TS 27.007 - AT command set for User Equipment (UE). (Does OpenMoko support any of these newer versions?)

GSM 07.05 - Additional AT commands (SMS and CBS)

A more user-friendly resource is:

GSM 07.10 - Multiplexing

Personal tools

GSM, (Global System for Mobile communications) is the phone standard and network type supported by the Neo1973. Future phones may support other standards.

GSM covers making phone calls, sending SMS text messages, and access to Internet via GPRS. A SIM (Subscriber Identity Module) card is given along the contract with an operator, and the customer inserts the card in the phone to authorize it. The card is plastic (approximately 15mm*23mm*1mm) with several gold contacts on, and it determines the mobile phone 'number' and what network the phone is on.

The Neo1973 phone should work with any operator that has a GSM network (see Neo1973 compatible cellphone providers); it is quad-band and thus supports every frequency (850, 900, 1800, and 1900 MHz). Thus it will work in most countries, with the exception of some of the US and some other parts of the world that completely lack GSM coverage.

Applications

Calls can be placed using the graphical Dialer or the textual gsmd-tool.

Rest needs to be done on the command-line manually using GSM and manually using GPRS, until gsmd supports more.

Programming

The GSM features (including dialing, SMS, GPRS, and SIM access) will be programmed via gsmd.

Standards information

You can find a full list of GSM/3GPP standards at this ETSI site (attention! more than 2000 entries) or at the light-weight ETSI site.

GSM 02.07 - Required features

See GSM02.07.

GSM 07.07 - Main AT commands

07.07 describes the main commands used by the Gsmd software of the Openmoko system to communicate via a serial interface with the GSM subsystem of the phone.

For more, see Hardware:AT Commands.

Note that the descendant of this specification is 3GPP TS 27.007 - AT command set for User Equipment (UE). (Does OpenMoko support any of these newer versions?)

GSM 07.05 - Additional AT commands (SMS and CBS)

A more user-friendly resource is:

GSM 07.10 - Multiplexing