WO2011079563A1 - Method for establishing and releasing data connection, data transmission method and wireless data card - Google Patents

Method for establishing and releasing data connection, data transmission method and wireless data card Download PDF

Info

Publication number
WO2011079563A1
WO2011079563A1 PCT/CN2010/072638 CN2010072638W WO2011079563A1 WO 2011079563 A1 WO2011079563 A1 WO 2011079563A1 CN 2010072638 W CN2010072638 W CN 2010072638W WO 2011079563 A1 WO2011079563 A1 WO 2011079563A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
connection
pdp context
wireless data
ggsn
Prior art date
Application number
PCT/CN2010/072638
Other languages
French (fr)
Chinese (zh)
Inventor
丁晓磊
温海龙
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011079563A1 publication Critical patent/WO2011079563A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup

Definitions

  • the present invention relates to the field of mobile communications, and in particular, to a data connection establishment method, a release method, a data transmission method, and a wireless data card. Background technique
  • the wireless data card adopts the TE+MT application mode, in which the terminal equipment (TE) is generally a PC, and the mobile terminal (MT) is generally a wireless data card or a mobile phone.
  • TE terminal equipment
  • MT mobile terminal
  • the 3rd generation mobile communication partner The 3rd Generation Partnership Project (3GPP), defines two bearer modes for the application data of the wireless data card, namely IP bearer mode and point-to-point protocol (Point-to-Point Protocol). , ⁇ ) Loading method. Since the IP bearer mode is more efficient than the PPP bearer mode, in current practical applications, the wireless data card usually uses the IP bearer mode for data transmission.
  • 3GPP 3rd Generation Partnership Project
  • the corresponding dialing mode is divided into a dial-up mode according to the data link layer protocol used between the wireless data card and the TE (ie, the Rm port). It is called Ras mode, namely Remote Access Service, or DUN mode, namely Dial Up Network) and RmNet mode (ie Rm Network, also known as NDIS mode, ie Network Driver Interface Specification).
  • Ras mode namely Remote Access Service
  • DUN mode namely Dial Up Network
  • RmNet mode ie Rm Network, also known as NDIS mode, ie Network Driver Interface Specification
  • Dial-up dialing mode uses the PPP protocol to encapsulate IP data packets at the data link layer of the Rm port.
  • the PPP protocol is not very efficient in processing efficiency.
  • the processing load of the data card and the TE is significantly increased, thereby affecting the actual rate.
  • the data rate that wireless data cards can carry on the air interface Um is increasing.
  • the disadvantages of using the PPP protocol between the wireless data card and the TE will gradually emerge. Come out, and become a bottleneck that restricts the user's actual rate increase.
  • the wireless data card has gradually begun to use the RmNet dialing mode.
  • the wireless data card in the RmNet dialing mode virtualizes an ethernet through the USB interface.
  • the Ethernet Network Adapter enables the transfer of IP packets between the TE and the wireless data card over a virtual Ethernet connection. Because the Ethernet protocol can support higher data rates, it will meet the ever-increasing needs of future 3G rates.
  • Mobile terminals such as wireless data cards and mobile phones and the network side usually support a Radio Access Bear (RAB) that establishes multiple Packet Data Protocol (PDP) contexts at the same time, but the number of connections between the wireless data card and the TE is affected.
  • RAB Radio Access Bear
  • PDP Packet Data Protocol
  • QoS Quality of Service
  • Access Point Names
  • the embodiment of the present invention provides a data connection establishment method, a release method, a data transmission method, and a wireless data card, which are used to establish data for simultaneously activating multiple PDP contexts between a TE and a network side GGSN in an RmNet dialup mode. Connection and data transmission.
  • the technical solution of the present invention is implemented as follows:
  • a data connection establishment method comprising:
  • the wireless data card establishes a PDP context radio access bearer corresponding to the first data connection with the GGSN, and establishes a virtual Ethernet connection with the TE; otherwise, the wireless data card is based on the TE and The data connection between the wireless data cards correspondingly establishes a PDP context wireless access bearer between itself and the GGSN.
  • the method further includes:
  • the TE sends an instruction to the wireless data card, and the wireless data card sets PDP context parameter information corresponding to the data connection according to the instruction issued by the TE;
  • the wireless data card establishes a PDP context wireless access bearer corresponding to the data connection with the GGSN, including:
  • the wireless data card creates and activates a PDP context corresponding to the data connection according to the preset PDP context parameter information.
  • the method further includes:
  • the TE sends a command to the wireless data card to create a corresponding business process template for the PDP context corresponding to the data connection.
  • a data connection release method comprising:
  • the wireless data card determines whether the data connection that needs to be disconnected is the last data connection between the TE and the GGSN;
  • a method for performing uplink data transmission comprising:
  • the wireless data card receives the uplink IP data packet sent by the TE through the virtual Ethernet connection; the wireless data card compares the PDP address in the PDP context corresponding to the uplink IP data packet with the source IP address of the uplink IP data packet;
  • the uplink IP data packet is sent to the GGSN through the radio access bearer of its corresponding PDP context; otherwise, the source IP address in the uplink IP data packet is updated by using the PDP address in the PDP context. The address, the updated uplink IP data packet is sent to the GGSN through a corresponding PDP context radio access bearer.
  • the PDP context corresponding to the uplink IP packet is determined by:
  • the wireless data card matches the uplink IP data packet according to the pre-created service flow template.
  • the method further includes: recalculating and modifying the checksum of the uplink IP data packet.
  • a method for performing downlink data transmission comprising:
  • the wireless data card receives the downlink IP data packet sent by the GGSN through the PDP context radio access bearer;
  • the wireless data card compares the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the TE;
  • the method further includes: recalculating and modifying the checksum of the downlink IP data packet.
  • a wireless data card comprising:
  • a receiving module configured to receive a TE initiated request for establishing a data connection with the GGSN, and a determining module, configured to determine whether the data connection that the request needs to establish is the first data between the TE and the wireless data card Connection
  • a connection establishing module configured to: when the judgment result of the determining module is yes, establish a PDP context radio access bearer corresponding to the first data connection with the GGSN, and establish a virtual Ethernet connection with the TE When the judgment result of the judging module is no, the PDP context radio access bearer between the TE and the GGSN is established according to the data connection between the TE and the wireless data card.
  • the receiving module is further configured to receive an uplink IP data packet sent by the TE through a virtual Ethernet connection;
  • the comparing module is configured to compare a PDP address in a PDP context corresponding to the uplink IP data packet with a source IP address of the uplink IP data packet;
  • a data forwarding module configured to send the uplink IP data packet to the GGSN through its corresponding PDP context radio access bearer when the comparison result of the comparison module is consistent; and when the comparison result of the comparison module is inconsistent And updating the source IP address in the uplink IP data packet by using a PDP address in the PDP context, and sending the updated uplink IP data packet to the GGSN by using the PDP context radio access bearer.
  • the receiving module is further configured to receive a downlink IP data packet that is sent by the GGSN through a PDP context radio access bearer;
  • the comparing module is further configured to compare a destination IP address of the downlink IP data packet with an IP address of a virtual Ethernet connection between the wireless data card and the TE;
  • the data forwarding module is further configured to forward the downlink IP data packet to the TE through a virtual Ethernet connection when the comparison result of the comparison module is consistent; when the comparison result of the comparison module is inconsistent Updating the downlink IP packet with the IP address of the Ethernet connection The destination IP address, and the updated downstream IP packet is forwarded to the TE through the virtual Ethernet connection.
  • the data connection establishing method, the releasing method, the data transmitting method and the wireless data card provided by the embodiment of the present invention, wherein the data establishing method determines that the request is needed when the wireless data card receives a request initiated by the TE to establish a data connection with the GGSN Whether the established data connection is the first data connection between the TE and the wireless data card; if yes, establishing a wireless access 7 with the PDP context corresponding to the first data connection between the GGSN, and establishing A virtual Ethernet connection with the TE; if not, the wireless data card establishes a radio access bearer with the PDP context corresponding to the Nth (N is a natural number greater than 1) data connection between the GGSN.
  • N is a natural number greater than 1
  • the data connection establishing method provided by the embodiment of the present invention implements the wireless data card to support multiple PDP contexts in the RmNet dialing mode, thereby establishing multiple data connections between the terminal device TE and the network side GGSN, so that the user uses different Different services of APN can be carried out at the same time, and provide QoS guarantee for users of different types of applications to meet the needs of users for diverse data transmission.
  • the data transmission method provided by the embodiment of the present invention can guarantee the data transmission rate of the Rm interface and avoid the support of the Pm protocol of the Rm interface, because the advantages of the RmNet data transmission mode are retained under the premise of supporting the multi-PDP context.
  • FIG. 1 is a flowchart of a method for establishing a data connection according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a data connection release method according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of an uplink data transmission method according to an embodiment of the present invention.
  • FIG. 4 is a flowchart of a downlink data transmission method according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of an internal structure of a wireless data card according to an embodiment of the present invention. detailed description
  • a data connection establishing method is provided in the embodiment of the present invention, and a plurality of data connections are established between the TE and the network side GGSN in the dialing mode of the RmNet. And because the air interface Rm between the wireless data card and the TE does not use the PPP protocol, it can support a higher transmission rate.
  • a data connection establishing method provided by an embodiment of the present invention, as shown in FIG. 1, includes the following steps:
  • the TE initiates a data connection request with the network side GGSN to the wireless data card.
  • the wireless data card determines whether the data connection that the request needs to establish is the first data connection between the TE and the wireless data card; if yes, step S103 is performed; if not, step S104 is performed;
  • the wireless data card establishes a radio access bearer with a PDP context corresponding to the first data connection between the GGSN, and establishes a virtual Ethernet connection with the TE.
  • the wireless data card establishes a radio access bearer with a PDP context corresponding to the Nth data connection between the GGSNs; N is a natural number greater than 1.
  • the TE Before the TE initiates the data connection request with the network side GGSN to the wireless data card, the TE sends the PDP corresponding to the data connection in the wireless data card by sending an AT command such as CGDCONT or CQEQREQ to the wireless data card. Context parameter information, and establish a corresponding service flow template for the data connection requested to be established (TFT, Traffic Flow Template is used in subsequent data transmission).
  • TFT Traffic Flow Template
  • the parameter information of the PDP context includes but is not limited to information such as APN, PDP Type, and QoS.
  • the wireless data card establishes a radio access bearer of the PDP context corresponding to the first data connection between the network side GGSN, and the RmNet mode data of the wireless data card in the prior art.
  • the connection establishment process is similar, including:
  • the wireless data card creates and activates a corresponding PDP context according to the parameter information of the PDP context preset by the TE in the wireless data card (in order to correspond to the first data connection, hereinafter referred to as the first PDP context), and establishes wireless data.
  • the first PDP context between the card and the GGSN is wirelessly accessed 7 times.
  • step S103 a process of establishing a virtual Ethernet connection between the wireless data card and the TE:
  • the wireless data card activates its Dynamic Host Configuration Protocol (DHCP) server module and establishes a virtual Ethernet connection to the TE.
  • DHCP Dynamic Host Configuration Protocol
  • TE also obtains the PDP address in the activated PDP context from the wireless data card through the above DHCP process, as the IP address of the virtual Ethernet connection.
  • the TE establishes the first connection with the GGSN via the wireless data card.
  • the foregoing step S104 is a process in which the TE establishes the Nth data connection between the GGSNs by using the wireless data card (N is greater than 1), and is similar to the manner of the first data connection, where the TE initiates establishment between the network side and the GGSN.
  • the parameter information of the PDP context corresponding to the Nth data connection is set in the wireless data card by the AT command, and the corresponding service flow template is created, and when the wireless data card receives the request of the Nth data connection, Establishing and activating a corresponding PDP context according to the preset PDP context parameter information, establishing a radio access bearer of the Nth PDP context between the wireless wireless data card and the GGSN.
  • the embodiment of the present invention further provides a data connection release method. As shown in Figure 2, the following process is included:
  • the wireless data card determines whether the data connection that needs to be disconnected is TE and GGSN. The last data connection between; if yes, execute S202; if not, execute S203;
  • the PDP context corresponding to the data connection to be disconnected is deactivated, and the purpose is to release the wireless access 7 of the PDP context corresponding to the data connection between the wireless data card and the GGSN.
  • the embodiment of the present invention further provides an uplink data transmission method, where the transmission method performs uplink data transmission on a data connection established by the foregoing data connection establishment method provided by the embodiment of the present invention, specifically, the uplink data transmission
  • the process as shown in Figure 3, includes the following steps:
  • the wireless data card receives an uplink IP data packet sent by the TE through a virtual Ethernet connection.
  • the wireless data card compares the PDP address in the PDP context corresponding to the uplink IP data packet with the source IP address of the uplink IP data packet. If the two are consistent, step S303 is performed. If the two are inconsistent, the step is performed. S304;
  • the uplink IP data packet is sent to the GGSN by using a radio access bearer of its corresponding PDP context.
  • Update the source IP address in the uplink IP data packet by using the PDP address in the PDP context corresponding to the IP data packet, and pass the updated uplink IP data packet to the radio access bearer of the PDP context corresponding to the IP data packet. Send to GGSN.
  • the wireless data card matches the PDP context corresponding to the uplink IP data packet according to the service flow template created by the TE in advance in the wireless data card.
  • the wireless data card uses the PDP address in the PDP context corresponding to the IP data packet to update the source IP address in the uplink IP data packet, and recalculates and modifies the checksum of the uplink IP data packet.
  • the updated uplink IP packet is then forwarded to the GGSN.
  • the embodiment of the present invention further provides a downlink data transmission method, where the transmission method performs downlink data transmission on a data connection established by the foregoing data connection establishment method provided by the embodiment of the present invention, specifically, the downlink data transmission
  • the process as shown in Figure 4, includes the following steps:
  • the wireless data card receives the downlink IP data packet sent by the GGSN through the radio access bearer of the PDP context.
  • the wireless data card compares the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the TE; if the two are consistent, step S403 is performed, if the two are inconsistent, Go to step S404;
  • Update the destination IP address of the downlink IP packet by using the IP address of the Ethernet connection, and forward the updated downlink IP packet to the TE through the virtual Ethernet connection.
  • the wireless data card further includes the steps of recalculating and modifying the checksum of the downlink IP data packet, and then forwarding the downlink IP data packet to the TE.
  • a wireless data card is further provided in the embodiment of the present invention.
  • the principle of solving the problem is similar to the foregoing data connection establishing method and data transmission method. Therefore, the implementation of the device can refer to the implementation of the method. , the repetition is not repeated.
  • a wireless data card provided by the embodiment of the present invention, as shown in FIG. 5, includes:
  • the receiving module 501 is configured to receive a request initiated by the TE to establish a data connection with the GGSN.
  • the determining module 502 is configured to determine whether the data connection that the request needs to establish is the first data connection between the TE and the wireless data card;
  • the connection establishing module 503 is configured to: when the determination result of the determining module 502 is YES, establish a radio access bearer with a PDP context corresponding to the first data connection between the GGSN, and establish a virtual relationship with the TE Ethernet connection; when the judgment result of the determination module 502 is negative, establishing a wireless access bearer with the PDP context corresponding to the Nth data connection with the GGSN N; N is a natural number greater than 1.
  • the wireless data card provided by the embodiment of the present invention further includes: a comparison module 504 and a data forwarding module 505;
  • the receiving module 501 is further configured to receive an uplink IP data packet sent by the terminal device TE through a virtual Ethernet connection;
  • the comparing module 504 is configured to compare the PDP address in the PDP context corresponding to the uplink IP data packet with the source IP address of the uplink IP data packet;
  • the data forwarding module 505 is configured to: when the two are consistent, send the uplink IP data packet to the GGSN through the radio access bearer of the corresponding PDP context; when the two are inconsistent, update the uplink by using the PDP address in the corresponding PDP context.
  • the source IP address in the IP data packet is sent to the GGSN by the updated uplink IP data packet through the radio access bearer of its corresponding PDP context.
  • the receiving module 501 in the wireless data card provided by the embodiment of the present invention is further configured to receive a downlink IP data packet that is sent by the GGSN through the radio access bearer of the PDP context;
  • the comparing module 504 is further configured to compare the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the terminal device TE;
  • the data forwarding module 505 is further configured to: when the two are consistent, forward the downlink IP data packet to the TE through the virtual Ethernet connection; when the two are inconsistent, update the destination IP address of the downlink IP data packet by using the IP address of the Ethernet connection. And forward the updated downstream IP packet to the TE over the virtual Ethernet connection.
  • the data connection establishing method, the data connection releasing method, the data transmitting method, and the wireless data card provided by the embodiment of the present invention, wherein the data establishing method determines when the wireless data card receives the TE initiated request for establishing a data connection with the GGSN Determining whether the data connection to be established is the first data connection between the TE and the wireless data card; if yes, establishing a radio access bearer with the PDP context corresponding to the first data connection between the GGSN, and Establishing a virtual Ethernet connection with the TE; if not, establishing between the wireless data card and the GGSN
  • the Nth (N is a natural number greater than 1) data connection radio access bearers of the corresponding PDP context.
  • the data connection establishing method provided by the embodiment of the present invention implements the wireless data card to support multiple PDP contexts in the RmNet dialing mode, thereby establishing multiple data connections between the terminal device TE and the network side GGSN, so that the user uses different Different services of APN can be carried out at the same time, and provide QoS guarantee for users of different types of applications to meet the needs of users for diverse data transmission.
  • the data transmission method provided by the embodiment of the present invention can support the data transmission rate of the Rm interface, and the Pm protocol can be supported by the Rm interface, because the advantages of the RmNet data transmission mode are preserved.
  • the PDP context approach may bring problems with the Rm port transmission rate bottleneck. The spirit and scope of the invention. Thus, it is intended that the present invention cover the modifications and the modifications of the invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A method for establishing and releasing a data connection, a data transmission method and a wireless data card are provided by the present invention, wherein the method for establishing a data connection includes that: when the wireless data card receives a request for establishing a data connection with a Gateway General packet radio service Support Node (GGSN) initiated by the Terminal Equipment (TE), the wireless data card judges whether the requested data connection required to be established is the first data connection between the TE and the wireless data card (S102); if yes, the wireless data card establishes a radio access bearer of the Packet Data Protocol(PDP) context corresponding to the first data connection with the GGSN and establishes a virtual Ethernet connection with the TE(S103); if no, the wireless data card establishes the radio access bearer of the PDP context corresponding to the Nth data connection with the GGSN(S104). The present invention realizes that the data connection established by the TE with the wireless data card supports activating a plurality of PDP contexts simultaneously. Besides, because the advantage of the RmNet data transmission mode is reserved, the data transmission rate of the Rm port is guaranteed.

