WO2010063175A1 - Method, device and system for data gateway handover - Google Patents

Method, device and system for data gateway handover Download PDF

Info

Publication number
WO2010063175A1
WO2010063175A1 PCT/CN2009/073028 CN2009073028W WO2010063175A1 WO 2010063175 A1 WO2010063175 A1 WO 2010063175A1 CN 2009073028 W CN2009073028 W CN 2009073028W WO 2010063175 A1 WO2010063175 A1 WO 2010063175A1
Authority
WO
WIPO (PCT)
Prior art keywords
data gateway
address
data
gateway
tunnel
Prior art date
Application number
PCT/CN2009/073028
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 WO2010063175A1 publication Critical patent/WO2010063175A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/0005Control or signalling for completing the hand-off
    • H04W36/0011Control or signalling for completing the hand-off for data sessions of end-to-end connection
    • H04W36/0033Control or signalling for completing the hand-off for data sessions of end-to-end connection with transfer of context information

Definitions

  • the present invention relates to the field of wireless communication technologies, and in particular, to a method, device and system for implementing data gateway switching.
  • the data gateway is used for the user terminal to access the PDN (Packet Data Network), and is mainly responsible for the data connection management and data forwarding related to the PDN of the user terminal, and also provides the anchor point of the mobile service for the user terminal. That is, after the user terminal accesses the mobile network and establishes a data connection with the data gateway, the data gateway allocates a connected IP (Internet Protocol) address to the user terminal, so that the user terminal can use the IP address to access the PDN.
  • PDN Packet Data Network
  • the current data gateway can no longer provide a data connection service for the user terminal for some special reasons, such as network management needs, load sharing, and the like. Therefore, the current data gateway needs to migrate the data connection of the user terminal to another data gateway. This process of migrating the data connection is also the process of data gateway switching.
  • the data gateway fails to provide a data connection service for the user terminal and initiates a data gateway handover, the user terminal re-establishes a data connection relationship with another data gateway.
  • the new data gateway establishes a data connection with the user terminal, it assigns a new IP address to the user terminal, causing the user terminal to access the PDN using the new IP address.
  • the inventors found that at least the following problems exist in the prior art:
  • the switched data gateway assigns a new IP address to the user terminal, the new IP address and the data before the handover
  • the IP address assigned to the user terminal by the gateway is different, and the upper layer service of the user terminal needs to re-establish the session connection.
  • the application session of the application layer of the user terminal will be temporarily interrupted, so that the application service data of the user terminal is discontinuous.
  • the embodiment of the invention discloses a method for implementing data gateway switching.
  • the method includes: receiving a handover request indication, and according to the handover request, obtaining an Internet Protocol IP address allocated by the source data gateway for the user terminal; establishing with the access node The data connection tunnel of the IP address.
  • the embodiment of the present invention further discloses an apparatus for implementing data gateway switching, where the apparatus includes: a receiving unit, configured to receive a handover request indication; and an IP address obtaining unit, configured to acquire a source data gateway as a user according to the handover request indication The IP address assigned by the terminal; the data connection tunnel establishing unit, configured to establish a data connection tunnel of the IP address with the access node.
  • the embodiment of the invention further discloses a system for implementing data gateway switching, the system comprising: a source data gateway, configured to send an IP address allocated for a user terminal to the target data gateway; and a target data gateway, configured to receive And switching the request indication, and acquiring an IP address allocated by the source data gateway for the user terminal from the source data gateway, and establishing a data connection tunnel with the access node.
  • the target data gateway After the data gateway receives the handover request message sent by the source data gateway, the target data gateway obtains the IP address allocated by the source data gateway for the user terminal from the source data gateway, and after the data gateway is switched, according to the source.
  • the data gateway interacts with the user terminal for the IP address assigned by the user terminal, so that the IP address of the user terminal does not change before and after the data gateway is switched, and the upper layer service of the user terminal does not need to re-establish the session connection. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the continuity of the application service data of the user terminal is ensured.
  • FIG. 1 is a flowchart of a method for implementing data gateway handover according to Embodiment 1 of the present invention
  • FIG. 2 is a signaling flow diagram of a method for implementing data gateway handover according to Embodiment 2 of the present invention
  • FIG. 3 is a signaling flow diagram of a method for implementing data gateway handover according to Embodiment 3 of the present invention
  • FIG. 4 is a structural diagram of an apparatus for implementing data gateway switching according to Embodiment 4 of the present invention
  • FIG. 5 is a structural diagram of a system for implementing data gateway switching according to Embodiment 4 of the present invention. detailed description
  • FIG. 1 is a flowchart of a method for implementing data gateway switching according to an embodiment of the present invention.
  • a currently accessed data gateway is referred to as a “source data gateway”, and is switched.
  • the latter data gateway is called the “target data gateway”, and the switch includes the following steps:
  • Step 101 Receive a handover request indication.
  • the step is specifically implemented as: receiving a handover request message sent by the source data gateway, and/or receiving a handover request instruction sent by the third-party management network element.
  • Step 102 Obtain an IP address assigned by the source data gateway to the user terminal according to the handover request indication, where the step is specifically implemented as: after receiving the handover request indication, notify the source data gateway to send the source data gateway as a location The IP address assigned by the user terminal is received, and the IP address sent by the source data gateway is received; and/or, after receiving the handover request indication, the IP address is obtained from the handover request indication.
  • Step 103 Establish a data connection tunnel of the IP address with the access node.
  • the step is specifically implemented as: sending a request for establishing a data connection tunnel to the access node; receiving a response of the access node to establish a data connection tunnel; or receiving a request for establishing a data connection tunnel sent by the access node; A response is sent to the access node to establish a data connection tunnel.
  • the source data gateway when receiving the handover request indication, obtains the IP address allocated by the source data gateway for the user terminal, and after the data gateway handover is completed, according to the IP obtained from the source data gateway.
  • the address interacts with the user terminal. Therefore, before and after the data gateway is switched, the IP address of the user terminal does not change, and the upper layer service of the user terminal does not need to re-establish the session connection. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the application of the user terminal is ensured. The continuity of the conversation.
  • FIG. 2 is a signaling flowchart of a method for implementing data gateway switching according to Embodiment 2 of the present invention, which includes the following steps:
  • Step 201 When the data gateway needs to migrate the data connection with the user terminal, the source data gateway sends a handover request message to the target data gateway.
  • the step may also be performed by a third-party management network element.
  • the network management device sends an instruction to migrate part of the data connection to the source and destination data gateway according to the network status.
  • Step 202 The source data gateway establishes a data forwarding tunnel with the target data gateway.
  • a data forwarding tunnel may be established between the source data gateway and the target data gateway, so that in the process of switching the data gateway, when the target data gateway is When the packet data network has not been established as a connection, in the uplink data transmission, the target data gateway can forward the uplink data packet to the source data gateway through the forwarding tunnel, and the source data gateway sends the uplink data packet to the packet data network.
  • the number of packets is forwarded to the target data gateway, and finally sent by the target data gateway to the user terminal through the access node. Therefore, the data forwarding tunnel between the source data gateway and the target data gateway can ensure that the service data is forwarded normally during the switching process of the data gateway, and is not lost due to the switching of the data gateway.
  • the data connection tunnel can be a GTP (GPRS Tunneling Protocol) tunnel, a MIP (Mobile Internet Protocol) tunnel, a GRE (Generic Routing Encapsulation), and IPsec (IP Security). Protocol, IP Network Security Protocol) At least one of the tunnels.
  • GTP GPRS Tunneling Protocol
  • MIP Mobile Internet Protocol
  • GRE Generic Routing Encapsulation
  • IPsec IP Security
  • Step 203 The target data gateway receives the data connection information sent by the source data gateway, and obtains an IP address allocated by the source data gateway for the terminal from the data connection information.
  • the target data gateway After receiving the handover request indication, the target data gateway receives the data connection information sent by the source data gateway, and obtains, from the data connection information, the IP address allocated by the source data gateway for the terminal. Alternatively, the target data gateway receives the handover request indication sent by the source data gateway, and obtains the data connection information directly from the handover request indication sent by the source data gateway, and obtains the IP address allocated by the source data gateway for the user terminal.
  • the data connection information sent by the source data gateway to the target data gateway includes the IP address information allocated by the active data gateway to the user terminal, so as to interact with the user terminal through the IP address after the data gateway handover is completed.
  • the user information, the accessed packet data network identifier, the data tunnel information, the QoS (Quality of Service) information, the charging information, the authentication and authorization information, and the like are also included.
  • the user information includes a user identifier and user subscription information, and the user identifier may be an IMSI. (International Mobile Subscriber Identity, NAI (Network Access Identifier) or MSISDN (Mobile Station International ISDN Number), user subscription information can be User profile or Subscription Data
  • the IP address information of the user terminal includes the IP address, the IP address attribute, and the IP address lease.
  • the data gateway functions as a DHCP client or/and a DHCP server
  • the IP address information of the user terminal also includes the IP address and configuration information maintained by the DHCP.
  • the data tunnel information varies according to the specific tunneling protocol, and generally includes: tunnel identifier, tunnel peer address information, tunnel encapsulation information, tunnel lifetime, and tunnel authentication information.
  • the connection QoS information includes the service data stream transmitted with the data connection.
  • Corresponding QoS such as bandwidth, delay, packet loss rate, ToS (Type of Service service type), DSCP (Differentiated Services Code Point), QCI (QoS Class Identifier), etc.
  • Fee information including data
  • the charging information corresponding to the transmitted service data flow for example, the time-based charging value, the flow-based fee, the pay-per-view value, etc.; the authentication and authorization information includes the data connection authentication and authorization information and the user's authentication and authorization information. .
  • Step 204 The target data sends a request message for establishing a data connection tunnel to the access node, requesting to establish a data connection tunnel.
  • the target data gateway obtains the address of the tunnel peer end, that is, the address of the access node, according to the data tunnel information in the data connection information, and sends a request message for establishing a data connection tunnel to the access node according to the address of the access node.
  • the access node updates the data connection tunnel with the source data gateway according to the request message for establishing the data connection tunnel, that is, establishes a data connection tunnel with the target data gateway.
  • the establishment process varies depending on the data tunneling protocol. For example, for the GTP (GPRS Tunneling Protocol) protocol, the target data gateway sends a GTP bearer update message to the access node, and the access node updates the address information of the GTP tunnel endpoint and the TEID (Tunnel End Point Identifier).
  • GTP GPRS Tunneling Protocol
  • the target data gateway sends a binding update message as a local mobility anchor to the access node as the mobile access gateway, the access node Update the binding entry information to establish a MIP tunnel to the target data gateway.
  • the access node updates the GRE tunnel peer address and the tunnel identifier GRE key ID.
  • IPsec IP Security Protocol
  • IP network security protocol IP network security protocol
  • the present invention does not limit the tunnel type and the number of tunnels between the access node and the target data gateway, and may be a tunnel in the tunnel or a superposition of several tunnels in the tunnel. Can be in other tunnel forms.
  • Step 205 The access node sends a response message for establishing a data connection tunnel to the target data gateway, indicating that the data connection tunnel to the target data gateway is completed.
  • Step 206 The target data gateway registers its own identification information with the authentication server, indicating that the current data connection uses the registered target data gateway;
  • the step 206 may also be completed by the access node, and the access node registers the identifier information of the target data gateway with the authentication server.
  • the authentication server may be an AAA server, a home subscriber server HSS, etc., and the authentication server stores the corresponding information of the user terminal and the currently used data gateway, that is, the anchor point.
  • the target access network may obtain the user terminal from the authentication server. Data gateway information previously used.
  • Step 207 The target data gateway interacts with the policy decision entity to establish a policy control session for the data connection.
  • the policy decision entity first acquires current service data flow information of the IP address and policy control information under the source data gateway, and generates policy control information under the target data gateway according to the obtained service data flow information and policy control information.
  • the policy control information under the source data gateway is used as the policy control information under the target data gateway, and then the generated policy control information is sent to the target data gateway.
  • the policy decision entity may obtain the data connection information provided by the target data gateway, for example, the UE ID, the PDN ID, or the UE IP, to obtain the source data gateway.
  • the policy control session, the current service data flow information, and the policy control information under the source data gateway is obtained from the policy control session; or the target data gateway acquires the policy control session established on the source data gateway from the source data gateway.
  • the information is identified, and the identification information of the policy control session is provided to the policy decision entity.
  • the policy decision entity searches for the established policy control session according to the information, and obtains the current service data flow information and the policy control information under the source data gateway.
  • Step 208 The target data sends a handover complete message to the source data gateway, indicating that the access node The data connection tunnel has been established, and the data stream can be switched to the target gateway;
  • step 206 after the target data gateway establishes a data connection tunnel with the access node, step 206, step 207 or step 208 may be performed.
  • the present invention does not limit the order of execution of the above steps 206, 207, and 208.
  • the order of execution of the three steps may be arbitrarily ordered, or three steps may be performed simultaneously.
  • Step 209 Release a policy control session between the source data gateway and the policy decision entity.
  • the step may be triggered by the source data gateway after the target data gateway connection has been established; or triggered by the policy decision entity establishing a policy control session with the target data gateway; or by the source data gateway after starting the data connection migration according to the timer Triggered after a proper delay.
  • Step 210 Release the data connection between the source data gateway and the access node.
  • the source data gateway can migrate data connections with one user terminal, and can also migrate multiple data connections with multiple user terminals.
  • the multiple data connections may be one address segment or one subnet, or multiple data connections may be migrated as a whole, and multiple data connections may be connected one by one. Independent migration.
  • the migration process of describing a data connection is taken as an example.
  • the foregoing steps may be repeatedly performed.
  • steps 202, 203, and 208 may also be performed.
  • a data forwarding tunnel may be established in step 202 for multiple data connections, or a data forwarding tunnel of each data connection may be established in batches;
  • the source data gateway may Sending a plurality of data connection information to be migrated to the target data gateway in a message;
  • the target data gateway may indicate that the plurality of data connections are completed in one message.
  • the source data gateway migrates the data connection with the user terminal
  • the source data gateway also needs to migrate the routing information with the packet data network.
  • the routing information whose destination address is the IP address of the user terminal is changed, and the next hop gateway address in the routing information is changed to the target data gateway address, so that the target data gateway and the packet data network are established. Connection;
  • migrating multiple data connections of the same address segment or subnet change the destination address to the network segment, that is, the routing information of the network address, subnet address, or network prefix, and put the next hop gateway in the routing information.
  • the address is changed to the target data gateway address, so that a connection is established between the target data gateway and the message data network.
  • FIG. 3 is a signaling flowchart of a method for implementing data gateway switching according to Embodiment 3 of the present invention. This embodiment uses another signaling interaction mode to complete data gateway switching. The method includes the following steps:
  • Step 301 When the data gateway needs to migrate the data connection with the user terminal, the source data gateway sends a handover request message to the target data gateway.
  • Step 302 The source data gateway establishes a data forwarding tunnel with the target data gateway.
  • Step 303 The target data gateway receives the data connection information sent by the source data gateway, and obtains the IP address allocated by the source data gateway for the terminal from the data connection information.
  • Step 304 The source data gateway sends a handover request message to the access node to provide target data gateway information.
  • Step 305 The access node sends a request message for establishing a data connection tunnel to the target data gateway, requesting to establish a data connection tunnel.
  • the access node sends a request message for establishing a data connection tunnel to the target data gateway according to the target data gateway information provided by the source data gateway, and requests to establish a data connection tunnel with the target data gateway.
  • the establishment process varies according to the data tunneling protocol. For example, for the GTP protocol, the access node sends the GTP bearer update information to the target data gateway, the access node updates the address information and TEID of the GTP tunnel endpoint, and establishes a GTP tunnel to the target data gateway; for the Proxy MIP protocol, the access node acts as a local
  • the mobile anchor sends the binding update information to the target data gateway as the mobile access gateway, and the access node updates the binding entry information to establish a MIP tunnel to the target data gateway.
  • the access node updates the GRE tunnel peer address. And the tunnel identifies the GRE key ID; for the IPsec tunnel, the access node establishes an IPsec tunnel to the target access gateway and negotiates security parameters.
  • the present invention does not limit the tunnel type and the number of tunnels between the access node and the target data gateway, and may be a tunnel in the tunnel or a superposition of several tunnels in the tunnel. Can be in other tunnel forms.
  • Step 306 The target data gateway sends a response message for establishing a data connection tunnel to the access node, indicating that the data connection tunnel to the target data gateway is completed.
  • Step 307 The target data gateway interacts with the policy decision entity to establish a policy control of the data connection.
  • Step 308 The target data gateway registers its own identification information with the authentication server, indicating that the current data connection uses the registered target data gateway.
  • the step 306 can also be completed by the access node, and the access node registers the identifier information of the target data gateway with the authentication server.
  • Step 309 The access node sends a handover complete message to the source data gateway, indicating that the data connection tunnel with the access node has been established.
  • Step 310 After receiving the access node message, the source data gateway sends a handover complete message to the target data gateway.
  • Step 311 Release a policy control session between the source data gateway and the policy decision entity.
  • Step 312 Release the data connection between the source data gateway and the access node.
  • the source data gateway can migrate data connections with one user terminal, and can migrate multiple data connections with multiple user terminals.
  • the multiple data connections may be one address segment or one subnet, and multiple data connections may be migrated as a whole, or multiple data connections may be connected one by one. Independent migration.
  • the migration process of describing a data connection is taken as an example.
  • the foregoing steps may be repeatedly performed.
  • steps 302, 303, and 310 may also be performed.
  • a forwarding tunnel may be established in step 302 for multiple data connections, or a forwarding tunnel of each data connection may be established in batches;
  • the source data gateway may be in a Sending a plurality of data connection information to be migrated to the target data gateway in the message;
  • the target data gateway may indicate that the plurality of data connections are completed in one message.
  • the source data gateway migrates the data connection with the user terminal
  • the source data gateway also needs to migrate the routing information with the packet data network.
  • the routing information whose destination address is the IP address of the user terminal is changed, and the next hop gateway address in the routing information is changed to the target data gateway address, so that the target data gateway and the packet data network are established. Connection;
  • migrating multiple data connections of the same address segment or subnet change the destination address to the network segment, that is, the routing information of the network address, subnet address, or network prefix, and put the next hop gateway in the routing information.
  • the address is changed to the target data gateway address, so that a connection is established between the target data gateway and the message data network.
  • the radio access network may specifically be a UTRAN (UMTS Terrestrial Radio Access Network) or a GERAN (GSM EDGE Radio Access Network).
  • Wireless access network E-UTRAN (Evolved UTRAN, next-generation UMTS terrestrial radio access network), WiMax (Worldwide Interoperability for Microwave Access), CDMA or WLAN, and other wireless technology access networks;
  • the access node may be an SGSN (Serving GPRS Support Node), an MME (Mobility Management Entity) and a serving gateway, or an access gateway;
  • the data gateway may be a packet data network gateway, a GGSN (Gateway) GPRS Support Node, GPRS Gateway Support Node), Mobile Anchor Point or HA (Home Agent);
  • the policy decision entity can be a PCRF (Policy and Charging Rule Function) or PDF (Policy Decision) Function, policy decision function).
  • the source data gateway after receiving the handover request message sent by the source data gateway, the source data gateway directly obtains the IP address allocated by the source data gateway for the user terminal, and after the data gateway is switched, according to the The IP address obtained by the source data gateway interacts with the user terminal. Therefore, before and after the data gateway, the IP address of the user terminal does not change, and the user terminal does not need to re-establish the session connection with the upper layer service. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the user terminal is guaranteed. The continuity of the application session.
  • a data forwarding tunnel is established between the source data gateway and the target data gateway.
  • the target data gateway in the handover process has not established a connection with the packet data network, in the uplink data transmission, the target The data gateway can forward the uplink data packet to the source data gateway through the forwarding tunnel, and the uplink data packet between the source data gateway is sent to the packet data network; the downlink data transmission gateway forwards the packet to the target data gateway through the forwarding tunnel, and finally the target The data gateway is delivered to the user terminal through the access node. It ensures that the service data is normally communicated during the switching process of the data gateway, and will not be lost due to the switching of the data gateway.
  • the policy control function is added to control the quality and billing of service services, which improves the flexibility of the entire system application.
  • the data gateway identification information is updated, and the anchor information registered in the authentication server is updated.
  • the target access network obtains the anchor information from the authentication server.
  • the authentication server may specifically be an AAA server (Authentication, Authorization and Accounting), Home Subscriber Server (HSS), etc.
  • FIG. 4 is a data gateway switching according to Embodiment 4 of the present invention.
  • the structure of the device includes a receiving unit 401, an IP address obtaining unit 402, and a first data connection tunnel establishing unit 403.
  • the internal structure and the connection relationship are further described below in conjunction with the working principle of the device.
  • the receiving unit 401 is configured to receive a handover request indication.
  • the IP address obtaining unit 402 is configured to: according to the handover request, obtain an IP address that is obtained by the source data gateway for the user terminal;
  • the first data connection tunnel establishing unit 403 is configured to establish a data connection tunnel of the IP address with the access node.
  • the receiving unit 401 includes: a first receiving subunit 404, configured to receive a handover request message sent by a source data gateway; and/or a second receiving subunit 405, configured to receive a handover request command sent by a third-party management network element. .
  • the IP address obtaining unit 402 includes: an IP address first obtaining subunit 406, configured to notify the source data gateway to send an IP address allocated by the source data gateway to the user terminal according to the request indication, and receive the source data. An IP address sent by the gateway; and/or an IP address second obtaining subunit 407, configured to receive a handover request indication sent by the source data gateway, and obtain, by using the request indication, the source data gateway to be allocated to the user terminal IP address.
  • the first data connection tunnel establishing unit 403 includes: a first sending unit 408, configured to send a request for establishing a data connection tunnel to the access node; and a first receiving unit 409, configured to receive a data connection tunnel sent by the access node the response to.
  • the second receiving unit first receives a request for establishing a data connection tunnel sent by the access node, and then sends a response to the access node to establish a data connection tunnel by using the second sending unit.
  • the device may further include a second data connection tunnel establishing unit, configured to establish a data connection tunnel with the source data gateway after receiving the handover request indication sent by the source data gateway.
  • the device may further include a policy control information acquiring unit and an executing unit, where the policy control information acquiring unit is configured to acquire policy control information, and the executing unit is configured to use the policy control obtained by the policy control information acquiring unit Information, performing quality of service control and/or charging control on business data.
  • the device further includes: a registration unit, configured to register its own data gateway identifier with the authentication server.
  • the source data gateway after receiving the handover request indication, directly obtains the IP address allocated by the source data gateway for the user terminal, and after the data gateway handover is completed, according to the obtained from the source data gateway.
  • the IP address interacts with the user terminal. Therefore, before and after the data gateway, the IP address of the user terminal does not change, and the user terminal does not need to re-establish the session connection with the upper layer service. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the user terminal is guaranteed. The continuity of the application session.
  • a forwarding tunnel is established between the source data gateway and the target data gateway.
  • the target data gateway in the handover process has not established a connection with the packet data network
  • the target data gateway In the uplink data transmission, the target data gateway
  • the uplink data packet can be forwarded to the source data gateway through the forwarding tunnel, and the uplink data packet is sent from the source data gateway to the packet data network.
  • the forwarding data In the downlink data transmission, the forwarding data is forwarded to the target data gateway, and finally, the target data is forwarded.
  • the gateway is delivered to the user terminal through the access node. It ensures that the service data is normally communicated during the switching process of the data gateway, and will not be lost due to the switching of the data gateway.
  • Embodiment 5 the policy control function has been added to control the quality and accounting of business services, which improves the flexibility of the entire system application. And, updating the data gateway identification information, so that the authentication server authenticates the packet data forwarded by the target data gateway.
  • FIG. 5 is a schematic structural diagram of a system for implementing data gateway switching according to Embodiment 5 of the present invention.
  • the system includes: a source data gateway 501 and a target data gateway 502.
  • the source data gateway 501 is configured to send the IP address assigned to the user terminal to the target data gateway 502;
  • the target data gateway 502 is configured to receive the handover request indication, obtain the IP address allocated by the source data gateway 501 for the user terminal from the source data gateway 501, and establish a data connection tunnel of the IP address with the access node.
  • the target data gateway 502 is further configured to establish a data forwarding tunnel with the source data gateway after receiving the handover request indication.
  • the system further includes a policy decision entity 503, configured to acquire a policy control session of an IP address established with the source data gateway 501 and/or current service data flow information of the IP address, and control the session according to the policy.
  • the information and/or service data flow information generates policy control information
  • the target data gateway is further configured to acquire policy control information, and perform quality of service control and/or charging control on the service data according to the policy control information.
  • system further includes an authentication server 504, where the target data gateway is further configured to register its own data gateway identifier with the authentication server, where the authentication server is used to identify the target data gateway identifier of the target data gateway. Certify.
  • the source data gateway directly obtains the IP address allocated by the source data gateway for the user terminal, and when the data gateway is completed, the target data gateway according to the slave
  • the IP address obtained by the source data gateway interacts with the user terminal. Therefore, before and after the data gateway, the IP address of the user terminal does not change, and the user terminal does not need to re-establish the session connection with the upper layer service. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the user terminal is guaranteed. The continuity of the application session.
  • a forwarding tunnel is established between the source data gateway and the target data gateway.
  • the uplink is performed.
  • the target data gateway can forward the uplink data packet to the source data gateway through the forwarding tunnel, and the uplink data packet between the source data gateway is sent to the packet data network; and then the source data gateway forwards the packet to the packet through the forwarding tunnel.
  • the target data gateway is finally delivered by the target data gateway to the user terminal through the access node. It ensures that the service data is normally communicated during the switching process of the data gateway, and will not be lost due to the switching of the data gateway.
  • the policy control function is added to control the quality and billing of business services, which improves the flexibility of the entire system application.
  • the program may be executed by instructing related hardware, and the program may be stored in a computer readable storage medium.
  • the program includes the following steps: receiving a handover request indication; and obtaining the source data gateway according to the handover request indication An internet protocol IP address assigned by the user terminal; a data connection tunnel establishing the IP address with the access node.
  • the storage medium is, for example, a ROM/RAM, a magnetic disk, an optical disk, or the like.

