US20090303881A1 - Methods and apparatus for network controlled mobile ip flow movement - Google Patents
Methods and apparatus for network controlled mobile ip flow movement Download PDFInfo
- Publication number
- US20090303881A1 US20090303881A1 US12/469,432 US46943209A US2009303881A1 US 20090303881 A1 US20090303881 A1 US 20090303881A1 US 46943209 A US46943209 A US 46943209A US 2009303881 A1 US2009303881 A1 US 2009303881A1
- Authority
- US
- United States
- Prior art keywords
- node
- flow
- message
- network
- coa
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W60/00—Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W60/00—Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration
- H04W60/005—Multiple registrations, e.g. multihoming
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W80/00—Wireless network protocols or protocol adaptations to wireless operation
- H04W80/04—Network layer protocols, e.g. mobile IP [Internet Protocol]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W88/00—Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
- H04W88/02—Terminal devices
- H04W88/06—Terminal devices adapted for operation in multiple networks or having at least two operational modes, e.g. multi-mode terminals
Definitions
- the present application relates generally to communication networks, and more particularly, to methods and apparatus for network controlled mobile IP flow movements.
- MIPv6 Internet protocol
- HoA home address
- CoA care-of-address
- the mobile node gets its CoA from the access network to which it is currently connected. Quite often, a mobile node may be connected to multiple access networks and therefore have multiple CoAs.
- the mobile node registers its CoAs with a home agent so that the home agent can route packets transmitted on a downlink to the correct address to reach the mobile node. Since the home agent has knowledge of all the CoAs associated with the mobile node, it can control which access network is used for any particular downlink transmission to the mobile node. Similarly, the mobile node can also select the access network to be used for any particular uplink transmission.
- a mobile IP flow control system operates to allow network infrastructure to control which access network is used for uplink transmissions of packet flows from a mobile device.
- an infrastructure node such as a home agent, uses extensions to a binding acknowledgment message to signal a mapping between CoAs and flows to be transmitted from a mobile device in uplink communications.
- the infrastructure node determines the CoA to be mapped to each flow based on network, device, and/or flow information.
- the mobile node or mobile gateway receives the binding acknowledgement message and updates its local policy information with the CoA to flow mapping.
- the local policy information is used to determine the CoA associated with the selected flow.
- the CoA is then used to determine an access network (or access path) on which the uplink transmission of the selected flow is to occur.
- the network infrastructure is able to control mobile IP flow movements on communication uplinks associated with a mobile node or mobile gateway.
- FIG. 1 shows a network that illustrates conventional mobile IP flow routing
- FIG. 2 shows a schematic drawing that illustrates how conventional mobile IP flow routing supports multiple CoAs for use with a single mobile node
- FIG. 3 shows a schematic drawing that illustrates the operation of a mobile IP flow control system
- FIG. 4 shows a schematic drawing of a mobile node illustrated in FIG. 3 ;
- FIG. 5 shows an exemplary mobile policy hardware for use in an infrastructure node to provide a mobile IP flow control system
- FIG. 6 shows an exemplary policy hardware for use in a mobile node or mobile gateway to provide a mobile IP flow control system
- FIG. 7 shows a message structure for use in a mobile IP flow control system
- FIG. 8 shows an exemplary method for operating a mobile policy controller in an infrastructure node to provide a mobile IP flow control system
- FIG. 9 shows an exemplary method for operating a policy processor in a mobile node or mobile gateway to provide a mobile IP flow control system.
- IP Internet Protocol
- FIG. 1 shows a network 100 that illustrates conventional mobile IP flow routing.
- the network 100 is suitable for operation according to the network protocol MIPv6.
- the network 100 comprises a correspondent node (CN) 102 that is capable of communicating with a mobile node (MN) 104 .
- the MN 104 may be a cell phone, paging device, email device, mobile computer, Personal Digital Assistant (PDA), handset, User Equipment (UE) or any other type of device oeprable to communicate with the network 100 .
- Packet flows from the CN 102 are addressed to the home address of the MN 104 and are received at a home agent (HA) 106 associated with the mobile node.
- HA home agent
- the HA 106 may be an infrastructure node, mobility anchor, gateway, PDN gateway or any other suitable infrastructure entity.
- the HA 106 maintains a cache that maps the HoA of the MN 104 to an associated CoA.
- the MN 104 transmits a binding update (BU) message to the HA 106 that identifies a binding between the HoA and CoA associated with the MN 104 .
- the HA 106 uses this information to update the cache.
- BU binding update
- the HA 106 When the HA 106 receives packets from the CN 102 that are addressed to the HoA of the MN 104 , the HA 106 obtains from the cache the CoA associated with the HoA and uses a mobile IP tunnel 110 to this CoA to direct the packets from the CN 102 to the MN 104 via the access router (AR) 108 .
- the mobile IP tunnel 110 is established when a binding update is exchanged between a mobile node and the HA 106 .
- IP packets directed to a mobile node can be routed through a home agent where they are redirected to the mobile node based on a registered CoA.
- Packets transmitted from the CN 102 to the MN 104 include the following IP header information.
- Packets transmitted from the HA 106 to the MN 102 include the following IP header information.
- Packets transmitted from the MN 104 to the HA 106 include the following IP header information.
- Packets transmitted by the MN 106 to the CN 102 include the following IP header information.
- a mobile access gateway (MAG) 112 that operates to provide communications to multiple MNs.
- the function of the MAG 112 is to unburden the MNs from having to register CoAs with the HA 106 as they move around the network 100 .
- the MAG 112 communicates with multiple MNs and registers CoAs with the HA 106 for those MNs.
- the CN 102 transmits packets to any of the MNs in communication with the MAG 112
- the HA 106 receives these packets and uses its binding information to determine the appropriate CoA based on the HoA for the particular MN.
- the HA 106 uses a mobile IP tunnel 114 determined from the CoA to tunnel the packets received from the CN 102 to the MAG 112 .
- the MAG 112 then operates to distribute the packets to the appropriate MN.
- conventional mobile IP routing such as provided by MIPv6 and PMIPv6, operates to allow IP packets transmitted on a downlink to be redirected to MNs in a communication network.
- FIG. 2 shows a schematic drawing 200 that illustrates how conventional mobile IP routing supports multiple CoAs for use with a single mobile node.
- a MN 202 is shown that in communication with two access networks 204 and 206 .
- access network # 1 204 may be a cellular network and the access network # 2 206 may be a wireless LAN.
- the MN 202 registers CoA 1 and CoA 2 associated with the access networks with a HA 208 .
- the HA 208 maintains the registrations in a binding cache (BC) 210 .
- BC binding cache
- the HA 208 uses the BC 210 and local policy information to tunnel packet flow A to the MN 202 using CoA 1 and access network # 1 204 .
- the HA 208 also tunnels packet flow 2 to the MN 202 using CoA 2 and access network # 2 206 .
- the HA 208 uses its BC 210 and policy information to determine the path for downlink flows to the MN 202 .
- the MN 202 can associate a given application flow with a given CoA and can change these associations at will. Thus, the MN 202 has control over which access networks are used for any particular packet flow transmitted in an uplink communication. It should be noted that although a mobile node is shown in FIG. 2 , the operations described with respect to the MN 202 are also applicable to a MAG. Therefore, during conventional mobile IP flow routing, the HA 208 determines packets flow routing on the downlink and the MN 202 determines packet flow routing on the uplink.
- FIG. 3 shows a schematic drawing 300 that illustrates the operation of a mobile IP flow control system.
- FIG. 3 illustrates how a network infrastructure node, such as a home agent, is able to control which access networks or access paths are used for uplink communications by a mobile device or mobile gateway.
- a network infrastructure node such as a home agent
- MN 302 is in communication with multiple access networks (access networks # 1 and # 2 ).
- access network # 1 may be a cellular network and access network # 2 may be a wireless LAN.
- the MN 302 operates to register two CoAs (CoA 1 and CoA 2 ) with a HA 304 so that packets transmitted to the MN 302 can be routed by the HA 304 to the MN 302 using tunnels associated with either or both of the CoAs.
- the HA 304 has access to network operational information, among other things, QoS information, network throughput information, network loading, and other types of network operational information.
- the HA 304 comprises a mobile policy controller (MPC) 308 .
- the MPC 308 processes the network operational information and any other information to determine how flows transmitted from the MN 302 in uplink communications are to be routed.
- the MPC 308 has access to device information, such as memory or processing capacity, and flow information, such as flow type (i.e., data, multimedia, etc.).
- the MPC 308 determines that flow A and flow B are to be transmitted from the MN 302 in uplink communications utilizing access network # 2 associated with CoA 2 . To implement this determination, the MPC 308 transmits message 310 to the MN 306 to indicate CoAs to be associated with flows transmitted from the MN 302 in uplink transmissions. Although the message 310 is shown as being transmitted over access network # 1 , the message 310 may be transmitted to the MN 306 using access network # 2 or using any other type of access path to the MN 306 .
- the message 310 is a binding acknowledgement (BA) message that is transmitted in response to a binding update message (BU) received from the MN 302 during CoA registration.
- the message 310 is a generic notification (GN) message that is used to provide information to the MN 302 or its user; but which is extended to include the CoA mappings described above.
- the message may be any other type of message that is transmitted to the MN 302 from a network infrastructure node and which indicates flow to CoA mappings.
- the MN 302 comprises a policy processor (PP) 306 .
- the PP 306 operates to received the message 310 and incorporate the flow to CoA mappings into local policy information that is used by the MN 302 to determined flow routings for uplink communications. For this example, it will be assumed that the message 310 indicates that flow A and flow B are mapped to CoA 2 which is associated with access network # 2 .
- the PP 306 then operates to control the uplink transmissions from the MN 302 so that flows A and B are transmitted using the access network # 2 .
- FIG. 4 shows a simplified schematic drawing of the MN 302 as illustrated in FIG. 3 .
- the MN 302 comprises physical interfaces 404 and 406 that operate to provide communication with access networks # 1 and # 2 , respectively.
- Applications 402 generate flows A and B for uplink transmission to a CN via its associated HoA using one of the access networks # 1 or # 2 .
- the message 310 is received from the HA 304 , which provides a mapping between flows and CoAs.
- the message 310 may be a BA message, GN message, or any other type of message that indicates that flows A and B are to be transmitted over the access network associated with CoA 2 .
- the message 310 is passed to the PP 306 .
- the PP 306 operates to decode the message 310 and incorporate the flow to CoA mappings into local policy information.
- the PP 306 When the flows A and B reach the PP 306 from the applications 402 , the PP 306 operates to determine the CoAs associated with each of these flows from the local policy information. Once the CoAs are determined, the PP 306 operates to route these flows for uplink transmission over access networks associated with those CoAs. For example, the flows will be transmitted using tunnels associated with those CoAs. In this case, both flows are routed for uplink transmission over the access network # 2 that is associated with CoA 2 .
- the mobile IP flow control system allows network infrastructure to control which access networks or access paths are used to transmit particular flows in uplink transmissions from a mobile node or mobile gateway.
- FIG. 5 shows an exemplary mobile policy hardware, such as an MPC 500 for use in a mobile IP flow control system.
- the MPC 500 is suitable for use in a network infrastructure node, such as the home agent 304 shown in FIG. 3 .
- the MPC 500 comprises a processor 502 coupled to a memory 504 . It should be noted that the MPC 500 is just an exemplary implementation and that other implementations are possible.
- the memory 504 comprises a storage device, ASIC, or any combination thereof.
- the memory 504 operates to store a BC 508 and control software (CSW) modules 506 .
- the BC 508 comprises binding information that maps HoA of network devices, such as mobile nodes, to associated CoAs. It is possible that the HoA of a device, such as a mobile node, be map to more than one CoA.
- the CSW modules 506 comprises any suitable applications, codes, instructions or any other type of software that can be executed by the processor 502 to perform the functions described herein.
- the processor 502 comprises a Central Processing Unite (CPU), gate array, hardware logic, memory elements, circuitry, firmware and/or any combination thereof.
- the processor 502 operates to execute the CSW modules 506 to perform the functions described herein.
- the processor 502 comprises a communication link 510 to receive network information and a message link 512 to send and receive message with devices, such as mobile devices.
- the processor 502 receives BU messages over the message link 512 from mobile devices or mobile gateways.
- the processor 502 decodes the BU messages to update the BC 508 with binding information.
- the processor 502 also receives network information over network link 510 .
- the network information comprises QoS information, network capacity, network loading, and/or any other information related to one or more access networks.
- the processor 502 also receives device and flow information.
- the device information may be received from the BU message or the network and indicates the type of device and any other parameters associated with the device, such as processing or link capacity.
- the flow information is received from the device or the network and indicates the type of flow (such as data or multimedia) and any other characteristics associated with the flow.
- the processor 502 operates to process the network, device and flow information to determine which CoAs are to be associated with uplink communications of particular flows transmitted from particular mobile nodes or mobile gateways. For example, the processor 502 determines that uplink transmissions of multimedia flows from a particular mobile node are to use a particular access network associated with a particular CoA.
- the 502 operates to incorporate flow to CoA mappings into a BA message that is transmitted using the message link 512 to a mobile node in response to a BU message.
- the mobile node process the BA message to incorporate the flow to CoA mappings into its local policy information.
- the local policy information at the mobile node is used to determine which access network and/or tunnel to use for the uplink transmission based on the CoA associated with that flow.
- the MPC 500 is operable to control mobile IP flow movements in uplink communications from MNs and MAGs.
- FIG. 6 shows an exemplary hardware implementation, such as a policy processor 600 for use in a mobile IP flow control system.
- the PP 600 is suitable for use in a mobile node or mobile gateway, for instance, at the MN 302 shown in FIG. 4 or the MAG 112 shown in FIG. 1 .
- the PP 600 comprises processor 602 coupled to memory 604 . It should be noted that the PP 600 is just an exemplary implementation and that other implementations are possible.
- the memory 604 comprises a storage device, ASIC, or any combination thereof.
- the memory 604 operates to store local policy information 608 and policy software (PSW) modules 606 .
- the local policy information 608 comprises a mapping between flows and CoAs. For example, if the PP 600 is located in a mobile node, the local policy information 608 comprises a mapping between flows and CoAs associated with the mobile node.
- the PSW modules 606 comprises any suitable applications, codes, instructions or any other type of software that can be executed by the processor 602 to perform the functions described herein.
- the processor 602 comprises a CPU, gate array, hardware logic, memory elements, circuitry, firmware and/or any combination thereof.
- the processor 602 operates to execute the PSW modules 606 to perform the functions described herein.
- the processor 602 comprises a message link 610 to send and receive messages with network infrastructure devices, such as home agents.
- the processor 602 receives the BA message from the home agent over the message link 610 .
- the processor 602 decodes the BA messages to obtain the flow to CoA mappings that are used to update the local policy information 608 . It should be noted that the processor may also receive a GN message or any other message containing the flow to CoA mappings.
- an application at the MN During operation, an application at the MN generates a flow for uplink transmission to a CN.
- Information identifying the flow is provided to the processor 602 through the communication link 612 .
- the link 612 allows the processor 602 to communicate with other entities at the MN to obtain the information about the flow.
- the processor 602 operates to query the local policy information 608 to determine a CoA associated with that flow. Once a CoA is determined, the processor 602 signals the CoA to a transceiver at the MN using the link 612 so that the flow can be transmitted in an uplink communication using a tunnel and/or access network associated with that CoA.
- the PP 600 is operable to control mobile IP flow movements based on flow to CoA mappings received from a network infrastructure node, such as a home agent.
- the mobile IP flow control system comprises a computer program product having one or more program instructions (“instructions”) or sets of “codes” stored or embodied on a machine-readable medium.
- the codes are executed by at least one processor, for instance, the processor 602 , their execution causes the PP 600 to provide the functions of the mobile IP flow control system described herein.
- the machine-readable medium comprises a floppy disk, CDROM, memory card, FLASH memory device, RAM, ROM, or any other type of memory device or machine-readable medium contained within or coupled to the PP 600 .
- the sets of codes when executed, operate to provide a mobile IP flow control system as described herein.
- FIG. 7 shows an exemplary message structure 700 for use in a mobile IP flow control system.
- the message structure 700 may be part of a BA message transmitted from a HA to a mobile node or mobile gateway.
- the message structure 700 may also be used as part of a generic notification message or any other message type.
- the message structure 700 comprises a flow identifier 702 that identifies a particular flow.
- the message structure 700 also comprises a flow type identifier 704 that identifiers a particular flow type.
- the message structure 700 also comprises a CoA identifier 706 that identifies a particular CoA.
- the message structure 700 operates to allow a network infrastructure node, such as a HA, to provide a mapping of flows to CoAs to mobile devices and mobile gateways.
- a network infrastructure node such as a HA
- FIG. 8 shows an exemplary method 800 for operating a MPC in an infrastructure node to provide a mobile IP flow control system.
- the method 800 may be performed by the MPC 500 operating at a home agent in a communication network.
- the method 800 is described below with reference to the MPC 500 shown in FIG. 5 .
- the processor 502 executes one or more sets of codes that are part of the CSW 506 to control the MPC 500 to perform the functions described below.
- a mapping between HoAs and CoAs for nodes in a communication network is maintained.
- the processor 502 receives BU messages from one or more mobile nodes that include mappings between HoAs and CoAs.
- the processor 502 uses this information to update the BC 508 .
- HoA to CoA mappings are generated and maintained.
- network, device, and flow information is received.
- the network information identifies various network operational parameters, such as QoS, network bandwidth, loading and/or any other network parameters.
- the device information comprises device type, processing power, link capacity and/or any other device information.
- the flow information comprises flow type, data rate and/or any other flow information.
- the network, device, and flow information is received by the processor 502 from the network over the link 510 and/or from interactions with one or more mobile devices.
- access networks or access paths to be used by selected nodes for uplink transmissions of selected flows are determined. For example, with respect to a selected MN coupled to multiple access networks, the network, device, and flow information is used to determine which access network is to be used for uplink transmission of selected flows. For example, the information is used to determine which access network is to be used for the uplink transmission of data flows and which access network is to be used for the uplink transmission of multimedia flows.
- each registered CoA is associated with a particular access network. Therefore, mapping a flow to the corresponding CoA allows the MN to determine in an efficient manner the access network to be used for the uplink communication of the particular flow.
- the selected node is notified of the flow to CoAs mappings.
- the processor module 502 assembles a BA message that comprises the mapping of flows to CoAs.
- the BA message is transmitted to the mobile node using the communication link 512 .
- the flow to CoA mappings is transmitted as part of a GN message or as part of any other message type.
- the method 800 operates to describe the operation of a MPC in an infrastructure node, such as a home agent, to provide a mobile IP flow control system. It should be noted that the method 800 is just one implementation and that the operations of the method 800 may be rearranged or otherwise modified.
- FIG. 9 shows an exemplary method 900 for operating a policy processor in a mobile node or mobile gateway to provide a mobile IP flow control system.
- the method 900 is described below with reference to the PP 600 shown in FIG. 6 .
- the processor 602 executes one or more sets of codes that are part of the PSW 606 to control the PP 600 to perform the functions described below.
- flows to CoAs mappings are received.
- a BA message from a HA is received on the link 610 by the processor 602 that comprises mappings between flows and CoAs associated with the MN.
- the BA message includes the message structure 700 , which provides the flows to CoAs mappings.
- local policy information is updated with the CoAs.
- the processor 602 updates the local policy information 608 .
- a CoA for the flow is determined from the local policy information.
- the processor 602 accesses the local policy information 608 to determine a CoA associated with the selected flow to be transmitted.
- a tunnel and/or access network for the uplink transmission is determined.
- the processor 602 uses the CoA associated with the flow to determine the tunnel and/or access network to use for the uplink transmission.
- the flow is transmitted on the uplink using the determined tunnel and/or access network.
- the processor 602 passes the information identifying the tunnel and/or access network to the transmission logic at the MN using the link 612 .
- the transmission logic then performs the uplink transmission using the appropriate access path.
- the method 900 describes the operation of a policy processor in a mobile node or mobile gateway to provide a mobile IP flow control system. It should be noted that the method 900 is just one implementation and that the operations of the method 900 may be rearranged or otherwise modified.
- DSP digital signal processor
- ASIC application specific integrated circuit
- FPGA field programmable gate array
- a general-purpose processor may be a microprocessor, but, in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine.
- a processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
- the functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium.
- Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another.
- a storage media may be any available media that can be accessed by a computer.
- such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
- any connection is properly termed a computer-readable medium.
- the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared, radio, and microwave
- the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium.
- Disk and disc includes compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk and blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
- a software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, a hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
- An exemplary storage medium is coupled to the processor, such that the processor can read information from, and write information to, the storage medium.
- the storage medium may be integral to the processor.
- the processor and the storage medium may reside in an ASIC.
- the ASIC may reside in a wireless communication device.
- the processor and the storage medium may reside as discrete components in a wireless communication device.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephonic Communication Services (AREA)
Abstract
Description
- The present Application for Patent claims priority to U.S. Provisional Application No. 61/060,075 entitled “N
ETWORK CONTROLLED MIPv 6 FLOW MOVEMENT ” filed Jun. 9, 2008, and assigned to the assignee hereof and hereby expressly incorporated by reference herein. - 1. Field
- The present application relates generally to communication networks, and more particularly, to methods and apparatus for network controlled mobile IP flow movements.
- 2. Background
- Internet protocol, such as MIPv6, allows a mobile node to redirect traffic sent to its home address (HoA) to its current location. The current location of the mobile node is identifiable by a care-of-address (CoA). The mobile node gets its CoA from the access network to which it is currently connected. Quite often, a mobile node may be connected to multiple access networks and therefore have multiple CoAs.
- The mobile node registers its CoAs with a home agent so that the home agent can route packets transmitted on a downlink to the correct address to reach the mobile node. Since the home agent has knowledge of all the CoAs associated with the mobile node, it can control which access network is used for any particular downlink transmission to the mobile node. Similarly, the mobile node can also select the access network to be used for any particular uplink transmission.
- Heretofore, there has not been any operable scheme for conventional systems to allow an infrastructure node, such as a home agent, to control a mobile node to perform uplink transmissions using a specific access network. For instance, it would be desirable to have the mobile node use a particular access network for a particular uplink transmission that requires high bandwidth. However, it does not appear that current systems allow the network to control the mobile node to transmit the flow using that particular access network. This places limitations on the operation of the network since operators cannot impose routing policies on mobile nodes to best utilize network resources. Even in the scenarios that superior quality or excess bandwidth may be available on a given access network, but since the network infrastructure is unable to control the mobile to utilize that access network for a given uplink transmission, available network resources are not fully utilized.
- Therefore, there is a need to have a mechanism that allows network infrastructure to control mobile IP flow movements on uplink communications from mobile nodes.
- A mobile IP flow control system, embodies as various methods and apparatus, operates to allow network infrastructure to control which access network is used for uplink transmissions of packet flows from a mobile device. For example, an infrastructure node, such as a home agent, uses extensions to a binding acknowledgment message to signal a mapping between CoAs and flows to be transmitted from a mobile device in uplink communications. The infrastructure node determines the CoA to be mapped to each flow based on network, device, and/or flow information. The mobile node or mobile gateway receives the binding acknowledgement message and updates its local policy information with the CoA to flow mapping. When a selected flow is to be transmitted in an uplink transmission, the local policy information is used to determine the CoA associated with the selected flow. The CoA is then used to determine an access network (or access path) on which the uplink transmission of the selected flow is to occur. Thus, the network infrastructure is able to control mobile IP flow movements on communication uplinks associated with a mobile node or mobile gateway.
- The foregoing implementations described herein will become more readily apparent by reference to the following Description when taken in conjunction with the accompanying drawings wherein:
-
FIG. 1 shows a network that illustrates conventional mobile IP flow routing; -
FIG. 2 shows a schematic drawing that illustrates how conventional mobile IP flow routing supports multiple CoAs for use with a single mobile node; -
FIG. 3 shows a schematic drawing that illustrates the operation of a mobile IP flow control system; -
FIG. 4 shows a schematic drawing of a mobile node illustrated inFIG. 3 ; -
FIG. 5 shows an exemplary mobile policy hardware for use in an infrastructure node to provide a mobile IP flow control system; -
FIG. 6 shows an exemplary policy hardware for use in a mobile node or mobile gateway to provide a mobile IP flow control system; -
FIG. 7 shows a message structure for use in a mobile IP flow control system -
FIG. 8 shows an exemplary method for operating a mobile policy controller in an infrastructure node to provide a mobile IP flow control system; and -
FIG. 9 shows an exemplary method for operating a policy processor in a mobile node or mobile gateway to provide a mobile IP flow control system. - The following description is presented to enable any person skilled in the art to make and use the invention. Details are set forth in the following description for purpose of explanation. It should be appreciated that one of ordinary skill in the art would realize that the invention may be practiced without the use of these specific details. In other instances, well known structures and processes are not elaborated in order not to obscure the description of the invention with unnecessary details. Thus, the present invention is not intended to be limited by the embodiments shown, but is to be accorded with the widest scope consistent with the principles and features disclosed herein.
- The following description describes a mobile Internet Protocol (IP) flow control system that operates to allow network infrastructure to control mobile IP flow movements associated with uplink communications.
-
FIG. 1 shows anetwork 100 that illustrates conventional mobile IP flow routing. For example, thenetwork 100 is suitable for operation according to the network protocol MIPv6. Thenetwork 100 comprises a correspondent node (CN) 102 that is capable of communicating with a mobile node (MN) 104. The MN 104 may be a cell phone, paging device, email device, mobile computer, Personal Digital Assistant (PDA), handset, User Equipment (UE) or any other type of device oeprable to communicate with thenetwork 100. Packet flows from the CN 102 are addressed to the home address of the MN 104 and are received at a home agent (HA) 106 associated with the mobile node. The HA 106 may be an infrastructure node, mobility anchor, gateway, PDN gateway or any other suitable infrastructure entity. The HA 106 maintains a cache that maps the HoA of theMN 104 to an associated CoA. During operation, the MN 104 transmits a binding update (BU) message to theHA 106 that identifies a binding between the HoA and CoA associated with theMN 104. The HA 106 uses this information to update the cache. - When the HA 106 receives packets from the
CN 102 that are addressed to the HoA of theMN 104, the HA 106 obtains from the cache the CoA associated with the HoA and uses amobile IP tunnel 110 to this CoA to direct the packets from theCN 102 to theMN 104 via the access router (AR) 108. Themobile IP tunnel 110 is established when a binding update is exchanged between a mobile node and theHA 106. Thus, using conventional IP routing, IP packets directed to a mobile node can be routed through a home agent where they are redirected to the mobile node based on a registered CoA. - Referring to
FIG. 1 , the following information further describes conventional packet routing. Packets transmitted from theCN 102 to theMN 104 include the following IP header information. - 1. Source address=CN address
- 2. Destination address=home address (HoA) of MN
- Packets transmitted from the
HA 106 to theMN 102 include the following IP header information. - 1. Source address=HA address
- 2. Destination address=CoA of MN
- 3. Encapsulated source address=CN addr
- 4. Encapsulated destination address=HoA
- Packets transmitted from the
MN 104 to theHA 106 include the following IP header information. - 1. Source address=CoA
- 2. Destination address=HA address
- 3. Encapsulated source address=HoA of MN
- 4. Encapsulated destination address=CN addr
- Packets transmitted by the
MN 106 to theCN 102 include the following IP header information. - 1. Source address=HoA of MN
- 2. Destination address=CN address
- In a variation of the conventional mobile IP routing, referred to as proxy MIPv6 (PMIPv6), a mobile access gateway (MAG) 112 is provided that operates to provide communications to multiple MNs. The function of the
MAG 112 is to unburden the MNs from having to register CoAs with theHA 106 as they move around thenetwork 100. During operation, theMAG 112 communicates with multiple MNs and registers CoAs with theHA 106 for those MNs. When theCN 102 transmits packets to any of the MNs in communication with theMAG 112, theHA 106 receives these packets and uses its binding information to determine the appropriate CoA based on the HoA for the particular MN. TheHA 106 then uses amobile IP tunnel 114 determined from the CoA to tunnel the packets received from theCN 102 to theMAG 112. TheMAG 112 then operates to distribute the packets to the appropriate MN. - As described, conventional mobile IP routing, such as provided by MIPv6 and PMIPv6, operates to allow IP packets transmitted on a downlink to be redirected to MNs in a communication network.
-
FIG. 2 shows aschematic drawing 200 that illustrates how conventional mobile IP routing supports multiple CoAs for use with a single mobile node. AMN 202 is shown that in communication with twoaccess networks access network # 1 204 may be a cellular network and theaccess network # 2 206 may be a wireless LAN. TheMN 202 registers CoA1 and CoA2 associated with the access networks with aHA 208. TheHA 208 maintains the registrations in a binding cache (BC) 210. During downlink communications, theHA 208 uses theBC 210 and local policy information to tunnel packet flow A to theMN 202 using CoA1 andaccess network # 1 204. TheHA 208 alsotunnels packet flow 2 to theMN 202 using CoA2 andaccess network # 2 206. Thus, theHA 208 uses itsBC 210 and policy information to determine the path for downlink flows to theMN 202. - During uplink communications, the
MN 202 can associate a given application flow with a given CoA and can change these associations at will. Thus, theMN 202 has control over which access networks are used for any particular packet flow transmitted in an uplink communication. It should be noted that although a mobile node is shown inFIG. 2 , the operations described with respect to theMN 202 are also applicable to a MAG. Therefore, during conventional mobile IP flow routing, theHA 208 determines packets flow routing on the downlink and theMN 202 determines packet flow routing on the uplink. -
FIG. 3 shows aschematic drawing 300 that illustrates the operation of a mobile IP flow control system. For example,FIG. 3 illustrates how a network infrastructure node, such as a home agent, is able to control which access networks or access paths are used for uplink communications by a mobile device or mobile gateway. -
MN 302 is in communication with multiple access networks (access networks # 1 and #2). For example,access network # 1 may be a cellular network andaccess network # 2 may be a wireless LAN. TheMN 302 operates to register two CoAs (CoA1 and CoA2) with aHA 304 so that packets transmitted to theMN 302 can be routed by theHA 304 to theMN 302 using tunnels associated with either or both of the CoAs. - The
HA 304 has access to network operational information, among other things, QoS information, network throughput information, network loading, and other types of network operational information. TheHA 304 comprises a mobile policy controller (MPC) 308. TheMPC 308 processes the network operational information and any other information to determine how flows transmitted from theMN 302 in uplink communications are to be routed. For example, theMPC 308 has access to device information, such as memory or processing capacity, and flow information, such as flow type (i.e., data, multimedia, etc.). - Using any of the available information (network, device, flow), the
MPC 308 determines that flow A and flow B are to be transmitted from theMN 302 in uplink communications utilizingaccess network # 2 associated with CoA2. To implement this determination, theMPC 308 transmitsmessage 310 to theMN 306 to indicate CoAs to be associated with flows transmitted from theMN 302 in uplink transmissions. Although themessage 310 is shown as being transmitted overaccess network # 1, themessage 310 may be transmitted to theMN 306 usingaccess network # 2 or using any other type of access path to theMN 306. - In one implementation, the
message 310 is a binding acknowledgement (BA) message that is transmitted in response to a binding update message (BU) received from theMN 302 during CoA registration. In yet another implementation, themessage 310 is a generic notification (GN) message that is used to provide information to theMN 302 or its user; but which is extended to include the CoA mappings described above. In another implementation, the message may be any other type of message that is transmitted to theMN 302 from a network infrastructure node and which indicates flow to CoA mappings. - The
MN 302 comprises a policy processor (PP) 306. ThePP 306 operates to received themessage 310 and incorporate the flow to CoA mappings into local policy information that is used by theMN 302 to determined flow routings for uplink communications. For this example, it will be assumed that themessage 310 indicates that flow A and flow B are mapped to CoA2 which is associated withaccess network # 2. ThePP 306 then operates to control the uplink transmissions from theMN 302 so that flows A and B are transmitted using theaccess network # 2. - As described, implementations of the mobile IP flow control system are operable to allow network node (i.e., HA, infrastructure elements, network operators, etc.) to control which access networks a MN uses for uplink communication of particular flows. It should be noted that the system is also applicable to the operation of MAGs.
-
FIG. 4 shows a simplified schematic drawing of theMN 302 as illustrated inFIG. 3 . TheMN 302 comprisesphysical interfaces access networks # 1 and #2, respectively.Applications 402 generate flows A and B for uplink transmission to a CN via its associated HoA using one of theaccess networks # 1 or #2. - During operation, the
message 310 is received from theHA 304, which provides a mapping between flows and CoAs. For example, themessage 310 may be a BA message, GN message, or any other type of message that indicates that flows A and B are to be transmitted over the access network associated with CoA2. Themessage 310 is passed to thePP 306. ThePP 306 operates to decode themessage 310 and incorporate the flow to CoA mappings into local policy information. - When the flows A and B reach the
PP 306 from theapplications 402, thePP 306 operates to determine the CoAs associated with each of these flows from the local policy information. Once the CoAs are determined, thePP 306 operates to route these flows for uplink transmission over access networks associated with those CoAs. For example, the flows will be transmitted using tunnels associated with those CoAs. In this case, both flows are routed for uplink transmission over theaccess network # 2 that is associated with CoA2. - As described, the mobile IP flow control system, allows network infrastructure to control which access networks or access paths are used to transmit particular flows in uplink transmissions from a mobile node or mobile gateway.
-
FIG. 5 shows an exemplary mobile policy hardware, such as anMPC 500 for use in a mobile IP flow control system. For example, theMPC 500 is suitable for use in a network infrastructure node, such as thehome agent 304 shown inFIG. 3 . TheMPC 500 comprises aprocessor 502 coupled to amemory 504. It should be noted that theMPC 500 is just an exemplary implementation and that other implementations are possible. - The
memory 504 comprises a storage device, ASIC, or any combination thereof. Thememory 504 operates to store aBC 508 and control software (CSW)modules 506. TheBC 508 comprises binding information that maps HoA of network devices, such as mobile nodes, to associated CoAs. It is possible that the HoA of a device, such as a mobile node, be map to more than one CoA. TheCSW modules 506 comprises any suitable applications, codes, instructions or any other type of software that can be executed by theprocessor 502 to perform the functions described herein. - The
processor 502 comprises a Central Processing Unite (CPU), gate array, hardware logic, memory elements, circuitry, firmware and/or any combination thereof. Theprocessor 502 operates to execute theCSW modules 506 to perform the functions described herein. Theprocessor 502 comprises acommunication link 510 to receive network information and amessage link 512 to send and receive message with devices, such as mobile devices. - During a binding registration process, the
processor 502 receives BU messages over the message link 512 from mobile devices or mobile gateways. Theprocessor 502 decodes the BU messages to update theBC 508 with binding information. Theprocessor 502 also receives network information overnetwork link 510. The network information comprises QoS information, network capacity, network loading, and/or any other information related to one or more access networks. Theprocessor 502 also receives device and flow information. For example, the device information may be received from the BU message or the network and indicates the type of device and any other parameters associated with the device, such as processing or link capacity. The flow information is received from the device or the network and indicates the type of flow (such as data or multimedia) and any other characteristics associated with the flow. - The
processor 502 operates to process the network, device and flow information to determine which CoAs are to be associated with uplink communications of particular flows transmitted from particular mobile nodes or mobile gateways. For example, theprocessor 502 determines that uplink transmissions of multimedia flows from a particular mobile node are to use a particular access network associated with a particular CoA. - In one implementation, the 502 operates to incorporate flow to CoA mappings into a BA message that is transmitted using the message link 512 to a mobile node in response to a BU message. The mobile node process the BA message to incorporate the flow to CoA mappings into its local policy information. When a flow is to be transmitted in an uplink transmission, the local policy information at the mobile node is used to determine which access network and/or tunnel to use for the uplink transmission based on the CoA associated with that flow. Thus, the
MPC 500 is operable to control mobile IP flow movements in uplink communications from MNs and MAGs. - In the exemplary embodiment, the mobile IP flow control system comprises a computer program product having one or more program instructions (“instructions”) or sets of “codes” stored or embodied on a machine-readable medium. When the codes are executed by at least one processor, for instance, the
processor 502, their execution causes theMPC 500 to provide the functions of the mobile IP flow control system described herein. For example, the machine-readable medium comprises a floppy disk, CDROM, memory card, FLASH memory device, RAM, ROM, or any other type of memory device or machine-readable medium contained within or coupled to theMPC 500. The sets of codes, when executed, operate to provide a mobile IP flow control system as described herein. -
FIG. 6 shows an exemplary hardware implementation, such as apolicy processor 600 for use in a mobile IP flow control system. For example, thePP 600 is suitable for use in a mobile node or mobile gateway, for instance, at theMN 302 shown inFIG. 4 or theMAG 112 shown inFIG. 1 . ThePP 600 comprisesprocessor 602 coupled tomemory 604. It should be noted that thePP 600 is just an exemplary implementation and that other implementations are possible. - The
memory 604 comprises a storage device, ASIC, or any combination thereof. Thememory 604 operates to storelocal policy information 608 and policy software (PSW)modules 606. Thelocal policy information 608 comprises a mapping between flows and CoAs. For example, if thePP 600 is located in a mobile node, thelocal policy information 608 comprises a mapping between flows and CoAs associated with the mobile node. - The
PSW modules 606 comprises any suitable applications, codes, instructions or any other type of software that can be executed by theprocessor 602 to perform the functions described herein. - The
processor 602 comprises a CPU, gate array, hardware logic, memory elements, circuitry, firmware and/or any combination thereof. Theprocessor 602 operates to execute thePSW modules 606 to perform the functions described herein. Theprocessor 602 comprises amessage link 610 to send and receive messages with network infrastructure devices, such as home agents. - Assuming the
PP 600 is located at a mobile node that is in communication with multiple access networks, a binding registration process occurs. During the binding registration process, the MN transmits a BU message to its home agent to inform the home agent of the CoAs associated with each access network at which the MN can be reached. In response, the home agent transmits a BA message that comprises flow to CoA mappings as described above with reference to theMPC 500. - The
processor 602 receives the BA message from the home agent over themessage link 610. Theprocessor 602 decodes the BA messages to obtain the flow to CoA mappings that are used to update thelocal policy information 608. It should be noted that the processor may also receive a GN message or any other message containing the flow to CoA mappings. - During operation, an application at the MN generates a flow for uplink transmission to a CN. Information identifying the flow is provided to the
processor 602 through thecommunication link 612. For example, thelink 612 allows theprocessor 602 to communicate with other entities at the MN to obtain the information about the flow. - The
processor 602 operates to query thelocal policy information 608 to determine a CoA associated with that flow. Once a CoA is determined, theprocessor 602 signals the CoA to a transceiver at the MN using thelink 612 so that the flow can be transmitted in an uplink communication using a tunnel and/or access network associated with that CoA. Thus, thePP 600 is operable to control mobile IP flow movements based on flow to CoA mappings received from a network infrastructure node, such as a home agent. - In the exemplary embodiment, the mobile IP flow control system comprises a computer program product having one or more program instructions (“instructions”) or sets of “codes” stored or embodied on a machine-readable medium. When the codes are executed by at least one processor, for instance, the
processor 602, their execution causes thePP 600 to provide the functions of the mobile IP flow control system described herein. For example, the machine-readable medium comprises a floppy disk, CDROM, memory card, FLASH memory device, RAM, ROM, or any other type of memory device or machine-readable medium contained within or coupled to thePP 600. The sets of codes, when executed, operate to provide a mobile IP flow control system as described herein. -
FIG. 7 shows anexemplary message structure 700 for use in a mobile IP flow control system. For example, themessage structure 700 may be part of a BA message transmitted from a HA to a mobile node or mobile gateway. Themessage structure 700 may also be used as part of a generic notification message or any other message type. - The
message structure 700 comprises aflow identifier 702 that identifies a particular flow. Themessage structure 700 also comprises aflow type identifier 704 that identifiers a particular flow type. Themessage structure 700 also comprises aCoA identifier 706 that identifies a particular CoA. - Thus, the
message structure 700 operates to allow a network infrastructure node, such as a HA, to provide a mapping of flows to CoAs to mobile devices and mobile gateways. -
FIG. 8 shows anexemplary method 800 for operating a MPC in an infrastructure node to provide a mobile IP flow control system. For example, themethod 800 may be performed by theMPC 500 operating at a home agent in a communication network. For illustration, themethod 800 is described below with reference to theMPC 500 shown inFIG. 5 . For example, theprocessor 502 executes one or more sets of codes that are part of theCSW 506 to control theMPC 500 to perform the functions described below. - At
block 802, a mapping between HoAs and CoAs for nodes in a communication network is maintained. For example, theprocessor 502 receives BU messages from one or more mobile nodes that include mappings between HoAs and CoAs. Theprocessor 502 uses this information to update theBC 508. Thus, HoA to CoA mappings are generated and maintained. - At
block 804, network, device, and flow information is received. For example the network information identifies various network operational parameters, such as QoS, network bandwidth, loading and/or any other network parameters. The device information comprises device type, processing power, link capacity and/or any other device information. The flow information comprises flow type, data rate and/or any other flow information. For example, the network, device, and flow information is received by theprocessor 502 from the network over thelink 510 and/or from interactions with one or more mobile devices. - At
block 806, access networks or access paths to be used by selected nodes for uplink transmissions of selected flows are determined. For example, with respect to a selected MN coupled to multiple access networks, the network, device, and flow information is used to determine which access network is to be used for uplink transmission of selected flows. For example, the information is used to determine which access network is to be used for the uplink transmission of data flows and which access network is to be used for the uplink transmission of multimedia flows. - These access network determinations are incorporated into a flow to CoA mapping. For example, with respect to a particular MN, each registered CoA is associated with a particular access network. Therefore, mapping a flow to the corresponding CoA allows the MN to determine in an efficient manner the access network to be used for the uplink communication of the particular flow.
- At
block 808, the selected node is notified of the flow to CoAs mappings. For example, theprocessor module 502 assembles a BA message that comprises the mapping of flows to CoAs. The BA message is transmitted to the mobile node using thecommunication link 512. In another implementation, the flow to CoA mappings is transmitted as part of a GN message or as part of any other message type. - As described, the
method 800 operates to describe the operation of a MPC in an infrastructure node, such as a home agent, to provide a mobile IP flow control system. It should be noted that themethod 800 is just one implementation and that the operations of themethod 800 may be rearranged or otherwise modified. -
FIG. 9 shows anexemplary method 900 for operating a policy processor in a mobile node or mobile gateway to provide a mobile IP flow control system. For clarity, themethod 900 is described below with reference to thePP 600 shown inFIG. 6 . For example, theprocessor 602 executes one or more sets of codes that are part of thePSW 606 to control thePP 600 to perform the functions described below. - At
block 902, flows to CoAs mappings are received. For example, a BA message from a HA is received on thelink 610 by theprocessor 602 that comprises mappings between flows and CoAs associated with the MN. In one implementation, the BA message includes themessage structure 700, which provides the flows to CoAs mappings. - At
block 904, local policy information is updated with the CoAs. For example, theprocessor 602 updates thelocal policy information 608. - At
block 906, a determination is made as to whether a flow needs to be transmitted in an uplink transmission. For example, theprocessor 602 determines from thelink 612 whether or not an application at the MN needs to transmit a flow in an uplink transmission. If a flow needs to be transmitted in an uplink transmission, the method proceeds to block 908. Otherwise, the method proceeds to block 902. - At
block 908, a CoA for the flow is determined from the local policy information. For example, theprocessor 602 accesses thelocal policy information 608 to determine a CoA associated with the selected flow to be transmitted. - At
block 910, a tunnel and/or access network for the uplink transmission is determined. For example, theprocessor 602 uses the CoA associated with the flow to determine the tunnel and/or access network to use for the uplink transmission. - At
block 912, the flow is transmitted on the uplink using the determined tunnel and/or access network. For example, theprocessor 602 passes the information identifying the tunnel and/or access network to the transmission logic at the MN using thelink 612. The transmission logic then performs the uplink transmission using the appropriate access path. - As described, the
method 900 describes the operation of a policy processor in a mobile node or mobile gateway to provide a mobile IP flow control system. It should be noted that themethod 900 is just one implementation and that the operations of themethod 900 may be rearranged or otherwise modified. - The various illustrative logics, logical blocks, modules, and circuits described in connection with the implementations disclosed herein may be implemented or performed with a general purpose processor, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A general-purpose processor may be a microprocessor, but, in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
- In the exemplary embodiments, the functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk and blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
- The steps of a method or algorithm described in connection with the implementations disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, a hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor, such that the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a wireless communication device. In the alternative, the processor and the storage medium may reside as discrete components in a wireless communication device.
- This description is provided to enable any person skilled in the art to make or use the present invention. Various modifications may be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other implementations, e.g., in an instant messaging service or any general wireless data communication applications, without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the implementations shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein. The word “exemplary” is used exclusively herein to mean “serving as an example, instance, or illustration.” Any implementation described herein as “exemplary” is not necessarily to be construed as preferred or advantageous over other implementation.
- Accordingly, while implementations of a mobile IP flow control system have been illustrated and described herein, it will be appreciated that various changes can be made without departing from their spirit or essential characteristics. Therefore, the disclosures and descriptions herein are intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims.
Claims (48)
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/469,432 US8194551B2 (en) | 2008-06-09 | 2009-05-20 | Methods and apparatus for network controlled mobile IP flow movement |
CN200980121467.9A CN102057733B (en) | 2008-06-09 | 2009-06-05 | Methods and apparatus for network controlled mobile IP flow movement |
PCT/US2009/046517 WO2009152059A1 (en) | 2008-06-09 | 2009-06-05 | Methods and apparatus for network controlled mobile ip flow movement |
JP2011513594A JP5174236B2 (en) | 2008-06-09 | 2009-06-05 | Method and apparatus for network controlled mobile IP flow operation |
KR1020117000495A KR101296541B1 (en) | 2008-06-09 | 2009-06-05 | Methods and apparatus for network controlled mobile ip flow movement |
EP09763350A EP2301287A1 (en) | 2008-06-09 | 2009-06-05 | Methods and apparatus for network controlled mobile ip flow movement |
TW098119071A TW201004249A (en) | 2008-06-09 | 2009-06-08 | Methods and apparatus for network controlled mobile IP flow movement |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US6007508P | 2008-06-09 | 2008-06-09 | |
US12/469,432 US8194551B2 (en) | 2008-06-09 | 2009-05-20 | Methods and apparatus for network controlled mobile IP flow movement |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090303881A1 true US20090303881A1 (en) | 2009-12-10 |
US8194551B2 US8194551B2 (en) | 2012-06-05 |
Family
ID=41400227
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/469,432 Expired - Fee Related US8194551B2 (en) | 2008-06-09 | 2009-05-20 | Methods and apparatus for network controlled mobile IP flow movement |
Country Status (7)
Country | Link |
---|---|
US (1) | US8194551B2 (en) |
EP (1) | EP2301287A1 (en) |
JP (1) | JP5174236B2 (en) |
KR (1) | KR101296541B1 (en) |
CN (1) | CN102057733B (en) |
TW (1) | TW201004249A (en) |
WO (1) | WO2009152059A1 (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110199981A1 (en) * | 2008-10-22 | 2011-08-18 | Panasonic Corporation | Communication system, communication method, network side communication device and communication terminal |
US20120093019A1 (en) * | 2009-07-06 | 2012-04-19 | Huawei Technologies Co., Ltd. | Communication method, device and system |
US8194551B2 (en) * | 2008-06-09 | 2012-06-05 | Qualcomm Incorporated | Methods and apparatus for network controlled mobile IP flow movement |
WO2013127430A1 (en) * | 2012-02-28 | 2013-09-06 | Nokia Siemens Networks Oy | Non-conflicting traffic control with different types of network selection information |
US20140185524A1 (en) * | 2011-05-16 | 2014-07-03 | Nokia Corporation | Method and apparatus for considering routing information in the determination of an access network to be utilized |
WO2014119966A1 (en) * | 2013-01-31 | 2014-08-07 | 엘지전자 주식회사 | Method for steering traffic in wireless communications system and apparatus for supporting same |
EP2842357A4 (en) * | 2012-04-27 | 2016-01-27 | Nec Corp | Communication apparatus, communication method, communication system, control apparatus and program |
US10084728B2 (en) | 2015-05-11 | 2018-09-25 | Futurewei Technologies, Inc. | Localized traffic flow management in a wireless network |
EP4472170A1 (en) * | 2023-06-02 | 2024-12-04 | Deutsche Telekom AG | Techniques to efficiently combine non-seamless-offload and pdu/pdn sessions |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101225853B1 (en) * | 2011-05-31 | 2013-01-23 | 삼성에스디에스 주식회사 | Apparatus and Method for Controlling IP Address of Data |
JP6075215B2 (en) * | 2013-06-04 | 2017-02-08 | パナソニックIpマネジメント株式会社 | Communication device, transfer control method, and transfer control program |
WO2014038135A1 (en) * | 2012-09-06 | 2014-03-13 | パナソニック株式会社 | Communication apparatus, transfer control method and transfer control program |
CN104349386A (en) * | 2013-08-06 | 2015-02-11 | 电信科学技术研究院 | Method and device for realizing IP (internet protocol) flow mobility in multi-access system |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030073452A1 (en) * | 2001-10-02 | 2003-04-17 | Ntt Docomo, Inc. | Mobility management system, and mobile node used in the system, mobility management method, mobility management program, and mobility management node |
US20030142673A1 (en) * | 2002-01-28 | 2003-07-31 | Basavaraj Patil | Method and system for securing mobile IPV6 home address option using ingress filtering |
US20050144321A1 (en) * | 2003-12-15 | 2005-06-30 | Dan Forsberg | Method for moving of flows in communication networks |
US20050207394A1 (en) * | 2002-12-17 | 2005-09-22 | Haruyuki Takeyoshi | Load decentralization method and apparatus thereof |
US20060218298A1 (en) * | 2005-03-23 | 2006-09-28 | Edward Knapp | Methods and apparatus for using multiple wireless links with a wireless terminal |
US20080107123A1 (en) * | 2004-12-22 | 2008-05-08 | Johan Rune | Methods and Mobile Routers in a Communications System for Routing a Data Packet |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3657248B2 (en) * | 2002-08-09 | 2005-06-08 | 日本電信電話株式会社 | Mobile terminal communication method and mobile terminal |
JP2006345174A (en) * | 2005-06-08 | 2006-12-21 | Sharp Corp | Transmission and reception method, program and recording medium |
CN1889516A (en) * | 2006-07-28 | 2007-01-03 | 北京航空航天大学 | Stream-oriented mobile management system and management method under mobile IPv6 environment |
CN101119314B (en) * | 2007-09-14 | 2010-06-23 | 中国科学院计算技术研究所 | Multimode terminal service stream control system and device and method |
US8194551B2 (en) * | 2008-06-09 | 2012-06-05 | Qualcomm Incorporated | Methods and apparatus for network controlled mobile IP flow movement |
-
2009
- 2009-05-20 US US12/469,432 patent/US8194551B2/en not_active Expired - Fee Related
- 2009-06-05 EP EP09763350A patent/EP2301287A1/en not_active Withdrawn
- 2009-06-05 CN CN200980121467.9A patent/CN102057733B/en not_active Expired - Fee Related
- 2009-06-05 JP JP2011513594A patent/JP5174236B2/en not_active Expired - Fee Related
- 2009-06-05 KR KR1020117000495A patent/KR101296541B1/en not_active Expired - Fee Related
- 2009-06-05 WO PCT/US2009/046517 patent/WO2009152059A1/en active Application Filing
- 2009-06-08 TW TW098119071A patent/TW201004249A/en unknown
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030073452A1 (en) * | 2001-10-02 | 2003-04-17 | Ntt Docomo, Inc. | Mobility management system, and mobile node used in the system, mobility management method, mobility management program, and mobility management node |
US20030142673A1 (en) * | 2002-01-28 | 2003-07-31 | Basavaraj Patil | Method and system for securing mobile IPV6 home address option using ingress filtering |
US20050207394A1 (en) * | 2002-12-17 | 2005-09-22 | Haruyuki Takeyoshi | Load decentralization method and apparatus thereof |
US20050144321A1 (en) * | 2003-12-15 | 2005-06-30 | Dan Forsberg | Method for moving of flows in communication networks |
US20080107123A1 (en) * | 2004-12-22 | 2008-05-08 | Johan Rune | Methods and Mobile Routers in a Communications System for Routing a Data Packet |
US20060218298A1 (en) * | 2005-03-23 | 2006-09-28 | Edward Knapp | Methods and apparatus for using multiple wireless links with a wireless terminal |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8194551B2 (en) * | 2008-06-09 | 2012-06-05 | Qualcomm Incorporated | Methods and apparatus for network controlled mobile IP flow movement |
US20110199981A1 (en) * | 2008-10-22 | 2011-08-18 | Panasonic Corporation | Communication system, communication method, network side communication device and communication terminal |
US9813901B2 (en) * | 2008-10-22 | 2017-11-07 | Panasonic Intellectual Property Corporation Of America | Communication system, communication method, network side communication device and communication terminal |
US9635588B2 (en) * | 2009-07-06 | 2017-04-25 | Huawei Technologies Co., Ltd. | Method and apparatus for coordinated multi-point transmission with negotiated quality of service |
US20120093019A1 (en) * | 2009-07-06 | 2012-04-19 | Huawei Technologies Co., Ltd. | Communication method, device and system |
US20140185524A1 (en) * | 2011-05-16 | 2014-07-03 | Nokia Corporation | Method and apparatus for considering routing information in the determination of an access network to be utilized |
US9769726B2 (en) * | 2011-05-16 | 2017-09-19 | Nokia Technologies Oy | Method and apparatus for considering routing information in the determination of an access network to be utilized |
WO2013127430A1 (en) * | 2012-02-28 | 2013-09-06 | Nokia Siemens Networks Oy | Non-conflicting traffic control with different types of network selection information |
US20150327153A1 (en) * | 2012-02-28 | 2015-11-12 | Nokia Solutions And Networks Oy | Non-conflicting traffic control with different types of network selection information |
EP2842357A4 (en) * | 2012-04-27 | 2016-01-27 | Nec Corp | Communication apparatus, communication method, communication system, control apparatus and program |
WO2014119966A1 (en) * | 2013-01-31 | 2014-08-07 | 엘지전자 주식회사 | Method for steering traffic in wireless communications system and apparatus for supporting same |
US10084728B2 (en) | 2015-05-11 | 2018-09-25 | Futurewei Technologies, Inc. | Localized traffic flow management in a wireless network |
EP4472170A1 (en) * | 2023-06-02 | 2024-12-04 | Deutsche Telekom AG | Techniques to efficiently combine non-seamless-offload and pdu/pdn sessions |
WO2024246353A1 (en) * | 2023-06-02 | 2024-12-05 | Deutsche Telekom Ag | Techniques to efficiently combine non-seamless-offload and pdu/pdn sessions |
Also Published As
Publication number | Publication date |
---|---|
WO2009152059A1 (en) | 2009-12-17 |
TW201004249A (en) | 2010-01-16 |
CN102057733A (en) | 2011-05-11 |
US8194551B2 (en) | 2012-06-05 |
KR20110027771A (en) | 2011-03-16 |
KR101296541B1 (en) | 2013-09-16 |
JP5174236B2 (en) | 2013-04-03 |
JP2011524684A (en) | 2011-09-01 |
CN102057733B (en) | 2014-02-26 |
EP2301287A1 (en) | 2011-03-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8194551B2 (en) | Methods and apparatus for network controlled mobile IP flow movement | |
JP5214737B2 (en) | Method and apparatus for use in a communication network | |
US8279807B2 (en) | Communication control method, network node, and mobile terminal | |
US8077686B2 (en) | Multiple packet data network support over trusted access | |
US8731547B2 (en) | Network node and mobile terminal | |
US8155078B2 (en) | Systems and methods for using internet mobility protocols with non internet mobility protocols | |
JP5113192B2 (en) | Configuration of base stations that function as regional mobility agents | |
KR20090121380A (en) | Tunneling support for mobile IP using key for flow identification | |
EP1927228A1 (en) | Multiple interface mobile node with simultaneous home- and foreign network connection | |
JP2013169015A (en) | System and method for redirecting messages to active interface of multiple-interface device | |
JP5362732B2 (en) | Support for multihoming protocols | |
US20120163219A1 (en) | METHOD AND APPARATUS FOR SUPPORTING MOBILITY BASED ON FLOW IN PMIPv6 | |
US20100085898A1 (en) | Methods for detecting routing loops between home agents | |
US20100174828A1 (en) | METHOD AND SYSTEM FOR OPTIMIZING ROUTING BETWEEN NODES IN PROXY MOBILE IPv6 NETWORK | |
CN102769676B (en) | Internet protocol (IP) network mobile management method, device and system | |
US20150009977A1 (en) | Method and system for managing the mobility of a mobile network | |
KR20100084913A (en) | Method and system for performing a hand-off of mobile network using proxy mobile internet protocol version 6 | |
WO2009002075A2 (en) | Method and system for optimizing routing between nodes in proxy mobile ipv6 network | |
Park et al. | Design and performance analysis for intelligent F-PMIPv6 mobility support for smart manufacturing | |
KR100765798B1 (en) | Method for route optimization with dual mobile IPv4 node in IPv6-only network | |
KR101441499B1 (en) | How to optimize route between heterogeneous Mobile IP domains | |
CN108809934A (en) | A kind of mobility management protocol machinery of consultation in IPv6 networks | |
CN103516603A (en) | Routing optimization method, device and system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: QUALCOMM INCORPORATED, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:TSIRTSIS, GEORGIOS;AHMAVAARA, KALLE;JIN, HAIPENG;AND OTHERS;REEL/FRAME:022874/0883;SIGNING DATES FROM 20090521 TO 20090526 Owner name: QUALCOMM INCORPORATED, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:TSIRTSIS, GEORGIOS;AHMAVAARA, KALLE;JIN, HAIPENG;AND OTHERS;SIGNING DATES FROM 20090521 TO 20090526;REEL/FRAME:022874/0883 |
|
REMI | Maintenance fee reminder mailed | ||
LAPS | Lapse for failure to pay maintenance fees | ||
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20160605 |