US20040042452A1 - Method of controlling transmission of data and a control unit for implementing the method - Google Patents

Method of controlling transmission of data and a control unit for implementing the method Download PDF

Info

Publication number
US20040042452A1
US20040042452A1 US10/455,911 US45591103A US2004042452A1 US 20040042452 A1 US20040042452 A1 US 20040042452A1 US 45591103 A US45591103 A US 45591103A US 2004042452 A1 US2004042452 A1 US 2004042452A1
Authority
US
United States
Prior art keywords
data
terminal
control unit
base station
packet control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US10/455,911
Other versions
US7400584B2 (en
Inventor
Stephane Cayla
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Apple Inc
Original Assignee
Nortel Networks Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nortel Networks Ltd filed Critical Nortel Networks Ltd
Assigned to NORTEL NETWORKS LIMITED reassignment NORTEL NETWORKS LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CAYLA, STEPHANE
Publication of US20040042452A1 publication Critical patent/US20040042452A1/en
Application granted granted Critical
Publication of US7400584B2 publication Critical patent/US7400584B2/en
Assigned to Rockstar Bidco, LP reassignment Rockstar Bidco, LP ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NORTEL NETWORKS LIMITED
Assigned to APPLE INC. reassignment APPLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Rockstar Bidco, LP
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1867Arrangements specially adapted for the transmitter end
    • H04L1/188Time-out mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/08Reselecting an access point
    • H04W36/087Reselecting an access point between radio units of access points
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1867Arrangements specially adapted for the transmitter end
    • H04L1/1874Buffer management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/08Reselecting an access point
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/12Reselecting a serving backbone network switching or routing node

Definitions

  • the present invention relates to techniques for controlling data transmission along communication paths that include a radio part provided by a cellular mobile radio network.
  • the invention finds a particular, although not exclusive, application in implementing the Transmission Control Protocol (TCP) standardized by the Internet Engineering Task Force (IETF) and used in many telecommunication systems using the Internet Protocol (IP) in the network layer.
  • TCP Transmission Control Protocol
  • IETF Internet Engineering Task Force
  • IP Internet Protocol
  • the TCP uses a data acknowledgment and retransmission mechanism.
  • a first TCP host e.g. a server
  • a second TCP host e.g. a fixed terminal
  • the maximum size of a TCP segment is 1500 bytes, but a segment can be smaller, especially if one of the hosts supports only more limited segment sizes.
  • the first TCP host evaluates a round trip time (RTT) for the data, corresponding to the time between the transmission of a set of data segments and the reception by the server of an acknowledgment message sent by the terminal in response to the reception of these data segments.
  • RTT round trip time
  • the data is identified by means of a mechanism for numbering the bytes exchanged, whereby each segment transmitted from the server to the terminal contains a 32-bit sequence number corresponding to the number of the first byte carried by the segment transmitted, and each acknowledgment contains the next sequence number that the terminal is expecting to receive from the server, i.e. the sequence number obtained by adding 1 to the sequence number of the last byte that was received successfully.
  • the server also evaluates, for each new calculated value of the RTT, a smoothed round-trip time (SRTT) parameter that is a function of the RTT.
  • SRTT smoothed round-trip time
  • the SRTT typically takes relatively less account of the new calculated value of the RTT and relatively more account of the previously calculated value of the SRTT.
  • a retransmit time out (RTO) parameter is evaluated by the server. It is used to control the time between sending a data set and retransmitting that set when the server receives no acknowledgment corresponding to these data from the terminal.
  • the RTO is directly dependent on the average value and the variance of the SRTT parameter, so that its value increases if the RTT is subject to significant variations. This prevents precipitate retransmission of data that may in fact have been received by the terminal.
  • the server can increase the RTO, for example double it, to prevent successive retransmissions that are too closely spaced in time.
  • GPRS General Packet Radio Service
  • ETSI European Telecommunications Standards Institute
  • the radio terminal and the remote TCP host include, as in the previous situation, a TCP protocol layer to perform data transport. In this situation, the mobile radio network relays TCP segments between the terminal and the server without interpreting them.
  • the radio terminal is linked by radio to a base station connected to the data server via a packet control unit (PCU) and switches called GPRS serving nodes (GSN) that are specific to the GPRS core network.
  • PCU packet control unit
  • GSN GPRS serving nodes
  • the terminal Given the mobility of the terminal, it may be determined, for example after an analysis of radio propagation condition measurements, that it is necessary to switch the communication to a second base station. The terminal then advises the GPRS network of this fact. This mechanism is called cell reselection.
  • the network does not know that the terminal is no longer accessible from the first base station, and so continues to transmit data to the terminal on the path via the first station. Because the terminal is then no longer in a position to acknowledge data sent by the server, the latter retransmits the data that has not been acknowledged each time the RTO expires, and increases the RTO for the next retransmission.
  • the network takes account of the mobility of the terminal after a time period of typically 15 seconds, the RTO may have increased considerably in the meantime. Then, once the radio link has been set up between the second base station and the radio terminal, the non-acknowledged segments are retransmitted by the server upon expiry of the RTO, before being eventually forwarded to the terminal and, if all goes well, acknowledged by the terminal.
  • the mobility of the terminal therefore has the effect of introducing potentially very long periods in which transmission of data is interrupted, which represents a heavy penalty for the user of the terminal, especially if the current service necessitates a high and relatively constant bit rate.
  • the data transmitted by the server are temporarily stored in the form of GPRS packets in buffers of the PCU before retransmission to the radio terminal.
  • the control unit empties its buffers before transmission is resumed via the second base station.
  • the Third Generation Partnership Project (3GPP) organization responsible for standardizing the so-called 3rd generation systems, provides for the network optionally to command transfer to the second base station of all data in the buffers of the PCU addressed to the terminal, provided that the second base station is controlled by the same PCU as the first base station.
  • 3GPP Third Generation Partnership Project
  • FLUSH-LL This procedure called FLUSH-LL is described in section 8.1 of the technical specification TS 08.18, version 8.7.0, published by the 3GPP in April 2001. It relies on the transmission of a FLUSH-LLC PDU packet from the GPRS core network to the PCU after the terminal reports cell reselection.
  • This packet contains a terminal identifier called temporary logical link identity (TLLI).
  • TLLI temporary logical link identity
  • BVCI BSSGP virtual connection identifier
  • the PCU On receiving this message, the PCU is able to find all of the data stored in its buffers addressed to a terminal via the first base station and transfer the data to the second base station. The latter finally relays the data to the radio terminal, in the form of frames, as soon as the associated radio link is set up, and thus the terminal may acknowledge the data as soon as the frames are received and recombined to restore the TCP segments transmitted.
  • the PCU buffers generally contain a large amount of data for the attention of the terminal.
  • the packets further include data from different TCP segments, including retransmission of some segments that have not been acknowledged, sent by the server each time the RTO expires. Accordingly, although there is a time saving for this option compared to the conventional mode of operation, the data transmission is nevertheless subject to lengthy interruption, related in particular to the time to transfer to the radio interface all the packets contained in the buffers of the PCU and addressed to the terminal, some of which are redundant.
  • An object of the present invention is to reduce the waiting time before resuming the transmission of data. Another object of the invention is to avoid congestion of the radio channel due to redundant and unnecessary transmissions.
  • the invention proposes a method of controlling data transmission from a remote unit to a radio terminal via a cellular radiocommunication network including base stations, a packet control unit capable of communicating with the terminal via at least two of the base stations, and routing means for routing data between the remote unit and the packet control unit, wherein at least some of the data transmitted by the remote unit to the terminal are stored temporarily in the packet control unit, wherein the remote unit is arranged to receive from the terminal acknowledgments relating to transmitted data segments and to retransmit data segments that have not been acknowledged on the expiry of a retransmission time depending on the received acknowledgments.
  • the method comprises the steps of:
  • Retransmitting to the control unit some of the stored data, which may amount to a single data segment, for example the first one transmitted by the remote unit and not acknowledged by the terminal, has the advantage of restarting transmission quickly and preventing an excessive increase in the TCP parameters (RTT, RTO) referred to in the introduction.
  • the present invention provides a packet control unit for a cellular communication network, comprising interface means with a switch of the cellular network and means for communicating with a radio terminal via at least first and second base stations.
  • the interface means with the switch include storage means for storing temporarily data frames carrying data segments from a remote unit.
  • the means for communicating with the terminal include means for transmitting data frames in the form of data blocks in an acknowledged mode.
  • the storage means are arranged to retain each data frame in memory as long as all of the data of the frame has not been acknowledged by the terminal.
  • the packet control unit further comprises retransmission means for, in response to a request for communication transfer from the first base station to the second base station, retransmitting to the terminal via the second base station at least one data block corresponding to only a portion of the data frames that are stored temporarily and were transmitted via the first base station.
  • FIG. 1 is a diagram of a system implementing the invention in its application to a GPRS network.
  • FIG. 2 is a representation of protocol layers in the FIG. 1 system used by the invention.
  • FIG. 3 is a timing diagram of a simplified example of transmission during a prior art mobility procedure.
  • FIG. 4 is a timing diagram of the same example of transmission using one embodiment of a mobility procedure in accordance with the invention.
  • FIG. 1 shows two units 3 , 9 communicating with each other using the TCP/IP protocol. Without this being restrictive on the invention, in the remainder of the description these two units are respectively a radio terminal 3 and a data server 9 .
  • the radio terminal is adapted to communicate with an access sub-system 10 of a cellular mobile radio network, the access sub-system including base stations 1 , 2 distributed over the coverage area of the network, base station controllers (BSC), not shown in the figure, and packet control units (PCU) 4 .
  • BSC base station controllers
  • PCU packet control units
  • the server 9 is connected directly or indirectly to a network sub-system (or core network) 8 of the cellular network so that it can exchange data with the radio terminal 3 .
  • the sub-system 8 comprises a set of meshed data switches 5 - 7 called GPRS support nodes (GSN).
  • GSN GPRS support nodes
  • the switch to which the PCU 4 serving a given terminal 3 is connected is called a serving GSN (SGSN).
  • the SGSN 5 provides GPRS access for the terminal. It is responsible in particular for managing the mobility of terminals in its coverage area, i.e., in this example, it maintains a knowledge of the current base station for the terminal 3 .
  • the sub-system 8 also includes a gateway GSN (GGSN) 7 to which the data server 9 is connected, for example via an external data network such as the Internet (not shown in FIG. 1) or an Intranet.
  • GGSN gateway GSN
  • this GGSN 7 constitutes the router nearest the terminal 3 .
  • the sub-system 8 which is essentially made up of data switches, thus serves to route data from the server 9 to the PCU 4 .
  • the PCU 4 belongs to the access sub-system 10 , although in some architectures it is co-located with the SGSN 5 .
  • the FIG. 1 mobile radio network includes two base stations 1 , 2 which are both connected to the same PCU 4 .
  • the PCU 4 transmits data received from the SGSN 5 to the base station 1 with which the radio terminal 3 is communicating. Similarly, the radio terminal 3 can send data to the server 9 . To this end, it transmits the data to the base station 1 , which communicates it to the PCU 4 , which in turn transmits it to the SGSN 5 . The data is then routed through the sub-system 8 to the GGSN 7 and finally reaches the server 9 .
  • the OSI layer 2 protocols used at this interface are the radio link control/medium access control (RLC/MAC) protocols described in the ETSI European Standard EN 301 349, Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Mobile Station (MS)—Base Station System (BSS) interface; Radio Link Control/Medium Access Control (RLC/MAC) protocol (GSM 04.60, version 8.4.1, Release 1999) published by the ETSI in October 2000.
  • RLC/MAC radio link control/medium access control protocol described in the ETSI European Standard EN 301 349, Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Mobile Station (MS)—Base Station System (BSS) interface; Radio Link Control/Medium Access Control (RLC/MAC) protocol (GSM 04.60, version 8.4.1, Release 1999) published by the ETSI in October 2000.
  • RLC/MAC Radio Link Control/Medium Access Control
  • the data are then converted in the radio network and the PCU 4 so as to be transmitted to the SGSN 5 via the interface Gb, which is an asynchronous interface based on the frame relay (FR) protocol and a BSS GPRS protocol (BSSGP) that transports routing and quality of service data between the BSS and the SGSN.
  • Gb is an asynchronous interface based on the frame relay (FR) protocol and a BSS GPRS protocol (BSSGP) that transports routing and quality of service data between the BSS and the SGSN.
  • the SGSN 5 converts the data into a format better suited to Internet type data transmission systems.
  • a GPRS tunneling protocol (GTP) is also used to transmit data in the form of packets between the GSN 5-7 via the interface called Gn, described in the ETSI technical specification TS 101 347, Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); GPRS Tunneling Protocol (GTP) across the Gn and Gp interface (3GPP TS 09.60, version 7.8.0, Release 1998), published by the ETSI in October 2001.
  • GTP GPRS tunneling Protocol
  • IP Internet Protocol
  • the radio terminal 3 and the data server 9 share a TCP transport layer, as referred to in the introduction, capable of controlling the transmission of data by offering processes for acknowledging transmitted data and retransmitting data that has not been acknowledged.
  • the TCP data segments are routed between the terminal 3 and the server 9 using relay mechanisms available at various levels in the various protocol layers and in the various entities of the network ( 1 , 2 , 4 , 5 , 6 , 7 ), as explained above.
  • the terminal 3 and the server 9 have access to application layers corresponding to the service that the user of the terminal 3 wishes to access.
  • the server 9 must transmit TCP segments to the terminal 3 , they are routed within the sub-network 8 and then to the PCU 4 in the manner previously described.
  • the PCU 4 has buffers capable of temporarily storing data transmitted to it by the SGSN 5 , following segmentation by the SGSN 5 of data received from the server 9 . This segmentation produces logical link control (LLC) frames.
  • LLC logical link control
  • the PCU 4 then transmits the data that it has received for the terminal 3 to the base station 1 that is communicating with the terminal, in the form of RLC/MAC blocks that are transmitted in radio frames.
  • the buffers referred to here advantageously store temporarily the data contained in the LLC frames transmitted by the SGSN 5 , which data therefore remains in the buffers of the PCU 4 until all the RLC/MAC blocks resulting from the segmentation of the LLC frames have been acknowledged.
  • Other buffers can be provided in the PCU for temporarily storing RLC/MAC blocks not acknowledged by the terminal and for repeating them in the event of deterioration of the radio channel or losses on the radio channel.
  • the base station 1 is responsible for transferring the data to the terminal 3 in the form of radio frames. Once the terminal has received the data, it reassembles the data to reconstitute the RLC/MAC blocks, which it then acknowledges in layer 2 . Layer 2 also reassembles the LLC frames. The LLC protocol uses the LLC frames to reconstitute IP datagrams, which finally enable the terminal to find the segmented format specific to the TCP transport layer. It then acknowledges reception of the segments by sending the server 9 an acknowledgment message containing a sequence number identifying the acknowledged data. In this way each data segment received at the terminal 3 can be acknowledged.
  • the server 9 and the terminal 3 negotiate a maximum number of data segments to be acknowledged simultaneously.
  • the terminal 3 can either acknowledge each segment separately or choose to acknowledge a number of successive segments received within a limit set by the negotiated maximum number.
  • the radio terminal 3 can request a communication transfer to another base station, such as the base station 2 , after analyzing radio measurements obtained from beacon signals transmitted by base stations near the current cell.
  • the purpose of this analysis is to identify the cell producing the best received signal level at the terminal.
  • communication transfer from a cell covered by one base station to another cell is controlled entirely by the radio terminal itself. Therefore, the SGSN 5 is not involved in the decision to transfer cells.
  • the above cell selection procedure is described in particular in section 4.5 of GSM Technical Specification 03.22, version 8.3.0, published in April 2000 by the ETSI.
  • the radio terminal 3 Once the radio terminal 3 has identified a base station 2 offering a radio link with better propagation conditions than those offered by the base station 1 , the radio terminal 3 conventionally transmits a layer 3 (LLC) frame, which can be empty, to the SGSN 5 .
  • This control frame contains a TLLI characteristic of the terminal 3 .
  • the location area in which a TLLI value is associated with the terminal 3 contains the cells served by the base stations 1 and 2 , and the TLLI used for the radio terminal 3 is therefore the same for exchanges between the terminal and the SGSN 5 , regardless of the base station with which the terminal is communicating. Because the LLC frame is transmitted by the terminal 3 via the base station 2 , the SGSN 5 is able to update the base station to which the terminal 3 is connected in a location table, the terminal being identified by the TLLI inserted into the LLC frame.
  • the radio terminal 3 Before the radio terminal 3 transmits the LLC frame to the SGSN 5 , the latter does not know the new location of the radio terminal 3 , and therefore considers the latter to be still connected to the base station 1 . Thus any data segment addressed to the terminal 3 in a transmission from the data server 9 is routed to the base station 1 by the SGSN 5 and then by the PCU 4 . Because the terminal 3 has cleared down its radio link with the base station 1 , without informing the latter, it is no longer in a position to receive data frames from the base station 1 . Thus the terminal 3 does not acknowledge any of the RLC/MAC blocks transmitted, and the PCU 4 interprets this as a lost communication. In this period, the TCP layer of the server 9 increases its parameter RTO for communicating with the terminal 3 , as explained in the introduction.
  • the LLC frame for updating the location of the terminal 3 has been transmitted to the SGSN 5 , the latter is in a position to set up a communication link with the terminal 3 via the base station 2 .
  • new data received from the server 9 and addressed to the terminal 3 can be routed to the terminal 3 via the PCU 4 and the base station 2 .
  • the SGSN 5 when the SGSN 5 has received from the terminal 3 a message updating its current base station, it commands the PCU 4 , whose buffer memories contain data that have not been received by the terminal 3 during cell reselection, to transfer to the base station 2 only a portion of the stored data.
  • the base station 2 then transmits the data to the terminal 3 on behalf of the PCU 4 .
  • the SGSN 5 can command the transfer of a portion of the data stored by the PCU 4 by sending a FLUSH-LLC packet to the PCU 4 , as previously explained.
  • the PCU 4 interprets the packet in such a way that that it transfer a portion of the data to the base station 2 .
  • the data stored in the buffers of the PCU 4 comprise useful data and the same data retransmitted by the data server 9 on each expiry of its RTO counter. For the PCU 4 to send the terminal 3 all the data temporarily stored in its buffers would be counterproductive for various reasons:
  • the data retransmitted by the PCU 4 can substantially correspond to a data segment (i.e. to the LLC frames derived from the same TCP segment).
  • the PCU 4 sends from its buffers a number of bytes substantially corresponding to the size of a TCP segment, if it knows this. If not, it can send 1500 bytes, corresponding to the maximum size of a segment. It can advantageously send up to 3000 bytes of data contained in its buffers, to guarantee the transmission of at least one complete segment.
  • This segment is preferably the first segment that has not yet been acknowledged by the radio terminal. This is possible in particular if the size of the buffers of the PCU 4 is such that a sufficient quantity of data can be stored. To guarantee a sufficient size of the PCU buffers in a large number of situations, an operator having control over the parameter settings of the TCP hosts, i.e. the server 9 and the terminal 3 , can advantageously set the maximum quantity of data that the server 9 can transmit to the terminal 3 without waiting for an acknowledgment to be sent back to a value much lower than the size of the buffers of the PCU 4 .
  • the terminal can acknowledge a segment received by sending an acknowledgment message to the server 9 .
  • the server 9 calculates a new value of RTT for the current TCP connection with the terminal 3 and updates its RTO counter as a function of the calculated RTT value, as explained in the introduction.
  • the effect of the server 9 receiving the acknowledgment from the terminal 3 of the first segment not previously acknowledged is to resume transmission, starting from the acknowledged data, i.e. starting from the segment whose first byte has the sequence number supplied by the terminal in its acknowledgment. This prevents the user of the terminal 3 having to suffer an excessively long interruption in service during the data transfer he is executing.
  • the resumption of transmission by the server 9 is accompanied by recalculation of the RTO, which interrupts the process of regularly increasing the value of this counter, as explained in the introduction. If, as a result of this, data segments are not acknowledged by the terminal 3 , they can be retransmitted within a reasonable time delay without excessive impact on communication quality.
  • the radio terminal acknowledges an integer number of data segments greater than 1. On receiving an acknowledgment from the terminal, the data server 9 then repeats all of the data segments that it has transmitted to the radio terminal 3 that the latter has not acknowledged.
  • FIGS. 3 and 4 give an idea of the time that can be saved by using the invention (FIG. 4) compared to using a conventional TCP mechanism (FIG. 3) during a GPRS cell reselection procedure.
  • the server 9 sends segments S 1 , S 2 , . . . , S 6 to the terminal 3 , which acknowledges the first two segments received by means of an uplink message inserting the sequence number of the next segment (S 3 ) it is expecting to receive. It then starts the cell reselection procedure previously described. The subsequent segments S 3 to S 6 are therefore no longer acknowledged and the server 9 begins to increase the RTO for its connection with the terminal 3 , previously set to 12.5 seconds in the present example. Accordingly, after 12.5 s the server retransmits the segment S 3 and doubles the RTO to 25 s. The terminal 3 informs the network of the cell from which its communication will continue, using the update procedure previously described. Behavior differs from this point on according to the mode of operation chosen.
  • the server waits for the 25 s of the RTO to expire before retransmitting the segment S 3 .
  • the terminal 3 acknowledges it, the effect of which is to allow transmission to resume.
  • the segment S 3 is retransmitted by the PCU 4 immediately after the cell change notification by the terminal 3 .
  • the latter then acknowledges the segment.
  • the new value of RTT calculated by the server 9 is therefore slightly greater than 12.5 seconds and the RTO is not increased excessively. In the present example, time savings of the order of approximately 25 seconds to almost 90 seconds can be expected in respect of the retransmission delay in the event of a subsequent loss of data.