Landscapes

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

Abstract

A method, device and system for data gateway handover are disclosed. The method includes the following steps: receiving handover request indication; according to the indication above, obtaining the IP address allocated for a terminal by source data gateway; establishing a data connection tunnel according to said IP address with an access point. According to the embodiment above, the IP address of said terminal can be kept unchangeable before or after data gateway handover, and thus the application service data on said terminal can be kept continuous.

Description

实现数据网关切换的方法、 装置和系统  Method, device and system for realizing data gateway switching
本申请要求于 2008 年 12 月 4 日提交中国专利局、 申请号为 200810182761.8、 发明名称为"实现数据网关切换的方法、 装置和系统"的中国 专利申请的优先权, 其全部内容通过引用结合在本申请中。  The present application claims priority to Chinese Patent Application No. 200810182761.8, entitled "Method, Apparatus and System for Implementing Data Gateway Switching", which is filed on Dec. 4, 2008, the entire contents of which are incorporated herein by reference. In this application.
技术领域 Technical field
本发明涉及无线通讯技术领域, 特别涉及一种实现数据网关切换的方法、 装置和系统。  The present invention relates to the field of wireless communication technologies, and in particular, to a method, device and system for implementing data gateway switching.
背景技术 Background technique
在下一代移动通讯网络中 ,用户终端通过本地的无线接入网络接入到移动 通讯网络中。 其中, 数据网关用于用户终端访问 PDN ( Packet Data Network, 报文数据网络),主要负责与用户终端访问 PDN相关的数据连接管理与数据转 发工作, 同时也为用户终端提供移动服务的锚点。 即当用户终端接入到移动网 络并与数据网关之间建立了数据连接后, 数据网关为用户终端分配连接的 IP ( Internet Protocol, 互联网协议)地址, 使得用户终端可以使用该 IP地址访 问 PDN。  In the next generation mobile communication network, the user terminal accesses the mobile communication network through the local wireless access network. The data gateway is used for the user terminal to access the PDN (Packet Data Network), and is mainly responsible for the data connection management and data forwarding related to the PDN of the user terminal, and also provides the anchor point of the mobile service for the user terminal. That is, after the user terminal accesses the mobile network and establishes a data connection with the data gateway, the data gateway allocates a connected IP (Internet Protocol) address to the user terminal, so that the user terminal can use the IP address to access the PDN.
当用户终端通过数据网关访问 PDN时, 因为某些特殊的原因, 例如, 网 络管理需要, 负载分担等, 致使当前的数据网关无法再为用户终端提供数据连 接服务。 因此, 当前的数据网关需要把用户终端的数据连接迁移到另一个数据 网关上, 这种迁移数据连接的过程也就是数据网关切换的过程。  When a user terminal accesses a PDN through a data gateway, the current data gateway can no longer provide a data connection service for the user terminal for some special reasons, such as network management needs, load sharing, and the like. Therefore, the current data gateway needs to migrate the data connection of the user terminal to another data gateway. This process of migrating the data connection is also the process of data gateway switching.
在现有的技术中,当数据网关无法为用户终端提供数据连接服务而发起数 据网关切换后, 用户终端会重新与另一个数据网关建立数据连接关系。 当新的 数据网关与用户终端建立数据连接后, 会为用户终端分配一个新的 IP地址, 致使用户终端使用新的 IP地址访问 PDN。  In the prior art, when the data gateway fails to provide a data connection service for the user terminal and initiates a data gateway handover, the user terminal re-establishes a data connection relationship with another data gateway. When the new data gateway establishes a data connection with the user terminal, it assigns a new IP address to the user terminal, causing the user terminal to access the PDN using the new IP address.
然而,在进行本发明创造过程中,发明人发现现有技术中至少存在如下问 题: 当切换后的数据网关给用户终端分配一个新的 IP地址后, 由于该新的 IP 地址与切换前的数据网关分配给用户终端的 IP地址不同, 用户终端的上层业 务需要重新建立会话连接。 但是, 在重新建立会话连接过程中, 用户终端的应 用层的应用会话将出现暂时的中断, 从而使用户终端的应用业务数据不连续。 发明内容 本发明的实施例提供了一种实现数据网关切换的方法、装置和系统, 以使 用户终端的应用业务数据在数据网关的切换过程保证连续。 However, in the process of creating the present invention, the inventors found that at least the following problems exist in the prior art: When the switched data gateway assigns a new IP address to the user terminal, the new IP address and the data before the handover The IP address assigned to the user terminal by the gateway is different, and the upper layer service of the user terminal needs to re-establish the session connection. However, during the re-establishment of the session connection, the application session of the application layer of the user terminal will be temporarily interrupted, so that the application service data of the user terminal is discontinuous. Summary of the invention Embodiments of the present invention provide a method, apparatus, and system for implementing data gateway handover, so that application service data of a user terminal is guaranteed to be continuous during a handover process of a data gateway.
本发明实施例公开了一种实现数据网关切换的方法, 所述方法包括: 接收 切换请求指示,根据所述切换请求指示获取源数据网关为用户终端分配的互联 网协议 IP地址; 与接入节点建立所述 IP地址的数据连接隧道。  The embodiment of the invention discloses a method for implementing data gateway switching. The method includes: receiving a handover request indication, and according to the handover request, obtaining an Internet Protocol IP address allocated by the source data gateway for the user terminal; establishing with the access node The data connection tunnel of the IP address.
本发明实施例还公开了一种实现数据网关切换的装置, 所述装置包括: 接 收单元, 用于接收切换请求指示; IP 地址获取单元, 用于根据所述切换请求 指示获取源数据网关为用户终端分配的 IP地址; 数据连接隧道建立单元, 用 于与接入节点建立所述 IP地址的数据连接隧道。  The embodiment of the present invention further discloses an apparatus for implementing data gateway switching, where the apparatus includes: a receiving unit, configured to receive a handover request indication; and an IP address obtaining unit, configured to acquire a source data gateway as a user according to the handover request indication The IP address assigned by the terminal; the data connection tunnel establishing unit, configured to establish a data connection tunnel of the IP address with the access node.
本发明实施例还公开了一种实现数据网关切换的系统, 所述系统包括: 源 数据网关, 用于将为用户终端分配的 IP地址发送给所述目标数据网关; 目标 数据网关, 用于接收切换请求指示, 并从源数据网关获取所述源数据网关为用 户终端分配的 IP地址, 并与接入节点建立数据连接隧道。  The embodiment of the invention further discloses a system for implementing data gateway switching, the system comprising: a source data gateway, configured to send an IP address allocated for a user terminal to the target data gateway; and a target data gateway, configured to receive And switching the request indication, and acquiring an IP address allocated by the source data gateway for the user terminal from the source data gateway, and establishing a data connection tunnel with the access node.
通过上述方案, 当目标数据网关接收到源数据网关发送的切换请求消息 后, 会从源数据网关上获取源数据网关为用户终端分配的 IP地址, 并在数据网 关切换完成后,根据所述源数据网关为用户终端分配的 IP地址与用户终端进行 交互, 从而在数据网关切换前后, 用户终端的 IP地址没有发生变化, 用户终端 的上层业务也不需要重新建立会话连接。 因此, 用户终端的应用层的应用会话 同样不会出现中断, 保证用户终端的应用业务数据的连续性。  After the data gateway receives the handover request message sent by the source data gateway, the target data gateway obtains the IP address allocated by the source data gateway for the user terminal from the source data gateway, and after the data gateway is switched, according to the source. The data gateway interacts with the user terminal for the IP address assigned by the user terminal, so that the IP address of the user terminal does not change before and after the data gateway is switched, and the upper layer service of the user terminal does not need to re-establish the session connection. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the continuity of the application service data of the user terminal is ensured.
附图说明 DRAWINGS
图 1为本发明实施例一所揭示的一种实现数据网关切换的方法的流程图; 图 2 为本发明实施例二所揭示的一种实现数据网关切换的方法的信令流 程图;  FIG. 1 is a flowchart of a method for implementing data gateway handover according to Embodiment 1 of the present invention; FIG. 2 is a signaling flow diagram of a method for implementing data gateway handover according to Embodiment 2 of the present invention;
图 3 为本发明实施例三所揭示的一种实现数据网关切换的方法的信令流 程图;  3 is a signaling flow diagram of a method for implementing data gateway handover according to Embodiment 3 of the present invention;
图 4为本发明实施例四所揭示的一种实现数据网关切换的装置的结构图; 图 5为本发明实施例四所揭示的一种实现数据网关切换的系统的结构图。 具体实施方式  FIG. 4 is a structural diagram of an apparatus for implementing data gateway switching according to Embodiment 4 of the present invention; FIG. 5 is a structural diagram of a system for implementing data gateway switching according to Embodiment 4 of the present invention. detailed description
下面结合附图对发明实施例进行详细描述。 实施例一 The embodiments of the invention are described in detail below with reference to the accompanying drawings. Embodiment 1
请参阅图 1 ,图 1为本发明实施例一所揭示的一种实现数据网关切换的方法 的流程图, 这里, 为了描述方便, 将当前接入的数据网关称为 "源数据网关", 切换后的数据网关称为"目标数据网关", 切换包括以下步骤:  Referring to FIG. 1 , FIG. 1 is a flowchart of a method for implementing data gateway switching according to an embodiment of the present invention. Here, for convenience of description, a currently accessed data gateway is referred to as a “source data gateway”, and is switched. The latter data gateway is called the "target data gateway", and the switch includes the following steps:
步骤 101 : 接收切换请求指示;  Step 101: Receive a handover request indication.
其中, 该步骤具体实现为: 接收源数据网关发送的切换请求消息, 和 /或, 接收第三方管理网元发送的切换请求指令。  The step is specifically implemented as: receiving a handover request message sent by the source data gateway, and/or receiving a handover request instruction sent by the third-party management network element.
步骤 102: 根据切换请求指示获取源数据网关为用户终端分配的 IP地址; 其中, 该步骤具体实现为: 接收到所述切换请求指示后, 通知所述源数据 网关发送所述源数据网关为所述用户终端分配的 IP地址, 接收所述源数据网 关发出的 IP地址; 和 /或, 接收到所述切换请求指示后, 从所述切换请求指示 中获取所述 IP地址。  Step 102: Obtain an IP address assigned by the source data gateway to the user terminal according to the handover request indication, where the step is specifically implemented as: after receiving the handover request indication, notify the source data gateway to send the source data gateway as a location The IP address assigned by the user terminal is received, and the IP address sent by the source data gateway is received; and/or, after receiving the handover request indication, the IP address is obtained from the handover request indication.
步骤 103: 与接入节点建立所述 IP地址的数据连接隧道。  Step 103: Establish a data connection tunnel of the IP address with the access node.
其中, 该步骤具体实现为: 向接入节点发送建立数据连接隧道的请求; 接 收所述接入节点发送的建立数据连接隧道的响应; 或者,接收接入节点发送的 建立数据连接隧道的请求; 向接入节点发送建立数据连接隧道的响应。  The step is specifically implemented as: sending a request for establishing a data connection tunnel to the access node; receiving a response of the access node to establish a data connection tunnel; or receiving a request for establishing a data connection tunnel sent by the access node; A response is sent to the access node to establish a data connection tunnel.
由上述本发明的实施例可以看出, 当接收到切换请求指示时, 从源数据网 关获取源数据网关为用户终端分配的 IP地址, 当数据网关切换完成后, 根据 从源数据网关获取的 IP地址与用户终端进行交互。从而在数据网关切换前后, 用户终端的 IP地址没有发生变化, 用户终端的上层业务也不需要重新建立会 话连接, 因此, 用户终端的应用层的应用会话同样不会出现中断, 保证用户终 端的应用会话的连续性。 实施例二  It can be seen from the foregoing embodiment of the present invention that, when receiving the handover request indication, the source data gateway obtains the IP address allocated by the source data gateway for the user terminal, and after the data gateway handover is completed, according to the IP obtained from the source data gateway. The address interacts with the user terminal. Therefore, before and after the data gateway is switched, the IP address of the user terminal does not change, and the upper layer service of the user terminal does not need to re-establish the session connection. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the application of the user terminal is ensured. The continuity of the conversation. Embodiment 2
请参阅图 2 ,图 2为本发明实施例二所揭示的一种实现数据网关切换的方法 的信令流程图, 该包括以下步骤:  Referring to FIG. 2, FIG. 2 is a signaling flowchart of a method for implementing data gateway switching according to Embodiment 2 of the present invention, which includes the following steps:
步骤 201 : 当数据网关需要迁移与用户终端的数据连接时, 源数据网关发 送切换请求消息给目标数据网关; 其中, 该步骤也可以由第三方管理网元执行, 例如, 网管设备根据网络状 况发送需要迁移部分数据连接的指令给源、 目标数据网关。 Step 201: When the data gateway needs to migrate the data connection with the user terminal, the source data gateway sends a handover request message to the target data gateway. The step may also be performed by a third-party management network element. For example, the network management device sends an instruction to migrate part of the data connection to the source and destination data gateway according to the network status.
步骤 202: 源数据网关与目标数据网关建立数据转发隧道;  Step 202: The source data gateway establishes a data forwarding tunnel with the target data gateway.
需要说明的是, 当在源数据网关与目标数据网关进行切换过程中,还可以 在源数据网关和目标数据网关之间建立数据转发隧道,以便在数据网关的切换 过程中, 当目标数据网关与报文数据网络还没有建立成连接时, 在上行数据传 输中, 目标数据网关可以把上行数据报文通过转发隧道转发给源数据网关, 由 源数据网关将上行数据报文发送到报文数据网络; 在下行数据传输中,报文数 发隧道转发给目标数据网关,最后由目标数据网关通过接入节点下发给用户终 端。 因此, 通过源数据网关和目标数据网关之间数据转发隧道, 可以保证业务 数据在数据网关的切换过程中正常转发, 不会由于数据网关的切换而丟失。  It should be noted that, during the process of switching between the source data gateway and the target data gateway, a data forwarding tunnel may be established between the source data gateway and the target data gateway, so that in the process of switching the data gateway, when the target data gateway is When the packet data network has not been established as a connection, in the uplink data transmission, the target data gateway can forward the uplink data packet to the source data gateway through the forwarding tunnel, and the source data gateway sends the uplink data packet to the packet data network. In the downlink data transmission, the number of packets is forwarded to the target data gateway, and finally sent by the target data gateway to the user terminal through the access node. Therefore, the data forwarding tunnel between the source data gateway and the target data gateway can ensure that the service data is forwarded normally during the switching process of the data gateway, and is not lost due to the switching of the data gateway.
同时, 该数据连接隧道可以为 GTP ( GPRS Tunneling Protocol, 通用分组 无线业务)隧道、 MIP ( Mobile Internet Protocol, 移动互联网协议)隧道、 GRE ( Generic Routing Encapsulation, 通用路由 装) 隨道和 IPsec ( IP Security Protocol , IP网络安全协议 ) 隧道中的至少一种。  At the same time, the data connection tunnel can be a GTP (GPRS Tunneling Protocol) tunnel, a MIP (Mobile Internet Protocol) tunnel, a GRE (Generic Routing Encapsulation), and IPsec (IP Security). Protocol, IP Network Security Protocol) At least one of the tunnels.
步骤 203: 目标数据网关接收源数据网关发送的数据连接信息, 从数据连 接信息中获取源数据网关为终端分配的 IP地址;  Step 203: The target data gateway receives the data connection information sent by the source data gateway, and obtains an IP address allocated by the source data gateway for the terminal from the data connection information.
其中, 当目标数据网关接收到切换请求指示后,接收源数据网关发送的数 据连接信息, 从所述数据连接信息中获取源数据网关为终端分配的 IP地址。 或 者, 目标数据网关接收到源数据网关发送的切换请求指示, 直接从源数据网关 发送的切换请求指示中获取数据连接信息,进而获取源数据网关为用户终端分 配的 IP地址。  After receiving the handover request indication, the target data gateway receives the data connection information sent by the source data gateway, and obtains, from the data connection information, the IP address allocated by the source data gateway for the terminal. Alternatively, the target data gateway receives the handover request indication sent by the source data gateway, and obtains the data connection information directly from the handover request indication sent by the source data gateway, and obtains the IP address allocated by the source data gateway for the user terminal.
该步骤中,源数据网关发送给目标数据网关的数据连接信息包括有源数据 网关为用户终端分配的 IP地址信息, 以便在数据网关切换完成后, 通过所述 IP 地址与用户终端交互。 除了用户终端的 IP地址之外, 还包括有用户信息、 所访 问的报文数据网络标识、 数据隧道信息、 连接 QoS ( Quality of Service, 服务质 量)信息、 计费信息、 认证授权信息等。  In this step, the data connection information sent by the source data gateway to the target data gateway includes the IP address information allocated by the active data gateway to the user terminal, so as to interact with the user terminal through the IP address after the data gateway handover is completed. In addition to the IP address of the user terminal, the user information, the accessed packet data network identifier, the data tunnel information, the QoS (Quality of Service) information, the charging information, the authentication and authorization information, and the like are also included.
其中, 用户信息包括用户标识和用户签约信息, 用户标识可以是 IMSI ( International Mobile Subscriber Identity, 国际移动用户标识 )、 NAI ( Network Access Identifier, 网络接入标识)或 MSISDN ( Mobile Station International ISDN Number , 移动站国际 ISDN号码) 等, 用户签约信息可以是 User profile或 Subscription Data等; 用户终端的 IP地址信息包括 IP地址、 IP地址属性和 IP地址 租期, 当数据网关作为 DHCP client或 /和 DHCP server时, 用户终端的 IP地址信 息也包括 DHCP维护的 IP地址及配置信息; 数据隧道信息根据具体隧道协议不 同而不同, 一般包括: 隧道标识、 隧道对端地址信息、 隧道封装信息、 隧道生 存期和隧道认证信息等; 连接 QoS信息包括与数据连接所传输的业务数据流对 应的 QoS ,例如带宽、延时、丟包率、 ToS ( Type of Service 服务类型 )、 DSCP ( Differentiated Services Code Point, 区分服务编码点) 、 QCI ( QoS Class Identifier , 服务质量类标识)等; 计费信息包括与数据连接所传输的业务数 据流对应的计费信息, 例如, 按时长计费值、 按流量计费值、 按次计费值等; 认证授权信息包括数据连接的认证授权信息和用户的认证授权信息。 The user information includes a user identifier and user subscription information, and the user identifier may be an IMSI. (International Mobile Subscriber Identity, NAI (Network Access Identifier) or MSISDN (Mobile Station International ISDN Number), user subscription information can be User profile or Subscription Data The IP address information of the user terminal includes the IP address, the IP address attribute, and the IP address lease. When the data gateway functions as a DHCP client or/and a DHCP server, the IP address information of the user terminal also includes the IP address and configuration information maintained by the DHCP. The data tunnel information varies according to the specific tunneling protocol, and generally includes: tunnel identifier, tunnel peer address information, tunnel encapsulation information, tunnel lifetime, and tunnel authentication information. The connection QoS information includes the service data stream transmitted with the data connection. Corresponding QoS, such as bandwidth, delay, packet loss rate, ToS (Type of Service service type), DSCP (Differentiated Services Code Point), QCI (QoS Class Identifier), etc. Fee information including data The charging information corresponding to the transmitted service data flow, for example, the time-based charging value, the flow-based fee, the pay-per-view value, etc.; the authentication and authorization information includes the data connection authentication and authorization information and the user's authentication and authorization information. .
步骤 204: 目标数据发送建立数据连接隧道的请求消息给接入节点, 请求 建立数据连接隧道;  Step 204: The target data sends a request message for establishing a data connection tunnel to the access node, requesting to establish a data connection tunnel.
其中, 目标数据网关根据数据连接信息中的数据隧道信息, 获得隧道对端 地址, 即接入节点的地址,根据接入节点的地址向接入节点发送建立数据连接 隧道的请求消息。  The target data gateway obtains the address of the tunnel peer end, that is, the address of the access node, according to the data tunnel information in the data connection information, and sends a request message for establishing a data connection tunnel to the access node according to the address of the access node.
接入节点根据建立数据连接隧道的请求消息,更新与源数据网关之间数据 连接隧道, 即建立与目标数据网关之间的数据连接隧道。 其建立过程具体根据 数据隧道协议的不同而不同。例如,对于 GTP ( GPRS Tunneling Protocol, GPRS 隧道协议)协议, 目标数据网关发送 GTP承载更新消息给接入节点, 接入节点 更新 GTP隧道端点的地址信息和 TEID ( Tunnel End Point Identifier, 隧道端点 标识 ) , 建立 GTP隧道到目标数据网关; 对于 Proxy MIP ( Proxy Mobile IP, 代 理移动 IP )协议, 目标数据网关作为本地移动锚点发送绑定更新消息给作为移 动接入网关的接入节点, 接入节点更新绑定表项信息, 建立 MIP隧道到目标数 据网关; 对于 GRE ( Generic Routing Encapsulation , 通用路由封装)隧道, 接 入节点更新 GRE隧道对端地址和隧道标识 GRE key ID; 对于 IPsec ( IP Security Protocol, IP网络安全协议)隧道, 接入节点建立到目标接入网关的 IPsec隧道, 协商安全参数。 The access node updates the data connection tunnel with the source data gateway according to the request message for establishing the data connection tunnel, that is, establishes a data connection tunnel with the target data gateway. The establishment process varies depending on the data tunneling protocol. For example, for the GTP (GPRS Tunneling Protocol) protocol, the target data gateway sends a GTP bearer update message to the access node, and the access node updates the address information of the GTP tunnel endpoint and the TEID (Tunnel End Point Identifier). Establishing a GTP tunnel to the target data gateway; for the Proxy MIP (Proxy Mobile IP) protocol, the target data gateway sends a binding update message as a local mobility anchor to the access node as the mobile access gateway, the access node Update the binding entry information to establish a MIP tunnel to the target data gateway. For a GRE (Generic Routing Encapsulation) tunnel, the access node updates the GRE tunnel peer address and the tunnel identifier GRE key ID. For IPsec (IP Security Protocol) , IP network security protocol) tunnel, the access node establishes an IPsec tunnel to the target access gateway, Negotiate security parameters.
需要说明的是,本发明并不限定接入节点与目标数据网关之间的隧道类型 和隧道数目, 可以为上述隧道中的一种隧道,也可以为上述隧道中的几种隧道 的叠加, 还可以为其它的隧道形式。  It should be noted that the present invention does not limit the tunnel type and the number of tunnels between the access node and the target data gateway, and may be a tunnel in the tunnel or a superposition of several tunnels in the tunnel. Can be in other tunnel forms.
步骤 205: 接入节点发送建立数据连接隧道的响应消息给目标数据网关, 表示完成建立到目标数据网关的数据连接隧道;  Step 205: The access node sends a response message for establishing a data connection tunnel to the target data gateway, indicating that the data connection tunnel to the target data gateway is completed.
步骤 206: 目标数据网关向认证服务器注册自身的标识信息, 表示当前的 数据连接使用所注册的目标数据网关;  Step 206: The target data gateway registers its own identification information with the authentication server, indicating that the current data connection uses the registered target data gateway;
其中, 步骤 206也可以由接入节点完成, 由接入节点向认证服务器注册目 标数据网关的标识信息。 认证服务器具体可以是 AAA服务器、 归属地用户服 务器 HSS等,认证服务器保存用户终端与当前使用的数据网关即锚点的对应信 息,接入网切换时, 目标接入网可以从认证服务器获取用户终端先前使用的数 据网关信息。  The step 206 may also be completed by the access node, and the access node registers the identifier information of the target data gateway with the authentication server. The authentication server may be an AAA server, a home subscriber server HSS, etc., and the authentication server stores the corresponding information of the user terminal and the currently used data gateway, that is, the anchor point. When the access network is switched, the target access network may obtain the user terminal from the authentication server. Data gateway information previously used.
步骤 207: 目标数据网关与策略决策实体交互, 建立数据连接的策略控制 会话;  Step 207: The target data gateway interacts with the policy decision entity to establish a policy control session for the data connection.
其中,策略决策实体首先获取所述 IP地址的当前的业务数据流信息和源数 据网关下的策略控制信息,根据所获取的业务数据流信息和策略控制信息生成 目标数据网关下的策略控制信息或者将源数据网关下的策略控制信息作为目 标数据网关下的策略控制信息, 然后发送生成的策略控制信息给目标数据网 关。  The policy decision entity first acquires current service data flow information of the IP address and policy control information under the source data gateway, and generates policy control information under the target data gateway according to the obtained service data flow information and policy control information. The policy control information under the source data gateway is used as the policy control information under the target data gateway, and then the generated policy control information is sent to the target data gateway.
在获取当前的业务数据流信息和源数据网关下的策略控制信息时,策略决 策实体可以根据目标数据网关提供的数据连接信息,例如, UE ID、 PDN ID 或 UE IP, 得到与源数据网关建立的策略控制会话、 当前业务数据流信息, 从该 策略控制会话中获取上述的源数据网关下的策略控制信息; 或者, 目标数据网 关从源数据网关获取在源数据网关上建立的策略控制会话的标识信息,并提供 该策略控制会话的标识信息给策略决策实体,策略决策实体根据该信息查找已 建立的策略控制会话,获取上述的当前业务数据流信息和源数据网关下的策略 控制信息。  When obtaining the current service data flow information and the policy control information under the source data gateway, the policy decision entity may obtain the data connection information provided by the target data gateway, for example, the UE ID, the PDN ID, or the UE IP, to obtain the source data gateway. The policy control session, the current service data flow information, and the policy control information under the source data gateway is obtained from the policy control session; or the target data gateway acquires the policy control session established on the source data gateway from the source data gateway. The information is identified, and the identification information of the policy control session is provided to the policy decision entity. The policy decision entity searches for the established policy control session according to the information, and obtains the current service data flow information and the policy control information under the source data gateway.
步骤 208: 目标数据发送切换完成消息给源数据网关, 表示与接入节点的 数据连接隧道已经建立, 数据流可以切换到目标网关; Step 208: The target data sends a handover complete message to the source data gateway, indicating that the access node The data connection tunnel has been established, and the data stream can be switched to the target gateway;
需要说明的是, 当目标数据网关建立了与接入节点的数据连接隧道后, 就 可以执行步骤 206、 步骤 207或步骤 208。 本发明并不限定上述步骤 206、 207和 208的执行顺序, 三个步骤的执行顺序可以任意排序, 或者三个步骤可以同时 进行。  It should be noted that, after the target data gateway establishes a data connection tunnel with the access node, step 206, step 207 or step 208 may be performed. The present invention does not limit the order of execution of the above steps 206, 207, and 208. The order of execution of the three steps may be arbitrarily ordered, or three steps may be performed simultaneously.
步骤 209: 释放源数据网关与策略决策实体间的策略控制会话;  Step 209: Release a policy control session between the source data gateway and the policy decision entity.
其中,该步骤可以由源数据网关获知目标数据网关连接已经建立完成后触 发; 或者由策略决策实体与目标数据网关建立策略控制会话后触发; 或者由源 数据网关在开始数据连接迁移后根据定时器适当延时后触发。  The step may be triggered by the source data gateway after the target data gateway connection has been established; or triggered by the policy decision entity establishing a policy control session with the target data gateway; or by the source data gateway after starting the data connection migration according to the timer Triggered after a proper delay.
步骤 210: 释放源数据网关与接入节点间的数据连接。  Step 210: Release the data connection between the source data gateway and the access node.
需要说明的是,在本发明中, 源数据网关可以迁移与一个用户终端间的数 据连接,也可以迁移与多个用户终端间的多个数据连接。 当迁移与多个用户终 端间的多个数据连接时, 该多个数据连接可以是一个地址段或者一个子网的, 也可以将多个数据连接整体迁移, 还可以将多个数据连接一个一个地独立迁 移。  It should be noted that in the present invention, the source data gateway can migrate data connections with one user terminal, and can also migrate multiple data connections with multiple user terminals. When migrating multiple data connections with multiple user terminals, the multiple data connections may be one address segment or one subnet, or multiple data connections may be migrated as a whole, and multiple data connections may be connected one by one. Independent migration.
上述的实施例中是以描述一个数据连接的迁移过程为例,当多个数据连接 独立迁移时, 可以重复执行上述各个步骤; 当多个数据连接整体迁移时, 步骤 202、 203、 208也可以批量处理, 在步骤 202中可以建立一条数据转发隧道, 用 于多个数据连接, 也可以批量建立每个数据连接的数据转发隧道; 在步骤 203 中, 当交互数据连接信息时, 源数据网关可以在一个消息中发送所要迁移的多 个数据连接信息给目标数据网关; 在步骤 208中, 交互切换指示时, 目标数据 网关可以在一个消息中指示多个数据连接完成建立。  In the foregoing embodiment, the migration process of describing a data connection is taken as an example. When multiple data connections are independently migrated, the foregoing steps may be repeatedly performed. When multiple data connections are migrated as a whole, steps 202, 203, and 208 may also be performed. In batch processing, a data forwarding tunnel may be established in step 202 for multiple data connections, or a data forwarding tunnel of each data connection may be established in batches; in step 203, when the data connection information is exchanged, the source data gateway may Sending a plurality of data connection information to be migrated to the target data gateway in a message; in step 208, when the handover instruction is exchanged, the target data gateway may indicate that the plurality of data connections are completed in one message.
此外,在源数据网关迁移与用户终端的数据连接时, 源数据网关还需要迁 移与报文数据网络的路由信息。 当迁移一个数据连接时, 则更改目的地址为用 户终端 IP地址的路由信息, 把该路由信息中的下一跳网关地址改为目标数据 网关地址,使得目标数据网关与报文数据网络之间建立连接; 当迁移多个同地 址段或者子网的数据连接时, 则更改目的地址为该网段, 即网络地址、 子网地 址或网络前缀的路由信息,把该路由信息中的下一跳网关地址改为目标数据网 关地址, 使得目标数据网关与报文数据网络之间建立连接。 实施例三 In addition, when the source data gateway migrates the data connection with the user terminal, the source data gateway also needs to migrate the routing information with the packet data network. When a data connection is migrated, the routing information whose destination address is the IP address of the user terminal is changed, and the next hop gateway address in the routing information is changed to the target data gateway address, so that the target data gateway and the packet data network are established. Connection; When migrating multiple data connections of the same address segment or subnet, change the destination address to the network segment, that is, the routing information of the network address, subnet address, or network prefix, and put the next hop gateway in the routing information. The address is changed to the target data gateway address, so that a connection is established between the target data gateway and the message data network. Embodiment 3
请参阅图 3 ,图 3为本发明实施例三所揭示的一种实现数据网关切换的方法 的信令流程图, 本实施例采用了另一种信令交互方式来完成数据网关的切换, 该方法包括以下步骤:  Referring to FIG. 3, FIG. 3 is a signaling flowchart of a method for implementing data gateway switching according to Embodiment 3 of the present invention. This embodiment uses another signaling interaction mode to complete data gateway switching. The method includes the following steps:
步骤 301 : 当数据网关需要迁移与用户终端的数据连接时, 源数据网关发 送切换请求消息给目标数据网关;  Step 301: When the data gateway needs to migrate the data connection with the user terminal, the source data gateway sends a handover request message to the target data gateway.
步骤 302: 源数据网关与目标数据网关建立数据转发隧道;  Step 302: The source data gateway establishes a data forwarding tunnel with the target data gateway.
步骤 303: 目标数据网关接收源数据网关发送的数据连接信息, 从数据连 接信息中获取源数据网关为终端分配的 IP地址;  Step 303: The target data gateway receives the data connection information sent by the source data gateway, and obtains the IP address allocated by the source data gateway for the terminal from the data connection information.
步骤 304: 源数据网关发送切换请求消息给接入节点, 提供目标数据网关 信息;  Step 304: The source data gateway sends a handover request message to the access node to provide target data gateway information.
步骤 305: 接入节点发送建立数据连接隧道的请求消息给目标数据网关, 请求建立数据连接隧道;  Step 305: The access node sends a request message for establishing a data connection tunnel to the target data gateway, requesting to establish a data connection tunnel.
其中,接入节点根据源数据网关提供的目标数据网关信息,发送建立数据 连接隧道的请求消息给目标数据网关,请求建立与目标数据网关之间的数据连 接隧道。 其建立过程根据数据隧道协议的不同而不同。 例如, 对于 GTP协议, 接入节点发送 GTP承载更新信息给目标数据网关,接入节点更新 GTP隧道端点 的地址信息和 TEID, 建立 GTP隧道到目标数据网关; 对于 Proxy MIP协议, 接 入节点作为本地移动锚点发送绑定更新信息给作为移动接入网关的目标数据 网关, 接入节点更新绑定表项信息, 建立 MIP隧道到目标数据网关; 对于 GRE 隧道, 接入节点更新 GRE隧道对端地址和隧道标识 GRE key ID; 对于 IPsec隧 道, 接入节点建立到目标接入网关的 IPsec隧道, 协商安全参数。  The access node sends a request message for establishing a data connection tunnel to the target data gateway according to the target data gateway information provided by the source data gateway, and requests to establish a data connection tunnel with the target data gateway. The establishment process varies according to the data tunneling protocol. For example, for the GTP protocol, the access node sends the GTP bearer update information to the target data gateway, the access node updates the address information and TEID of the GTP tunnel endpoint, and establishes a GTP tunnel to the target data gateway; for the Proxy MIP protocol, the access node acts as a local The mobile anchor sends the binding update information to the target data gateway as the mobile access gateway, and the access node updates the binding entry information to establish a MIP tunnel to the target data gateway. For the GRE tunnel, the access node updates the GRE tunnel peer address. And the tunnel identifies the GRE key ID; for the IPsec tunnel, the access node establishes an IPsec tunnel to the target access gateway and negotiates security parameters.
需要说明的是,本发明并不限定接入节点与目标数据网关之间的隧道类型 和隧道数目, 可以为上述隧道中的一种隧道,也可以为上述隧道中的几种隧道 的叠加, 还可以为其它的隧道形式。  It should be noted that the present invention does not limit the tunnel type and the number of tunnels between the access node and the target data gateway, and may be a tunnel in the tunnel or a superposition of several tunnels in the tunnel. Can be in other tunnel forms.
步骤 306: 目标数据网关发送建立数据连接隧道的响应消息给接入节点, 表示完成建立到目标数据网关的数据连接隧道;  Step 306: The target data gateway sends a response message for establishing a data connection tunnel to the access node, indicating that the data connection tunnel to the target data gateway is completed.
步骤 307: 目标数据网关与策略决策实体交互, 建立数据连接的策略控制 会话; Step 307: The target data gateway interacts with the policy decision entity to establish a policy control of the data connection. Conversation
步骤 308: 目标数据网关向认证服务器注册自身的标识信息, 表示当前的 数据连接使用所注册的目标数据网关;  Step 308: The target data gateway registers its own identification information with the authentication server, indicating that the current data connection uses the registered target data gateway.
其中, 步骤 306也可以由接入节点完成, 由接入节点向认证服务器注册目 标数据网关的标识信息。  The step 306 can also be completed by the access node, and the access node registers the identifier information of the target data gateway with the authentication server.
步骤 309: 接入节点发送切换完成消息给源数据网关, 表示与接入节点的 数据连接隧道已经建立;  Step 309: The access node sends a handover complete message to the source data gateway, indicating that the data connection tunnel with the access node has been established.
步骤 310: 源数据网关在接收到接入节点消息后, 发送切换完成消息给目 标数据网关;  Step 310: After receiving the access node message, the source data gateway sends a handover complete message to the target data gateway.
步骤 311 : 释放源数据网关与策略决策实体间的策略控制会话;  Step 311: Release a policy control session between the source data gateway and the policy decision entity.
步骤 312: 释放源数据网关与接入节点间的数据连接。  Step 312: Release the data connection between the source data gateway and the access node.
需要说明的是,在本发明中, 源数据网关可以迁移与一个用户终端间的数 据连接, 可以迁移与多个用户终端间的多个数据连接。 当迁移与多个用户终端 间的多个数据连接时, 该多个数据连接可以是一个地址段或者一个子网的, 可 以将多个数据连接整体迁移, 也可以将多个数据连接一个一个地独立迁移。  It should be noted that in the present invention, the source data gateway can migrate data connections with one user terminal, and can migrate multiple data connections with multiple user terminals. When migrating multiple data connections with multiple user terminals, the multiple data connections may be one address segment or one subnet, and multiple data connections may be migrated as a whole, or multiple data connections may be connected one by one. Independent migration.
上述的实施例中是以描述一个数据连接的迁移过程为例,当多个数据连接 独立迁移时, 可以重复执行上述各个步骤; 当多个数据连接整体迁移时, 步骤 302、 303、 310也可以批量处理, 在步骤 302中可以建立一条转发隧道, 用于多 个数据连接, 也可以批量建立每个数据连接的转发隧道; 在步骤 303中, 当交 互数据连接信息时,源数据网关可以在一个消息中发送所要迁移的多个数据连 接信息给目标数据网关; 在步骤 310中, 交互切换指示时, 目标数据网关可以 在一个消息中指示多个数据连接完成建立。  In the foregoing embodiment, the migration process of describing a data connection is taken as an example. When multiple data connections are independently migrated, the foregoing steps may be repeatedly performed. When multiple data connections are migrated as a whole, steps 302, 303, and 310 may also be performed. In batch processing, a forwarding tunnel may be established in step 302 for multiple data connections, or a forwarding tunnel of each data connection may be established in batches; in step 303, when the data connection information is exchanged, the source data gateway may be in a Sending a plurality of data connection information to be migrated to the target data gateway in the message; In step 310, when the handover instruction is exchanged, the target data gateway may indicate that the plurality of data connections are completed in one message.
此外,在源数据网关迁移与用户终端的数据连接时, 源数据网关还需要迁 移与报文数据网络的路由信息。 当迁移一个数据连接时, 则更改目的地址为用 户终端 IP地址的路由信息, 把该路由信息中的下一跳网关地址改为目标数据 网关地址,使得目标数据网关与报文数据网络之间建立连接; 当迁移多个同地 址段或者子网的数据连接时, 则更改目的地址为该网段, 即网络地址、 子网地 址或网络前缀的路由信息,把该路由信息中的下一跳网关地址改为目标数据网 关地址, 使得目标数据网关与报文数据网络之间建立连接。 需要说明的是, 本发明可以应用于 GPRS分组网络, 而无线接入网络具体 可以是 UTRAN ( UMTS Terrestrial Radio Access Network, UMTS陆地无线接入 网 )、 GERAN ( GSM EDGE Radio Access Network, 全球移动通信系统无线接 入网) 、 E-UTRAN ( Evolved UTRAN , 下一代 UMTS 陆地无线接入网 ) 、 WiMax( Worldwide Interoperability for Microwave Access ,微波存取全球互通 )、 CDMA或 WLAN等各种无线技术接入网;接入节点可以是 SGSN( Serving GPRS Support Node, GPRS服务支撑节点) 、 MME ( Mobility Management Entity, 移动管理实体)和服务网关, 或者接入网关; 数据网关可以是报文数据网络网 关、 GGSN ( Gateway GPRS Support Node, GPRS网关支撑节点) 、 移动锚点 或者 HA ( Home Agent, 家乡代理) ; 策略决策实体可以是 PCRF ( Policy and Charging Rule Function, 策略与计费规则决策功能实体) 或者 PDF ( Policy Decision Function, 策略决策功能) 。 In addition, when the source data gateway migrates the data connection with the user terminal, the source data gateway also needs to migrate the routing information with the packet data network. When a data connection is migrated, the routing information whose destination address is the IP address of the user terminal is changed, and the next hop gateway address in the routing information is changed to the target data gateway address, so that the target data gateway and the packet data network are established. Connection; When migrating multiple data connections of the same address segment or subnet, change the destination address to the network segment, that is, the routing information of the network address, subnet address, or network prefix, and put the next hop gateway in the routing information. The address is changed to the target data gateway address, so that a connection is established between the target data gateway and the message data network. It should be noted that the present invention can be applied to a GPRS packet network, and the radio access network may specifically be a UTRAN (UMTS Terrestrial Radio Access Network) or a GERAN (GSM EDGE Radio Access Network). Wireless access network), E-UTRAN (Evolved UTRAN, next-generation UMTS terrestrial radio access network), WiMax (Worldwide Interoperability for Microwave Access), CDMA or WLAN, and other wireless technology access networks; The access node may be an SGSN (Serving GPRS Support Node), an MME (Mobility Management Entity) and a serving gateway, or an access gateway; the data gateway may be a packet data network gateway, a GGSN (Gateway) GPRS Support Node, GPRS Gateway Support Node), Mobile Anchor Point or HA (Home Agent); The policy decision entity can be a PCRF (Policy and Charging Rule Function) or PDF (Policy Decision) Function, policy decision function).
由上述本发明的实施例可以看出,当接收到源数据网关发送的切换请求消 息后, 直接从源数据网关获取源数据网关为用户终端分配的 IP地址, 当数据网 关切换完成后, 根据从源数据网关获取的 IP地址与用户终端进行交互。 从而使 数据网关在切换前后, 用户终端的 IP地址没有发生变化, 用户终端与上层业务 也不需要重新建立会话连接, 因此, 用户终端的应用层的应用会话同样不会出 现中断, 保证用户终端的应用会话的连续性。  It can be seen from the foregoing embodiment of the present invention that after receiving the handover request message sent by the source data gateway, the source data gateway directly obtains the IP address allocated by the source data gateway for the user terminal, and after the data gateway is switched, according to the The IP address obtained by the source data gateway interacts with the user terminal. Therefore, before and after the data gateway, the IP address of the user terminal does not change, and the user terminal does not need to re-establish the session connection with the upper layer service. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the user terminal is guaranteed. The continuity of the application session.
此外,在切换过程中,在源数据网关与目标数据网关之间建立了数据转发 隧道, 当切换过程中的目标数据网关与报文数据网络还没有建立完连接时,在 上行数据传输中,目标数据网关可以把上行数据报文通过转发隧道转发给源数 据网关, 由源数据网关间上行数据报文发送到报文数据网络; 在下行数据传输 网关通过转发隧道转发给目标数据网关,最后由目标数据网关通过接入节点下 发给用户终端。保证了在数据网关的切换过程中业务数据正常通信, 不会由于 数据网关的切换而丟失。 同时, 增加了策略控制功能, 可以对业务服务的质量 和计费进行控制, 提高了整个系统应用的灵活性。 并且, 更新数据网关标识信 息, 更新认证服务器中注册的锚点信息, 用于接入网切换时, 目标接入网从认 证服务器获取锚点信息。 认证服务器具体可以是 AAA服务器(Authentication, Authorization and Accounting )、 归属地用户月良务器 HSS ( Home Subscriber Server )等。 实施例四 In addition, during the handover process, a data forwarding tunnel is established between the source data gateway and the target data gateway. When the target data gateway in the handover process has not established a connection with the packet data network, in the uplink data transmission, the target The data gateway can forward the uplink data packet to the source data gateway through the forwarding tunnel, and the uplink data packet between the source data gateway is sent to the packet data network; the downlink data transmission gateway forwards the packet to the target data gateway through the forwarding tunnel, and finally the target The data gateway is delivered to the user terminal through the access node. It ensures that the service data is normally communicated during the switching process of the data gateway, and will not be lost due to the switching of the data gateway. At the same time, the policy control function is added to control the quality and billing of service services, which improves the flexibility of the entire system application. Moreover, the data gateway identification information is updated, and the anchor information registered in the authentication server is updated. When the access network is switched, the target access network obtains the anchor information from the authentication server. The authentication server may specifically be an AAA server (Authentication, Authorization and Accounting), Home Subscriber Server (HSS), etc. Embodiment 4
与上述所提供的实现数据网关的切换方法相对应,还提供了一种实现数据 网关切换的装置的实施例,请参阅图 4, 图 4为本发明实施例四所揭示的一种数 据网关切换的装置的结构图, 该装置包括接收单元 401、 IP地址获取单元 402 和第一数据连接隧道建立单元 403 , 下面结合该装置的工作原理进一步介绍其 内部结构以及连接关系。  Corresponding to the foregoing method for implementing a data gateway switching method, an embodiment of a device for implementing data gateway switching is also provided. Referring to FIG. 4, FIG. 4 is a data gateway switching according to Embodiment 4 of the present invention. The structure of the device includes a receiving unit 401, an IP address obtaining unit 402, and a first data connection tunnel establishing unit 403. The internal structure and the connection relationship are further described below in conjunction with the working principle of the device.
接收单元 401 , 用于接收切换请求指示;  The receiving unit 401 is configured to receive a handover request indication.
IP地址获取单元 402,用于根据所述切换请求指示获取源数据网关为用户 终端分配的 IP地址;  The IP address obtaining unit 402 is configured to: according to the handover request, obtain an IP address that is obtained by the source data gateway for the user terminal;
第一数据连接隧道建立单元 403 , 用于与接入节点建立所述 IP地址的数 据连接隧道。  The first data connection tunnel establishing unit 403 is configured to establish a data connection tunnel of the IP address with the access node.
其中, 接收单元 401包括: 第一接收子单元 404, 用于接收源数据网关发 送的切换请求消息; 和 /或, 第二接收子单元 405 , 用于接收第三方管理网元发 送的切换请求指令。  The receiving unit 401 includes: a first receiving subunit 404, configured to receive a handover request message sent by a source data gateway; and/or a second receiving subunit 405, configured to receive a handover request command sent by a third-party management network element. .
IP地址获取单元 402包括: IP地址第一获取子单元 406,用于根据所述请 求指示通知所述源数据网关发送所述源数据网关为所述用户终端分配的 IP地 址 ,接收所述源数据网关发出的 IP地址; 和 /或, IP地址第二获取子单元 407 , 用于接收源数据网关发送的切换请求指示,从所述请求指示中获取所述源数据 网关为所述用户终端分配的 IP地址。  The IP address obtaining unit 402 includes: an IP address first obtaining subunit 406, configured to notify the source data gateway to send an IP address allocated by the source data gateway to the user terminal according to the request indication, and receive the source data. An IP address sent by the gateway; and/or an IP address second obtaining subunit 407, configured to receive a handover request indication sent by the source data gateway, and obtain, by using the request indication, the source data gateway to be allocated to the user terminal IP address.
第一数据连接隧道建立单元 403包括: 第一发送单元 408, 用于向接入节 点发送建立数据连接隧道的请求; 第一接收单元 409, 用于接收所述接入节点 发送的建立数据连接隧道的响应。或者,先由第二接收单元接收接入节点发送 的建立数据连接隧道的请求,再通过第二发送单元向接入节点发送建立数据连 接隧道的响应。  The first data connection tunnel establishing unit 403 includes: a first sending unit 408, configured to send a request for establishing a data connection tunnel to the access node; and a first receiving unit 409, configured to receive a data connection tunnel sent by the access node the response to. Alternatively, the second receiving unit first receives a request for establishing a data connection tunnel sent by the access node, and then sends a response to the access node to establish a data connection tunnel by using the second sending unit.
进一步的, 所述装置还可以包括第二数据连接隧道建立单元, 用于当接收 到源数据网关发送的切换请求指示后, 与所述源数据网关建立数据连接隧道。 进一步的,所述装置还可以包括策略控制信息获取单元和执行单元,其中, 策略控制信息获取单元, 用于获取策略控制信息; 执行单元, 用于根据策略控 制信息获取单元获取的所述策略控制信息,执行对业务数据进行的服务质量控 制或 /和计费控制。 Further, the device may further include a second data connection tunnel establishing unit, configured to establish a data connection tunnel with the source data gateway after receiving the handover request indication sent by the source data gateway. Further, the device may further include a policy control information acquiring unit and an executing unit, where the policy control information acquiring unit is configured to acquire policy control information, and the executing unit is configured to use the policy control obtained by the policy control information acquiring unit Information, performing quality of service control and/or charging control on business data.
进一步的, 所述装置还包括: 注册单元, 用于向认证服务器注册自身的数 据网关标识。  Further, the device further includes: a registration unit, configured to register its own data gateway identifier with the authentication server.
由上述本发明的实施例可以看出, 当接收到切换请求指示后, 直接从源数 据网关获取源数据网关为用户终端分配的 IP地址, 当数据网关切换完成后, 根 据从源数据网关获取的 IP地址与用户终端进行交互。从而使数据网关在切换前 后, 用户终端的 IP地址没有发生变化, 用户终端与上层业务也不需要重新建立 会话连接, 因此, 用户终端的应用层的应用会话同样不会出现中断, 保证用户 终端的应用会话的连续性。  It can be seen from the foregoing embodiment of the present invention that, after receiving the handover request indication, the source data gateway directly obtains the IP address allocated by the source data gateway for the user terminal, and after the data gateway handover is completed, according to the obtained from the source data gateway. The IP address interacts with the user terminal. Therefore, before and after the data gateway, the IP address of the user terminal does not change, and the user terminal does not need to re-establish the session connection with the upper layer service. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the user terminal is guaranteed. The continuity of the application session.
在进一步的方案中, 在源数据网关与目标数据网关之间建立了转发隧道, 当切换过程中的目标数据网关与报文数据网络还没有建立完连接时,在上行数 据传输中, 目标数据网关可以把上行数据报文通过转发隧道转发给源数据网 关, 由源数据网关间上行数据报文发送到报文数据网络; 在下行数据传输中, 通过转发隧道转发给目标数据网关,最后由目标数据网关通过接入节点下发给 用户终端。保证了在数据网关的切换过程中业务数据正常通信, 不会由于数据 网关的切换而丟失。 同时, 增加了策略控制功能, 可以对业务服务的质量和计 费进行控制, 提高了整个系统应用的灵活性。 并且, 更新数据网关标识信息, 使认证服务器对由目标数据网关转发的报文数据进行认证。 实施例五  In a further solution, a forwarding tunnel is established between the source data gateway and the target data gateway. When the target data gateway in the handover process has not established a connection with the packet data network, in the uplink data transmission, the target data gateway The uplink data packet can be forwarded to the source data gateway through the forwarding tunnel, and the uplink data packet is sent from the source data gateway to the packet data network. In the downlink data transmission, the forwarding data is forwarded to the target data gateway, and finally, the target data is forwarded. The gateway is delivered to the user terminal through the access node. It ensures that the service data is normally communicated during the switching process of the data gateway, and will not be lost due to the switching of the data gateway. At the same time, the policy control function has been added to control the quality and accounting of business services, which improves the flexibility of the entire system application. And, updating the data gateway identification information, so that the authentication server authenticates the packet data forwarded by the target data gateway. Embodiment 5
本发明还提供了一种实现数据网关切换的系统, 请参见图 5 , 图 5为本发 明实施例五所揭示的一种实现数据网关切换的系统的结构示意图。 该系统包 括: 源数据网关 501和目标数据网关 502。  The present invention also provides a system for implementing data gateway switching. Referring to FIG. 5, FIG. 5 is a schematic structural diagram of a system for implementing data gateway switching according to Embodiment 5 of the present invention. The system includes: a source data gateway 501 and a target data gateway 502.
其中, 源数据网关 501 , 用于将为用户终端分配的 IP地址发送给目标数 据网关 502; 目标数据网关 502, 用于接收切换请求指示, 从源数据网关 501获取源数 据网关 501为用户终端分配的 IP地址, 并与接入节点建立所述 IP地址的数据 连接隧道。 The source data gateway 501 is configured to send the IP address assigned to the user terminal to the target data gateway 502; The target data gateway 502 is configured to receive the handover request indication, obtain the IP address allocated by the source data gateway 501 for the user terminal from the source data gateway 501, and establish a data connection tunnel of the IP address with the access node.
其中, 目标数据网关 502还用于当接收到切换请求指示后, 与所述源数据 网关建立数据转发隧道。  The target data gateway 502 is further configured to establish a data forwarding tunnel with the source data gateway after receiving the handover request indication.
进一步的,所述系统还包括策略决策实体 503 ,用于获取与源数据网关 501 建立的 IP地址的策略控制会话和 /或所述 IP地址的当前的业务数据流信息,根 据所述策略控制会话信息和 /或业务数据流信息生成策略控制信息, 所述目标 数据网关还用于获取策略控制信息,根据所述策略控制信息,执行对业务数据 进行的服务质量控制或 /和计费控制。  Further, the system further includes a policy decision entity 503, configured to acquire a policy control session of an IP address established with the source data gateway 501 and/or current service data flow information of the IP address, and control the session according to the policy. The information and/or service data flow information generates policy control information, and the target data gateway is further configured to acquire policy control information, and perform quality of service control and/or charging control on the service data according to the policy control information.
进一步的, 所述系统还包括认证服务器 504, 所述目标数据网关还用于向 所述认证服务器注册自身的数据网关标识,所述认证服务器用于对所述目标数 据网关注册的目标数据网关标识进行认证。  Further, the system further includes an authentication server 504, where the target data gateway is further configured to register its own data gateway identifier with the authentication server, where the authentication server is used to identify the target data gateway identifier of the target data gateway. Certify.
由上述本发明的实施例可以看出, 当目标数据网关接收到切换请求指示 后, 直接从源数据网关获取源数据网关为用户终端分配的 IP地址, 当数据网 关完成后, 目标数据网关根据从源数据网关获取的 IP地址与用户终端进行交 互。 从而使数据网关在切换前后, 用户终端的 IP地址没有发生变化, 用户终 端与上层业务也不需要重新建立会话连接, 因此, 用户终端的应用层的应用会 话同样不会出现中断, 保证用户终端的应用会话的连续性。  It can be seen from the foregoing embodiment of the present invention that after the target data gateway receives the handover request indication, the source data gateway directly obtains the IP address allocated by the source data gateway for the user terminal, and when the data gateway is completed, the target data gateway according to the slave The IP address obtained by the source data gateway interacts with the user terminal. Therefore, before and after the data gateway, the IP address of the user terminal does not change, and the user terminal does not need to re-establish the session connection with the upper layer service. Therefore, the application session of the application layer of the user terminal is also not interrupted, and the user terminal is guaranteed. The continuity of the application session.
在进一步的方案中, 此外, 在切换过程中, 在源数据网关与目标数据网关 之间建立了转发隧道,当切换过程中的目标数据网关与报文数据网络还没有建 立完连接时,在上行数据传输中, 目标数据网关可以把上行数据报文通过转发 隧道转发给源数据网关, 由源数据网关间上行数据报文发送到报文数据网络; 关,再由源数据网关通过转发隧道转发给目标数据网关, 最后由目标数据网关 通过接入节点下发给用户终端。保证了在数据网关的切换过程中业务数据正常 通信, 不会由于数据网关的切换而丟失。 同时, 增加了策略控制功能, 可以对 业务服务的质量和计费进行控制, 提高了整个系统应用的灵活性。  In a further solution, in addition, during the handover process, a forwarding tunnel is established between the source data gateway and the target data gateway. When the target data gateway in the handover process and the packet data network have not established a connection, the uplink is performed. In the data transmission, the target data gateway can forward the uplink data packet to the source data gateway through the forwarding tunnel, and the uplink data packet between the source data gateway is sent to the packet data network; and then the source data gateway forwards the packet to the packet through the forwarding tunnel. The target data gateway is finally delivered by the target data gateway to the user terminal through the access node. It ensures that the service data is normally communicated during the switching process of the data gateway, and will not be lost due to the switching of the data gateway. At the same time, the policy control function is added to control the quality and billing of business services, which improves the flexibility of the entire system application.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤 是可以通过程序来指令相关的硬件来完成,所述的程序可以存储于一计算机可 读取存储介质中, 该程序包括如下步骤: 接收切换请求指示; 根据所述切换请 求指示获取源数据网关为用户终端分配的互联网协议 IP地址; 与接入节点建 立所述 IP地址的数据连接隧道。 所述的存储介质, 如: ROM/RAM、 磁碟、 光盘等。 One of ordinary skill in the art can understand all or part of the steps in the method of implementing the above embodiments. The program may be executed by instructing related hardware, and the program may be stored in a computer readable storage medium. The program includes the following steps: receiving a handover request indication; and obtaining the source data gateway according to the handover request indication An internet protocol IP address assigned by the user terminal; a data connection tunnel establishing the IP address with the access node. The storage medium is, for example, a ROM/RAM, a magnetic disk, an optical disk, or the like.
以上所述仅是本发明的优选实施方式,应当指出,对于本技术领域的普通 技术人员来说, 在不脱离本发明原理的前提下, 还可以做出若干改进和润饰, 这些改进和润饰也应该视为本发明的保护范围。  The above is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. It should be considered as the scope of protection of the present invention.

