Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
GPRS
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Coding schemes and speeds == The upload and download speeds that can be achieved in GPRS depend on a number of factors such as: * the number of [[Base Transceiver Station|BTS]] TDMA time slots assigned by the operator * the channel encoding used. * the maximum capability of the mobile device expressed as a [[Multislot Class|GPRS multislot class]] === Multiple access schemes === The [[multiple access method]]s used in GSM with GPRS are based on [[frequency-division duplex]] (FDD) and TDMA. During a session, a user is assigned to one pair of up-link and down-link frequency channels. This is combined with time domain [[statistical multiplexing]] which makes it possible for several users to share the same frequency channel. The '''packets''' have constant length, corresponding to a GSM time slot. The down-link uses [[first-come first-served]] packet scheduling, while the up-link uses a scheme very similar to [[reservation ALOHA]] (R-ALOHA). This means that [[slotted ALOHA]] (S-ALOHA) is used for reservation inquiries during a contention phase, and then the actual data is transferred using [[dynamic TDMA]] with first-come first-served. === Channel encoding === The channel encoding process in GPRS consists of two steps: first, a cyclic code is used to add parity bits, which are also referred to as the Block Check Sequence, followed by coding with a possibly punctured [[convolutional code]].<ref name="TS45001">{{cite web |url=http://www.3gpp.org/ftp/Specs/html-info/45001.htm |title=3GGP TS45.001: Technical Specification Group GSM/EDGE Radio Access Network; Physical layer on the radio path; General description |author=3rd Generation Partnership Project |version=12.1.0 |date=November 2014 |access-date=2015-12-05}}</ref> The Coding Schemes CS-1 to CS-4 specify the number of parity bits generated by the cyclic code and the puncturing rate of the convolutional code.<ref name="TS45001"/> In Coding Schemes CS-1 through CS-3, the convolutional code is of rate 1/2, i.e. each input bit is converted into two coded bits.<ref name="TS45001"/> In Coding Schemes CS-2 and CS-3, the output of the convolutional code is [[punctured code|punctured]] to achieve the desired code rate.<ref name="TS45001"/> In Coding Scheme CS-4, no convolutional coding is applied.<ref name="TS45001"/> The following table summarises the options. {| class="wikitable" align=center ! GPRS<br />Coding scheme ! Bitrate including RLC/MAC overhead{{efn|name=gross|This is rate at which the RLC/MAC layer [[protocol data unit]] (PDU) (called a radio block) is transmitted. As shown in TS 44.060 section 10.0a.1,<ref name="TS44060-section-10.0a.1">{{cite web |url=http://www.3gpp.org/ftp/Specs/html-info/45001.htm |title=3GGP TS45.001: Technical Specification Group GSM/EDGE Radio Access Network; Mobile Station (MS) - Base Station System (BSS) interface; Radio Link Control / Medium Access Control (RLC/MAC) protocol; section 10.0a.1 - GPRS RLC/MAC block for data transfer |author=3rd Generation Partnership Project |version=12.5.0 |date=June 2015 |access-date=2015-12-05}}</ref> a radio block consists of MAC header, RLC header, RLC data unit and spare bits. The RLC data unit represents the payload, the rest is overhead. The radio block is coded by the convolutional code specified for a particular Coding Scheme, which yields the same PHY layer data rate for all Coding Schemes.}}{{efn|name=usf|Cited in various sources, e.g. in TS 45.001 table 1.<ref name="TS45001"/> is the bitrate including the RLC/MAC headers, but excluding the uplink state flag (USF), which is part of the MAC header,<ref name="TS44060-section-10.2.1">{{cite web |url=http://www.3gpp.org/ftp/Specs/html-info/45001.htm |title=3GGP TS45.001: Technical Specification Group GSM/EDGE Radio Access Network; Mobile Station (MS) - Base Station System (BSS) interface; Radio Link Control / Medium Access Control (RLC/MAC) protocol; section 10.2.1 - Downlink RLC data block |author=3rd Generation Partnership Project |version=12.5.0 |date=June 2015 |access-date=2015-12-05}}</ref> yielding a bitrate that is 0.15 kbit/s lower.}}<br />(kbit/s/slot) ! Bitrate excluding RLC/MAC overhead{{efn|name=net|The net bitrate here is the rate at which the RLC/MAC layer payload (the RLC data unit) is transmitted. As such, this bit rate excludes the header overhead from the RLC/MAC layers.}}<br />(kbit/s/slot) ! [[Modulation]] ! Code rate |- align=center | CS-1 | 9.20 | 8.00 | GMSK | 1/2 |- align=center | CS-2 | 13.55 | 12.00 | GMSK | β2/3 |- align=center | CS-3 | 15.75 | 14.40 | GMSK | β3/4 |- align=center | CS-4 | 21.55 | 20.00 | GMSK | 1 |} {{notelist}} The least robust, but fastest, coding scheme (CS-4) is available near a [[Base Transceiver Station|base transceiver station]] (BTS), while the most robust coding scheme (CS-1) is used when the mobile station (MS) is further away from a BTS. Using the CS-4 it is possible to achieve a user speed of 20.0 kbit/s per time slot. However, using this scheme the cell coverage is 25% of normal. CS-1 can achieve a user speed of only 8.0 kbit/s per time slot, but has 98% of normal coverage. Newer network equipment can adapt the transfer speed automatically depending on the mobile location. In addition to GPRS, there are two other GSM technologies which deliver data services: [[Circuit Switched Data|circuit-switched data]] (CSD) and [[high-speed circuit-switched data]] (HSCSD). In contrast to the shared nature of GPRS, these instead establish a dedicated circuit (usually billed per minute). Some applications such as [[video calling]] may prefer HSCSD, especially when there is a continuous flow of data between the endpoints. The following table summarises some possible configurations of GPRS and circuit switched data services. :{| class="wikitable" align=center ! Technology ! Download (kbit/s) ! Upload (kbit/s) ! TDMA timeslots allocated (DL+UL) |- style="text-align:center;" | CSD | 9.6 | 9.6 | 1+1 |- style="text-align:center;" | HSCSD | 28.8 | 14.4 | 2+1 |- style="text-align:center;" | HSCSD | 43.2 | 14.4 | 3+1 |- style="text-align:center;" | GPRS | 85.6 | 21.4 (Class 8 & 10 and CS-4) | 4+1 |- style="text-align:center;" | GPRS | 64.2 | 42.8 (Class 10 and CS-4) | 3+2 |- style="text-align:center;" | [[EGPRS]] (EDGE) | 236.8 | 59.2 (Class 8, 10 and MCS-9) | 4+1 |- style="text-align:center;" | [[EGPRS]] (EDGE) | 177.6 | 118.4 (Class 10 and MCS-9) | 3+2 |} === Multislot Class === The multislot class determines the speed of data transfer available in the [[Uplink]] and [[Downlink]] directions. It is a value between 1 and 45 which the network uses to allocate radio channels in the uplink and downlink direction. Multislot class with values greater than 31 are referred to as high multislot classes. A multislot allocation is represented as, for example, 5+2. The first number is the number of downlink timeslots and the second is the number of uplink timeslots allocated for use by the mobile station. A commonly used value is class 10 for many GPRS/EGPRS mobiles which uses a maximum of 4 timeslots in downlink direction and 2 timeslots in uplink direction. However simultaneously a maximum number of 5 simultaneous timeslots can be used in both uplink and downlink. The network will automatically configure for either 3+2 or 4+1 operation depending on the nature of data transfer. Some high end mobiles, usually also supporting [[UMTS]], also support GPRS/[[EDGE (telecommunication)|EDGE]] multislot class 32. According to [[3GPP]] TS 45.002 (Release 12), Table B.1,<ref name="TS45002">{{cite web |url=http://www.3gpp.org/ftp/Specs/html-info/45002.htm |title=3GGP TS45.002: Technical Specification Group GSM/EDGE Radio Access Network; Multiplexing and multiple access on the radio path (Release 12) |version=12.4.0 |author=3rd Generation Partnership Project |date=March 2015 |access-date=2015-12-05}}</ref> mobile stations of this class support 5 timeslots in downlink and 3 timeslots in uplink with a maximum number of 6 simultaneously used timeslots. If data traffic is concentrated in downlink direction the network will configure the connection for 5+1 operation. When more data is transferred in the uplink the network can at any time change the constellation to 4+2 or 3+3. Under the best reception conditions, i.e. when the best EDGE [[modulation and coding scheme]] can be used, 5 timeslots can carry a bandwidth of 5*59.2 kbit/s = 296 kbit/s. In uplink direction, 3 timeslots can carry a bandwidth of 3*59.2 kbit/s = 177.6 kbit/s.<ref>{{Cite web |url=http://mobilesociety.typepad.com/mobile_life/2007/04/gprs_and_edge_m.html |title=GPRS and EDGE Multislot Classes |access-date=2010-06-21 |archive-url=https://web.archive.org/web/20101127153600/http://mobilesociety.typepad.com/mobile_life/2007/04/gprs_and_edge_m.html |archive-date=2010-11-27 |url-status=dead }}</ref> ==== Multislot Classes for GPRS/EGPRS ==== :{| class="wikitable" ! Multislot Class ! Downlink TS ! Uplink TS ! Active TS |- style="text-align:center;" | 1 | 1 | 1 | 2 |- style="text-align:center;" | 2 | 2 | 1 | 3 |- style="text-align:center;" | 3 | 2 | 2 | 3 |- style="text-align:center;" | 4 | 3 | 1 | 4 |- style="text-align:center;" | 5 | 2 | 2 | 4 |- style="text-align:center;" | 6 | 3 | 2 | 4 |- style="text-align:center;" | 7 | 3 | 3 | 4 |- style="text-align:center;" | 8 | 4 | 1 | 5 |- style="text-align:center;" | 9 | 3 | 2 | 5 |- style="text-align:center;" | 10 | 4 | 2 | 5 |- style="text-align:center;" | 11 | 4 | 3 | 5 |- style="text-align:center;" | 12 | 4 | 4 | 5 |- style="text-align:center;" | 30 | 5 | 1 | 6 |- style="text-align:center;" | 31 | 5 | 2 | 6 |- style="text-align:center;" | 32 | 5 | 3 | 6 |- style="text-align:center;" | 33 | 5 | 4 | 6 |- style="text-align:center;" | 34 | 5 | 5 | 6 |} ==== Attributes of a multislot class ==== Each multislot class identifies the following: * the maximum number of Timeslots that can be allocated on uplink * the maximum number of Timeslots that can be allocated on downlink * the total number of timeslots which can be allocated by the network to the mobile * the time needed for the MS to perform adjacent cell signal level measurement and get ready to transmit * the time needed for the MS to get ready to transmit * the time needed for the MS to perform adjacent cell signal level measurement and get ready to receive * the time needed for the MS to get ready to receive. The different multislot class specification is detailed in the Annex B of the 3GPP Technical Specification 45.002 (Multiplexing and multiple access on the radio path)
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)