Abstract

A cellular mobile radio network includes base stations, a packet control unit capable of communicating with a radio terminal via two or more base stations, and routing means for routing data between a remote unit and the packet control unit. The data transmitted by the remote unit to the terminal are stored temporarily in the packet control unit. The remote unit is adapted to receive from the terminal acknowledgments relating to transmitted data segments and to retransmit data segments that have not been acknowledged on the expiry of a retransmission time depending on the received acknowledgments. Data segments are transmitted from the remote unit to the terminal via a first base station connected to the packet control unit. In response to a request for communication transfer to a second base station connected to the packet control unit, only a portion of the data stored temporarily in the packet control unit is retransmitted to the terminal via the second base station.

Description

    BACKGROUND OF THE INVENTION
  • The present invention relates to techniques for controlling data transmission along communication paths that include a radio part provided by a cellular mobile radio network. [0001]
  • The invention finds a particular, although not exclusive, application in implementing the Transmission Control Protocol (TCP) standardized by the Internet Engineering Task Force (IETF) and used in many telecommunication systems using the Internet Protocol (IP) in the network layer. The TCP uses a data acknowledgment and retransmission mechanism. Requests For Comments (RFC) 2581 and 2988 published by the IETF in April 1999 and November 2000, respectively, specify ways of retransmitting data in a system using the TCP in the transport layer. [0002]
  • According to RFC 2988, a first TCP host (e.g. a server) that is seeking to transmit data to a second TCP host (e.g. a fixed terminal) negotiates with the latter the size of the segments (TCP data units) that they may exchange. The maximum size of a TCP segment is 1500 bytes, but a segment can be smaller, especially if one of the hosts supports only more limited segment sizes. [0003]
  • The first TCP host then evaluates a round trip time (RTT) for the data, corresponding to the time between the transmission of a set of data segments and the reception by the server of an acknowledgment message sent by the terminal in response to the reception of these data segments. It must be noted that there is no one-to-one correspondence between the TCP data segments and the acknowledgments, which means that the terminal can send an acknowledgment in response to receiving a plurality of data segments transmitted by the server. The data is identified by means of a mechanism for numbering the bytes exchanged, whereby each segment transmitted from the server to the terminal contains a 32-bit sequence number corresponding to the number of the first byte carried by the segment transmitted, and each acknowledgment contains the next sequence number that the terminal is expecting to receive from the server, i.e. the sequence number obtained by adding 1 to the sequence number of the last byte that was received successfully. [0004]
  • The server also evaluates, for each new calculated value of the RTT, a smoothed round-trip time (SRTT) parameter that is a function of the RTT. The SRTT typically takes relatively less account of the new calculated value of the RTT and relatively more account of the previously calculated value of the SRTT. [0005]
  • Finally, a retransmit time out (RTO) parameter is evaluated by the server. It is used to control the time between sending a data set and retransmitting that set when the server receives no acknowledgment corresponding to these data from the terminal. The RTO is directly dependent on the average value and the variance of the SRTT parameter, so that its value increases if the RTT is subject to significant variations. This prevents precipitate retransmission of data that may in fact have been received by the terminal. When retransmission has been effected, upon expiry of the RTO, the server can increase the RTO, for example double it, to prevent successive retransmissions that are too closely spaced in time. [0006]
  • The above kind of process is well suited to transmitting data between fixed TCP hosts, as the data routing times are generally relatively stable. Any variations in the RTT, for example in the event of congestion, are accompanied by small variations in the RTO, and acknowledgments can therefore usually be received before the data concerned is retransmitted. [0007]
  • Consider now data transmission in a mobile context, for example between a data server and a radio terminal via a radiocommunication network. Transmission of data via a General Packet Radio Service (GPRS) network as defined by the European Telecommunications Standards Institute (ETSI) is known in the art. The radio terminal and the remote TCP host (e.g. a server) include, as in the previous situation, a TCP protocol layer to perform data transport. In this situation, the mobile radio network relays TCP segments between the terminal and the server without interpreting them. [0008]
  • In such system, the radio terminal is linked by radio to a base station connected to the data server via a packet control unit (PCU) and switches called GPRS serving nodes (GSN) that are specific to the GPRS core network. [0009]
  • Given the mobility of the terminal, it may be determined, for example after an analysis of radio propagation condition measurements, that it is necessary to switch the communication to a second base station. The terminal then advises the GPRS network of this fact. This mechanism is called cell reselection. [0010]
  • However, until it receives the cell reselection information from the terminal, the network does not know that the terminal is no longer accessible from the first base station, and so continues to transmit data to the terminal on the path via the first station. Because the terminal is then no longer in a position to acknowledge data sent by the server, the latter retransmits the data that has not been acknowledged each time the RTO expires, and increases the RTO for the next retransmission. [0011]
  • Because the network takes account of the mobility of the terminal after a time period of typically 15 seconds, the RTO may have increased considerably in the meantime. Then, once the radio link has been set up between the second base station and the radio terminal, the non-acknowledged segments are retransmitted by the server upon expiry of the RTO, before being eventually forwarded to the terminal and, if all goes well, acknowledged by the terminal. In this case, the mobility of the terminal therefore has the effect of introducing potentially very long periods in which transmission of data is interrupted, which represents a heavy penalty for the user of the terminal, especially if the current service necessitates a high and relatively constant bit rate. [0012]
  • The data transmitted by the server are temporarily stored in the form of GPRS packets in buffers of the PCU before retransmission to the radio terminal. In the most usual situation, the control unit empties its buffers before transmission is resumed via the second base station. [0013]
  • However, the Third Generation Partnership Project (3GPP) organization, responsible for standardizing the so-called 3rd generation systems, provides for the network optionally to command transfer to the second base station of all data in the buffers of the PCU addressed to the terminal, provided that the second base station is controlled by the same PCU as the first base station. [0014]
  • This procedure called FLUSH-LL is described in section 8.1 of the technical specification TS 08.18, version 8.7.0, published by the 3GPP in April 2001. It relies on the transmission of a FLUSH-LLC PDU packet from the GPRS core network to the PCU after the terminal reports cell reselection. This packet contains a terminal identifier called temporary logical link identity (TLLI). It also contains BSSGP virtual connection identifier (BVCI) parameters for identifying the first and second base stations. On receiving this message, the PCU is able to find all of the data stored in its buffers addressed to a terminal via the first base station and transfer the data to the second base station. The latter finally relays the data to the radio terminal, in the form of frames, as soon as the associated radio link is set up, and thus the terminal may acknowledge the data as soon as the frames are received and recombined to restore the TCP segments transmitted. [0015]
  • This circumvents the waiting time for the next retransmission (which can be very long at this stage of the process) before starting to acknowledge the data previously transmitted. However, given the time needed for the network to update the radio link, the PCU buffers generally contain a large amount of data for the attention of the terminal. The packets further include data from different TCP segments, including retransmission of some segments that have not been acknowledged, sent by the server each time the RTO expires. Accordingly, although there is a time saving for this option compared to the conventional mode of operation, the data transmission is nevertheless subject to lengthy interruption, related in particular to the time to transfer to the radio interface all the packets contained in the buffers of the PCU and addressed to the terminal, some of which are redundant. [0016]
  • An object of the present invention is to reduce the waiting time before resuming the transmission of data. Another object of the invention is to avoid congestion of the radio channel due to redundant and unnecessary transmissions. [0017]
  • SUMMARY OF THE INVENTION
  • The invention proposes a method of controlling data transmission from a remote unit to a radio terminal via a cellular radiocommunication network including base stations, a packet control unit capable of communicating with the terminal via at least two of the base stations, and routing means for routing data between the remote unit and the packet control unit, wherein at least some of the data transmitted by the remote unit to the terminal are stored temporarily in the packet control unit, wherein the remote unit is arranged to receive from the terminal acknowledgments relating to transmitted data segments and to retransmit data segments that have not been acknowledged on the expiry of a retransmission time depending on the received acknowledgments. According to the invention, the method comprises the steps of: [0018]
  • transmitting data segments from the remote unit to the terminal via a first base station connected to the packet control unit; and [0019]
  • in response to a request for communication transfer to a second base station connected to the packet control unit, retransmitting only a portion of the data stored temporarily in the packet control unit to the terminal via the second base station. [0020]
  • Retransmitting to the control unit some of the stored data, which may amount to a single data segment, for example the first one transmitted by the remote unit and not acknowledged by the terminal, has the advantage of restarting transmission quickly and preventing an excessive increase in the TCP parameters (RTT, RTO) referred to in the introduction. [0021]
  • In another aspect, the present invention provides a packet control unit for a cellular communication network, comprising interface means with a switch of the cellular network and means for communicating with a radio terminal via at least first and second base stations. The interface means with the switch include storage means for storing temporarily data frames carrying data segments from a remote unit. The means for communicating with the terminal include means for transmitting data frames in the form of data blocks in an acknowledged mode. The storage means are arranged to retain each data frame in memory as long as all of the data of the frame has not been acknowledged by the terminal. The packet control unit further comprises retransmission means for, in response to a request for communication transfer from the first base station to the second base station, retransmitting to the terminal via the second base station at least one data block corresponding to only a portion of the data frames that are stored temporarily and were transmitted via the first base station.[0022]
  • BRIEF DESCRIPTION THE DRAWINGS
  • FIG. 1 is a diagram of a system implementing the invention in its application to a GPRS network. [0023]
  • FIG. 2 is a representation of protocol layers in the FIG. 1 system used by the invention. [0024]
  • FIG. 3 is a timing diagram of a simplified example of transmission during a prior art mobility procedure. [0025]
  • FIG. 4 is a timing diagram of the same example of transmission using one embodiment of a mobility procedure in accordance with the invention.[0026]
  • DESCRIPTION OF PREFERRED EMBODIMENTS
  • The remainder of the description relates to the non-limiting application of the invention to a GPRS system. [0027]
  • FIG. 1 shows two [0028] units 3, 9 communicating with each other using the TCP/IP protocol. Without this being restrictive on the invention, in the remainder of the description these two units are respectively a radio terminal 3 and a data server 9.
  • The radio terminal is adapted to communicate with an [0029] access sub-system 10 of a cellular mobile radio network, the access sub-system including base stations 1, 2 distributed over the coverage area of the network, base station controllers (BSC), not shown in the figure, and packet control units (PCU) 4.
  • The [0030] server 9 is connected directly or indirectly to a network sub-system (or core network) 8 of the cellular network so that it can exchange data with the radio terminal 3. The sub-system 8 comprises a set of meshed data switches 5-7 called GPRS support nodes (GSN).
  • The switch to which the [0031] PCU 4 serving a given terminal 3 is connected is called a serving GSN (SGSN). The SGSN 5 provides GPRS access for the terminal. It is responsible in particular for managing the mobility of terminals in its coverage area, i.e., in this example, it maintains a knowledge of the current base station for the terminal 3.
  • The [0032] sub-system 8 also includes a gateway GSN (GGSN) 7 to which the data server 9 is connected, for example via an external data network such as the Internet (not shown in FIG. 1) or an Intranet. In the IP layer implemented in the radio terminal 3 and the server 9, this GGSN 7 constitutes the router nearest the terminal 3. The sub-system 8, which is essentially made up of data switches, thus serves to route data from the server 9 to the PCU 4.
  • In functional terms, the [0033] PCU 4 belongs to the access sub-system 10, although in some architectures it is co-located with the SGSN 5. The FIG. 1 mobile radio network includes two base stations 1, 2 which are both connected to the same PCU 4.
  • The [0034] PCU 4 transmits data received from the SGSN 5 to the base station 1 with which the radio terminal 3 is communicating. Similarly, the radio terminal 3 can send data to the server 9. To this end, it transmits the data to the base station 1, which communicates it to the PCU 4, which in turn transmits it to the SGSN 5. The data is then routed through the sub-system 8 to the GGSN 7 and finally reaches the server 9.
  • Numerous protocols are involved in the transmission of data between the terminal [0035] 3 and the server 9, although only a limited number of them are relevant to the present invention and therefore more specifically referred hereinafter. They are shown in FIG. 2 and are described in GSM Technical Specification 03.60 version 7.4.1 published in September 2000 by the ETSI.
  • Exchanges between the terminal [0036] 3 and a base station, such as the base station 1 in this example, are effected via a radio interface called Um, a detailed description of whose operation can be found in the ETSI technical specification TS 101 350, Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Overall description of the GPRS radio interface; State 2 (3GPP TS 03.64, version 8.10.0, Release 1999), published in February 2002 by the ETSI. The OSI layer 2 protocols used at this interface are the radio link control/medium access control (RLC/MAC) protocols described in the ETSI European Standard EN 301 349, Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Mobile Station (MS)—Base Station System (BSS) interface; Radio Link Control/Medium Access Control (RLC/MAC) protocol (GSM 04.60, version 8.4.1, Release 1999) published by the ETSI in October 2000.
  • The data are then converted in the radio network and the [0037] PCU 4 so as to be transmitted to the SGSN 5 via the interface Gb, which is an asynchronous interface based on the frame relay (FR) protocol and a BSS GPRS protocol (BSSGP) that transports routing and quality of service data between the BSS and the SGSN.
  • The [0038] SGSN 5 converts the data into a format better suited to Internet type data transmission systems. A GPRS tunneling protocol (GTP) is also used to transmit data in the form of packets between the GSN 5-7 via the interface called Gn, described in the ETSI technical specification TS 101 347, Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); GPRS Tunneling Protocol (GTP) across the Gn and Gp interface (3GPP TS 09.60, version 7.8.0, Release 1998), published by the ETSI in October 2001.
  • Finally, data is exchanged between the [0039] GGSN 7 and the server 9 via the interface Gi using the well-known Internet Protocol (IP).
  • In a typical embodiment of the invention, the [0040] radio terminal 3 and the data server 9 share a TCP transport layer, as referred to in the introduction, capable of controlling the transmission of data by offering processes for acknowledging transmitted data and retransmitting data that has not been acknowledged.
  • A shown in FIG. 2, the TCP data segments are routed between the terminal [0041] 3 and the server 9 using relay mechanisms available at various levels in the various protocol layers and in the various entities of the network (1, 2, 4, 5, 6, 7), as explained above. Above the TCP layer, the terminal 3 and the server 9 have access to application layers corresponding to the service that the user of the terminal 3 wishes to access. When the server 9 must transmit TCP segments to the terminal 3, they are routed within the sub-network 8 and then to the PCU 4 in the manner previously described.
  • The [0042] PCU 4 has buffers capable of temporarily storing data transmitted to it by the SGSN 5, following segmentation by the SGSN 5 of data received from the server 9. This segmentation produces logical link control (LLC) frames. The PCU 4 then transmits the data that it has received for the terminal 3 to the base station 1 that is communicating with the terminal, in the form of RLC/MAC blocks that are transmitted in radio frames. The buffers referred to here advantageously store temporarily the data contained in the LLC frames transmitted by the SGSN 5, which data therefore remains in the buffers of the PCU 4 until all the RLC/MAC blocks resulting from the segmentation of the LLC frames have been acknowledged. Other buffers can be provided in the PCU for temporarily storing RLC/MAC blocks not acknowledged by the terminal and for repeating them in the event of deterioration of the radio channel or losses on the radio channel.
  • The [0043] base station 1 is responsible for transferring the data to the terminal 3 in the form of radio frames. Once the terminal has received the data, it reassembles the data to reconstitute the RLC/MAC blocks, which it then acknowledges in layer 2. Layer 2 also reassembles the LLC frames. The LLC protocol uses the LLC frames to reconstitute IP datagrams, which finally enable the terminal to find the segmented format specific to the TCP transport layer. It then acknowledges reception of the segments by sending the server 9 an acknowledgment message containing a sequence number identifying the acknowledged data. In this way each data segment received at the terminal 3 can be acknowledged.
  • In another embodiment, before the transmission of data begins, the [0044] server 9 and the terminal 3 negotiate a maximum number of data segments to be acknowledged simultaneously. In this case, the terminal 3 can either acknowledge each segment separately or choose to acknowledge a number of successive segments received within a limit set by the negotiated maximum number.
  • In the context of cell reselection, the [0045] radio terminal 3 can request a communication transfer to another base station, such as the base station 2, after analyzing radio measurements obtained from beacon signals transmitted by base stations near the current cell. The purpose of this analysis, which is known in the art, is to identify the cell producing the best received signal level at the terminal. In a conventional GPRS implementation, communication transfer from a cell covered by one base station to another cell is controlled entirely by the radio terminal itself. Therefore, the SGSN 5 is not involved in the decision to transfer cells.
  • The above cell selection procedure is described in particular in section 4.5 of GSM Technical Specification 03.22, version 8.3.0, published in April 2000 by the ETSI. Once the [0046] radio terminal 3 has identified a base station 2 offering a radio link with better propagation conditions than those offered by the base station 1, the radio terminal 3 conventionally transmits a layer 3 (LLC) frame, which can be empty, to the SGSN 5. This control frame contains a TLLI characteristic of the terminal 3.
  • In the example shown in FIG. 1, the location area in which a TLLI value is associated with the [0047] terminal 3 contains the cells served by the base stations 1 and 2, and the TLLI used for the radio terminal 3 is therefore the same for exchanges between the terminal and the SGSN 5, regardless of the base station with which the terminal is communicating. Because the LLC frame is transmitted by the terminal 3 via the base station 2, the SGSN 5 is able to update the base station to which the terminal 3 is connected in a location table, the terminal being identified by the TLLI inserted into the LLC frame.
  • Before the [0048] radio terminal 3 transmits the LLC frame to the SGSN 5, the latter does not know the new location of the radio terminal 3, and therefore considers the latter to be still connected to the base station 1. Thus any data segment addressed to the terminal 3 in a transmission from the data server 9 is routed to the base station 1 by the SGSN 5 and then by the PCU 4. Because the terminal 3 has cleared down its radio link with the base station 1, without informing the latter, it is no longer in a position to receive data frames from the base station 1. Thus the terminal 3 does not acknowledge any of the RLC/MAC blocks transmitted, and the PCU 4 interprets this as a lost communication. In this period, the TCP layer of the server 9 increases its parameter RTO for communicating with the terminal 3, as explained in the introduction.
  • When the LLC frame for updating the location of the [0049] terminal 3 has been transmitted to the SGSN 5, the latter is in a position to set up a communication link with the terminal 3 via the base station 2. Thus new data received from the server 9 and addressed to the terminal 3 can be routed to the terminal 3 via the PCU 4 and the base station 2.
  • According to the invention, when the [0050] SGSN 5 has received from the terminal 3 a message updating its current base station, it commands the PCU 4, whose buffer memories contain data that have not been received by the terminal 3 during cell reselection, to transfer to the base station 2 only a portion of the stored data. The base station 2 then transmits the data to the terminal 3 on behalf of the PCU 4. The SGSN 5 can command the transfer of a portion of the data stored by the PCU 4 by sending a FLUSH-LLC packet to the PCU 4, as previously explained. The PCU 4 interprets the packet in such a way that that it transfer a portion of the data to the base station 2.
  • In another embodiment, for example with the [0051] PCU 4 and the SGSN 5 co-located within the same equipment, partial transfer of data can be commanded as a result of signaling specific to the equipment concerned.
  • The data stored in the buffers of the [0052] PCU 4 comprise useful data and the same data retransmitted by the data server 9 on each expiry of its RTO counter. For the PCU 4 to send the terminal 3 all the data temporarily stored in its buffers would be counterproductive for various reasons:
  • it could cause congestion of the radio channel between the [0053] base station 2 and the terminal 3 by using it to retransmit the same set of data several times,
  • it could prompt the [0054] terminal 3 to acknowledge identical data several times, and
  • depending on the quantity of information transmitted, it might not necessarily prevent other transmissions of the same data by the [0055] server 9 in the TCP layer, since each acknowledgment transmitted by the terminal 3 may result in the server 9 resuming transmission of non-acknowledged data.
  • According to the invention, only a portion of the data stored temporarily in the buffers of the [0056] PCU 4 is therefore communicated to the base station, in order to be relayed to the terminal 3.
  • In a typical implementation, the data retransmitted by the [0057] PCU 4 can substantially correspond to a data segment (i.e. to the LLC frames derived from the same TCP segment). To this end, the PCU 4 sends from its buffers a number of bytes substantially corresponding to the size of a TCP segment, if it knows this. If not, it can send 1500 bytes, corresponding to the maximum size of a segment. It can advantageously send up to 3000 bytes of data contained in its buffers, to guarantee the transmission of at least one complete segment.
  • This segment is preferably the first segment that has not yet been acknowledged by the radio terminal. This is possible in particular if the size of the buffers of the [0058] PCU 4 is such that a sufficient quantity of data can be stored. To guarantee a sufficient size of the PCU buffers in a large number of situations, an operator having control over the parameter settings of the TCP hosts, i.e. the server 9 and the terminal 3, can advantageously set the maximum quantity of data that the server 9 can transmit to the terminal 3 without waiting for an acknowledgment to be sent back to a value much lower than the size of the buffers of the PCU 4.
  • In this situation, the terminal can acknowledge a segment received by sending an acknowledgment message to the [0059] server 9. On receiving the acknowledgment, the server 9 calculates a new value of RTT for the current TCP connection with the terminal 3 and updates its RTO counter as a function of the calculated RTT value, as explained in the introduction.
  • The effect of the [0060] server 9 receiving the acknowledgment from the terminal 3 of the first segment not previously acknowledged is to resume transmission, starting from the acknowledged data, i.e. starting from the segment whose first byte has the sequence number supplied by the terminal in its acknowledgment. This prevents the user of the terminal 3 having to suffer an excessively long interruption in service during the data transfer he is executing. Moreover, the resumption of transmission by the server 9 is accompanied by recalculation of the RTO, which interrupts the process of regularly increasing the value of this counter, as explained in the introduction. If, as a result of this, data segments are not acknowledged by the terminal 3, they can be retransmitted within a reasonable time delay without excessive impact on communication quality.
  • In another embodiment the radio terminal acknowledges an integer number of data segments greater than 1. On receiving an acknowledgment from the terminal, the [0061] data server 9 then repeats all of the data segments that it has transmitted to the radio terminal 3 that the latter has not acknowledged.
  • FIGS. 3 and 4 give an idea of the time that can be saved by using the invention (FIG. 4) compared to using a conventional TCP mechanism (FIG. 3) during a GPRS cell reselection procedure. [0062]
  • In these diagrams, the [0063] server 9 sends segments S1, S2, . . . , S6 to the terminal 3, which acknowledges the first two segments received by means of an uplink message inserting the sequence number of the next segment (S3) it is expecting to receive. It then starts the cell reselection procedure previously described. The subsequent segments S3 to S6 are therefore no longer acknowledged and the server 9 begins to increase the RTO for its connection with the terminal 3, previously set to 12.5 seconds in the present example. Accordingly, after 12.5 s the server retransmits the segment S3 and doubles the RTO to 25 s. The terminal 3 informs the network of the cell from which its communication will continue, using the update procedure previously described. Behavior differs from this point on according to the mode of operation chosen.
  • In the conventional TCP mechanism shown in FIG. 3, which is not very suitable in the context of GPRS cell reselection, the server waits for the 25 s of the RTO to expire before retransmitting the segment S[0064] 3. On receiving the segment S3, the terminal 3 acknowledges it, the effect of which is to allow transmission to resume. On receiving the acknowledgment of the segment S3, the server 9 calculates a new value of RTO, which takes into accont the round-trip time RTT between the first sending of the segment S3 and its acknowledgment (i.e. a RTT slightly greater than 12.5+25=37.5 s).
  • Note that a later cell change notification by the [0065] terminal 3 could lead to the RTO being doubled again to 50 s. After that, any segment transmitted and not received at the terminal 3 would not be retransmitted by the server 9 for a very long time, representing a penalty on the transfer in progress.
  • In an embodiment of the invention, the segment S[0066] 3 is retransmitted by the PCU 4 immediately after the cell change notification by the terminal 3. The latter then acknowledges the segment. The new value of RTT calculated by the server 9 is therefore slightly greater than 12.5 seconds and the RTO is not increased excessively. In the present example, time savings of the order of approximately 25 seconds to almost 90 seconds can be expected in respect of the retransmission delay in the event of a subsequent loss of data.