Claims

权 利 要 求 Rights request
1、 一种实现数据网关切换的方法, 其特征在于, 所述方法包括: 接收切换请求指示;  A method for implementing data gateway switching, the method comprising: receiving a handover request indication;
根据所述切换请求指示获取源数据网关为用户终端分配的互联网协议 IP 地址;  Obtaining, according to the handover request, an Internet Protocol IP address allocated by the source data gateway for the user terminal;
与接入节点建立所述 IP地址的数据连接隧道。  Establishing a data connection tunnel of the IP address with the access node.
2、 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括: 当接收到切换请求指示后, 与所述源数据网关建立数据转发隧道。  The method according to claim 1, wherein the method further comprises: establishing a data forwarding tunnel with the source data gateway after receiving the handover request indication.
3、 根据权利要求 2所述的方法, 其特征在于, 所述与源数据网关建立数 据转发隧道包括:  The method according to claim 2, wherein the establishing a data forwarding tunnel with the source data gateway comprises:
与所述源数据网关建立通用分组无线业务隧道 GTP隧道、 移动互联网协 议 MIP隧道、通用路由封装 GRE隧道和 IP网络安全协议 IPsec隧道中的至少 一种。  And establishing, by the source data gateway, at least one of a general packet radio service tunnel GTP tunnel, a mobile internet protocol MIP tunnel, a universal route encapsulation GRE tunnel, and an IP network security protocol IPsec tunnel.
4、 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括: 获取策略决策实体生成的策略控制信息;  The method according to claim 1, wherein the method further comprises: acquiring policy control information generated by the policy decision entity;
根据所述策略控制信息, 执行对业务数据进行的服务质量控制或 /和计费 控制。  Based on the policy control information, quality of service control and/or charging control for the service data is performed.
5、 根据权利要求 4所述的方法, 其特征在于, 所述策略决策实体生成策 略控制信息包括:  The method according to claim 4, wherein the generating, by the policy decision entity, the policy control information comprises:
所述策略决策实体获取与源数据网关建立的所述 IP地址的策略控制会话 和 /或所述 IP地址的当前的业务数据流信息;  The policy decision entity acquires a policy control session of the IP address established with the source data gateway and/or current service data flow information of the IP address;
根据获取的策略控制会话信息和 /或业务数据流信息生成所述的策略控制 信息。  Generating the policy control information according to the acquired policy control session information and/or service data flow information.
6、 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括: 向认证 服务器注册自身的数据网关标识。  6. The method according to claim 1, wherein the method further comprises: registering the data gateway identifier of the authentication server with the authentication server.
7、 根据权利要求 1-6任意一项所述的方法, 其特征在于, 所述接收切换 请求指示包括:  The method according to any one of claims 1-6, wherein the receiving the handover request indication comprises:
接收源数据网关发送的切换请求消息;  Receiving a handover request message sent by the source data gateway;
和 /或, 接收第三方管理网元发送的切换请求指令。 and / or, Receiving a handover request command sent by a third-party management network element.
8、 根据权利要求 1-6任意一项所述的方法, 其特征在于, 所述根据切换 请求指示获取源数据网关为用户终端分配的 IP地址包括:  The method according to any one of claims 1-6, wherein the obtaining an IP address allocated by the source data gateway for the user terminal according to the handover request indication comprises:
接收到所述切换请求指示后,通知所述源数据网关发送所述源数据网关为 所述用户终端分配的 IP地址, 接收所述源数据网关发出的 IP地址;  Receiving the handover request indication, informing the source data gateway to send an IP address allocated by the source data gateway to the user terminal, and receiving an IP address sent by the source data gateway;
和 /或,  and / or,
接收到所述切换请求指示后, 从所述切换请求指示中获取所述 IP地址。 After receiving the handover request indication, the IP address is obtained from the handover request indication.
9、 根据权利要求 1-6任意一项所述的方法, 其特征在于, 所述与接入节 点建立数据连接隧道包括: The method according to any one of claims 1-6, wherein the establishing a data connection tunnel with the access node comprises:
向接入节点发送建立数据连接隧道的请求;  Sending a request to establish an data connection tunnel to the access node;
接收所述接入节点发送的建立数据连接隧道的响应;  Receiving a response sent by the access node to establish a data connection tunnel;
或者,  Or,
接收接入节点发送的建立数据连接隧道的请求;  Receiving a request for establishing a data connection tunnel sent by the access node;
向接入节点发送建立数据连接隧道的响应。  A response is sent to the access node to establish a data connection tunnel.
10、 一种实现数据网关切换的装置, 其特征在于, 所述装置包括: 接收单元, 用于接收切换请求指示;  An apparatus for implementing data gateway switching, where the apparatus includes: a receiving unit, configured to receive a handover request indication;
IP地址获取单元, 用于根据所述切换请求指示获取源数据网关为用户终 端分配的 IP地址;  An IP address obtaining unit, configured to acquire, according to the switching request, an IP address allocated by the source data gateway for the user terminal;
数据连接隧道建立单元, 用于与接入节点建立所述 IP地址的数据连接隧 道。  And a data connection tunnel establishing unit, configured to establish a data connection tunnel of the IP address with the access node.
11、 根据权利要求 10所述的装置, 其特征在于, 所述装置还包括: 数据转发隧道建立单元, 用于当接收到切换请求指示后, 与所述源数据网 关建立数据转发隧道。  The device according to claim 10, wherein the device further comprises: a data forwarding tunnel establishing unit, configured to establish a data forwarding tunnel with the source data gateway after receiving the handover request indication.
12、 根据权利要求 10所述的装置, 其特征在于, 所述装置还包括: 策略控制信息获取单元, 用于获取策略决策实体生成的策略控制信息; 执行单元, 用于根据所述策略控制信息获取单元获取的所述策略控制信 息, 执行对业务数据进行的服务质量控制或 /和计费控制。  The device according to claim 10, wherein the device further comprises: a policy control information acquiring unit, configured to acquire policy control information generated by a policy decision entity; and an execution unit, configured to control information according to the policy Obtaining the policy control information acquired by the unit, performing quality of service control and/or charging control on the service data.
13、 根据权利要求 10所述的装置, 其特征在于, 所述装置还包括: 注册单元, 用于向认证服务器注册自身的数据网关标识。 The device according to claim 10, wherein the device further comprises: a registration unit, configured to register its own data gateway identifier with the authentication server.
14、 根据权利要求 10-13任意一项所述的装置, 其特征在于, 所述接收单 元包括: The device according to any one of claims 10-13, wherein the receiving unit comprises:
第一接收子单元, 用于接收源数据网关发送的切换请求消息;  a first receiving subunit, configured to receive a handover request message sent by the source data gateway;
和 /或,  and / or,
第二接收子单元, 用于接收第三方管理网元发送的切换请求指令。  The second receiving subunit is configured to receive a handover request instruction sent by a third-party management network element.
15、 根据权利要求 10-13任意一项所述的装置, 其特征在于, 所述 IP地 址获取单元包括:  The device according to any one of claims 10-13, wherein the IP address obtaining unit comprises:
IP地址第一获取子单元, 用于根据所述请求指示通知所述源数据网关发 送所述源数据网关为所述用户终端分配的 IP地址, 接收所述源数据网关发出 的 IP地址;  And an IP address first obtaining subunit, configured to notify the source data gateway to send an IP address allocated by the source data gateway to the user terminal according to the request indication, and receive an IP address sent by the source data gateway;
和 /或,  and / or,
IP地址第二获取子单元, 用于从源数据网关发送的切换请求指示中获取 所述源数据网关为所述用户终端分配的 IP地址。  The IP address second obtaining sub-unit is configured to obtain, from the handover request indication sent by the source data gateway, the IP address allocated by the source data gateway to the user terminal.
16、 根据权利要求 10-13任意一项所述的装置, 其特征在于, 所述数据连 接隧道建立单元包括:  The device according to any one of claims 10-13, wherein the data connection tunnel establishing unit comprises:
第一发送单元, 用于向接入节点发送建立数据连接隧道的请求; 第一接收单元, 用于接收所述接入节点发送的建立数据连接隧道的响应。 a first sending unit, configured to send a request for establishing a data connection tunnel to the access node, where the first receiving unit is configured to receive a response that is established by the access node to establish a data connection tunnel.
17、 根据权利要求 10-13任意一项所述的装置, 其特征在于, 所述数据连 接隧道建立单元包括: The device according to any one of claims 10-13, wherein the data connection tunnel establishing unit comprises:
第二接收单元, 用于接收接入节点发送的建立数据连接隧道的请求; 第二发送单元, 用于向接入节点发送建立数据连接隧道的响应。  a second receiving unit, configured to receive a request for establishing a data connection tunnel sent by the access node, and a second sending unit, configured to send, to the access node, a response for establishing a data connection tunnel.
18、 一种实现数据网关切换的系统, 其特征在于, 所述系统包括: 源数据网关,用于将为用户终端分配的 IP地址发送给所述目标数据网关; 目标数据网关, 用于接收切换请求指示, 并从源数据网关获取所述源数据 网关为用户终端分配的 IP地址, 并与接入节点建立数据连接隧道。  A system for implementing data gateway switching, the system comprising: a source data gateway, configured to send an IP address assigned to a user terminal to the target data gateway; and a target data gateway, configured to receive a handover The request indication is obtained, and the IP address assigned by the source data gateway to the user terminal is obtained from the source data gateway, and a data connection tunnel is established with the access node.
19、 根据权利要求 18所述的系统, 其特征在于, 所述目标数据网关还用 于当接收到切换请求指示后, 与所述源数据网关建立数据转发隧道。  The system according to claim 18, wherein the target data gateway is further configured to establish a data forwarding tunnel with the source data gateway after receiving the handover request indication.
20、 根据权利要求 18所述的系统, 其特征在于, 所述系统还包括策略决 策实体, 所述策略决策实体用于获取与所述源数据网关建立的 IP地址的策略 控制会话和 /或所述 IP地址的当前的业务数据流信息, 根据所述策略控制会话 信息和 /或业务数据流信息生成策略控制信息, 所述目标数据网关还用于获取 策略控制信息,根据所述策略控制信息,执行对业务数据进行的服务质量控制 或 /和计费控制。 The system according to claim 18, wherein the system further comprises a policy decision entity, and the policy decision entity is configured to acquire an IP address established by the source data gateway. Controlling the current service data flow information of the session and/or the IP address, generating policy control information according to the policy control session information and/or service data flow information, where the target data gateway is further configured to acquire policy control information, according to The policy control information performs quality of service control and/or charging control on the service data.
21、 根据权利要求 18所述的系统, 其特征在于, 所述系统还包括认证服 务器, 所述目标数据网关还用于向所述认证服务器注册自身的数据网关标识, 所述认证服务器用于对所述目标数据网关注册的目标数据网关标识进行认证。  The system according to claim 18, wherein the system further comprises an authentication server, wherein the target data gateway is further configured to register its own data gateway identifier with the authentication server, where the authentication server is configured to The target data gateway identifier registered by the target data gateway is authenticated.
PCT/CN2009/073028 2008-12-04 2009-07-31 Method, device and system for data gateway handover WO2010063175A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200810182761.8 2008-12-04
CN200810182761A CN101754305A (en) 2008-12-04 2008-12-04 Method, device and system for realizing the switching of data gateway