Description

数据连接建立、 释放方法、 数据传输方法及无线数据卡 技术领域  Data connection establishment, release method, data transmission method, and wireless data card
本发明涉及移动通信领域, 尤其涉及一种数据连接建立方法、 释放方 法、 数据传输方法及无线数据卡。 背景技术  The present invention relates to the field of mobile communications, and in particular, to a data connection establishment method, a release method, a data transmission method, and a wireless data card. Background technique
随着第三代移动通信( The 3rd Generation,3G ) 时代的到来, 无线数据 卡因其高速率和便携性, 相对于传统固网接入方式具有较大优势, 从而引 发了用户对无线上网的巨大需求。  With the advent of the third generation of mobile communication (The 3rd Generation, 3G) era, wireless data cards have a large advantage over traditional fixed-line access methods due to their high speed and portability, thus triggering users to access the Internet. Great demand.
无线数据卡釆用 TE+MT 的应用模式, 其中, 终端设备 ( Terminal Equipment, TE)—般为 PC机, 移动终端( Mobile Terminal, MT )—般为无 线数据卡或手机。  The wireless data card adopts the TE+MT application mode, in which the terminal equipment (TE) is generally a PC, and the mobile terminal (MT) is generally a wireless data card or a mobile phone.
第三代移动通信伙伴计戈 'J ( The 3rd Generation Partnership Project, 3GPP )为无线数据卡的应用数据定义了两种承载方式, 分别为 IP承载方式 和点到点协议 ( Point-to-Point Protocol , ΡΡΡ ) 载方式。 由于 IP 载方式 较 PPP承载方式效率更高, 目前实际应用中无线数据卡通常釆用 IP承载方 式进行数据传输。  The 3rd generation mobile communication partner, The 3rd Generation Partnership Project (3GPP), defines two bearer modes for the application data of the wireless data card, namely IP bearer mode and point-to-point protocol (Point-to-Point Protocol). , ΡΡΡ ) Loading method. Since the IP bearer mode is more efficient than the PPP bearer mode, in current practical applications, the wireless data card usually uses the IP bearer mode for data transmission.
无线数据卡釆用 IP承载方式的情况下,根据无线数据卡与 TE之间 (即 Rm 口)所釆用的数据链路层协议的不同, 相应的拨号方式又分为 Dial-up 方式(又称 Ras方式,即 Remote Access Service , 或 DUN方式, 即 Dial Up Network )和 RmNet方式(即 Rm Network ,又称 NDIS方式,即 Network Driver Interface Specification )。  When the wireless data card uses the IP bearer mode, the corresponding dialing mode is divided into a dial-up mode according to the data link layer protocol used between the wireless data card and the TE (ie, the Rm port). It is called Ras mode, namely Remote Access Service, or DUN mode, namely Dial Up Network) and RmNet mode (ie Rm Network, also known as NDIS mode, ie Network Driver Interface Specification).
Dial-up的拨号方式在 Rm口数据链路层使用 PPP协议实现 IP数据包的 封装。 但 PPP协议由于其面向字符的处理方式, 在处理效率上不是很高, 在处理较高的数据流量时会显著增加数据卡和 TE的处理负担,从而影响其 实际速率。 而另一方面, 随着 3G技术的不断演进, 无线数据卡在空口 Um 上可以承载的数据速率不断提高, 这种情况下, 无线数据卡与 TE之间釆用 PPP协议的弊端将会逐渐凸现出来, 并成为制约用户实际速率提升的瓶颈。 Dial-up dialing mode uses the PPP protocol to encapsulate IP data packets at the data link layer of the Rm port. However, due to its character-oriented processing, the PPP protocol is not very efficient in processing efficiency. When dealing with higher data traffic, the processing load of the data card and the TE is significantly increased, thereby affecting the actual rate. On the other hand, with the continuous evolution of 3G technology, the data rate that wireless data cards can carry on the air interface Um is increasing. In this case, the disadvantages of using the PPP protocol between the wireless data card and the TE will gradually emerge. Come out, and become a bottleneck that restricts the user's actual rate increase.
随着 3G技术的不断演进,无线数据卡在空口 Um上可以承载的数据速 率不断提高, 无线数据卡已经逐渐开始釆用 RmNet拨号的方式, RmNet拨 号方式下无线数据卡通过 USB 接口虚拟出一个以太网适配器 (Ethernet Network Adapter ) , 通过虚拟以太网连接实现 IP数据包在 TE和无线数据卡 之间的传递。 由于以太网协议能够支持更高的数据速率, 满足未来 3G速率 不断提高的需要。  With the continuous evolution of 3G technology, the data rate that can be carried by the wireless data card on the air interface Um is continuously improved. The wireless data card has gradually begun to use the RmNet dialing mode. The wireless data card in the RmNet dialing mode virtualizes an ethernet through the USB interface. The Ethernet Network Adapter enables the transfer of IP packets between the TE and the wireless data card over a virtual Ethernet connection. Because the Ethernet protocol can support higher data rates, it will meet the ever-increasing needs of future 3G rates.
无线数据卡、 手机等移动终端与网络侧通常都支持同时建立多个分组 数据协议 (PDP)上下文的无线接入承载(Radio Access Bear, RAB ), 但是由 于受到无线数据卡与 TE之间连接数量的限制或数据传输技术问题, 目前无 线数据卡在实际应用中只能同时支持一个分组数据协议(PDP, Packet Data Protocol )上下文, 由于在支持多个 PDP上下文的情况下, 无线数据卡能为 同时进行的多个不同类型的应用提供服务质量(Quality of Service, QoS ) 保证, 并使釆用不同接入点名称( Access Point Name , ΑΡΝ )的不同业务可 以同时进行, 同时支持多个 PDP上下文激活的实现方法的相关研究已经展 开,但目前尚未有在 RmNet拨号方式下,通过无线数据卡同时激活多个 PDP 上下文建立 TE和网络侧网关通用分组无线业务支持节点 (GGSN)之间的数 据连接的方案。 发明内容  Mobile terminals such as wireless data cards and mobile phones and the network side usually support a Radio Access Bear (RAB) that establishes multiple Packet Data Protocol (PDP) contexts at the same time, but the number of connections between the wireless data card and the TE is affected. The limitation of the data transmission technology problem, the current wireless data card can only support one Packet Data Protocol (PDP) context in practical applications, because in the case of supporting multiple PDP contexts, the wireless data card can simultaneously Multiple different types of applications are provided to provide Quality of Service (QoS) guarantees, and different services using different Access Point Names (ΑΡΝ) can be simultaneously performed, and multiple PDP context activations are supported at the same time. Related research on the implementation method has been carried out, but at present, there is no data connection between the TE and the network side gateway general packet radio service support node (GGSN) by simultaneously activating multiple PDP contexts through the wireless data card in the RmNet dialing mode. Program. Summary of the invention
本发明实施例提供了一种数据连接建立方法、 释放方法、 数据传输方 法及无线数据卡, 用以实现在 RmNet拨号方式下, 在 TE和网络侧 GGSN 之间建立同时激活多个 PDP上下文的数据连接及数据的传输。 为了实现上述目的, 本发明的技术方案是这样实现的: The embodiment of the present invention provides a data connection establishment method, a release method, a data transmission method, and a wireless data card, which are used to establish data for simultaneously activating multiple PDP contexts between a TE and a network side GGSN in an RmNet dialup mode. Connection and data transmission. In order to achieve the above object, the technical solution of the present invention is implemented as follows:
一种数据连接建立方法, 该方法包括:  A data connection establishment method, the method comprising:
无线数据卡接收 TE发起的建立与 GGSN之间数据连接的请求时, 判 断所述请求需要建立的数据连接是否是所述 TE 与无线数据卡之间的第一 个数据连接;  Receiving, by the TE, a request initiated by the TE to establish a data connection with the GGSN, determining whether the data connection to be established by the request is the first data connection between the TE and the wireless data card;
若是, 无线数据卡建立与 GGSN之间的与所述第一个数据连接对应的 PDP上下文无线接入承载,并建立与所述 TE之间的虚拟以太网连接;否则, 无线数据卡根据 TE与无线数据卡之间的数据连接相应建立自身与 GGSN 之间的 PDP上下文无线接入 载。  If yes, the wireless data card establishes a PDP context radio access bearer corresponding to the first data connection with the GGSN, and establishes a virtual Ethernet connection with the TE; otherwise, the wireless data card is based on the TE and The data connection between the wireless data cards correspondingly establishes a PDP context wireless access bearer between itself and the GGSN.
所述无线数据卡接收 TE发起的建立与 GGSN之间的数据连接的请求 之前, 该方法还包括:  Before the wireless data card receives the TE initiated request to establish a data connection with the GGSN, the method further includes:
TE向无线数据卡发送指令, 无线数据卡根据 TE发出的指令设置与数 据连接相对应的 PDP上下文参数信息;  The TE sends an instruction to the wireless data card, and the wireless data card sets PDP context parameter information corresponding to the data connection according to the instruction issued by the TE;
无线数据卡建立与 GGSN之间的与数据连接对应的 PDP上下文无线接 入承载, 包括:  The wireless data card establishes a PDP context wireless access bearer corresponding to the data connection with the GGSN, including:
无线数据卡根据预先设置的所述 PDP上下文参数信息, 创建并激活与 数据连接相对应的 PDP上下文。  The wireless data card creates and activates a PDP context corresponding to the data connection according to the preset PDP context parameter information.
所述无线数据卡接收 TE发起的建立与 GGSN之间的数据连接的请求 之前, 该方法还包括:  Before the wireless data card receives the TE initiated request to establish a data connection with the GGSN, the method further includes:
TE通过向无线数据卡发送指令,为数据连接所对应的 PDP上下文创建 对应的业务流程模板。  The TE sends a command to the wireless data card to create a corresponding business process template for the PDP context corresponding to the data connection.
一种数据连接释放方法, 该方法包括:  A data connection release method, the method comprising:
无线数据卡判断当前需要断开的数据连接是否是 TE与 GGSN之间的 最后一个数据连接;  The wireless data card determines whether the data connection that needs to be disconnected is the last data connection between the TE and the GGSN;
若是, 则去激活需要断开的数据连接对应的 PDP上下文, 并释放与所 述 TE之间的虚拟以太网的连接; 否则, 保持与所述 TE之间的虚拟以太网 连接, 去激活需要断开的数据连接对应的 PDP上下文。 If yes, then deactivate the PDP context corresponding to the data connection that needs to be disconnected, and release the A virtual Ethernet connection between the TEs; otherwise, maintaining a virtual Ethernet connection with the TE to deactivate the PDP context corresponding to the data connection that needs to be disconnected.
一种进行上行数据传输的方法, 该方法包括:  A method for performing uplink data transmission, the method comprising:
无线数据卡接收 TE通过虚拟以太网连接发送的上行 IP数据包; 无线数据卡将所述上行 IP数据包对应的 PDP上下文中的 PDP地址与 所述上行 IP数据包的源 IP地址进行比较;  The wireless data card receives the uplink IP data packet sent by the TE through the virtual Ethernet connection; the wireless data card compares the PDP address in the PDP context corresponding to the uplink IP data packet with the source IP address of the uplink IP data packet;
若两者一致,则将所述上行 IP数据包通过其对应的 PDP上下文的无线 接入承载发送至 GGSN; 否则, 用所述 PDP上下文中的 PDP地址更新所述 上行 IP数据包中的源 IP地址, 将更新后的上行 IP数据包通过对应的 PDP 上下文无线接入承载发送至所述 GGSN。  If the two are consistent, the uplink IP data packet is sent to the GGSN through the radio access bearer of its corresponding PDP context; otherwise, the source IP address in the uplink IP data packet is updated by using the PDP address in the PDP context. The address, the updated uplink IP data packet is sent to the GGSN through a corresponding PDP context radio access bearer.
上行 IP数据包所对应的 PDP上下文, 通过下述方式确定:  The PDP context corresponding to the uplink IP packet is determined by:
无线数据卡根据预先创建的业务流模板, 匹配出上行 IP数据包对应的 The wireless data card matches the uplink IP data packet according to the pre-created service flow template.
PDP上下文。 PDP context.
更新所述上行 IP数据包中的源 IP地址之后, 该方法还包括: 重新计算并修改所述上行 IP数据包的检验和。  After updating the source IP address in the uplink IP data packet, the method further includes: recalculating and modifying the checksum of the uplink IP data packet.
一种进行下行数据传输的方法, 该方法包括:  A method for performing downlink data transmission, the method comprising:
无线数据卡接收 GGSN通过 PDP上下文无线接入承载发送的下行 IP 数据包;  The wireless data card receives the downlink IP data packet sent by the GGSN through the PDP context radio access bearer;
无线数据卡将所述下行 IP数据包的目的 IP地址与所述无线数据卡同 TE之间的虚拟以太网连接的 IP地址进行比较;  The wireless data card compares the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the TE;
若两者一致, 则将所述下行 IP数据包通过虚拟以太网连接转发至所述 TE; 否则, 用所述以太网连接的 IP地址更新所述下行 IP数据包的目的 IP 地址, 并将更新后的下行 IP数据包通过虚拟以太网连接转发至 TE。  If the two are consistent, forwarding the downlink IP data packet to the TE through a virtual Ethernet connection; otherwise, updating the destination IP address of the downlink IP data packet with the IP address of the Ethernet connection, and updating The downstream IP packets are forwarded to the TE over a virtual Ethernet connection.
更新所述下行 IP数据包中的目的 IP地址之后,该方法还包括: 重新计 算并修改所述下行 IP数据包的检验和。 一种无线数据卡, 该方法包括: After updating the destination IP address in the downlink IP data packet, the method further includes: recalculating and modifying the checksum of the downlink IP data packet. A wireless data card, the method comprising:
接收模块, 用于接收 TE发起的建立与 GGSN之间的数据连接的请求; 判断模块,用于判断所述请求需要建立的数据连接是否是所述 TE与无 线数据卡之间的第一个数据连接;  a receiving module, configured to receive a TE initiated request for establishing a data connection with the GGSN, and a determining module, configured to determine whether the data connection that the request needs to establish is the first data between the TE and the wireless data card Connection
连接建立模块, 用于当判断模块的判断结果为是时, 建立与 GGSN之 间的与该第一个数据连接对应的 PDP上下文无线接入承载,并建立与该 TE 之间的虚拟以太网连接; 当判断模块的判断结果为否时, 根据 TE与无线数 据卡之间的数据连接相应建立与 GGSN之间的 PDP上下文无线接入承载。  a connection establishing module, configured to: when the judgment result of the determining module is yes, establish a PDP context radio access bearer corresponding to the first data connection with the GGSN, and establish a virtual Ethernet connection with the TE When the judgment result of the judging module is no, the PDP context radio access bearer between the TE and the GGSN is established according to the data connection between the TE and the wireless data card.
还包括比较模块和数据转发模块;  Also includes a comparison module and a data forwarding module;
所述接收模块, 还用于接收 TE通过虚拟以太网连接发送的上行 IP数 据包;  The receiving module is further configured to receive an uplink IP data packet sent by the TE through a virtual Ethernet connection;
所述比较模块,用于将所述上行 IP数据包对应的 PDP上下文中的 PDP 地址与所述上行 IP数据包的源 IP地址进行比较;  The comparing module is configured to compare a PDP address in a PDP context corresponding to the uplink IP data packet with a source IP address of the uplink IP data packet;
数据转发模块, 用于当比较模块的比较结果为两者一致时, 将所述上 行 IP数据包通过其对应的 PDP上下文无线接入承载发送至 GGSN; 以及当 比较模块的比较结果为两者不一致时,使用所述 PDP上下文中的 PDP地址 更新所述上行 IP数据包中的源 IP地址, 将更新后的上行 IP数据包通过所 述 PDP上下文无线接入承载发送至所述 GGSN。  a data forwarding module, configured to send the uplink IP data packet to the GGSN through its corresponding PDP context radio access bearer when the comparison result of the comparison module is consistent; and when the comparison result of the comparison module is inconsistent And updating the source IP address in the uplink IP data packet by using a PDP address in the PDP context, and sending the updated uplink IP data packet to the GGSN by using the PDP context radio access bearer.
所述接收模块,还用于接收 GGSN通过 PDP上下文无线接入承载发送 的下行 IP数据包;  The receiving module is further configured to receive a downlink IP data packet that is sent by the GGSN through a PDP context radio access bearer;
所述比较模块,还用于将所述下行 IP数据包的目的 IP地址与所述无线 数据卡同 TE之间的虚拟以太网连接的 IP地址进行比较;  The comparing module is further configured to compare a destination IP address of the downlink IP data packet with an IP address of a virtual Ethernet connection between the wireless data card and the TE;
所述数据转发模块, 还用于当比较模块的比较结果为两者一致时, 将 所述下行 IP数据包通过虚拟以太网连接转发至所述 TE;当比较模块的比较 结果为两者不一致时,用所述以太网连接的 IP地址更新所述下行 IP数据包 的目的 IP地址, 并将更新后的下行 IP数据包通过虚拟以太网连接转发至 TE。 The data forwarding module is further configured to forward the downlink IP data packet to the TE through a virtual Ethernet connection when the comparison result of the comparison module is consistent; when the comparison result of the comparison module is inconsistent Updating the downlink IP packet with the IP address of the Ethernet connection The destination IP address, and the updated downstream IP packet is forwarded to the TE through the virtual Ethernet connection.
本发明实施例的有益效果包括:  Advantageous effects of embodiments of the present invention include:
本发明实施例提供的数据连接建立方法、 释放方法、 数据传输方法及 无线数据卡,其中数据建立方法在无线数据卡接收 TE发起的建立与 GGSN 之间的数据连接的请求时,判断该请求需要建立的数据连接是否是该 TE与 无线数据卡之间的第一个数据连接; 若是, 则建立与 GGSN之间的与该第 一个数据连接对应的 PDP上下文的无线接入 7 载, 并建立与该 TE之间的 虚拟以太网连接; 若不是, 无线数据卡建立与 GGSN之间的与该第 N ( N 为大于 1的自然数)个数据连接对应的 PDP上下文的无线接入承载。  The data connection establishing method, the releasing method, the data transmitting method and the wireless data card provided by the embodiment of the present invention, wherein the data establishing method determines that the request is needed when the wireless data card receives a request initiated by the TE to establish a data connection with the GGSN Whether the established data connection is the first data connection between the TE and the wireless data card; if yes, establishing a wireless access 7 with the PDP context corresponding to the first data connection between the GGSN, and establishing A virtual Ethernet connection with the TE; if not, the wireless data card establishes a radio access bearer with the PDP context corresponding to the Nth (N is a natural number greater than 1) data connection between the GGSN.
本发明实施例提供的数据连接建立方法, 在 RmNet拨号方式下, 实现 了无线数据卡支持多个 PDP上下文, 从而在终端设备 TE与网络侧 GGSN 之间建立起多个数据连接,使得用户使用不同 APN的不同业务可同时进行, 并为用户多个不同类型的应用提供 QoS保证, 满足用户的多样化数据传输 的需求。  The data connection establishing method provided by the embodiment of the present invention implements the wireless data card to support multiple PDP contexts in the RmNet dialing mode, thereby establishing multiple data connections between the terminal device TE and the network side GGSN, so that the user uses different Different services of APN can be carried out at the same time, and provide QoS guarantee for users of different types of applications to meet the needs of users for diverse data transmission.
另外, 本发明实施例提供的数据传输方法在支持多 PDP上下文的前提 下, 由于保留了 RmNet数据传输方式的优势, 能够保障 Rm口的数据传输 速率,避免了 Rm口釆用 PPP协议实现支持多 PDP上下文的方式带来的 Rm 口传输速率瓶颈的问题。 附图说明  In addition, the data transmission method provided by the embodiment of the present invention can guarantee the data transmission rate of the Rm interface and avoid the support of the Pm protocol of the Rm interface, because the advantages of the RmNet data transmission mode are retained under the premise of supporting the multi-PDP context. The problem of the Rm port transmission rate bottleneck caused by the PDP context. DRAWINGS
图 1为本发明实施例提供的数据连接建立方法的流程图;  FIG. 1 is a flowchart of a method for establishing a data connection according to an embodiment of the present invention;
图 2为本发明实施例提供的数据连接释放方法的流程图;  2 is a flowchart of a data connection release method according to an embodiment of the present invention;
图 3为本发明实施例提供的上行数据传输方法的流程图;  3 is a flowchart of an uplink data transmission method according to an embodiment of the present invention;
图 4为本发明实施例提供的下行数据传输方法的流程图;  4 is a flowchart of a downlink data transmission method according to an embodiment of the present invention;
图 5为本发明实施例提供的无线数据卡的内部结构示意图。 具体实施方式 FIG. 5 is a schematic diagram of an internal structure of a wireless data card according to an embodiment of the present invention. detailed description
下面结合附图, 对本发明提供的一种数据连接建立方法、 释放方法、 数据传输方法及无线数据卡的具体实施方式进行详细的说明。  The data connection establishing method, the releasing method, the data transmitting method and the specific implementation manner of the wireless data card provided by the present invention are described in detail below with reference to the accompanying drawings.
本发明实施例提供的一种数据连接建立方法, 实现在 RmNet的拨号方 式下, 在 TE和网络侧 GGSN之间建立多个数据连接。 并且因为无线数据 卡和 TE之间空口 Rm并不釆用 PPP协议, 因而能够支持较高的传输速率。  A data connection establishing method is provided in the embodiment of the present invention, and a plurality of data connections are established between the TE and the network side GGSN in the dialing mode of the RmNet. And because the air interface Rm between the wireless data card and the TE does not use the PPP protocol, it can support a higher transmission rate.
本发明实施例提供的一种数据连接建立方法, 如图 1 所示, 包括下述 步骤:  A data connection establishing method provided by an embodiment of the present invention, as shown in FIG. 1, includes the following steps:
S101、 TE向无线数据卡发起建立其与网络侧 GGSN之间的数据连接请 求;  S101. The TE initiates a data connection request with the network side GGSN to the wireless data card.
5102、无线数据卡判断该请求需要建立的数据连接是否是 TE与无线数 据卡之间的第一个数据连接; 若是, 则执行步骤 S103; 若否, 则执行步骤 S104;  5102, the wireless data card determines whether the data connection that the request needs to establish is the first data connection between the TE and the wireless data card; if yes, step S103 is performed; if not, step S104 is performed;
5103、 无线数据卡建立与 GGSN 之间的与该第一个数据连接对应的 PDP上下文的无线接入承载, 并建立与该 TE之间的虚拟以太网连接;  5103. The wireless data card establishes a radio access bearer with a PDP context corresponding to the first data connection between the GGSN, and establishes a virtual Ethernet connection with the TE.
5104、 无线数据卡建立与 GGSN之间的与该第 N个数据连接对应的 PDP上下文的无线接入承载; N为大于 1的自然数。  5104. The wireless data card establishes a radio access bearer with a PDP context corresponding to the Nth data connection between the GGSNs; N is a natural number greater than 1.
下面对上述各步骤进行详细的描述。  The above steps are described in detail below.
在步骤 S101即 TE向无线数据卡发起建立其与网络侧 GGSN之间的数 据连接请求之前, TE通过向无线数据卡发送 CGDCONT、 CQEQREQ等 AT 命令, 在无线数据卡中设置该数据连接对应的 PDP上下文的参数信息, 并 为请求建立的数据连接建立相应的业务流模板 ( TFT, Traffic Flow Template 在后续数据传输时使用)。  Before the TE initiates the data connection request with the network side GGSN to the wireless data card, the TE sends the PDP corresponding to the data connection in the wireless data card by sending an AT command such as CGDCONT or CQEQREQ to the wireless data card. Context parameter information, and establish a corresponding service flow template for the data connection requested to be established (TFT, Traffic Flow Template is used in subsequent data transmission).
其中 PDP上下文的参数信息包括但不限于 APN、 PDP Type, QoS等信 息。 具体来说, 上述步骤 S103中, 无线数据卡建立与网络侧 GGSN之间的 与该第一个数据连接对应的 PDP上下文的无线接入承载, 与现有技术中无 线数据卡的 RmNet方式的数据连接建立过程类似, 具体包括: The parameter information of the PDP context includes but is not limited to information such as APN, PDP Type, and QoS. Specifically, in the foregoing step S103, the wireless data card establishes a radio access bearer of the PDP context corresponding to the first data connection between the network side GGSN, and the RmNet mode data of the wireless data card in the prior art. The connection establishment process is similar, including:
无线数据卡根据 TE在无线数据卡内预先设置的 PDP上下文的参数信 息, 创建并激活对应的 PDP上下文(为了与第一个数据连接相对应, 下面 称其为第一 PDP上下文), 建立无线数据卡与 GGSN之间的第一 PDP上下 文的无线接入 7 载。  The wireless data card creates and activates a corresponding PDP context according to the parameter information of the PDP context preset by the TE in the wireless data card (in order to correspond to the first data connection, hereinafter referred to as the first PDP context), and establishes wireless data. The first PDP context between the card and the GGSN is wirelessly accessed 7 times.
上述步骤 S103中, 无线数据卡与 TE之间建立虚拟以太网连接的过程 下:  In the above step S103, a process of establishing a virtual Ethernet connection between the wireless data card and the TE:
无线数据卡启动其动态主机配置协议(DHCP ) server模块的功能, 建 立与 TE之间的虚拟以太网连接。  The wireless data card activates its Dynamic Host Configuration Protocol (DHCP) server module and establishes a virtual Ethernet connection to the TE.
与此同时, TE也通过上述 DHCP过程, 从无线数据卡中获得已激活的 PDP上下文中 PDP地址, 作为虚拟以太网连接的 IP地址。  At the same time, TE also obtains the PDP address in the activated PDP context from the wireless data card through the above DHCP process, as the IP address of the virtual Ethernet connection.
至此, TE通过无线数据卡建立了与 GGSN之间的第一个连接。  At this point, the TE establishes the first connection with the GGSN via the wireless data card.
上述步骤 S104是 TE通过无线数据卡建立于 GGSN之间第 N个数据连 接的过程(N为大于 1 ), 与第一个数据连接的方式类似, TE在发起建立其 与网络侧 GGSN之间的数据连接请求之前, 通过 AT命令, 在无线数据卡 中设置第 N个数据连接对应的 PDP上下文的参数信息, 以及创建对应的业 务流模板, 无线数据卡接收到第 N个数据连接的请求时, 根据预先设定的 PDP上下文参数信息, 创建并激活相应的 PDP上下文, 建立无线无线数据 卡与 GGSN之间的第 N PDP上下文的无线接入承载。  The foregoing step S104 is a process in which the TE establishes the Nth data connection between the GGSNs by using the wireless data card (N is greater than 1), and is similar to the manner of the first data connection, where the TE initiates establishment between the network side and the GGSN. Before the data connection request, the parameter information of the PDP context corresponding to the Nth data connection is set in the wireless data card by the AT command, and the corresponding service flow template is created, and when the wireless data card receives the request of the Nth data connection, Establishing and activating a corresponding PDP context according to the preset PDP context parameter information, establishing a radio access bearer of the Nth PDP context between the wireless wireless data card and the GGSN.
在 TE与 GGSN之间已建立多个数据连接的情况下, 当需要通过无线 数据卡断开 TE和 GGSN之间的某个数据连接时, 本发明实施例还提供了 一种数据连接释放方法, 如图 2所示, 包括下述流程:  In the case that a plurality of data connections have been established between the TE and the GGSN, when a data connection between the TE and the GGSN needs to be disconnected by the wireless data card, the embodiment of the present invention further provides a data connection release method. As shown in Figure 2, the following process is included:
S201、 无线数据卡判断当前需要断开的数据连接是否是 TE与 GGSN 之间的最后一个数据连接; 若是, 则执行 S202; 若否, 则执行 S203; S201. The wireless data card determines whether the data connection that needs to be disconnected is TE and GGSN. The last data connection between; if yes, execute S202; if not, execute S203;
5202、 去激活需要断开的数据连接对应的 PDP上下文, 并释放与 TE 之间的虚拟以太网的连接;  5202. Deactivate a PDP context corresponding to the data connection that needs to be disconnected, and release a virtual Ethernet connection with the TE.
5203、保持与 TE之间的虚拟以太网连接,去激活需要断开的数据连接 对应的 PDP上下文。  5203. Maintain a virtual Ethernet connection with the TE to deactivate the corresponding PDP context of the data connection that needs to be disconnected.
在上述步骤 S202和 S203中, 去激活需要断开的数据连接对应的 PDP 上下文, 目的在于释放无线数据卡与 GGSN之间该数据连接对应的 PDP上 下文的无线接入 7 载。  In the above steps S202 and S203, the PDP context corresponding to the data connection to be disconnected is deactivated, and the purpose is to release the wireless access 7 of the PDP context corresponding to the data connection between the wireless data card and the GGSN.
本发明实施例还提供了一种上行数据的传输方法, 该传输方法在本发 明实施例提供的前述数据连接建立方法建立的数据连接上进行上行数据的 传输, 具体来说, 该上行数据传输的过程, 如图 3所示, 包括下述步骤: The embodiment of the present invention further provides an uplink data transmission method, where the transmission method performs uplink data transmission on a data connection established by the foregoing data connection establishment method provided by the embodiment of the present invention, specifically, the uplink data transmission The process, as shown in Figure 3, includes the following steps:
5301、无线数据卡接收 TE通过虚拟以太网连接发送的上行 IP数据包;5301. The wireless data card receives an uplink IP data packet sent by the TE through a virtual Ethernet connection.
5302、 无线数据卡将该上行 IP数据包对应的 PDP上下文中的 PDP地 址与该上行 IP数据包的源 IP地址进行比较;若两者一致,则执行步骤 S303; 若两者不一致, 则执行步骤 S304; 5302. The wireless data card compares the PDP address in the PDP context corresponding to the uplink IP data packet with the source IP address of the uplink IP data packet. If the two are consistent, step S303 is performed. If the two are inconsistent, the step is performed. S304;
5303、将该上行 IP数据包通过其对应的 PDP上下文的无线接入承载发 送至 GGSN;  5303. The uplink IP data packet is sent to the GGSN by using a radio access bearer of its corresponding PDP context.
5304、 使用该 IP数据包对应的 PDP上下文中的 PDP地址, 更新该上 行 IP数据包中的源 IP地址, 将更新后的上行 IP数据包通过该 IP数据包对 应的 PDP上下文的无线接入承载发送至 GGSN。  5304. Update the source IP address in the uplink IP data packet by using the PDP address in the PDP context corresponding to the IP data packet, and pass the updated uplink IP data packet to the radio access bearer of the PDP context corresponding to the IP data packet. Send to GGSN.
在上述步骤 S302中, 无线数据卡根据 TE预先在无线数据卡中创建的 业务流模板, 匹配出上行 IP数据包对应的 PDP上下文。  In the above step S302, the wireless data card matches the PDP context corresponding to the uplink IP data packet according to the service flow template created by the TE in advance in the wireless data card.
在上述步骤 S304, 无线数据卡使用该 IP数据包对应的 PDP上下文中 的 PDP地址, 更新所述上行 IP数据包中的源 IP地址之外, 还重新计算和 修改上行 IP数据包的检验和,然后才将更新后上行 IP数据包转发至 GGSN。 本发明实施例还提供了一种下行数据的传输方法, 该传输方法在本发 明实施例提供的前述数据连接建立方法建立的数据连接上进行下行数据的 传输, 具体来说, 该下行数据传输的过程, 如图 4所示, 包括下述步骤:In the above step S304, the wireless data card uses the PDP address in the PDP context corresponding to the IP data packet to update the source IP address in the uplink IP data packet, and recalculates and modifies the checksum of the uplink IP data packet. The updated uplink IP packet is then forwarded to the GGSN. The embodiment of the present invention further provides a downlink data transmission method, where the transmission method performs downlink data transmission on a data connection established by the foregoing data connection establishment method provided by the embodiment of the present invention, specifically, the downlink data transmission The process, as shown in Figure 4, includes the following steps:
S401、无线数据卡接收 GGSN通过 PDP上下文的无线接入承载发送的 下行 IP数据包; S401. The wireless data card receives the downlink IP data packet sent by the GGSN through the radio access bearer of the PDP context.
5402、 无线数据卡将该下行 IP数据包的目的 IP地址与无线数据卡与 TE之间的虚拟以太网连接的 IP地址进行比较; 若两者一致, 则执行步骤 S403 , 若两者不一致, 则执行步骤 S404;  5402, the wireless data card compares the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the TE; if the two are consistent, step S403 is performed, if the two are inconsistent, Go to step S404;
5403、 将下行 IP数据包通过虚拟以太网连接转发至 TE;  5403. Forward the downlink IP data packet to the TE through the virtual Ethernet connection.
5404、使用以太网连接的 IP地址, 更新下行 IP数据包的目的 IP地址, 并将更新后的下行 IP数据包通过虚拟以太网连接转发至 TE。  5404. Update the destination IP address of the downlink IP packet by using the IP address of the Ethernet connection, and forward the updated downlink IP packet to the TE through the virtual Ethernet connection.
在上述步骤 S404中, 还包括无线数据卡重新计算并修改下行 IP数据 包的检验和的步骤, 然后才将下行 IP数据包转发至 TE。  In the above step S404, the wireless data card further includes the steps of recalculating and modifying the checksum of the downlink IP data packet, and then forwarding the downlink IP data packet to the TE.
基于同一发明构思, 本发明实施例中还提供了一种无线数据卡, 由于 该装置解决问题的原理与前述一种数据连接建立方法、 数据传输方法相似, 因此该装置的实施可以参见方法的实施, 重复之处不在赘述。  Based on the same inventive concept, a wireless data card is further provided in the embodiment of the present invention. The principle of solving the problem is similar to the foregoing data connection establishing method and data transmission method. Therefore, the implementation of the device can refer to the implementation of the method. , the repetition is not repeated.
本发明实施例提供的一种无线数据卡, 如图 5所示, 包括:  A wireless data card provided by the embodiment of the present invention, as shown in FIG. 5, includes:
接收模块 501 ,用于接收 TE发起的建立与 GGSN之间的数据连接的请 求;  The receiving module 501 is configured to receive a request initiated by the TE to establish a data connection with the GGSN.
判断模块 502, 用于判断该请求需要建立的数据连接是否是 TE与无线 数据卡之间的第一个数据连接;  The determining module 502 is configured to determine whether the data connection that the request needs to establish is the first data connection between the TE and the wireless data card;
连接建立模块 503 , 用于当判断模块 502 的判断结果为是时, 建立与 GGSN之间的与该第一个数据连接对应的 PDP上下文的无线接入承载, 并 建立与该 TE之间的虚拟以太网连接; 当判断模块 502的判断结果为否时, 建立与 GGSN之间的与该第 N个数据连接对应的 PDP上下文的无线接入承 载; N为大于 1的自然数。 The connection establishing module 503 is configured to: when the determination result of the determining module 502 is YES, establish a radio access bearer with a PDP context corresponding to the first data connection between the GGSN, and establish a virtual relationship with the TE Ethernet connection; when the judgment result of the determination module 502 is negative, establishing a wireless access bearer with the PDP context corresponding to the Nth data connection with the GGSN N; N is a natural number greater than 1.
进一步地, 本发明实施例提供的无线数据卡, 如图 5 所示, 还包括: 比较模块 504和数据转发模块 505;  Further, the wireless data card provided by the embodiment of the present invention, as shown in FIG. 5, further includes: a comparison module 504 and a data forwarding module 505;
接收模块 501 , 还用于接收终端设备 TE通过虚拟以太网连接发送的上 行 IP数据包;  The receiving module 501 is further configured to receive an uplink IP data packet sent by the terminal device TE through a virtual Ethernet connection;
比较模块 504,用于将上行 IP数据包对应的 PDP上下文中的 PDP地址 与所述上行 IP数据包的源 IP地址进行比较;  The comparing module 504 is configured to compare the PDP address in the PDP context corresponding to the uplink IP data packet with the source IP address of the uplink IP data packet;
数据转发模块 505 , 用于当两者一致时, 将上行 IP数据包通过其对应 的 PDP上下文的无线接入承载发送至 GGSN; 当两者不一致时, 使用对应 的 PDP上下文中的 PDP地址更新上行 IP数据包中的源 IP地址, 将更新后 的上行 IP数据包通过其对应的 PDP上下文的无线接入承载发送至 GGSN。  The data forwarding module 505 is configured to: when the two are consistent, send the uplink IP data packet to the GGSN through the radio access bearer of the corresponding PDP context; when the two are inconsistent, update the uplink by using the PDP address in the corresponding PDP context. The source IP address in the IP data packet is sent to the GGSN by the updated uplink IP data packet through the radio access bearer of its corresponding PDP context.
进一步地, 本发明实施例提供的无线数据卡中的接收模块 501 ,还用于 接收 GGSN通过 PDP上下文的无线接入承载发送的下行 IP数据包;  Further, the receiving module 501 in the wireless data card provided by the embodiment of the present invention is further configured to receive a downlink IP data packet that is sent by the GGSN through the radio access bearer of the PDP context;
比较模块 504, 还用于将下行 IP数据包的目的 IP地址与无线数据卡与 终端设备 TE之间的虚拟以太网连接的 IP地址进行比较;  The comparing module 504 is further configured to compare the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the terminal device TE;
数据转发模块 505 , 还用于当两者一致时, 将下行 IP数据包通过虚拟 以太网连接转发至 TE; 当两者不一致时,使用以太网连接的 IP地址更新下 行 IP数据包的目的 IP地址, 并将更新后的下行 IP数据包通过虚拟以太网 连接转发至 TE。  The data forwarding module 505 is further configured to: when the two are consistent, forward the downlink IP data packet to the TE through the virtual Ethernet connection; when the two are inconsistent, update the destination IP address of the downlink IP data packet by using the IP address of the Ethernet connection. And forward the updated downstream IP packet to the TE over the virtual Ethernet connection.
本发明实施例提供的数据连接建立方法、 数据连接释放方法、 数据传 输方法及无线数据卡,其中数据建立方法在无线数据卡接收 TE发起的建立 与 GGSN之间的数据连接的请求时, 判断该请求需要建立的数据连接是否 是该 TE与无线数据卡之间的第一个数据连接; 若是, 则建立与 GGSN之 间的与该第一个数据连接对应的 PDP上下文的无线接入承载, 并建立与该 TE之间的虚拟以太网连接; 若不是, 无线数据卡建立与 GGSN之间的与该 第 N ( N为大于 1的自然数)个数据连接对应的 PDP上下文的无线接入承 载。 本发明实施例提供的数据连接建立方法, 在 RmNet拨号方式下, 实现 了无线数据卡支持多个 PDP上下文, 从而在终端设备 TE与网络侧 GGSN 之间建立起多个数据连接,使得用户使用不同 APN的不同业务可同时进行, 并为用户多个不同类型的应用提供 QoS保证, 满足用户的多样化数据传输 的需求。 另外, 本发明实施例提供的数据传输方法在支持多 PDP上下文的 前提下, 由于保留了 RmNet数据传输方式的优势, 能够保障 Rm口的数据 传输速率, 避免了 Rm口釆用 PPP协议实现支持多 PDP上下文的方式可能 带来的 Rm口传输速率瓶颈的问题。 本发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权 利要求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在 内。 The data connection establishing method, the data connection releasing method, the data transmitting method, and the wireless data card provided by the embodiment of the present invention, wherein the data establishing method determines when the wireless data card receives the TE initiated request for establishing a data connection with the GGSN Determining whether the data connection to be established is the first data connection between the TE and the wireless data card; if yes, establishing a radio access bearer with the PDP context corresponding to the first data connection between the GGSN, and Establishing a virtual Ethernet connection with the TE; if not, establishing between the wireless data card and the GGSN The Nth (N is a natural number greater than 1) data connection radio access bearers of the corresponding PDP context. The data connection establishing method provided by the embodiment of the present invention implements the wireless data card to support multiple PDP contexts in the RmNet dialing mode, thereby establishing multiple data connections between the terminal device TE and the network side GGSN, so that the user uses different Different services of APN can be carried out at the same time, and provide QoS guarantee for users of different types of applications to meet the needs of users for diverse data transmission. In addition, the data transmission method provided by the embodiment of the present invention can support the data transmission rate of the Rm interface, and the Pm protocol can be supported by the Rm interface, because the advantages of the RmNet data transmission mode are preserved. The PDP context approach may bring problems with the Rm port transmission rate bottleneck. The spirit and scope of the invention. Thus, it is intended that the present invention cover the modifications and the modifications of the invention