Claims (8)

1. A method of controlling data transmission from a remote unit to a radio terminal via a cellular radiocommunication network including a plurality of base stations, a packet control unit capable of communicating with the terminal via at least two of the base stations, and routing means for routing data between the remote unit and the packet control unit, wherein at least some of the data transmitted by the remote unit to the terminal are stored temporarily in the packet control unit, wherein the remote unit is arranged to receive from the terminal acknowledgments relating to transmitted data segments and to retransmit data segments that have not been acknowledged on the expiry of a retransmission time depending on the received acknowledgments, the method comprising the steps of:
transmitting data segments from the remote unit to the terminal via a first one of the base stations connected to the packet control unit; and
in response to a request for communication transfer to a second one of the base stations connected to the packet control unit, retransmitting only a portion of the data stored temporarily in the packet control unit to the terminal via the second base station.
2. A method according to claim 1, wherein said portion of the data retransmitted to the terminal consists of substantially one segment that was previously transmitted via the first base station and has not been acknowledged by the terminal.
3. A method according to claim 1, wherein the communication transfer request is received from the terminal by a switch of the routing means and, in response to reception of said request, said switch commands retransmission of said portion of the data by the packet control unit.
4. A method according to claim 1, wherein said retransmission time is increased if acknowledgments are received from the remote unit with an increasing time-delay.
5. A method according to claim 1, wherein the data transmitted between the routing means and the terminal include an identifier of said terminal independent of the base station to which the terminal is connected.
6. A packet control unit for a cellular communication network, comprising interface means with a switch of the cellular network and means for communicating with a radio terminal via at least first and second base stations, the interface means with the switch including storage means for storing temporarily data frames carrying data segments from a remote unit, the means for communicating with the terminal including means for transmitting data frames in the form of data blocks in an acknowledged mode, said storage means being arranged to retain each data frame in memory as long as all of the data of the frame has not been acknowledged by the terminal, the packet control unit further comprising retransmission means for, in response to a request for communication transfer from the first base station to the second base station, retransmitting to the terminal via the second base station at least one data block corresponding to only a portion of the data frames that are stored temporarily and were transmitted via the first base station.
7. A control unit according to claim 6, wherein said portion of the data frames retransmitted to the terminal conveys substantially one data segment.
8. A control unit according to claim 6, wherein the retransmission means are arranged to retransmit said portion of the data frames stored temporarily in response to a command received from said switch that has received the communication transfer request from the radio terminal.
US10/455,911 2002-06-14 2003-06-06 Method of controlling transmission of data and a control unit for implementing the method Expired - Fee Related US7400584B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR0207371A FR2841086B1 (en) 2002-06-14 2002-06-14 METHOD FOR CONTROLLING DATA TRANSMISSION AND CONTROL UNIT FOR IMPLEMENTING THE METHOD
FRFR0207371 2002-06-14