Publications (1)

Publication Number Publication Date
WO2010063175A1 true WO2010063175A1 (en) 2010-06-10

Family

ID=42232871

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073028 WO2010063175A1 (en) 2008-12-04 2009-07-31 Method, device and system for data gateway handover

Country Status (2)

Country Link
CN (1) CN101754305A (en)
WO (1) WO2010063175A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102742323A (en) * 2010-11-16 2012-10-17 华为技术有限公司 Method and network entity for acquiring internet protocol (IP) address of user
WO2018090230A1 (en) * 2016-11-16 2018-05-24 华为技术有限公司 Data migration method and device
CN108476215A (en) * 2016-02-04 2018-08-31 华为技术有限公司 Services migrating method, apparatus and system
CN111726887A (en) * 2020-05-08 2020-09-29 新华三技术有限公司成都分公司 Tunnel establishment method and device

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102378215B (en) * 2010-08-26 2015-05-13 中兴通讯股份有限公司 Method, network element and system for work mode switching of personal network element
WO2012068728A1 (en) * 2010-11-24 2012-05-31 华为技术有限公司 Methods and network entities for acquiring ip address of user
CN103220818B (en) 2013-01-30 2015-12-23 中兴通讯股份有限公司 A kind of method and apparatus setting up X2 mouth ipsec tunnel
CN107135524A (en) * 2016-02-26 2017-09-05 中兴通讯股份有限公司 A kind of packet data gateway, switching method and system across packet data gateway
CN109314903B (en) 2016-07-07 2021-01-29 华为技术有限公司 Method for establishing tunnel between local gateways and gateway
CN108123916B (en) * 2016-11-28 2021-10-29 中国移动通信集团辽宁有限公司 Network security protection method, device, server and system
CN108934007B (en) * 2017-05-25 2022-03-25 中兴通讯股份有限公司 Policy control method for UPF reselection, PCF and SMF
CN107276792B (en) * 2017-05-27 2020-06-12 中国移动通信集团江苏有限公司 Integrated gateway disaster tolerance method, device, equipment and computer readable storage medium
CN111372102B (en) * 2020-02-06 2022-10-28 视联动力信息技术股份有限公司 Data transmission method, device, terminal equipment and storage medium
CN113162858A (en) * 2021-04-23 2021-07-23 中科云谷科技有限公司 Flow forwarding system, equipment and method and Internet of things system
CN114826824A (en) * 2022-04-01 2022-07-29 阿里云计算有限公司 Traffic migration method, device, medium and product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1874601A (en) * 2006-01-18 2006-12-06 华为技术有限公司 Implementation method for switching between offices in system
CN1894985A (en) * 2003-12-19 2007-01-10 诺基亚公司 Control decisions in a communication system
WO2007011137A1 (en) * 2005-07-15 2007-01-25 Samsung Electronics Co., Ltd. Method and apparatus for performing handover between core network entities in a packet-switched network
CN101128013A (en) * 2006-08-14 2008-02-20 华为技术有限公司 A switching method for access gateway in mobile communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1894985A (en) * 2003-12-19 2007-01-10 诺基亚公司 Control decisions in a communication system
WO2007011137A1 (en) * 2005-07-15 2007-01-25 Samsung Electronics Co., Ltd. Method and apparatus for performing handover between core network entities in a packet-switched network
CN1874601A (en) * 2006-01-18 2006-12-06 华为技术有限公司 Implementation method for switching between offices in system
CN101128013A (en) * 2006-08-14 2008-02-20 华为技术有限公司 A switching method for access gateway in mobile communication system

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102742323A (en) * 2010-11-16 2012-10-17 华为技术有限公司 Method and network entity for acquiring internet protocol (IP) address of user
CN102742323B (en) * 2010-11-16 2014-12-24 华为技术有限公司 Method and network entity for acquiring internet protocol (IP) address of user
CN108476215A (en) * 2016-02-04 2018-08-31 华为技术有限公司 Services migrating method, apparatus and system
EP3404885A4 (en) * 2016-02-04 2019-05-08 Huawei Technologies Co., Ltd. Service migration method, apparatus and system
US10673679B2 (en) 2016-02-04 2020-06-02 Huawei Technologies Co., Ltd. Service migration method, apparatus, and system
CN108476215B (en) * 2016-02-04 2020-09-04 华为技术有限公司 Service migration method, device and system
WO2018090230A1 (en) * 2016-11-16 2018-05-24 华为技术有限公司 Data migration method and device
US11283730B2 (en) 2016-11-16 2022-03-22 Huawei Technologies Co., Ltd. Data migration method and apparatus
CN111726887A (en) * 2020-05-08 2020-09-29 新华三技术有限公司成都分公司 Tunnel establishment method and device
CN111726887B (en) * 2020-05-08 2023-11-07 新华三技术有限公司成都分公司 Tunnel establishment method and device