Claims

权利要求书 Claim
1、 一种数据连接建立方法, 其特征在于, 该方法包括:  A data connection establishing method, the method comprising:
无线数据卡接收终端设备 TE发起的建立与网关通用分组无线业务支 持节点 GGSN之间数据连接的请求时, 判断所述请求需要建立的数据连接 是否是所述 TE与无线数据卡之间的第一个数据连接;  When the wireless data card receives the request initiated by the terminal device TE to establish a data connection with the gateway general packet radio service support node GGSN, it is determined whether the data connection that the request needs to establish is the first between the TE and the wireless data card. Data connection
若是, 无线数据卡建立与 GGSN之间的与所述第一个数据连接对应的 分组数据协议 PDP上下文无线接入承载, 并建立与所述 TE之间的虚拟以 太网连接; 否则, 无线数据卡根据 TE与无线数据卡之间的数据连接相应建 立自身与 GGSN之间的 PDP上下文无线接入承载。  If yes, the wireless data card establishes a packet data protocol PDP context radio access bearer corresponding to the first data connection with the GGSN, and establishes a virtual Ethernet connection with the TE; otherwise, the wireless data card A PDP context radio access bearer between itself and the GGSN is established according to the data connection between the TE and the wireless data card.
2、 如权利要求 1所述的方法, 其特征在于, 所述无线数据卡接收 TE 发起的建立与 GGSN之间的数据连接的请求之前, 该方法还包括:  The method of claim 1, wherein the method further comprises: before the wireless data card receives a TE initiated request to establish a data connection with the GGSN, the method further comprising:
TE向无线数据卡发送指令, 无线数据卡根据 TE发出的指令设置与数 据连接相对应的 PDP上下文参数信息;  The TE sends an instruction to the wireless data card, and the wireless data card sets PDP context parameter information corresponding to the data connection according to the instruction issued by the TE;
无线数据卡建立与 GGSN之间的与数据连接对应的 PDP上下文无线接 入承载, 包括:  The wireless data card establishes a PDP context wireless access bearer corresponding to the data connection with the GGSN, including:
无线数据卡根据预先设置的所述 PDP上下文参数信息, 创建并激活与 数据连接相对应的 PDP上下文。  The wireless data card creates and activates a PDP context corresponding to the data connection according to the preset PDP context parameter information.
3、 如权利要求 1或 2所述的方法, 其特征在于, 所述无线数据卡接收 TE发起的建立与 GGSN之间的数据连接的请求之前, 该方法还包括: The method according to claim 1 or 2, wherein before the wireless data card receives the TE initiated request to establish a data connection with the GGSN, the method further includes:
TE通过向无线数据卡发送指令,为数据连接所对应的 PDP上下文创建 对应的业务流程模板。 The TE sends a command to the wireless data card to create a corresponding business process template for the PDP context corresponding to the data connection.
4、 一种数据连接释放方法, 其特征在于, 该方法包括:  4. A data connection release method, the method comprising:
无线数据卡判断当前需要断开的数据连接是否是 TE与 GGSN之间的 最后一个数据连接;  The wireless data card determines whether the data connection that needs to be disconnected is the last data connection between the TE and the GGSN;
若是, 则去激活需要断开的数据连接对应的 PDP上下文, 并释放与所 述 TE之间的虚拟以太网的连接; 否则, 保持与所述 TE之间的虚拟以太网 连接, 去激活需要断开的数据连接对应的 PDP上下文。 If yes, then deactivate the PDP context corresponding to the data connection that needs to be disconnected, and release the A virtual Ethernet connection between the TEs; otherwise, maintaining a virtual Ethernet connection with the TE to deactivate the PDP context corresponding to the data connection that needs to be disconnected.
5、 一种进行上行数据传输的方法, 其特征在于, 该方法包括: 无线数据卡接收 TE通过虚拟以太网连接发送的上行 IP数据包; 无线数据卡将所述上行 IP数据包对应的 PDP上下文中的 PDP地址与 所述上行 IP数据包的源 IP地址进行比较;  A method for performing uplink data transmission, the method comprising: receiving, by a wireless data card, an uplink IP data packet sent by a TE through a virtual Ethernet connection; and the wireless data card transmitting a PDP context corresponding to the uplink IP data packet The PDP address in the comparison with the source IP address of the uplink IP data packet;
若两者一致,则将所述上行 IP数据包通过其对应的 PDP上下文的无线 接入承载发送至 GGSN; 否则, 用所述 PDP上下文中的 PDP地址更新所述 上行 IP数据包中的源 IP地址, 将更新后的上行 IP数据包通过对应的 PDP 上下文无线接入承载发送至所述 GGSN。  If the two are consistent, the uplink IP data packet is sent to the GGSN through the radio access bearer of its corresponding PDP context; otherwise, the source IP address in the uplink IP data packet is updated by using the PDP address in the PDP context. The address, the updated uplink IP data packet is sent to the GGSN through a corresponding PDP context radio access bearer.
6、 如权利要求 5所述的方法, 其特征在于, 上行 IP数据包所对应的 PDP上下文, 通过下述方式确定:  6. The method according to claim 5, wherein the PDP context corresponding to the uplink IP data packet is determined by:
无线数据卡根据预先创建的业务流模板, 匹配出上行 IP数据包对应的 PDP上下文。  The wireless data card matches the PDP context corresponding to the uplink IP data packet according to the pre-created service flow template.
7、 如权利要求 5或 6所述的方法, 其特征在于, 更新所述上行 IP数 据包中的源 IP地址之后, 该方法还包括:  The method according to claim 5 or 6, wherein after updating the source IP address in the uplink IP data packet, the method further includes:
重新计算并修改所述上行 IP数据包的检验和。  Recalculate and modify the checksum of the upstream IP packet.
8、 一种进行下行数据传输的方法, 其特征在于, 该方法包括: 无线数据卡接收 GGSN通过 PDP上下文无线接入承载发送的下行 IP 数据包;  A method for performing downlink data transmission, the method comprising: receiving, by a wireless data card, a downlink IP data packet sent by a GGSN through a PDP context radio access bearer;
无线数据卡将所述下行 IP数据包的目的 IP地址与所述无线数据卡同 TE之间的虚拟以太网连接的 IP地址进行比较;  The wireless data card compares the destination IP address of the downlink IP data packet with the IP address of the virtual Ethernet connection between the wireless data card and the TE;
若两者一致, 则将所述下行 IP数据包通过虚拟以太网连接转发至所述 TE; 否则, 用所述以太网连接的 IP地址更新所述下行 IP数据包的目的 IP 地址, 并将更新后的下行 IP数据包通过虚拟以太网连接转发至 TE。 If the two are consistent, forwarding the downlink IP data packet to the TE through a virtual Ethernet connection; otherwise, updating the destination IP address of the downlink IP data packet with the IP address of the Ethernet connection, and updating The downstream IP packets are forwarded to the TE over a virtual Ethernet connection.
9、 如权利要求 8所述的方法, 其特征在于, 更新所述下行 IP数据包 中的目的 IP地址之后, 该方法还包括: 重新计算并修改所述下行 IP数据包 的检验和。 9. The method according to claim 8, wherein after updating the destination IP address in the downlink IP data packet, the method further comprises: recalculating and modifying the checksum of the downlink IP data packet.
10、 一种无线数据卡, 其特征在于, 该方法包括:  10. A wireless data card, the method comprising:
接收模块, 用于接收 TE发起的建立与 GGSN之间的数据连接的请求; 判断模块,用于判断所述请求需要建立的数据连接是否是所述 TE与无 线数据卡之间的第一个数据连接;  a receiving module, configured to receive a TE initiated request for establishing a data connection with the GGSN, and a determining module, configured to determine whether the data connection that the request needs to establish is the first data between the TE and the wireless data card Connection
连接建立模块, 用于当判断模块的判断结果为是时, 建立与 GGSN之 间的与该第一个数据连接对应的 PDP上下文无线接入承载,并建立与该 TE 之间的虚拟以太网连接; 当判断模块的判断结果为否时, 根据 TE与无线数 据卡之间的数据连接相应建立与 GGSN之间的 PDP上下文无线接入承载。  a connection establishing module, configured to: when the judgment result of the determining module is yes, establish a PDP context radio access bearer corresponding to the first data connection with the GGSN, and establish a virtual Ethernet connection with the TE When the judgment result of the judging module is no, the PDP context radio access bearer between the TE and the GGSN is established according to the data connection between the TE and the wireless data card.
11、 如权利要求 10所述的无线数据卡, 其特征在于, 还包括比较模块 和数据转发模块;  11. The wireless data card of claim 10, further comprising a comparison module and a data forwarding module;
所述接收模块, 还用于接收 TE通过虚拟以太网连接发送的上行 IP数 据包;  The receiving module is further configured to receive an uplink IP data packet sent by the TE through a virtual Ethernet connection;
所述比较模块,用于将所述上行 IP数据包对应的 PDP上下文中的 PDP 地址与所述上行 IP数据包的源 IP地址进行比较;  The comparing module is configured to compare a PDP address in a PDP context corresponding to the uplink IP data packet with a source IP address of the uplink IP data packet;
数据转发模块, 用于当比较模块的比较结果为两者一致时, 将所述上 行 IP数据包通过其对应的 PDP上下文无线接入承载发送至 GGSN; 以及当 比较模块的比较结果为两者不一致时,使用所述 PDP上下文中的 PDP地址 更新所述上行 IP数据包中的源 IP地址, 将更新后的上行 IP数据包通过所 述 PDP上下文无线接入承载发送至所述 GGSN。  a data forwarding module, configured to send the uplink IP data packet to the GGSN through its corresponding PDP context radio access bearer when the comparison result of the comparison module is consistent; and when the comparison result of the comparison module is inconsistent And updating the source IP address in the uplink IP data packet by using a PDP address in the PDP context, and sending the updated uplink IP data packet to the GGSN by using the PDP context radio access bearer.
12、 如权利要求 10或 11所述的无线数据卡, 其特征在于, 所述接收 模块, 还用于接收 GGSN通过 PDP上下文无线接入承载发送的下行 IP数 据包; 所述比较模块,还用于将所述下行 IP数据包的目的 IP地址与所述无线 数据卡同 TE之间的虚拟以太网连接的 IP地址进行比较; The wireless data card according to claim 10 or 11, wherein the receiving module is further configured to receive a downlink IP data packet that is sent by the GGSN through a PDP context radio access bearer; The comparing module is further configured to compare a destination IP address of the downlink IP data packet with an IP address of a virtual Ethernet connection between the wireless data card and the TE;
所述数据转发模块, 还用于当比较模块的比较结果为两者一致时, 将 所述下行 IP数据包通过虚拟以太网连接转发至所述 TE;当比较模块的比较 结果为两者不一致时,用所述以太网连接的 IP地址更新所述下行 IP数据包 的目的 IP地址, 并将更新后的下行 IP数据包通过虚拟以太网连接转发至 TE。  The data forwarding module is further configured to forward the downlink IP data packet to the TE through a virtual Ethernet connection when the comparison result of the comparison module is consistent; when the comparison result of the comparison module is inconsistent And updating, by using the IP address of the Ethernet connection, a destination IP address of the downlink IP data packet, and forwarding the updated downlink IP data packet to the TE through a virtual Ethernet connection.
PCT/CN2010/072638 2009-12-30 2010-05-11 Method for establishing and releasing data connection, data transmission method and wireless data card WO2011079563A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910215600.9 2009-12-30
CN200910215600A CN101778484A (en) 2009-12-30 2009-12-30 Data connection establishing/releasing method, data transmission method and wireless data card

