WO2007051379A1 - A method for service handover in wireless cellular communication system - Google Patents

A method for service handover in wireless cellular communication system Download PDF

Info

Publication number
WO2007051379A1
WO2007051379A1 PCT/CN2006/001401 CN2006001401W WO2007051379A1 WO 2007051379 A1 WO2007051379 A1 WO 2007051379A1 CN 2006001401 W CN2006001401 W CN 2006001401W WO 2007051379 A1 WO2007051379 A1 WO 2007051379A1
Authority
WO
WIPO (PCT)
Prior art keywords
data tunnel
tunnel function
terminal
function body
service
Prior art date
Application number
PCT/CN2006/001401
Other languages
French (fr)
Chinese (zh)
Inventor
Yujie Zhang
Original Assignee
Zte Corporation
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 Zte Corporation filed Critical Zte Corporation
Publication of WO2007051379A1 publication Critical patent/WO2007051379A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/02Buffering or recovering information during reselection ; Modification of the traffic flow during hand-off

Definitions

  • the present invention relates to a handover method in a wireless cellular communication system, and more particularly to a method for protecting data integrity during handover in a non-real time service. Background technique
  • the main measurement parameters are data integrity, delay, and jitter.
  • the impact of switching on these parameters should be minimized. More precisely, the data integrity during the handover process is guaranteed. That is, the packet loss rate, retransmission, and out-of-order should not be increased due to handover. Data tunnel setup delays and jitter should be kept to a minimum.
  • MS mobile station
  • 802.16e the MS (mobile station) assisted handover mechanism proposed in 802.16e is an air mechanism for ensuring data integrity.
  • a data integrity solution for HO is proposed to ensure data integrity during the handover process.
  • the ARQ (automatic repeat request) mechanism and the SN (sequence number) feedback mechanism are implemented in the non-master data tunneling functional entity, thereby making the state of the ARQ and It is extremely difficult and cumbersome for the SN to transmit status information to be shared among multiple non-master data tunneling functional entities.
  • the invention provides a service switching party for guaranteeing data integrity in a wireless cellular communication system
  • the method includes a master data tunnel function, a service data tunnel function, a target data tunnel function, and a plurality of terminals, and the method includes the following steps:
  • the main control data tunnel function body After determining the handover after receiving the handover request initiated by the terminal, the main control data tunnel function body has determined whether to start the ARQ mechanism or the serial number feedback mechanism according to different services, and cache the MAC SDU data packet;
  • the MAC data SDU data packet is sent to the terminal through the service data tunnel function body currently communicating with the terminal;
  • the terminal When switching access, the terminal sends feedback information to the main control data tunnel function body through the target data tunnel function body according to the received MAC SDU data packet;
  • the master data tunnel function body sends or retransmits the MAC SDU data packet to the terminal in the manner of forwarding the target data tunnel function according to the feedback information, and the handover is completed.
  • a significant advantage of the present invention is that the processing logic for the ARQ mechanism and the SN feedback mechanism is simple and natural, avoiding a large amount of message interaction between the service data tunnel function and the target data tunnel function for maintaining data synchronization, including ARQ.
  • the state and the SN send status information interaction.
  • the implementation data is only cached in the main control data tunnel function body, which avoids the second level cache on the service data tunnel function body and the target data tunnel function body, reduces the complexity of the system data cache processing, and saves the cache. space. BRIEF abstract
  • FIG. 1 is a distribution diagram of each data tunnel function body according to the method of the present invention
  • FIG. 2 is a detailed structural diagram of a data tunnel involved in the method according to the present invention
  • FIG. 3 is a flow chart of implementing an ARQ mechanism in the method according to the present invention.
  • FIG. 1 shows the distribution of the various data tunneling functionalities in the access service network system.
  • Master The data tunnel function (Anchor Data Path Function) is the same as the non-master data tunnel function body (that is, the next level function of the master data tunnel function body, which is called the service data tunnel function body or the target data tunnel function body in the present invention.
  • the non-master data tunnel function body that is, the next level function of the master data tunnel function body, which is called the service data tunnel function body or the target data tunnel function body in the present invention.
  • L2 layer 2
  • the relevant handover control message transmitted by the data tunnel is finally sent to the main control data tunnel function body, and the main control data tunnel function body ensures the continuous retransmission of the data after the handover.
  • the non-master data tunneling function should parse the control information of the master data tunnel function body to assist in the protection of data integrity during the handover process.
  • the layer 2 session and layer 2 data processing are transmitted between the master data tunnel function and the core network, and the layer 2 packet buffer is implemented.
  • a layer 2 data packet can be generated and compressed into a tunnel packet to be transmitted to the service data tunnel function body or the target data tunnel function body.
  • a tunnel packet is a packet encapsulated by a layer 2 packet using a certain protocol, such as CUDP (compress User Datagram Protocol) or UDP (User Datagram Protocol) protocol.
  • CUDP compress User Datagram Protocol
  • UDP User Datagram Protocol
  • the Serving Data Path Function in Figure 1 is associated with the physical layer of the MS with the 802.16 standard, maintains the air interface with the MS, and is responsible for transmitting all MAC layer messages to the MS.
  • the MS moves to another cell and satisfies the target under the handover condition.
  • the target data tunnel function becomes the MS new service data tunnel function.
  • the master does not actually communicate with the MS, but indirectly controls the communication through the service data tunnel function or the target data tunnel function, so it is indicated by a dotted line.
  • FIG. 2 shows a detailed structure of the data tunnel.
  • the master data tunnel function body 201 is implemented in the base station control system BSC, and the non-master data tunnel function body 202 is placed in the base station transceiver system BTS.
  • the implementation may be a service data tunnel function or a target data tunnel function.
  • the IP layer data packet is directly sent by the data tunnel to the service data tunnel function body or the target data tunnel function body, the service data tunnel function body and the target data tunnel.
  • the functional entities are each implemented in a complete base station system BS.
  • the master data tunnel function classifies the application layer IP packet (L3 data packet) into each service stream.
  • a MAC SDU service data unit
  • additional control information such as SDU SN
  • SDU SN additional control information
  • the main control data tunnel function body is decompressed by the non-master tunnel function body, and the control information is removed, and then a MAC PDU (protocol data unit) is formed and transmitted.
  • the upper layer IP packet accessed by the master data tunnel function can be transmitted from the AGW (access gateway).
  • the service data tunnel function For uplink packets, the service data tunnel function first receives the MAC PDU and removes additional information such as MAC header, CRC (cyclic redundancy check). It is then compressed into a tunnel packet using cUDP or UDP protocol and transmitted to the master data tunnel function. After the main control data tunnel function is decompressed into a MAC SDU, it is restored to an IP data packet by header compression processing, and finally sent to the core network.
  • CRC cyclic redundancy check
  • the ARQ mechanism and the SN feedback mechanism can operate independently.
  • the ARQ mechanism is used to ensure that the ARQ mechanism is enabled and the SN feedback mechanism is enabled.
  • retransmission mechanisms cannot be used because the most important real-time requirements cannot be guaranteed, so data integrity is difficult to guarantee.
  • FIG. 3 shows a flow chart of the ARQ mechanism in the method of the present invention.
  • 301 is a service system
  • 302 is a target system
  • 303 is a master control system.
  • Each system includes a physical/MAC function body, a data tunnel function body, and a switching function body, wherein the data tunnel function bodies in 301, 302, and 303 are a service data tunnel function body, a target data tunnel function body, and a master data tunnel, respectively.
  • Functional body The MAC SDU is generated by the master data tunnel function and transmitted to the service data tunnel function by the data tunnel.
  • the service data tunnel function reassembles the MAC SDU composed of the ARQ block into a MAC PDU and sends it to the MS. After the MS receives the ARQ Block, is it sent?
  • the function receives the feedback information of an ARQ block to the service data tunnel function body, and the service data tunnel function forwards the information to the master data tunnel function body, and the master data tunnel function body determines whether the ARQ block needs to be retransmitted. Send the next new ARQ Block.
  • Such an ARQ Block transmission process regardless of whether or not a handover occurs, is performed in accordance with such a transmission principle.
  • the effect of the handover on the switch is that the ARQ feedback message sent by the MS is sent to the service data tunnel function body, and is forwarded by the service data tunnel function body to the master data tunnel function body; after switching the access target, the MS The sent ARQ feedback message is sent to the target data tunnel function body, and is forwarded by the target data tunnel function body to the master data tunnel function body.
  • whether or not the handover occurs does not affect its ARQ mechanism, thereby completing the handover of the service system to the target system and ensuring data integrity.
  • the method includes the following steps:
  • Step a The terminal initiates a handover request, and when the system decides to enter the handover, the main control data tunnel function has started the ARQ feedback mechanism according to the service type, and caches the MAC SDU data packet in the main control data tunnel function body;
  • Step b The master data tunnel function body sends a .MAC SDU data packet composed of an ARQ Block to the service data tunnel function currently communicating with the terminal;
  • Step c The service data tunnel function sends the received ARQ Block to the terminal through the air interface
  • Step d The terminal sends a receiving confirmation message to the service data tunnel function body for each received ARQ block, and the service data tunnel function body is further forwarded to the main control data tunnel function body. If the receiving confirmation message is that the terminal does not receive the ARQ, Block, the master data tunnel function weight transfer;
  • Step e When the access is switched, the terminal sends the acknowledgement information of the ARQ block received from the service data tunnel function to the target data tunnel function, and the target data tunnel function body forwards the function to the master data tunnel function body;
  • Step f The main control data tunnel function body determines whether to retransmit the feedback signal according to the receiving confirmation information.
  • ARQ Block indicated by the information If the feedback information is that the terminal does not receive the ARQ Block, the master data tunnel function body transmits the weight to the target data tunnel function.
  • FIG. 4 shows the flow of the SN feedback mechanism in the method of the present invention. 401 is the same as the service system in FIG. 3, 302 is the target system in FIG. 3, and 303 is the main control system in FIG.
  • the MAC SDU is generated by the main control data tunnel function and transmitted to the service data tunnel function body through the data tunnel.
  • the service data tunnel function group packet is formed into a MAC PDU and then transmitted to the MS.
  • the MS can have acknowledgement feedback for each MAC SDU, or no.
  • the MS feeds back the SN sequence number of the last MAC SDU received by the original service data tunnel function to the target data tunnel function, and the target data tunnel function forwards it to the master data tunnel.
  • the function body, the master data tunnel function determines the first MAC SDU to be transmitted after the handover.
  • the method includes the following steps:
  • Step a When the terminal initiates the handover request, the system determines to switch, and the main control data tunnel function body starts the SN feedback mechanism according to the service type, and caches the MAC SDU data packet in the main control data tunnel function body;
  • Step b The master data tunnel function body sends a MAC SDU data packet to the service data tunnel function currently communicating with the terminal;
  • Step c The service data tunnel function sends the received MAC SDU data packet to the terminal through the air interface, and sends the MAC SDU data packet carrying the SN sequence number to the terminal according to the period negotiated by the terminal and the master data tunnel function body;
  • Step d After receiving the MAC SDU packet carrying the SN sequence number, the terminal automatically updates its saved SN sequence number. When receiving the MAC SDU packet that does not carry the SN sequence number, the terminal automatically adds one of the SN sequence numbers saved by itself. ;
  • Step e The terminal feeds back the SN sequence number of the last MAC SDU packet received by the service data tunnel function from the target data tunnel function body, and then the target data tunnel function The body forwards the received SN sequence number to the master data tunnel function body;
  • Step f The master data tunnel function body confirms that the terminal has successfully received the last MAC SDU sent by the service data tunnel function body according to the received SN sequence number, and the master data tunnel function body is next to the SN sequence number.
  • the MAC SDU data packet corresponding to the sequence number starts to send the subsequent MAC SDU data packet to the target data tunnel function body;
  • Step g The target data tunnel function sends the received MAC SDU data packet to the terminal.
  • the present invention aims to propose a reasonable broadband wireless access network handover method, so that the service data can still ensure sufficient integrity during the handover process.
  • the present invention proposes a service switching method in a wireless cellular communication system that enables service data to maintain sufficiently good integrity during handover.
  • the processing logic of the ARQ mechanism and the SN feedback mechanism is simple and natural, and avoids a large number of message interactions between the service data tunnel function body and the target data tunnel function body for maintaining data synchronization, including ARQ status and SN transmission.
  • the interaction of status information is only cached in the main control data tunnel function, which avoids the second level cache on the service data tunnel function and the target data tunnel function, which reduces the complexity of the system data cache processing and saves the cache space.

Abstract

A method for service handover in wireless cellular communication system, when a wireless communication terminal device determines to handover after initiating handover request, anchor data path function has determines whether to start ARQ mechanism or sequence number feedback mechanism according to different services, and buffers MAC SDU data packet, sends MAC SDU data packet to terminal through the current serving data path function before handover, the terminal sends feedback information to anchor data path function through target data path function when handover accessing, the anchor data path function send MAC SDU data packet to the terminal through target data path function according to the feedback information, then handover accomplished. The present invention enables service data can still maintain enough integrity during handover process, processing logic for the ARQ mechanism or sequence number feedback mechanism is simple, and reduce the complexity for buffer processing system data and save the buffer space because it only performs buffer in anchor data path function.

Description

一种无线峰窝通信系统中的业务切换方法 技术领域  Service switching method in wireless peak-and-cell communication system
本发明涉及一种无线蜂窝通信系统中的切换方法,特别涉及非实时业 务在切换过程中保护数据完整性的方法。 背景技术  The present invention relates to a handover method in a wireless cellular communication system, and more particularly to a method for protecting data integrity during handover in a non-real time service. Background technique
不同类型的业务要求不同的传输给无线通信终端的链路质量,主要测 量参数有数据完整性、 延迟、 抖动。 切换对这些参数的影晌应该降到最 小, 更确切地说, 保证切换过程中的数据完整性, 也就是说, 数据包的 丢失率、 重传、 乱序不应因为发生切换而增加, 同时数据隧道建立延迟 和抖动都应该保持最小。 例如在 802.16e中提出的 MS (mobile station, 终端) 辅助切换机制便是一种保证数据完整性的空中机制。  Different types of services require different link quality transmissions to wireless communication terminals. The main measurement parameters are data integrity, delay, and jitter. The impact of switching on these parameters should be minimized. More precisely, the data integrity during the handover process is guaranteed. That is, the packet loss rate, retransmission, and out-of-order should not be increased due to handover. Data tunnel setup delays and jitter should be kept to a minimum. For example, the MS (mobile station) assisted handover mechanism proposed in 802.16e is an air mechanism for ensuring data integrity.
例如在 WiMAX Forum Network Working Group, 针对此问题也提出 了一种保证切换过程中数据完整性的方案 Data integrity solution for HO。 但是这种方案的一个缺点就是把 ARQ (automatic repeat request,自动重传 请求)机制和 SN (sequence number,序列号)反馈机制放在非主控数据隧 道功能实体中实现, 从而使得 ARQ的状态和 SN发送状态信息在多个非 主控数据隧道功能实体共享变得异常困难和繁琐。  For example, in the WiMAX Forum Network Working Group, a data integrity solution for HO is proposed to ensure data integrity during the handover process. However, a disadvantage of this scheme is that the ARQ (automatic repeat request) mechanism and the SN (sequence number) feedback mechanism are implemented in the non-master data tunneling functional entity, thereby making the state of the ARQ and It is extremely difficult and cumbersome for the SN to transmit status information to be shared among multiple non-master data tunneling functional entities.
因此, 需要提出一种将 ARQ机制和 SN反馈机制放在主控数据隧道 功能体中实现的改进方法, 来更好的满足需求。 发明内容  Therefore, an improved method of implementing the ARQ mechanism and the SN feedback mechanism in the main control data tunnel function body is needed to better meet the requirements. Summary of the invention
本发明目的在于提供一种应用于无线蜂窝通信领域中的业务切换方 法, 减少服务数据隧道功能体和目标数据隧道功能体之间为保持数据同 步而使用的大量的消息交互。  It is an object of the present invention to provide a service switching method for use in the field of wireless cellular communications to reduce the amount of message interaction used between the service data tunneling function and the target data tunneling function to maintain data synchronization.
本发明提供一种无线蜂窝通信系统中保证数据完整性的业务切换方 法, 其中所述系统包括主控数据隧道功能体、 服务数据隧道功能体、 目 标数据隧道功能体及若干终端, 所述方法包括如下步骤: The invention provides a service switching party for guaranteeing data integrity in a wireless cellular communication system The method includes a master data tunnel function, a service data tunnel function, a target data tunnel function, and a plurality of terminals, and the method includes the following steps:
A、在收到终端发起的切换请求后决定切换时, 主控数据隧道功能体 已根据不同业务决定是否启动 ARQ机制或序列号反馈机制,并缓存 MAC SDU数据包;  A. After determining the handover after receiving the handover request initiated by the terminal, the main control data tunnel function body has determined whether to start the ARQ mechanism or the serial number feedback mechanism according to different services, and cache the MAC SDU data packet;
B、 主控数据隧道功能体切换接入前, 通过当前与终端通信的服务数 据隧道功能体向终端发送 MAC SDU数据包;  B. Before the main control data tunnel function is switched, the MAC data SDU data packet is sent to the terminal through the service data tunnel function body currently communicating with the terminal;
C、 切换接入时, 终端根据收到的 MAC SDU数据包, 通过目标数据 隧道功能体向主控数据隧道功能体发送反馈信息;  C. When switching access, the terminal sends feedback information to the main control data tunnel function body through the target data tunnel function body according to the received MAC SDU data packet;
D、主控数据隧道功能体根据所述反馈信息, 通过目标数据隧道功能 体转发的方式向终端发送或重传 MAC SDU数据包, 切换完成。 本发明的显著优势在于, 对 ARQ机制和 SN反馈机制的处理逻辑简 单自然, 避免了服务数据隧道功能体和目标数据隧道功能体之间的为保 持数据同步而使用的大量的消息交互, 包括 ARQ的状态和 SN发送状态 信息的交互。 另外, 实现上数据仅在主控数据隧道功能体中缓存, 避免 了在服务数据隧道功能体和目标数据隧道功能体上的第二级缓存, 减少 了系统数据缓存处理的复杂度, 节省了缓存空间。 附图概述  D. The master data tunnel function body sends or retransmits the MAC SDU data packet to the terminal in the manner of forwarding the target data tunnel function according to the feedback information, and the handover is completed. A significant advantage of the present invention is that the processing logic for the ARQ mechanism and the SN feedback mechanism is simple and natural, avoiding a large amount of message interaction between the service data tunnel function and the target data tunnel function for maintaining data synchronization, including ARQ. The state and the SN send status information interaction. In addition, the implementation data is only cached in the main control data tunnel function body, which avoids the second level cache on the service data tunnel function body and the target data tunnel function body, reduces the complexity of the system data cache processing, and saves the cache. space. BRIEF abstract
图 1为本发明所述方法涉及的各数据隧道功能体的分布图; 图 2为本发明所述方法涉及的数据隧道的详细结构图;  1 is a distribution diagram of each data tunnel function body according to the method of the present invention; FIG. 2 is a detailed structural diagram of a data tunnel involved in the method according to the present invention;
图 3为本发明所述方法中 ARQ机制的流程实现图;  3 is a flow chart of implementing an ARQ mechanism in the method according to the present invention;
图 4为本发明所述方法中 SN反馈机制的流程实现图。 本发明的最佳实施方式  4 is a flow chart showing the implementation of the SN feedback mechanism in the method of the present invention. BEST MODE FOR CARRYING OUT THE INVENTION
图 1给出了在接入服务网系统中,各数据隧道功能体的分布。在主控 数据隧道功能体 (Anchor Data Path Function)同非主控数据隧道功能体(也 就是主控数据隧道功能体的下一级功能体, 本发明中称为服务数据隧道 功能体或目标数据隧道功能体)之间, 建立数据隧道, 用于承载 L2 (层 2) 的数据包。 数据隧道传送的相关切换控制消息最终都是发送给主控数 据隧道功能体, 由主控数据隧道功能体来保证数据在切换之后的续重传。 非主控数据隧道功能体应该解析主控数据隧道功能体的控制信息, 辅助 完成切换过程中数据完整性的保护。 Figure 1 shows the distribution of the various data tunneling functionalities in the access service network system. Master The data tunnel function (Anchor Data Path Function) is the same as the non-master data tunnel function body (that is, the next level function of the master data tunnel function body, which is called the service data tunnel function body or the target data tunnel function body in the present invention. Between, establish a data tunnel, used to carry L2 (layer 2) packets. The relevant handover control message transmitted by the data tunnel is finally sent to the main control data tunnel function body, and the main control data tunnel function body ensures the continuous retransmission of the data after the handover. The non-master data tunneling function should parse the control information of the master data tunnel function body to assist in the protection of data integrity during the handover process.
主控数据隧道功能体主控激活的层 2会话、层 2数据处理,包括 ARQ 机制, 与核心网之间传输 IP包, 实现层 2数据包缓存。 IP层数据包到达 主控数据隧道功能体后, 可以产生层 2数据包, 并将其压缩成隧道包传 输给服务数据隧道功能体或目标数据隧道功能体。所谓隧道包就是将层 2 数据包使用一定协议封装而成的数据包, 例如 CUDP (compress User Datagram Protocol,压縮用户数据包协议)或 UDP ( User Datagram Protocol, 用户数据包协议)协议。 图 1中服务数据隧道功能体 (Serving Data Path Function)与 MS有 802.16标准的物理层关联, 保持与 MS的空中接口, 并负责传输所有的 MAC层消息给 MS。图 1中目标数据隧道功能体 (Target Data Path Function)是 MS移动到另外一个小区并满足切换条件下的目标, 切换结束时目标数据隧道功能体成为 MS新的服务数据隧道功能体。图 1 中,主控并不实际与 MS通讯,而是通过服务数据隧道功能体或者目标数 据隧道功能体间接控制通信情况, 所以用虚线表示。  The layer 2 session and layer 2 data processing, including the ARQ mechanism, are transmitted between the master data tunnel function and the core network, and the layer 2 packet buffer is implemented. After the IP layer data packet arrives at the master data tunnel function body, a layer 2 data packet can be generated and compressed into a tunnel packet to be transmitted to the service data tunnel function body or the target data tunnel function body. A tunnel packet is a packet encapsulated by a layer 2 packet using a certain protocol, such as CUDP (compress User Datagram Protocol) or UDP (User Datagram Protocol) protocol. The Serving Data Path Function in Figure 1 is associated with the physical layer of the MS with the 802.16 standard, maintains the air interface with the MS, and is responsible for transmitting all MAC layer messages to the MS. The target data path function in FIG. 1 is that the MS moves to another cell and satisfies the target under the handover condition. When the handover ends, the target data tunnel function becomes the MS new service data tunnel function. In Figure 1, the master does not actually communicate with the MS, but indirectly controls the communication through the service data tunnel function or the target data tunnel function, so it is indicated by a dotted line.
图 2给出了数据隧道的详细结构, 本发明中将主控数据隧道功能体 201放在基站控制系统 BSC中来实现, 将非主控数据隧道功能体 202放 在在基站收发系统 BTS中来实现, 可以是服务数据隧道功能体或目标数 据隧道功能体。 当然, 现有技术中也有其他实现, 如没有主控数据隧道 功能体, IP层数据包直接由数据隧道送往服务数据隧道功能体或目标数 据隧道功能体, 服务数据隧道功能体和目标数据隧道功能体各自在一个 完整的基站系统 BS中实现。 对于下行数据包,即 AGW通过 102传送给主控数据隧道功能体的数 据包,转化的基本过程是主控数据隧道功能体将应用层 IP数据包 (L3 data packet)分类映射到各个业务流,经过压缩头处理后产生 MAC SDU(service data unit,服务数据单元), 对其增加额外的控制信息, 如 SDU SN, 然后采 用 cUDP协议或者 UDP协议将其压縮成隧道包, 通过 101传输给非主控 数据隧道功能体, 由非主控隧道功能体解压缩, 去除控制信息, 然后组 成 MAC PDU(protocol data unit,协议数据单元)传输出去。主控数据隧道功 能体接入的上层 IP数据包可以从 AGW(access gateway,接入网关)传输过 来。 FIG. 2 shows a detailed structure of the data tunnel. In the present invention, the master data tunnel function body 201 is implemented in the base station control system BSC, and the non-master data tunnel function body 202 is placed in the base station transceiver system BTS. The implementation may be a service data tunnel function or a target data tunnel function. Of course, there are other implementations in the prior art. For example, if there is no master data tunnel function body, the IP layer data packet is directly sent by the data tunnel to the service data tunnel function body or the target data tunnel function body, the service data tunnel function body and the target data tunnel. The functional entities are each implemented in a complete base station system BS. For the downlink data packet, that is, the data packet transmitted by the AGW to the master data tunnel function body through the 102, the basic process of the conversion is that the master data tunnel function classifies the application layer IP packet (L3 data packet) into each service stream. After processing by the compression header, a MAC SDU (service data unit) is generated, and additional control information, such as SDU SN, is added thereto, and then compressed into a tunnel packet by using the cUDP protocol or the UDP protocol, and transmitted to the non-transit by 101. The main control data tunnel function body is decompressed by the non-master tunnel function body, and the control information is removed, and then a MAC PDU (protocol data unit) is formed and transmitted. The upper layer IP packet accessed by the master data tunnel function can be transmitted from the AGW (access gateway).
对于上行数据包, 首先服务数据隧道功能体接收到 MAC PDU, 将其 去除额外的信息, 如 MAC头、 CRC(cyclic redundancy check,循环冗余码 校验)。然后采用 cUDP或 UDP协议压缩成隧道包, 传输给主控数据隧道 功能体。 主控数据隧道功能体解压缩成为 MAC SDU后, 再经过头压缩 处理恢复成 IP数据包, 最终发往核心网。  For uplink packets, the service data tunnel function first receives the MAC PDU and removes additional information such as MAC header, CRC (cyclic redundancy check). It is then compressed into a tunnel packet using cUDP or UDP protocol and transmitted to the master data tunnel function. After the main control data tunnel function is decompressed into a MAC SDU, it is restored to an IP data packet by header compression processing, and finally sent to the core network.
在系统中,切换过程中针对不同的业务采用不同的机制来保证数据完 整性。 ARQ机制和 SN反馈机制可以独立运行。 对于非实时业务, 使能 了 ARQ机制的业务首先选择 ARQ机制来保证,没有使能 ARQ机制而使 能了 SN反馈机制的业务则采用 SN反馈机制来保证。 对于实时业务, 无 法采用重传机制, 因为无法保证最重要的实时性要求, 这样数据完整性 难以保证。  In the system, different mechanisms are used for different services to ensure data integrity during the handover process. The ARQ mechanism and the SN feedback mechanism can operate independently. For non-real-time services, the ARQ mechanism is used to ensure that the ARQ mechanism is enabled and the SN feedback mechanism is enabled. For real-time services, retransmission mechanisms cannot be used because the most important real-time requirements cannot be guaranteed, so data integrity is difficult to guarantee.
图 3给出了本发明方法中的 ARQ机制的流程图。 301是服务系统, 302是目标系统, 303是主控系统。每个系统分别包括物理 /MAC功能体, 数据隧道功能体和切换功能体, 其中 301、 302、 303中的数据隧道功能 体分别是服务数据隧道功能体、 目标数据隧道功能体、 主控数据隧道功 能体。 MAC SDU由主控数据隧道功能体生成, 经数据隧道传输给服务数 据隧道功能体, 服务数据隧道功能体将由 ARQ Block组成的 MAC SDU 重组成 MAC PDU发送给 MS。 MS在收到 ARQ Block之后, 发送是否成 功收到某个 ARQ Block的反馈信息给服务数据隧道功能体, 服务数据隧 道功能体将此信息转发给主控数据隧道功能体, 由主控数据隧道功能体 来决定是否需要重传 ARQ Block还是发送下一个新的 ARQ Block。 这样 的 ARQ Block传输过程,不论是否发生切换都按照这样的传输原则进行。 发生切换对其的影响在于, 切换接入前, MS发送的 ARQ反馈消息是送 往服务数据隧道功能体, 由服务数据隧道功能体转发给主控数据隧道功 能体; 切换接入目标之后, MS发送的 ARQ反馈消息是送往目标数据隧 道功能体, 由目标数据隧道功能体转发给主控数据隧道功能体。 对主控 数据隧道功能体而言, 是否发生切换对其 ARQ机制并不产生影响, 从而 完成服务系统到目标系统的切换, 并且保证了数据的完整性。 Figure 3 shows a flow chart of the ARQ mechanism in the method of the present invention. 301 is a service system, 302 is a target system, and 303 is a master control system. Each system includes a physical/MAC function body, a data tunnel function body, and a switching function body, wherein the data tunnel function bodies in 301, 302, and 303 are a service data tunnel function body, a target data tunnel function body, and a master data tunnel, respectively. Functional body. The MAC SDU is generated by the master data tunnel function and transmitted to the service data tunnel function by the data tunnel. The service data tunnel function reassembles the MAC SDU composed of the ARQ block into a MAC PDU and sends it to the MS. After the MS receives the ARQ Block, is it sent? The function receives the feedback information of an ARQ block to the service data tunnel function body, and the service data tunnel function forwards the information to the master data tunnel function body, and the master data tunnel function body determines whether the ARQ block needs to be retransmitted. Send the next new ARQ Block. Such an ARQ Block transmission process, regardless of whether or not a handover occurs, is performed in accordance with such a transmission principle. The effect of the handover on the switch is that the ARQ feedback message sent by the MS is sent to the service data tunnel function body, and is forwarded by the service data tunnel function body to the master data tunnel function body; after switching the access target, the MS The sent ARQ feedback message is sent to the target data tunnel function body, and is forwarded by the target data tunnel function body to the master data tunnel function body. For the master data tunnel function, whether or not the handover occurs does not affect its ARQ mechanism, thereby completing the handover of the service system to the target system and ensuring data integrity.
本发明对于使能了 ARQ反馈机制的业务进行切换时, 具体包括如下 步骤:  When the service of the ARQ feedback mechanism is switched, the method includes the following steps:
步骤 a、 终端发起切换请求, 系统决定进入切换时, 主控数据隧道功 能体已根据业务类型启动 ARQ反馈机制, 并在主控数据隧道功能体内缓 存 MAC SDU数据包;  Step a: The terminal initiates a handover request, and when the system decides to enter the handover, the main control data tunnel function has started the ARQ feedback mechanism according to the service type, and caches the MAC SDU data packet in the main control data tunnel function body;
步骤 b、主控数据隧道功能体向当前与终端通信的服务数据隧道功能 体发送由 ARQ Block组成的 .MAC SDU数据包;  Step b: The master data tunnel function body sends a .MAC SDU data packet composed of an ARQ Block to the service data tunnel function currently communicating with the terminal;
步骤 c、服务数据隧道功能体将接收到的 ARQ Block通过空中接口发 送给终端;  Step c: The service data tunnel function sends the received ARQ Block to the terminal through the air interface;
步骤 d、终端对接收到的每个 ARQ Block都发送接收确认信息给服务 数据隧道功能体, 服务数据隧道功能体再转发给主控数据隧道功能体, 若接收确认信息是终端没有接收到该 ARQ Block, 则主控数据隧道功能 体重传;  Step d: The terminal sends a receiving confirmation message to the service data tunnel function body for each received ARQ block, and the service data tunnel function body is further forwarded to the main control data tunnel function body. If the receiving confirmation message is that the terminal does not receive the ARQ, Block, the master data tunnel function weight transfer;
步骤 e、 切换接入时, 终端将从服务数据隧道功能体上接收的 ARQ Block的接收确认信息发送到目标数据隧道功能体, 由目标数据隧道功能 体转发给主控数据隧道功能体;  Step e: When the access is switched, the terminal sends the acknowledgement information of the ARQ block received from the service data tunnel function to the target data tunnel function, and the target data tunnel function body forwards the function to the master data tunnel function body;
步骤 f、主控数据隧道功能体根据接收确认信息决定是否重传反馈信 息指示的 ARQ Block: 若反馈信息是终端没有接收到该 ARQ Block, 则 主控数据隧道功能体向目标数据隧道功能体重传。 图 4给出了本发明方法中的 SN反馈机制的流程, 401同图 3中的 301 是服务系统, 402同图 3中的 302是目标系统, 403同图 3中的 303是主 控系统。 MAC SDU由主控数据隧道功能体生成, 经数据隧道传输给服务 数据隧道功能体, 服务数据隧道功能体组包, 即组成 MAC PDU后传输 给 MS。 在空口处理上, MS可以对每一个 MAC SDU都有确认反馈, 也 可以没有。切换开始接入目标侧的时候, MS将自己在原服务数据隧道功 能体上接收的最后一个 MAC SDU的 SN序列号反馈给目标数据隧道功能 体, 目标数据隧道功能体将其转发给主控数据隧道功能体, 由主控数据 隧道功能体决定切换之后第一个要传输的 MAC SDU。 Step f: The main control data tunnel function body determines whether to retransmit the feedback signal according to the receiving confirmation information. ARQ Block indicated by the information: If the feedback information is that the terminal does not receive the ARQ Block, the master data tunnel function body transmits the weight to the target data tunnel function. FIG. 4 shows the flow of the SN feedback mechanism in the method of the present invention. 401 is the same as the service system in FIG. 3, 302 is the target system in FIG. 3, and 303 is the main control system in FIG. The MAC SDU is generated by the main control data tunnel function and transmitted to the service data tunnel function body through the data tunnel. The service data tunnel function group packet is formed into a MAC PDU and then transmitted to the MS. On the air interface processing, the MS can have acknowledgement feedback for each MAC SDU, or no. When the handover starts to access the target side, the MS feeds back the SN sequence number of the last MAC SDU received by the original service data tunnel function to the target data tunnel function, and the target data tunnel function forwards it to the master data tunnel. The function body, the master data tunnel function determines the first MAC SDU to be transmitted after the handover.
本发明对于使能了 SN反馈机制的业务进行切换时,具体包括如下步 骤:  When the service of the SN feedback mechanism is switched, the method includes the following steps:
步骤 a、 终端发起切换请求时, 系统决定切换, 主控数据隧道功能体 已根据业务类型启动 SN反馈机制,并在主控数据隧道功能体内缓存 MAC SDU数据包;  Step a: When the terminal initiates the handover request, the system determines to switch, and the main control data tunnel function body starts the SN feedback mechanism according to the service type, and caches the MAC SDU data packet in the main control data tunnel function body;
步骤 b、主控数据隧道功能体向当前与终端通信的服务数据隧道功能 体发送 MAC SDU数据包;  Step b: The master data tunnel function body sends a MAC SDU data packet to the service data tunnel function currently communicating with the terminal;
步骤 c、服务数据隧道功能体将接收到的 MAC SDU数据包通过空中 接口发送给终端, 并根据终端和主控数据隧道功能体协商的周期向终端 发送携带 SN序列号的 MAC SDU数据包;  Step c: The service data tunnel function sends the received MAC SDU data packet to the terminal through the air interface, and sends the MAC SDU data packet carrying the SN sequence number to the terminal according to the period negotiated by the terminal and the master data tunnel function body;
步骤 d、 终端收到携带 SN序列号的 MAC SDU数据包后, 自动更新 自己保存的 SN序列号, 收到不携带 SN序列号的 MAC SDU数据包时, 将自己保存的 SN序列号自动加 1;  Step d: After receiving the MAC SDU packet carrying the SN sequence number, the terminal automatically updates its saved SN sequence number. When receiving the MAC SDU packet that does not carry the SN sequence number, the terminal automatically adds one of the SN sequence numbers saved by itself. ;
步骤 e、终端向目标数据隧道功能体反馈其从服务数据隧道功能体接 收到的最后一个 MAC SDU数据包的 SN序列号,然后目标数据隧道功能 体将收到的该 SN序列号转发给主控数据隧道功能体; Step e: The terminal feeds back the SN sequence number of the last MAC SDU packet received by the service data tunnel function from the target data tunnel function body, and then the target data tunnel function The body forwards the received SN sequence number to the master data tunnel function body;
步骤 f、 主控数据隧道功能体根据接收到该 SN序列号, 确认终端已 经成功接收到服务数据隧道功能体发送的最后一个 MAC SDU,则主控数 据隧道功能体从该 SN序列号的下一个序列号对应的 MAC SDU数据包开 始将后续的 MAC SDU数据包发送给目标数据隧道功能体;  Step f: The master data tunnel function body confirms that the terminal has successfully received the last MAC SDU sent by the service data tunnel function body according to the received SN sequence number, and the master data tunnel function body is next to the SN sequence number. The MAC SDU data packet corresponding to the sequence number starts to send the subsequent MAC SDU data packet to the target data tunnel function body;
步骤 g、目标数据隧道功能体将接收到的 MAC SDU数据包发送给终 端。  Step g: The target data tunnel function sends the received MAC SDU data packet to the terminal.
总之,本发明旨在提出一种合理的宽带无线接入网切换方法,从而使 得业务数据在切换过程中仍能保证足够好的完整性。 工业实用性  In summary, the present invention aims to propose a reasonable broadband wireless access network handover method, so that the service data can still ensure sufficient integrity during the handover process. Industrial applicability
本发明提出了一种无线蜂窝通信系统中的业务切换方法,使得业务数 据在切换过程中仍能保证足够好的完整性。 本发明对 ARQ机制和 SN反 馈机制的处理逻辑简单自然, 避免了服务数据隧道功能体和目标数据隧 道功能体之间的为保持数据同步而使用的大量的消息交互, 包括 ARQ的 状态和 SN发送状态信息的交互。另外, 数据仅在主控数据隧道功能体中 缓存, 避免了在服务数据隧道功能体和目标数据隧道功能体上的第二级 缓存, 减少了系统数据缓存处理的复杂度, 节省了缓存空间。  The present invention proposes a service switching method in a wireless cellular communication system that enables service data to maintain sufficiently good integrity during handover. The processing logic of the ARQ mechanism and the SN feedback mechanism is simple and natural, and avoids a large number of message interactions between the service data tunnel function body and the target data tunnel function body for maintaining data synchronization, including ARQ status and SN transmission. The interaction of status information. In addition, the data is only cached in the main control data tunnel function, which avoids the second level cache on the service data tunnel function and the target data tunnel function, which reduces the complexity of the system data cache processing and saves the cache space.

Claims

权 利 要 求 书 Claim
1、 一种无线蜂窝通信系统中保证数据完整性的业务切换方法, 其中 所述系统包括主控数据隧道功能体、服务数据隧道功能体、 目标数据隧道 功能体及若干终端, 其特征在于, 包括如下步骤: A service switching method for ensuring data integrity in a wireless cellular communication system, wherein the system includes a main control data tunnel function body, a service data tunnel function body, a target data tunnel function body, and a plurality of terminals, and is characterized in that The following steps:
A、 在收到终端发起的切换请求后决定切换时, 主控数据隧道功能体 已根据不同业务决定是否启动 ARQ机制或序列号反馈机制,并缓存 MAC SDU数据包;  A. After determining the handover after receiving the handover request initiated by the terminal, the main control data tunnel function body has determined whether to start the ARQ mechanism or the serial number feedback mechanism according to different services, and cache the MAC SDU data packet;
B、 主控数据隧道功能体切换接入前, 通过当前与终端通信的服务数 据隧道功能体向终端发送 MAC SDU数据包;  B. Before the main control data tunnel function is switched, the MAC data SDU data packet is sent to the terminal through the service data tunnel function body currently communicating with the terminal;
C:、 切换接入时, 终端根据收到的 MAC SDU数据包, 通过目标数据 隧道功能体向主控数据隧道功能体发送反馈信息;  C: When switching access, the terminal sends feedback information to the main control data tunnel function body through the target data tunnel function body according to the received MAC SDU data packet;
D、 主控数据隧道功能体根据所述反馈信息, 通过目标数据隧道功能 体转发的方式向终端发送或重传 MAC SDU数据包, 切换完成。  D. The master data tunnel function body sends or retransmits the MAC SDU data packet to the terminal in the manner of forwarding the target data tunnel function according to the feedback information, and the handover is completed.
2、 根据权利要求 1所述的方法, 其特征在于, 所述步骤 A中, 所述 主控数据隧道功能体产生 MAC SDU数据包并对其进行缓存,其中,对于 采用 ARQ机制的业务, 所述 MAC SDU数据包在主控数据隧道功能体中 被分解成一定大小的 ARQ Block。  The method according to claim 1, wherein in the step A, the master data tunnel function generates a MAC SDU data packet and caches the data, wherein, for the service adopting the ARQ mechanism, The MAC SDU data packet is decomposed into a certain size ARQ Block in the main control data tunnel function body.
3、 根据权利要求 1或 2所述的方法, 其特征在于, 所述步骤 C中终 端所发送的反馈信息为- 对于 ARQ机制, 该反馈信息是指 ARQ block的接收确认信息; 对于序列号反馈机制, 该反馈信息是指 MAC SDU数据包序列号。 The method according to claim 1 or 2, wherein the feedback information sent by the terminal in the step C is - for the ARQ mechanism, the feedback information refers to the receiving confirmation information of the ARQ block; Mechanism, the feedback information refers to the MAC SDU packet sequence number.
4、 根据权利要求 1所述的方法, 其特征在于, 对于使能了序列号反 馈机制的业务发起切换请求时, The method according to claim 1, wherein when the service request is initiated by the service with the serial number feedback mechanism enabled,
所述步骤 B包括如下步骤- 步骤 Bl、 服务数据隧道功能体将从主控数据隧道功能体接收到的 MAC SDU数据包通过空中接口发送给终端时, 根据终端和主控数据隧道 功能体协商的周期向终端发送携带序列号的 MAC SDU数据包; 步骤 B2、 终端在收到携带序列号的 MAC SDU数据包后, 自动更新 自己保存的序列号, 在收到不携带序列号的 MAC SDU数据包时, 将自己 保存的序列号自动加 1 ; The step B includes the following steps: Step B1, when the service data tunnel function sends the MAC SDU data packet received from the master data tunnel function to the terminal through the air interface, according to the terminal and the master data tunnel The function of the functional entity negotiation sends the MAC SDU data packet carrying the serial number to the terminal. Step B2: After receiving the MAC SDU data packet carrying the serial number, the terminal automatically updates the serial number saved by itself, and receives the serial number that does not carry the serial number. When the MAC SDU packet is used, the serial number saved by itself is automatically incremented by one;
所述步骤 C包括:  The step C includes:
终端向目标数据隧道功能体反馈其从服务数据隧道功能体接收到的 最后一个 MAC SDU数据包的序列号,然后目标数据隧道功能体将收到的 该序列号转发给主控数据隧道功能体;  The terminal feeds back the sequence number of the last MAC SDU packet received by the service data tunnel function from the target data tunnel function body, and then the target data tunnel function forwards the received sequence number to the master data tunnel function body;
所述步骤 D包括:  The step D includes:
主控数据隧道功能体根据接收到该序列号,确认终端已经成功接收到 服务数据隧道功能体发送的最后一个 MAC SDU, 则主控数据隧道功能体 从该序列号的下一个序列号对应的 MAC SDU数据包开始将后续的 MAC SDU数据包发送给目标数据隧道功能体, 所述目标数据隧道功能体将所 述 MAC SDU数据包转发给终端。  The master data tunnel function body confirms that the terminal has successfully received the last MAC SDU sent by the service data tunnel function body according to the received sequence number, and the master data tunnel function body corresponds to the MAC address corresponding to the next sequence number of the sequence number. The SDU data packet begins to send subsequent MAC SDU data packets to the target data tunnel function body, and the target data tunnel function body forwards the MAC SDU data packet to the terminal.
5、根据权利要求 1所述的方法, 其特征在于, 对于使能了 ARQ反馈 机制的业务发起切换请求时,  The method according to claim 1, wherein when the service request is initiated by the ARQ feedback mechanism,
所述步骤 B包括如下步骤:  The step B includes the following steps:
步骤 Bl、 主控数据隧道功能体向当前与终端通信的服务数据隧道功 能体发送 ARQ Block;  Step Bl, the main control data tunnel function body sends an ARQ Block to the service data tunnel function body currently communicating with the terminal;
步骤 B2、 服务数据隧道功能体将接收到的 ARQ Block通过空中接口 发送给终端;  Step B2: The service data tunnel function sends the received ARQ block to the terminal through the air interface.
步骤 B3、 终端对接收到的每个 ARQ Block都发送反馈信息给服务数 据隧道功能体, 服务数据隧道功能体再转发给主控数据隧道功能体, 若反 馈信息是终端没有接收到该 ARQ Block, 则主控数据隧道功能体重传; 所述步骤 C包括:  Step B3: The terminal sends feedback information to the service data tunnel function body to each received ARQ block, and the service data tunnel function body forwards the function to the master data tunnel function body. If the feedback information is that the terminal does not receive the ARQ block, Then, the master data tunnel function is weight-transmitted; the step C includes:
终端从服务数据隧道功能体上接收的 ARQ Block后, 将 ARQ Block 的接收确认信息发送到目标数据隧道功能体, 由目标数据隧道功能体转发 给主控数据隧道功能体; After receiving the ARQ block received by the service data tunnel function, the terminal sends the ARQ Block receiving confirmation information to the target data tunnel function, and is forwarded by the target data tunnel function. Give the master data tunnel function body;
所述步骤 D包括:  The step D includes:
主控数据隧道功能体根据反馈信息决定是否重传接收确认信息指示 的 ARQ Block: 若反馈信息是终端没有接收到该 ARQ Block, 则主控数据 隧道功能体向目标数据隧道功能体重传。  The master data tunnel function determines whether to retransmit the ARQ Block indicated by the acknowledgement information according to the feedback information: If the feedback information is that the terminal does not receive the ARQ Block, the master data tunnel function body transmits the weight to the target data tunnel function.
PCT/CN2006/001401 2005-11-05 2006-06-20 A method for service handover in wireless cellular communication system WO2007051379A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNB2005101011729A CN100502587C (en) 2005-11-05 2005-11-05 Method for switching services in wireless cellular communication system
CN200510101172.9 2005-11-05

Publications (1)

Publication Number Publication Date
WO2007051379A1 true WO2007051379A1 (en) 2007-05-10

Family

ID=38005431

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2006/001401 WO2007051379A1 (en) 2005-11-05 2006-06-20 A method for service handover in wireless cellular communication system

Country Status (2)

Country Link
CN (1) CN100502587C (en)
WO (1) WO2007051379A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2562220T3 (en) 2007-08-13 2016-03-03 Qualcomm Incorporated Optimization of delivery in order of data packets during a wireless communication handover
CN101207848B (en) * 2007-12-13 2011-07-06 上海华为技术有限公司 Base station, system and method for switching data business
KR20100027935A (en) 2008-09-03 2010-03-11 삼성전자주식회사 Apparatus and method for generating mac protocol data unit in wireless communication system
CN105191198A (en) * 2014-03-19 2015-12-23 华为技术有限公司 Data transmission and feedback processing method and apparatus

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040088641A1 (en) * 2000-12-09 2004-05-06 Johan Torsner Transmission control method in a radio access network implementing an automatic repetition request (aqr) protocol at the base station (aqr)
CN1533056A (en) * 2003-03-19 2004-09-29 �ձ�������ʽ���� Mobile communicaton system, radio network controller and its data transmission method
WO2005055636A1 (en) * 2003-12-05 2005-06-16 Nokia Corporation Method, system and transmitting side protocol entity for sending packet data units for unacknowledged mode services

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040088641A1 (en) * 2000-12-09 2004-05-06 Johan Torsner Transmission control method in a radio access network implementing an automatic repetition request (aqr) protocol at the base station (aqr)
CN1533056A (en) * 2003-03-19 2004-09-29 �ձ�������ʽ���� Mobile communicaton system, radio network controller and its data transmission method
WO2005055636A1 (en) * 2003-12-05 2005-06-16 Nokia Corporation Method, system and transmitting side protocol entity for sending packet data units for unacknowledged mode services

Also Published As

Publication number Publication date
CN100502587C (en) 2009-06-17
CN1960561A (en) 2007-05-09

Similar Documents

Publication Publication Date Title
US11751112B2 (en) Handover method and device
JP7060057B2 (en) How to run on the source node and the source node
US10129795B2 (en) Data transfer management in a radio communications network
EP1946460B1 (en) Data transfer management in a radio communications network
JP4440300B2 (en) Separation-type medium access control protocol structure of wireless communication system, data transmission / reception method using the same, handover method and system thereof
US20100091734A1 (en) Packet forwarding method in the case of the handover between base stations
JP2013502755A (en) Method and apparatus for controlling downlink data transmission in a multi-hop relay communication system
WO2008098454A1 (en) Method for transmitting data during handover process and transmitting system and device thereof
JP2008005491A (en) Method and apparatus for handling uplink data upon handover in wireless communications system
KR20080035313A (en) Method and apparatus for performing handover while pdcp reordering in mobile telecommunication system
TW201132157A (en) Method and apparatus for performing handover with a relay node
WO2008072911A1 (en) Apparatus and method for transmitting/receiving data in a mobile communication system
WO2010105411A1 (en) Method, device and system for sending data packet
WO2007051379A1 (en) A method for service handover in wireless cellular communication system
WO2011020229A1 (en) Method for processing data on relay link and related device
WO2022134958A1 (en) Data transmission method and apparatus, and device and storage medium
KR101595575B1 (en) Apparatus and method for transmitting/receiving data in a mobile communication system
Koukoutsidis TCP over 3G links: Problems and Solutions
Hossain et al. Handoff latency improvement using multicasting schemes in heterogeneous networks
Koukoutsidis TCP over 3G links

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06742198

Country of ref document: EP

Kind code of ref document: A1