Publications (2)

Publication Number Publication Date
US20040042452A1 true US20040042452A1 (en) 2004-03-04
US7400584B2 US7400584B2 (en) 2008-07-15

Family

ID=29559179

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/455,911 Expired - Fee Related US7400584B2 (en) 2002-06-14 2003-06-06 Method of controlling transmission of data and a control unit for implementing the method

Country Status (5)

Country Link
US (1) US7400584B2 (en)
EP (1) EP1372307B1 (en)
AT (1) ATE284105T1 (en)
DE (1) DE60300180D1 (en)
FR (1) FR2841086B1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040085923A1 (en) * 2002-11-01 2004-05-06 Motorola, Inc. Method and apparatus for cell reselection within a communications system
US20050041608A1 (en) * 2003-08-07 2005-02-24 Samsung Electronics Co., Ltd. Method for cell reselection for reception of packet data
US20070018708A1 (en) * 2005-07-01 2007-01-25 Samsung Electronics Co., Ltd. Method and apparatus for determining optimal delay time and computer-readable storage medium storing optimal delay time determining program
US20070064705A1 (en) * 2003-09-18 2007-03-22 Shuji Tateno Communications system, communications device, and data retransmission control method
US20110149800A1 (en) * 2007-08-31 2011-06-23 Level 3 Communications, Llc Managing Virtual Local Area Network Domains
US20140036784A1 (en) * 2011-04-20 2014-02-06 Huawei Technologies Co., Ltd. Data Transmission Method, Radio Access Network Device, Wireless Gateway and System
US20150312904A1 (en) * 2012-12-14 2015-10-29 Huawei Technologies Co., Ltd. Master-slave base station cluster, central unit, remote unit, and information processing method

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7911976B2 (en) 2008-12-19 2011-03-22 At&T Intellectual Property I, L.P. Method and apparatus for managing routing in a network
CN101765194B (en) * 2009-12-28 2014-01-01 中兴通讯股份有限公司 Method and system for transmitting data frame as well as base station subsystem device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020081971A1 (en) * 2000-12-22 2002-06-27 Franco Travostino System, device, and method for maintaining communication sessions in a communication system
US20020191627A1 (en) * 2001-05-24 2002-12-19 Barani Subbiah Method and apparatus for seamless mobility beween different access technologies
US20020196752A1 (en) * 2001-06-26 2002-12-26 Attar Rashid A. Method and apparatus for adaptive server selection in a data communication system
US20030035407A1 (en) * 2000-03-27 2003-02-20 Rangaprasad Govindarajan Packet retransmission in wireless packet data networks
US20030202480A1 (en) * 2002-04-30 2003-10-30 Swami Yogesh Prem Method and system for throughput and efficiency enhancement of a packet based protocol in a wireless network
US7012905B2 (en) * 1998-07-21 2006-03-14 Nokia Corporation Method and apparatus for the transmission of packets of data
US7099273B2 (en) * 2001-04-12 2006-08-29 Bytemobile, Inc. Data transport acceleration and management within a network communication system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2376004A1 (en) * 1999-06-21 2000-12-28 Telefonaktiebolaget Lm Ericsson Method of handing over mobile stations in a general packet radio service (gprs) radio telecommunications network
ATE406722T1 (en) * 1999-11-05 2008-09-15 Nokia Corp DISTRIBUTED TRANSMISSION APPARATUS AND METHOD WITH RETRANSMISSION FUNCTION

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7012905B2 (en) * 1998-07-21 2006-03-14 Nokia Corporation Method and apparatus for the transmission of packets of data
US20030035407A1 (en) * 2000-03-27 2003-02-20 Rangaprasad Govindarajan Packet retransmission in wireless packet data networks
US20020081971A1 (en) * 2000-12-22 2002-06-27 Franco Travostino System, device, and method for maintaining communication sessions in a communication system
US7099273B2 (en) * 2001-04-12 2006-08-29 Bytemobile, Inc. Data transport acceleration and management within a network communication system
US20020191627A1 (en) * 2001-05-24 2002-12-19 Barani Subbiah Method and apparatus for seamless mobility beween different access technologies
US20020196752A1 (en) * 2001-06-26 2002-12-26 Attar Rashid A. Method and apparatus for adaptive server selection in a data communication system
US20030202480A1 (en) * 2002-04-30 2003-10-30 Swami Yogesh Prem Method and system for throughput and efficiency enhancement of a packet based protocol in a wireless network

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040085923A1 (en) * 2002-11-01 2004-05-06 Motorola, Inc. Method and apparatus for cell reselection within a communications system
WO2004042936A2 (en) * 2002-11-01 2004-05-21 Motorola, Inc., A Corporation Of The State Of Delaware Method and apparatus for cell reselection within a communications system
WO2004042936A3 (en) * 2002-11-01 2004-06-24 Motorola Inc Method and apparatus for cell reselection within a communications system
US20050041608A1 (en) * 2003-08-07 2005-02-24 Samsung Electronics Co., Ltd. Method for cell reselection for reception of packet data
US9832032B2 (en) * 2003-08-07 2017-11-28 Samsung Electronics Co., Ltd Method for cell reselection for reception of packet data
US20070064705A1 (en) * 2003-09-18 2007-03-22 Shuji Tateno Communications system, communications device, and data retransmission control method
US7885264B2 (en) * 2003-09-18 2011-02-08 Nomura Research Institute Co., Ltd. Communications system, communications device, and data retransmission control method
US20070018708A1 (en) * 2005-07-01 2007-01-25 Samsung Electronics Co., Ltd. Method and apparatus for determining optimal delay time and computer-readable storage medium storing optimal delay time determining program
US20110149800A1 (en) * 2007-08-31 2011-06-23 Level 3 Communications, Llc Managing Virtual Local Area Network Domains
US20140036784A1 (en) * 2011-04-20 2014-02-06 Huawei Technologies Co., Ltd. Data Transmission Method, Radio Access Network Device, Wireless Gateway and System
US20150312904A1 (en) * 2012-12-14 2015-10-29 Huawei Technologies Co., Ltd. Master-slave base station cluster, central unit, remote unit, and information processing method
US9883504B2 (en) * 2012-12-14 2018-01-30 Huawei Technologies Co., Ltd. Master-slave base station cluster, central unit, remote unit, and information processing method