Publications (1)

Publication Number Publication Date
WO2011079563A1 true WO2011079563A1 (en) 2011-07-07

Family

ID=42514750

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/072638 WO2011079563A1 (en) 2009-12-30 2010-05-11 Method for establishing and releasing data connection, data transmission method and wireless data card

Country Status (2)

Country Link
CN (1) CN101778484A (en)
WO (1) WO2011079563A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101902404B (en) * 2010-07-29 2015-01-28 中兴通讯股份有限公司 Method and device for realizing automatic re-networking
CN101959316B (en) * 2010-10-21 2015-04-01 中兴通讯股份有限公司 PDP context activation decision method and device thereof
CN102158532B (en) * 2011-02-09 2013-09-11 华为技术有限公司 Communication connection method and data card
CN103179685B (en) * 2013-03-12 2016-08-10 航天科工深圳(集团)有限公司 A kind of communication link maintaining method and system
CN105376842B (en) * 2014-08-28 2019-12-10 中兴通讯股份有限公司 Dialing and de-dialing method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100778799B1 (en) * 2007-03-28 2007-11-23 주식회사 데브구루 Internet access method and system
CN101094532A (en) * 2007-07-26 2007-12-26 中兴通讯股份有限公司 Data transmission method and device
CN101600224A (en) * 2009-06-30 2009-12-09 中兴通讯股份有限公司 Wireless data card is supported the implementation method and the wireless data card of a plurality of PDP Contexts

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100778799B1 (en) * 2007-03-28 2007-11-23 주식회사 데브구루 Internet access method and system
CN101094532A (en) * 2007-07-26 2007-12-26 中兴通讯股份有限公司 Data transmission method and device
CN101600224A (en) * 2009-06-30 2009-12-09 中兴通讯股份有限公司 Wireless data card is supported the implementation method and the wireless data card of a plurality of PDP Contexts