Also Published As

Publication number Publication date
CN101754305A (en) 2010-06-23

Similar Documents

Publication Publication Date Title
US11323921B2 (en) Method, system, and device for user detachment when a handover or change occurs in heterogeneous network
WO2010063175A1 (en) Method, device and system for data gateway handover
CN111699709B (en) Monitoring and reporting service performance
US8537781B2 (en) Low latency handover between wireless communication networks using different radio access technologies
JP2013509760A (en) Extension of connection procedure for connecting UE to 3GPP access network
WO2016179800A1 (en) Method and nodes for handling access to epc services via a non-3gpp network
EP2882221B1 (en) Mobile terminal, control node, packet transfer node, and method for congestion control
US20140036807A1 (en) Method and system for providing multiple services over wlan
AU2019283991B2 (en) Data service control method and related device
WO2009043209A1 (en) A method for establishing a bearer to an user terminal in an idle mode
WO2010081329A1 (en) Method and system for controlling network resources during service flow migrating procedure
US9544832B2 (en) Method, apparatus and system for policy control
WO2016011832A1 (en) Method and device for implementing flow mobility triggering, and storage medium
KR102017167B1 (en) Method and apparatus for data traffic offload in a wireless communication system
WO2012051897A1 (en) System and method for integrating fixed network with mobile network
WO2012126291A1 (en) Data routing method and system
WO2013040980A1 (en) Flow migration method, terminal and packet data network gateway
WO2009062392A1 (en) Method of system handover, communication system and policy charging rule function entity
WO2010111944A1 (en) Method, apparatus, policy control function and system for releasing access connections
WO2009076821A1 (en) A method, system and device for establishing data path in wireless network
Kaippallimalil et al. Network virtualization and direct Ethernet transport for packet data network connections in 5G wireless
JP2011509611A (en) Techniques for optimizing routes in communication networks
Andersson et al. Rethinking IP mobility management
WO2018206101A1 (en) Selection criteria for (non-ip) data destinations
WO2016155277A1 (en) Method, core network element, user equipment and system for realizing default route decision

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: 09829959

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: 09829959

Country of ref document: EP

Kind code of ref document: A1