Also Published As

Publication number Publication date
ATE284105T1 (en) 2004-12-15
EP1372307A1 (en) 2003-12-17
US7400584B2 (en) 2008-07-15
DE60300180D1 (en) 2005-01-05
FR2841086B1 (en) 2004-08-27
FR2841086A1 (en) 2003-12-19
EP1372307B1 (en) 2004-12-01

Similar Documents

Publication Publication Date Title
KR100619949B1 (en) Method for controlling tcp flow in fast mobile network
US20180255485A1 (en) Method and system for base station change of packet switched communications in a mobile communications system
KR100802619B1 (en) Method for receiving data in a receiver under radio link control protocolprocessing method for rlc reception window
EP2278770B1 (en) Wireless Communication System using TCP
US7167475B2 (en) Data packet numbering in packet-switched data transmission
JP3949288B2 (en) Gateway device and wireless terminal device
US8391151B2 (en) Inter-network-nodes flow control
US8331291B2 (en) Method and device for data communication and communication system comprising such device
US20050039101A1 (en) Method and system of retransmission
US20070291695A1 (en) Method and apparatus for facilitating lossless handover in 3gpp long term evolution systems
KR100600607B1 (en) A apparatus for ARQ controlling in wireless portable internet system and method therof
US20050213540A1 (en) Transmitted packet replenishment system and transmitted packet replenishing method
JP2003523137A (en) Data packet number addition method in packet switching data transmission
WO2005089002A1 (en) A method of packet switched handover
US7400584B2 (en) Method of controlling transmission of data and a control unit for implementing the method
US20040202129A1 (en) Method, network nodes and system for sending data in a mobile communication network
KR20040103584A (en) method and system for controlling packet transmission using bind update message when mobile node performs hand-off in IPv6 based wireless network
US8023449B2 (en) Method of data preservation and minimizing reduction in data throughput in the event of a cell change
US20070140171A1 (en) Radio link management in distributed network architecture
US8249597B2 (en) Method of packet switched handover
KR20050092958A (en) Uplink packet transmission method for base station and mobile communication system implementing the same method
Koukoutsidis TCP over 3G links
GB2417861A (en) Adaptive ARQ system

Legal Events

Date Code Title Description
AS Assignment

Owner name: NORTEL NETWORKS LIMITED, CANADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CAYLA, STEPHANE;REEL/FRAME:014548/0948

Effective date: 20030610

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
AS Assignment

Owner name: ROCKSTAR BIDCO, LP, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NORTEL NETWORKS LIMITED;REEL/FRAME:027164/0356

Effective date: 20110729

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: APPLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ROCKSTAR BIDCO, LP;REEL/FRAME:028677/0706

Effective date: 20120511

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20200715