Also Published As

Publication number Publication date
CN101778484A (en) 2010-07-14

Similar Documents

Publication Publication Date Title
JP7247344B2 (en) Data transmission assurance method and communication equipment
AU2007248861B2 (en) Wireless communication method and system for activating multiple service bearers via efficient packet data protocol context activation procedures
JP2022070887A5 (en)
KR20190028553A (en) Method and apparatus for managing data communication in a wireless communication network
JP4801173B2 (en) Seamless handoff using saved session information between access networks
US8189628B2 (en) Mapping multiple services into a single radio bearer in LTE and single tunnel GPRS
US20070258427A1 (en) Wireless communication method and system for activating multiple service bearers via efficient packet data protocol context activation procedures
KR20200006104A (en) Session Management Method and Device
CN101600224B (en) Realization method for supporting a plurality of PDP contexts by wireless data card and wireless data card
WO2009049529A1 (en) Load bearing establishment method and related device
WO2013064104A1 (en) Data transmission method, mobility management entity and mobile terminal
TWI429308B (en) Method and mobile communication system capable of establishing peer-to-peer transmission
JP2003501957A (en) Establish packet network call between mobile terminal equipment and interworking function
JP2012519396A (en) Method and apparatus related to a communication node with a plurality of communication interfaces for notifying the setup of a dynamic path
WO2007124682A1 (en) Method and device for handling guaranteed bit rate service bearer in evolution network
WO2016191963A1 (en) Method for bearer establishment, user equipment and base station
WO2022001761A1 (en) Communication method and apparatus
TW200913616A (en) Direct link teardown procedure in tunneled direct link setup (TDLS) wireless network and station supporting the same
WO2021083321A1 (en) Communication method and device
WO2011079563A1 (en) Method for establishing and releasing data connection, data transmission method and wireless data card
WO2009076864A1 (en) Method and network device for setting point-to-multipoint gtp tunnel
WO2011006404A1 (en) Method and system for establishing connection of local ip access
WO2010063236A1 (en) Communication network, communication apparatus and communication method
CN102394818A (en) PS domain system for small-sized mobile core network and message processing method
WO2009097779A1 (en) Method, system and apparatus for accessing sae core network

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10840353

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10840353

Country of ref document: EP

Kind code of ref document: A1