WO2012172729A1 - 移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体 - Google Patents

移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体 Download PDF

Info

Publication number
WO2012172729A1
WO2012172729A1 PCT/JP2012/003320 JP2012003320W WO2012172729A1 WO 2012172729 A1 WO2012172729 A1 WO 2012172729A1 JP 2012003320 W JP2012003320 W JP 2012003320W WO 2012172729 A1 WO2012172729 A1 WO 2012172729A1
Authority
WO
WIPO (PCT)
Prior art keywords
record
dns
epc node
epc
dns server
Prior art date
Application number
PCT/JP2012/003320
Other languages
English (en)
French (fr)
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 日本電気株式会社
Priority to US14/115,696 priority Critical patent/US9319921B2/en
Priority to BR112013032216A priority patent/BR112013032216A2/pt
Priority to EP12800404.1A priority patent/EP2723116B1/en
Priority to JP2013520413A priority patent/JP5673817B2/ja
Publication of WO2012172729A1 publication Critical patent/WO2012172729A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/0205Traffic management, e.g. flow control or congestion control at the air interface
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5076Update or notification mechanisms, e.g. DynDNS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1008Server selection for load balancing based on parameters of servers, e.g. available memory or workload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/08Load balancing or load distribution
    • H04W28/088Load balancing or load distribution among core entities

Definitions

  • the present invention relates to a mobile communication system, a control method thereof, and a non-transitory computer-readable medium storing a control program, and in particular, an EPC (Evolved Packet Core) that forms the core of an LTE (Long Term Evolution) network.
  • EPC Evolved Packet Core
  • LTE Long Term Evolution
  • LTE Long Term Evolution
  • eUTRAN Evolved Universal Terrestrial Radio Network
  • EPC Evolved Packet Core
  • the MME Mobility Management Entity
  • NAPTR Network Authority Pointer
  • SRV Service
  • DNS Domain Name Server
  • FIG. 3 is an explanatory diagram for explaining the flow of processing when an MME (Mobility Management Entity) selects an S-GW (Serving Gateway) in a conventional EPC (Evolved Packet Core) network. As shown in the figure, there are three gateways, S-GW1, 31, S-GW2, 32, and S-GW3, 33.
  • the MME 35 inquires of the DNS server 34 about the connectable S-GW address (step S301). In response to this inquiry, the MME 35 receives a plurality of NAPTR records shown in Table 1 indicating connectable S-GWs from the DNS server 34 (step S302). The MME 34 that has received a plurality of NAPTR records selects a specific NAPTR record having the highest priority according to the priorities set in the Order field and the Preferences field of the received NAPTR records.
  • the MME 35 sets the FQDN (Fully Qualified Domain Name: Complete) set as the output result in the Replacement field.
  • Qualified domain name indicates the fully qualified domain name consisting of A / AAAAA RR (IPv4 address / IPv6 address Resource Record) and the S-GW address corresponding to the selection target. -Determine as GW.
  • SRV RR Service Resource Record
  • the MME 35 that has received the SRV record from the DNS server 34 selects the SRV RR (Resource Record) having the highest priority according to the priority set in the Priority field and the Weight field of the received SRV record. Then, the FQDN set as the connection destination in the Target field is extracted.
  • the FQDN indicates the fully qualified domain name of A / AAAAA RR (IPv4 address / IPv6 address resource record), it indicates the address of the S-GW corresponding to the selection target. Determine as GW.
  • the MME 35 is a specific S-GW determined as a selection target among the three gateways of S-GW1, 31, S-GW2, 32, S-GW3, 33 according to the priority of the selected NAPTR record or SRV record, for example, S-GW2.
  • connection instruction By transmitting a connection instruction to 32 (step S303), connection is made to the corresponding S-GW, for example, S-GW2 32.
  • FIG. 4 is a sequence diagram showing a sequence of control signals transmitted and received between the MME 35 and the DNS server 34 in the processing flow of FIG. The flow of control signals transmitted and received between the MME 35 and the DNS server 34 when the MME 35 selects the S-GW will be further described below based on the sequence diagram of FIG.
  • the MME 35 sends a NAPTR RR (NAPTR resource record) query to the DNS server 34 to inquire about the address of the connectable S-GW (sequence S401).
  • the DNS server 34 Upon receiving the NAPTR RR query from the MME 35, the DNS server 34 appropriately extracts a plurality of NAPTR RRs indicating connectable S-GWs, and returns them as DNS responses to the NAPTR RR query to the inquiring MME 35 (sequence S402). ).
  • SRV RR SRV resource record
  • the DNS server 34 that has received the SRV RR query from the MME 35 appropriately extracts the SRV RR corresponding to the designated FQDN, and returns the extracted SRV RR as a DNS response to the SRV RR query to the inquiring MME 35 (sequence S405).
  • the MME 35 that has received the DNS response from the DNS server 34 selects one SVR RR from the SRV RR list of the received DNS response according to the priority (sequence S406), and the domain of the SVR RR If FQDN (name of A / AAAAA RR) is set in the Target field as a name, an A / AAAAA RR query is sent to the DNS server 34, and the A / AAAAA RRIPv4 address / IPv6 of the SVR RR Query address resource record) (sequence S407)
  • the DNS server 34 Upon receiving the A / AAAAA RR query from the MME 35, the DNS server 34 extracts the fully qualified domain name A / AAAAA RR corresponding to the specified SVR RR, and as the DNS response to the A / AAAAA RR query, the MME 35 of the inquiry source Is returned (sequence S408).
  • the DNS server in order to respond to the inquiry about the domain name, performs initial registration with the setting content of the DNS resource record arranged in the DNS server as a fixed value.
  • the EPC nodes (MME / S-GW / P-GW / SGSN) are selected according to the priority of the DNS resource record set at the initial DNS server registration.
  • the present invention has been made in view of such circumstances.
  • a mobile communication system that selects an optimal EPC node that eliminates a load bias in consideration of a load bias in an EPC network, a control method thereof, and a control method thereof It is an object to provide a non-transitory computer readable medium storing a program.
  • the mobile communication system according to the present invention, the control method thereof, and the non-transitory computer-readable medium storing the program mainly adopt the following characteristic configuration.
  • a mobile communication system uses an EPC node to be used among the EPC nodes constituting an EPC (Evolved Packet Core) network that forms the core of an LTE (Long Term Evolution) network for mobile communication.
  • EPC Evolved Packet Core
  • LTE Long Term Evolution
  • each of the EPC nodes has its own EPC. Selection priority of the DNS resource record related to the EPC node when it is detected that the resource usage state of the node has exceeded an overload threshold set in advance to detect that the node is approaching an overload state DNS resources for the DNS server
  • a DNS (Dynamic DNS) client function for transmitting a record update request is provided.
  • the DNS server has a DNS server function for dynamically updating the DNS resource record, and the DNS resource record is updated from the EPC node. When the request is received, the DNS resource record is dynamically updated in response to the update request.
  • a mobile communication system control method uses an EPC node to be used among EPC nodes constituting an EPC (Evolved Packet Core) network forming the core of an LTE (Long Term Evolution) network for mobile communication. Is selected by the DNS server based on the selection priority in the DNS resource record set and registered in the DNS server, thereby distributing the load of each EPC node, Each EPC node is related to the EPC node when it detects that the resource usage state of its own EPC node has exceeded an overload threshold set in advance to detect that it is approaching an overload state.
  • EPC Evolved Packet Core
  • the DNS server In order to lower the selection priority of the DNS resource record, the DNS server And a DNS (Dynamic DNS) client function for sending a DNS resource record update request, while the DNS server has a DNS server function for dynamically updating the DNS resource record.
  • DNS Dynamic DNS
  • a non-transitory computer-readable medium storing a control program for a mobile communication system according to the present invention is capable of executing at least the mobile communication system control method according to (2) above by a computer. To do.
  • the non-transitory computer-readable medium storing the mobile communication system, its control method, and program of the present invention can provide the following effects.
  • the first effect is that when each EPC node detects that its own EPC node is approaching an overload state, a DNS resource record (NAPTR record or SRV record) related to its own EPC node set and registered in the DNS server )
  • NAPTR record or SRV record related to its own EPC node set and registered in the DNS server
  • the second effect is that after the selection priority is changed, the EPC node that has completely removed from the overload state and has a margin in the resource state is the DNS resource related to the own EPC node that is set and registered in the DNS server.
  • FIG. 1 is a system configuration diagram illustrating an example of a system configuration of a mobile communication system according to the present invention.
  • FIG. 2 is a sequence diagram for explaining an example of the operation of the mobile communication system in FIG. 1. It is explanatory drawing explaining the flow of a process when MME (Mobility Management Entity) selects S-GW (Serving Gateway) in the conventional EPC (Evolved Packet Core) network. It is a sequence diagram which shows the sequence of the control signal transmitted / received between MME and a DNS server in the flow of the process of FIG.
  • MME Mobility Management Entity
  • S-GW Serving Gateway
  • EPC Evolved Packet Core
  • a mobile communication system and a mobile communication system control method according to the present invention will be described.
  • the mobile communication system control method is implemented as a mobile communication system control program executable by a computer.
  • the control program of the mobile communication system may be recorded on a computer-readable recording medium.
  • the present invention relates to each node constituting an EPC network, that is, each EPC node (MME / S-GW / P-GW) in an EPC (Evolved Packet Core) network defined by 3GPP (3rd Generation Partnership Project).
  • the main feature is to select an optimal EPC node according to the load state of / SGSN) and to eliminate the load imbalance of each EPC node.
  • the DNS server has a DNS (Dynamic DNS) server function capable of dynamically updating a DNS resource record, and is registered in the DNS server as a DNS resource record of its own EPC node. And by adding a supplemental NAPTR record that can identify the SRV record from the EPC node name (that is, the EPC node name associated with the IP address of the EPC node), It is possible to specify the DNS resource record of the EPC node in response to the update request of the EPC node, update the state to lower the priority of selection of the EPC node, and make it easier to select another EPC node. And
  • DNS Dynamic DNS
  • the newly added supplemental NAPTR record has the same format as the normal NAPTR record.
  • Flag “p”
  • Services “NAPTR” or “SRV”
  • Regexp ”of the NAPTR record.
  • the NAPTR record or SRV record is defined as the domain name of the NAPTR record or SRV record, and the NAPTR record or SRV record can be specified from the EPC node name by the supplemental NAPTR record.
  • the NAPTR record or SRV record related to the self EPC node selection can be specified by the supplemental NAPTR record.
  • the priority of the registered DNS resource record can be dynamically changed, and the overloaded EPC node can autonomously
  • the DNS resource record update request related to an EPC node it is possible to update the DNS resource record to lower its own EPC node selection priority, and dynamically and evenly distribute the load in the EPC network It becomes possible to make it.
  • FIG. 1 is a system configuration diagram showing an example of a system configuration of a mobile communication system according to the present invention.
  • each EPC node such as SGSN 102, MME 103, S-GW 104, P-GW 105, etc. constituting the EPC network has one or more, depending on the communication load required for each EPC node.
  • the EPC node that is arranged and selected by the DNS server 101 is used as appropriate, and is configured to achieve load distribution.
  • the DNS server 101 has a DNS (Dynamic DNS) server function defined by RFC (Request for Comments) 2136, that is, a dynamic DNS resource.
  • DNS resource record from each EPC node such as SGSN102, MME103, S-GW104, P-GW105, etc. that are also equipped with a record (DNS RR) update function (Dynamic Updates in the Domain Name System)
  • DNS RR Dynamic Updates in the Domain Name System
  • the DNS resource record registered in the DNS server 101 can be dynamically updated.
  • DNS resource records registered in the DNS server 101 are as follows. Record is also registered. (1) PTR record necessary for obtaining EPC node name from IP address (2) Supplemental NAPTR record necessary for obtaining domain name of SRV record and NAPTR record from EPC node name
  • the above-mentioned supplemental NAPTR record is registered in the DNS server 101 as a NAPTR record according to the following definition.
  • Services “NAPTR” or “SRV”
  • each EPC node such as SGSN 102, MME 103, S-GW 104, P-GW 105, etc., from the IP address of its own EPC node to DNS server 101 as a factor that leads to the selection of its own EPC node. It is possible to specify a registered DNS resource record, that is, a NAPTR record or an SRV record.
  • Each of the EPC nodes such as SGSN 102, MME 103, S-GW 104, and P-GW 105 interconnected with the DNS server 101 has a function of the DNS server 101 in addition to a normal DNS client function required in the EPC network.
  • the DDNS (Dynamic DNS) server function it also has a DDNS client function, and updates the NAPTR record and SRV record related to its own EPC node to the DNS server 101 as appropriate according to the current load state. A request can be sent.
  • each EPC node When the load of the own EPC node falls into an overload state, each EPC node instructs the DNS server 101 to lower the selection priority of the DNS resource record specified as the DNS resource record related to the own EPC node.
  • the DNS resource record update request is transmitted.
  • FIG. 2 is a sequence diagram for explaining an example of the operation of the mobile communication system of FIG. 1, from each EPC node 100 such as SGSN 102, MME 103, S-GW 104, P-GW 105, etc. constituting the EPC network to each EPC.
  • the EPC node 100 may be any of the SGSN 102, the MME 103, the S-GW 104, the P-GW 105, and the like constituting the EPC network.
  • each EPC node 100 such as SGSN 102, MME 103, S-GW 104, P-GW 105, etc. constituting the EPC network regularly monitors the current resource (CPU, memory, etc.) usage status of its own EPC node 100. Thus, it is determined whether or not the current resource usage state exceeds a predetermined overload threshold in order to detect a state in which the own EPC node 100 is approaching an overload state.
  • the EPC node 100 it is determined that 100 is approaching an overload state (sequence S201).
  • the EPC node 100 determined to be approaching the overload state searches the DNS server 101 for a PTR record query including the IP address of the own EPC node 100 in order to search for the EPC node name from the IP address of the own EPC node 100.
  • the DNS server 101 that has received the PTR record query refers to the PTR record based on the IP address included in the PTR record query, thereby determining the EPC node name of the EPC node 100 corresponding to the IP address. It is extracted and returned to the requesting EPC node 100 as a DNS response to the PTR record query (sequence S202).
  • the EPC node 100 that has determined that it is approaching an overload state inquires of the DNS server 101 and reverses the EPC node name of the own EPC node 100 from the IP address of the own EPC node 100.
  • the EPC node 100 that has received the EPC node name of its own EPC node 100 as a DNS response from the DNS server 101 performs its own EPC as pre-processing for obtaining the FQDN (fully qualified domain name, ie, A / AAAAA record) of its own EPC node 100
  • FQDN fully qualified domain name, ie, A / AAAAA record
  • a NAPTR record query including the EPC node name of the own EPC node 100 acquired in sequence S202 is transmitted to the DNS server 101.
  • the DNS server 101 that has received the NAPTR record query extracts a NAPTR record corresponding to the EPC node name based on the EPC node name included in the NAPTR record query in a form including a supplemental NAPTR record, A DNS response to the NAPTR record query is returned to the requesting EPC node 100 (sequence S203). That is, the EPC node 100 that has received the EPC node name of the own EPC node 100 from the DNS server 101 reversely looks up the NAPTR record from the EPC node name of the own EPC node 100 by making an inquiry to the DNS server 101.
  • the DNS server 101 that has received the NAPTR record query extracts a NAPTR record corresponding to the domain name based on the domain name of the NAPTR record included in the NAPTR record query, and as a DNS response to the NAPTR record query. Then, it is returned to the requesting EPC node 100 (sequence S204).
  • the DNS server 101 that has received the SRV record query extracts the SRV record corresponding to the domain name based on the domain name of the SRV record included in the SRV record query, and serves as a DNS response to the SRV record query. Then, it is returned to the requesting EPC node 100 (sequence S204). That is, the EPC node 100 that has received the supplemental NAPTR record corresponding to the EPC node name of the own EPC node 100 from the DNS server 101 corrects the NAPTR record and SRV record related to the own EPC node 100 by inquiring the DNS server 101. Pull.
  • the EPC node 100 that has received the SRV record corresponding to the value of the Regexpp field of the supplement NAPTR record as a DNS response in sequence S204 confirms the Target field of each received SRV record, and the value set in the Target field Is the same as the EPC node name of the local EPC node 100 acquired from the DNS server 101 in the sequence S202, the SRV record is an SRV record that leads to selection of the local EPC node 100.
  • the SRV record is held as the target SRV record (sequence S205).
  • the EPC node 100 that holds the NAPTR record to be updated in the sequence S205 sets the selection priority for selecting the EPC node 100 to a value lower than that of other EPC nodes of the same type on the DNS server 101 side.
  • Order '65535' (binary all'1) is set in the Order field and the Preferences field of the held NAPTR record as values having the lowest selection priority.
  • Preferences "65535" (binary all' 1 ') is set, and is transmitted to the DNS server 101 as a NAPTR record update request for changing the selection priority (sequence S206).
  • the DNS server 101 returns information indicating that the NAPTR record has been updated normally to the requesting EPC node 100 as a DNS response to the NAPTR record update request (sequence S207).
  • the EPC node 100 holding the SRV record to be updated in the sequence S205 sets the selection priority for selecting the EPC node 100 to a value lower than that of other EPC nodes of the same type.
  • the DNS server 101 returns information indicating that the SRV record has been normally updated as a DNS response to the SRV record update request to the requesting EPC node 100 (sequence S207).
  • the registration status of the DNS resource record of the DNS server 101 that is controlling the selection operation of the EPC node 100 that is approaching the overload state that is, the selection priority registration status of the NAPTR record and SRV record is updated It becomes difficult to select the EPC node 100, and it can be automatically set to a state in which another EPV node having a sufficient resource state is preferentially selected.
  • the EPC node 100 that has approached an overload state and has changed the selection priority continues to regularly monitor the current resource usage state. That is, in the EPC node 100, the current resource usage state has decreased below a normal state return threshold that has been set in advance in order to detect that the local EPC node 100 has completely left the overload state. It is determined whether or not.
  • the normal state return threshold may be set to a value equal to or lower than the overload threshold for detecting that an overload state is approaching. preferable.
  • the EPC node 100 When the EPC node 100 that has approached an overload state and has changed the selection priority, detects that the current resource usage state has fallen below the normal state return threshold, the EPC node 100 determines that its own EPC node 100 is overloaded. It is determined that the state has been completely removed from the load state, that is, it is determined that the overload state release condition is satisfied (sequence S208).
  • the EPC node 100 that has detected that the overload state cancellation condition has been satisfied, in order to have the selection priority for the EPC node 100 returned to the original state, holds the NAPTR record to be updated that was held in the sequence S205.
  • the SRV record is extracted and transmitted to the DNS server 101 as a NAPTR record update request and an SRV record update request for returning the selection priority to the original state (sequence S209).
  • the DNS server 101 In response to the update request, the DNS server 101 that has received the NAPTR record update request and the SRV record update request sends an order field and a preference field of the NAPTR record included in the NAPTR record update request and the SRV record update request. Update and register the status of the Priority field and Weight field of the included SRV record.
  • the DNS server 101 returns information indicating that the NAPTR record and the SRV record are normally updated to the requesting EPC node 100 as a DNS response to the update request for the NAPTR record and the SRV record. (Sequence S210).
  • the selection priority of the DNS resource record that is, the NAPTR record or SRV record of the DNS server 101 that controls the selection operation of the EPC node 100 that has completely removed from the overload state and has a margin in the resource state.
  • the EPC node 100 is removed from the state where the EPC node 100 is not selected even though the resource state of the EPC node 100 has a margin. Can be set automatically.
  • each EPC node 100 detects that its own EPC node 100 is approaching an overload state, its own EPC node registered in the DNS server 101 is registered.
  • DNS resource records NAPTR records and SRV records
  • the EPC node 100 that is approaching an overload state is set to a state in which it is difficult to select, and the resource state is set. It is possible to preferentially select other EPC nodes having a margin, and the load on the entire EPC network can be kept equal.
  • the EPC node 100 that has completely removed from the overload state and has a margin in the resource state has the DNS resource related to the own EPC node 100 set and registered in the DNS server 101.
  • the present invention has been described as a hardware configuration, but the present invention is not limited to this.
  • the present invention can also realize arbitrary processing by causing a CPU (Central Processing Unit) to execute a computer program.
  • the above-described program can be stored and supplied to a computer using various types of non-transitory computer readable media.
  • Non-transitory computer readable media include various types of tangible storage media.
  • non-transitory computer-readable media examples include magnetic recording media (for example, flexible disks, magnetic tapes, hard disk drives), magneto-optical recording media (for example, magneto-optical disks), CD-ROMs (Read Only Memory) CD-R, CD -R / W, including semiconductor memory (for example, mask ROM, PROM (Programmable ROM), EPROM (Erasable PROM), flash ROM, RAM (Random Access Memory)).
  • the program may also be supplied to the computer by various types of transitory computer readable media. Examples of transitory computer readable media include electrical signals, optical signals, and electromagnetic waves.
  • the temporary computer-readable medium can supply the program to the computer via a wired communication path such as an electric wire and an optical fiber, or a wireless communication path.
  • the EPC node to be used is set in the DNS resource record registered in the DNS server.
  • the load of each EPC node is distributed by selecting by the DNS server based on the selection priority of each EPC node, the resource usage state of the EPC node is changed to the overload state.
  • DNS resource record update request DDNS Dynamic D NS
  • the DNS server has a DNS server function for dynamically updating the DNS resource record, and the update request is received when the DNS resource record update request is received from the EPC node.
  • DDNS Dynamic D NS
  • a mobile communication system wherein the DNS resource record is dynamically updated in response to.
  • the EPC node to be used is set in the DNS resource record registered in the DNS server.
  • each EPC node has a resource usage state of its own EPC node.
  • the DNS resource record related to the EPC node is reduced in priority when it is detected that a preset overload threshold has been exceeded in order to detect that it is approaching an overload state.
  • the DNS server has a DNS server function to dynamically update the DNS resource record, when the DNS resource record update request is received from the EPC node, A control method for a mobile communication system, wherein the DNS resource record is dynamically updated in response to an update request.

Landscapes

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

Abstract

 EPCネットワーク内の負荷の偏りを解消させる最適なEPCノードを選択する移動通信システムを提供することができる。 EPCネットワークを構成するS-GW104、P-GW105等の各EPCノードのうち、使用するEPCノードを、DNSサーバ101に設定登録されているDNSリソースレコード内の選択優先度に基づいてDNSサーバ101で選択することによって各EPCノードの負荷を分散させる構成とし、かつ、各EPCノードは、それぞれ、自EPCノードのリソース使用状態が過負荷状態に近づきつつあることを検知した際に、当該EPCノードに関連するDNSリソースレコードの選択優先度を下げるように、DNSリソースレコードの更新要求をDNSサーバ101に送信する機能を備え、一方、DNSサーバ101は、EPCノードから該更新要求を受け取った際に、該更新要求に対応してDNSリソースレコードを動的に更新する。

Description

移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体
 本発明は、移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体に関し、特に、LTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core:進化型パケットコア)ネットワークにおける負荷を効率的に分散する移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体に関する。
 近年の移動通信システムの進展は急速であり、3GPP(3rd Generation Partnership Project)では、次期の移動通信システムとして、IP(Internet Protocol)プロトコルを用いてすべてのタイプのトラフィックに適合するモビリティを実現するLTE(Long Term Evolution)の規格化を進めている。LTEネットワークは、無線ネットワークのeUTRAN(Evolved Universal Terrestrial Radio Network)とコアネットワークを形成するEPC(Evolved Packet Core:進化型パケットコア)とによって構成されている。以下に、特許文献1の特表2010-539758号公報「LTEシステムにおいてユーザ静的IPアドレスのアドレッシングをサポートする方法、システムおよび装置」等においても今まで検討されている従来のEPCネットワークにおけるリソースの割当方法、負荷分散方法について説明する。
 MME(Mobility Management Entity)は、DNS(Domain Name Server)サーバにDNSリソースレコードとして登録されている、表1および表2で示すNAPTR(Naming Authority Pointer)レコード/SRV(Service)レコードにそれぞれ設定される優先度を考慮し、適切に負荷を分散させて各EPCノード(MME/S-GW/P-GW/SGSN)を選択する機能を備えている。
Figure JPOXMLDOC01-appb-T000001
Figure JPOXMLDOC01-appb-T000002
 以下では、MME(Mobility Management Entity)が接続先のS-GW(Serving Gateway)を選択する際の流れについて、図3の説明図を用いて説明するが、S-GWに限らず、他の種類のEPCノード、すなわち、MME、SGSN(Serving GPRS(General Packet Ratio Service) Support Node)、P-GW(Packet data network Gateway)を選択する際についても同様である。図3は、従来のEPC(Evolved Packet Core)ネットワークにおいてMME(Mobility Management Entity)がS-GW(Serving Gateway)を選択する際の処理の流れを説明する説明図であり、選択対象のS-GWとして、S-GW1 31、S-GW2 32、S-GW3 33の3個のゲートウェイが存在している場合について示している。
 図3の説明図において、まず、MME35は、DNSサーバ34に対して接続可能なS-GWのアドレスを問い合わせる(ステップS301)。該問い合わせにより、MME35は、DNSサーバ34から、接続可能なS-GWを示す表1に示すNAPTRレコードを複数受け取る(ステップS302)。複数のNAPTRレコードを受け取ったMME34は、受け取った複数のNAPTRレコードのOrderフィールドおよびPreferenceフィールドそれぞれに設定されている優先度に従い、最も優先度が高く設定されている特定のNAPTRレコードを選択する。
 次いで、MME35は、選択したNAPTRレコードのFlagフィールドを参照して、Flag=""が設定されていた場合、Replacementフィールドに出力結果として設定されているFQDN(Fully Qualified Domain Name:完全修飾ドメイン名)が、NAPTR RR(Resource Record)検索用のキーとして設定されているので、再度、該FQDNに該当するNAPTRレコードをDNSサーバ34に問い合わせて、DNSサーバ34から表1に示すNAPTRレコードを受け取る動作を繰り返す。
 また、MME35は、選択したNAPTRレコードのFlagフィールドを参照した際に、Flag="a"が設定されていた場合には、Replacementフィールドに出力結果として設定されているFQDN(Fully Qualified Domain Name:完全修飾ドメイン名)が、A/AAAA RR(IPv4アドレス/IPv6アドレス Resource Record)からなる完全修飾ドメイン名を示しており、選択対象に該当するS-GWのアドレスを示しているので、選択対象のS-GWとして決定する。
 一方、MME35は、選択したNAPTRレコードのFlagフィールドを参照した際に、Flag="s"が設定されていた場合には、Replacementフィールドに出力結果として設定されているFQDN(Fully Qualified Domain Name:完全修飾ドメイン名)がSRV RR(Service Resource Record)検索用のキーとして設定されているので、該FQDNに該当するSRVレコードをDNSサーバ34に問い合わせて、DNSサーバ34から表2に示すSRVレコードを受け取る。
 DNSサーバ34からSRVレコードを受け取ったMME35は、受け取ったSRVレコードのPriorityフィールドおよびWeightフィールドそれぞれに設定されている優先度に従い、最も優先度が高く設定されているSRV RR(Resource Record)を選択して、Targetフィールドに接続先として設定されているFQDNを取り出す。該FQDNがA/AAAA RR(IPv4アドレス/IPv6アドレス リソースレコード)の完全修飾ドメイン名を示していた場合には、選択対象に該当するS-GWのアドレスを示しているので、選択対象のS-GWとして決定する。
 MME35は、S-GW1 31、S-GW2 32、S-GW3 33の3個のゲートウェイのうち、選択したNAPTRレコードまたはSRVレコードの優先度に従って選択対象として決定した特定のS-GW例えばS-GW2 32に対して、接続指示を送信することにより(ステップS303)、該当するS-GW例えばS-GW2 32に接続する。
 図4は、図3の処理の流れにおいてMME35とDNSサーバ34との間で送受信する制御信号のシーケンスを示すシーケンス図である。以下に、図4のシーケンス図に基づいて、MME35がS-GWを選択する際に、MME35とDNSサーバ34との間で送受信する制御信号の流れをさらに説明する。
 図4のシーケンス図において、まず、MME35は、NAPTR RR(NAPTRリソースレコード)クエリをDNSサーバ34に対して送信して、接続可能なS-GWのアドレスを問い合わせる(シーケンスS401)。MME35からNAPTR RRクエリを受け取ったDNSサーバ34は、接続可能なS-GWを示すNAPTR RRを複数適宜抽出して、NAPTR RRクエリに対するDNSレスポンスとして、問い合わせ元のMME35に対して返送する(シーケンスS402)。
 DNSサーバ34からのDNSレスポンスを受け取ったMME35は、受け取った複数のDNSレスポンスそれぞれからなるNAPTR RRリストの中から、優先度にしたがって、いずれか1つのNAPTR RRを選択して、当該NAPTR RRに含まれているFlag フィールドが、Flag="s"に設定されていた場合には、SRV RRのドメイン名を示すReplacementフィールドのFQDNを取り出す(シーケンスS403)。しかる後、MME35は、SRV RR(SRVリソースレコード)クエリをDNSサーバ34に対して送信して、該FQDNに該当するSRVレコードを問い合わせる(シーケンスS404)。
 MME35からSRV RRクエリを受け取ったDNSサーバ34は、指定されたFQDNに該当するSRV RRを適宜抽出して、SRV RRクエリに対するDNSレスポンスとして、問い合わせ元のMME35に対して返送する(シーケンスS405)。
 DNSサーバ34からのDNSレスポンスを受け取ったMME35は、受け取ったDNSレスポンスのSRV RRリストの中から、優先度にしたがって、いずれか1つのSVR RRを選択して(シーケンスS406)、該SVR RRのドメイン名としてTargetフィールドにFQDN(A/AAAA RRのName)が設定されていた場合には、A/AAAA RRクエリをDNSサーバ34に対して送信して、当該SVR RRのA/AAAA RRIPv4アドレス/IPv6アドレス リソースレコード)を問い合わせる(シーケンスS407)
 MME35からA/AAAA RRクエリを受け取ったDNSサーバ34は、指定されたSVR RRに該当する完全修飾ドメイン名A/AAAA RRを抽出して、A/AAAA RRクエリに対するDNSレスポンスとして、問い合わせ元のMME35に対して返送する(シーケンスS408)。
特表2010-539758号公報(第9-11頁)
 しかしながら、前述のような従来の方式においては、DNSサーバは、ドメイン名の問い合わせに対して応答するために、DNSサーバに配置しているDNSリソースレコードの設定内容を、固定した値として、初期登録時にあらかじめ設定登録しており、DNSサーバ初期登録時に設定したDNSリソースレコードの優先度にしたがって各EPCノード(MME/S-GW/P-GW/SGSN)を選択している。
 したがって、EPCネットワーク内の負荷に偏りが生じ、たとえ過負荷状態のEPCノードが発生したとしても、EPCネットワーク内の負荷バランスを考慮した選択を行うことができず、DNSサーバ初期登録時のDNSリソースレコードの優先度にしたがってEPCノード(MME/S-GW/P-GW/SGSN)を選択してしまうため、過負荷状態の当該EPCノードを選択してしまい、当該EPCノードの負荷をさらに上昇させて、呼損を発生させてしまう可能性がある。
(本発明の目的)
 本発明は、かかる事情に鑑みてなされたものであり、EPCネットワーク内の負荷の偏りを考慮に入れて、負荷の偏りを解消させる最適なEPCノードを選択する移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体を提供することを、その目的としている。
 前述の課題を解決するため、本発明による移動通信システム、その制御方法およびそのプログラムを格納した非一時的なコンピュータ可読媒体は、主に、次のような特徴的な構成を採用している。
 (1)本発明による移動通信システムは、移動通信用のLTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core)ネットワークを構成する各EPCノードのうち、使用するEPCノードを、DNSサーバに設定登録されているDNSリソースレコード内の選択優先度に基づいて該DNSサーバにより選択することによって、各EPCノードの負荷を分散させる移動通信システムにおいて、各前記EPCノードは、それぞれ、自EPCノードのリソース使用状態が、過負荷状態に近づきつつあることを検知するためにあらかじめ設定した過負荷閾値を超えたことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を下げるように、前記DNSサーバに対して、DNSリソースレコードの更新要求を送信するDDNS(Dynamic DNS)クライアント機能を備え、一方、前記DNSサーバは、前記DNSリソースレコードを動的に更新するDDNSサーバ機能を備え、前記EPCノードから前記DNSリソースレコードの更新要求を受け取った際に、該更新要求に対応して前記DNSリソースレコードを動的に更新することを特徴とする。
 (2)本発明による移動通信システムの制御方法は、移動通信用のLTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core)ネットワークを構成する各EPCノードのうち、使用するEPCノードを、DNSサーバに設定登録されているDNSリソースレコード内の選択優先度に基づいて該DNSサーバにより選択することによって、各EPCノードの負荷を分散させる移動通信システムの制御方法であって、各前記EPCノードは、それぞれ、自EPCノードのリソース使用状態が、過負荷状態に近づきつつあることを検知するためにあらかじめ設定した過負荷閾値を超えたことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を下げるように、前記DNSサーバに対して、DNSリソースレコードの更新要求を送信するDDNS(Dynamic DNS)クライアント機能を備え、一方、前記DNSサーバは、前記DNSリソースレコードを動的に更新するDDNSサーバ機能を備え、前記EPCノードから前記DNSリソースレコードの更新要求を受け取った際に、該更新要求に対応して前記DNSリソースレコードを動的に更新することを特徴とする。
 (3)本発明による移動通信システムの制御プログラムを格納した非一時的なコンピュータ可読媒体は、少なくとも前記(2)に記載の移動通信システムの制御方法を、コンピュータによって実行可能であることを特徴とする。
 本発明の移動通信システム、その制御方法およびプログラムを格納した非一時的なコンピュータ可読媒体によれば、以下のような効果を奏することができる。
 第1の効果は、各EPCノードが、自EPCノードが過負荷状態に近づきつつことを検知した場合、DNSサーバに設定登録されている自EPCノードに関連するDNSリソースレコード(NAPTRレコードやSRVレコード)の選択優先度を自律的に変更することにより、過負荷状態に近づきつつあるEPCノードを選択し難い状態に設定して、リソース状態に余裕のある他のEPCノードを優先的に選択させることができ、EPCネットワーク全体の負荷を均等に保つことができることにある。
 第2の効果は、選択優先度を変更した後において、過負荷状態から完全に脱してリソース状態に余裕が生じたEPCノードは、DNSサーバに設定登録されている自EPCノードに関連するDNSリソースレコードの選択優先度を自律的に元の選択優先度に復帰させることにより、通常の選択可能な状態に復帰することができ、EPCネットワーク全体の負荷を均等に保つことができることにある。
本発明による移動通信システムのシステム構成の一例を示すシステム構成図である。 図1の移動通信システムの動作の一例を説明するためのシーケンス図である。 従来のEPC(Evolved Packet Core)ネットワークにおいてMME(Mobility Management Entity)がS-GW(Serving Gateway)を選択する際の処理の流れを説明する説明図である。 図3の処理の流れにおいてMMEとDNSサーバとの間で送受信する制御信号のシーケンスを示すシーケンス図である。
 以下、本発明による移動通信システム、移動通信システムの制御方法および移動通信システムの制御プログラムを格納した非一時的なコンピュータ可読媒体の好適な実施形態について添付図を参照して説明する。なお、以下の説明においては、本発明による移動通信システムおよび移動通信システムの制御方法について説明するが、かかる移動通信システムの制御方法をコンピュータにより実行可能な移動通信システムの制御プログラムとして実施するようにしても良いし、あるいは、移動通信システムの制御プログラムをコンピュータにより読み取り可能な記録媒体に記録するようにしても良いことは言うまでもない。
(本発明の特徴)
 本発明の実施形態の説明に先立って、本発明の特徴についてその概要をまず説明する。本発明は、3GPP(3rd Generation Partnership Project)で規定されたEPC(Evolved Packet Core:進化型パケットコア)ネットワークにおいて、EPCネットワークを構成する各ノードつまり各EPCノード(MME/S-GW/P-GW/SGSN)の負荷状態に応じた最適なEPCノードを選択し、各EPCノードの負荷の偏りを解消させることを可能にすることを主要な特徴としている。
 より具体的には、動的にDNSリソースレコードを更新することが可能なDDNS(Dynamic DNS)サーバ機能をDNSサーバに備えるとともに、DNSサーバに自EPCノードのDNSリソースレコードとして登録されているNAPTRレコードやSRVレコードをEPCノード名(つまりEPCノードのIPアドレスに対応付けられたEPCノード名)から特定することが可能な補充NAPTRレコードを新たに追加することによって、過負荷状態に陥ったEPCノードからの更新要求に応じて、当該EPCノードのDNSリソースレコードを特定することを可能にし、当該EPCノードの選択の優先度を低下させる状態に更新し、他のEPCノードを選択し易くすることを特徴とする。
 ここで、新たに追加した補充NAPTRレコードは、通常のNAPTRレコードと同一のフォーマットから構成されるものであり、NAPTRレコードのFlag="p"、Services="NAPTR"または"SRV"、Regexp="NAPTRレコードまたはSRVレコードのドメイン名"として定義されているレコードであり、該補充NAPTRレコードにより、EPCノード名からNAPTRレコードまたはSRVレコードを特定することができる。つまり、該補充NAPTRレコードにより、自EPCノード選択に関連するNAPTRレコードまたはSRVレコードを特定することができる。
 また、DNSサーバにDDNSサーバ機能を追加することにより、登録されているDNSリソースレコードの優先度を動的に変更することができ、過負荷状態のEPCノードが、自律的に、DNSサーバの自EPCノードに関連するDNSリソースレコードの更新要求を行うことによって、DNSリソースレコードを更新させて自EPCノード選択優先度を下げさせることが可能であり、EPCネットワーク内の負荷を動的に均等に分散させることが可能になる。
(実施形態の構成例)
 次に、本発明による移動通信システムのシステム構成の一例を、図1を用いて説明する。図1は、本発明による移動通信システムのシステム構成の一例を示すシステム構成図である。
 図1のシステム構成において、EPCネットワークを構成するSGSN102、MME103、S-GW104、P-GW105等の各EPCノードそれぞれは、EPCノードとしてそれぞれに要求される通信負荷に応じて、1ないし複数個、配置されていて、DNSサーバ101によって選択されたEPCノードが適宜使用されて、負荷分散を図るように構成されている。
 また、DNSサーバ101は、EPCネットワークにおいて必要とされる通常のDNSサーバとしての機能の他に、RFC(Request for Comments)2136で規定されているDDNS(Dynamic DNS)サーバ機能つまり動的なDNSリソースレコード(DNS RR)の更新機能(Dynamic Updates in the Domain Name System)も合わせて備えており、相互に接続されたSGSN102、MME103、S-GW104、P-GW105等の各EPCノードからのDNSリソースレコードの更新要求に対応して、DNSサーバ101に登録されているDNSリソースレコードを動的に更新可能としている。
 また、DNSサーバ101に登録されるDNSリソースレコードとしては、表1、表2に示したようなEPCネットワークとして動作するために必要なNAPTRレコード、SRVレコード、A/AAAAレコード以外に、以下のようなレコードも登録される。
(1)IPアドレスからEPCノード名を得るために必要なPTRレコード
(2)EPCノード名からSRVレコード、NAPTRレコードのドメイン名を得るために必要な補充NAPTRレコード
 なお、前述の補充NAPTRレコードは、以下の定義にしたがったNAPTRレコードとしてDNSサーバ101に登録される。
(a)ドメイン名="A/AAAAレコードに設定されているドメイン名"
(b)Flag="p"
(c)Services="NAPTR"または"SRV"
(d)Regexp」="本NAPTRレコードのドメイン名が示すA/AAAAレコードをターゲットとしているNAPTRレコードまたはSRVレコードのドメイン名"
 つまり、DNSサーバ101に登録するNAPTRレコードとして、新たに、Flag="p"、Services="NAPTR"または"SRV"、Regexp="NAPTRレコードまたはSRVレコードのドメイン名"の定義を追加する。かくのごときNAPTRレコードを追加することにより、SGSN102、MME103、S-GW104、P-GW105等の各EPCノードは、自EPCノードのIPアドレスから、自EPCノードの選択に繋がる要因としてDNSサーバ101に登録されているDNSリソースレコードすなわちNAPTRレコードまたはSRVレコードを特定することを可能にしている。
 また、DNSサーバ101と相互に接続されているSGSN102、MME103、S-GW104、P-GW105等の各EPCノードは、EPCネットワークで必要とされる通常のDNSクライアント機能の他に、DNSサーバ101のDDNS(Dynamic DNS)サーバ機能に対応して、DDNSクライアント機能も合わせて備えており、現在の負荷状態に応じて、適宜、DNSサーバ101に対して、自EPCノードに関するNAPTRレコードやSRVレコードの更新要求を送信することができる。
 各EPCノードは、自EPCノードの負荷が過負荷状態に陥った場合には、自EPCノードに関するDNSリソースレコードとして特定されたDNSリソースレコードの選択優先度を下げるように、DNSサーバ101に対して、DNSリソースレコードの更新要求を送信する。而して、過負荷状態の自EPCノードが選択され難くなり、過負荷状態ではない他のEPCノードを選択させ易くすることができ、自律的に、EPCネットワーク内で効率良く負荷を分散させることが可能になる。
 なお、EPCネットワークとしてのその他の構成については、従来の技術と同様である。したがって、前述した以外の他の構成は、当業者にとって良く知られている技術であり、また、本発明とは直接関係しないので、ここでは、その詳細な構成の説明は省略する。
(実施形態の動作の説明)
 次に、図1に示した移動通信システムの動作について、その一例を、図2のシーケンス図を用いて説明する。図2は、図1の移動通信システムの動作の一例を説明するためのシーケンス図であり、EPCネットワークを構成するSGSN102、MME103、S-GW104、P-GW105等の各EPCノード100から、各EPCノード100に関する選択動作を行うDNSサーバ101内に登録されているDNSリソースレコードの更新要求をDNSサーバ101に対して行う場合のEPCノード100とDNSサーバ101との間で送受信する制御信号のシーケンスを示している。ここで、EPCノード100は、前述のように、EPCネットワークを構成するSGSN102、MME103、S-GW104、P-GW105等のいずれであっても構わない。
 まず、EPCネットワークを構成するSGSN102、MME103、S-GW104、P-GW105等のEPCノード100それぞれは、自EPCノード100の現在のリソース(CPU、メモリ等)の使用状況を定期的に監視していて、現在のリソース使用状況が、自EPCノード100が過負荷状態に近づきつつある状態を検知するためにあらかじめ定めた過負荷閾値を超えた状態にあるか否かを判定している。SGSN102、MME103、S-GW104、P-GW105等のいずれかのEPCノード100において、現在のリソース使用状況が前記過負荷閾値を超えていることを検知した場合、当該EPCノード100は、自EPCノード100が過負荷状態に近づきつつあるものと判定する(シーケンスS201)。
 過負荷状態に近づきつつあると判定した当該EPCノード100は、自EPCノード100のIPアドレスからEPCノード名を探索するために、自EPCノード100のIPアドレスを含むPTRレコードクエリを、DNSサーバ101に対して送信する。該PTRレコードクエリを受け取ったDNSサーバ101は、該PTRレコードクエリに含まれているIPアドレスに基づいて、PTRレコードを参照することにより、該IPアドレスに該当する当該EPCノード100のEPCノード名を抽出して、PTRレコードクエリに対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS202)。
 つまり、過負荷状態に近づきつつあると判定したEPCノード100は、DNSサーバ101に問い合わせることによって、自EPCノード100のIPアドレスから自EPCノード100のEPCノード名を逆引きする。
 DNSサーバ101からのDNSレスポンスとして自EPCノード100のEPCノード名を受け取ったEPCノード100は、自EPCノード100のFQDN(完全修飾ドメイン名すなわちA/AAAAレコード)を取得する前処理として、自EPCノード100のEPCノード名に該当するNAPTRレコードを取得するために、シーケンスS202にて取得した自EPCノード100のEPCノード名を含むNAPTRレコードクエリを、DNSサーバ101に対して送信する。
 該NAPTRレコードクエリを受け取ったDNSサーバ101は、該NAPTRレコードクエリに含まれているEPCノード名に基づいて、該EPCノード名に該当するNAPTRレコードを補充NAPTRレコードをも含む形で抽出して、NAPTRレコードクエリに対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS203)。つまり、DNSサーバ101から自EPCノード100のEPCノード名を受け取ったEPCノード100は、DNSサーバ101に問い合わせることによって、自EPCノード100のEPCノード名からNAPTRレコードを逆引きする。
 DNSサーバ101からのDNSレスポンスとして自EPCノード100のEPCノード名に該当するNAPTRレコードを受け取ったEPCノード100は、受け取ったNAPTRレコードのFlagフィールドを検索して、Flag="p"が設定されている補充NAPTRレコードを抽出する。
 さらに、EPCノード100は、抽出した補充NAPTRレコードのうち、Servicesフィールドとして、Services="NAPTR"が設定されている補充NAPTRレコードを抽出して、該補充NAPTRレコードのRegexpフィールドに設定されている値(Regexp="NAPTRレコードのドメイン名")を含むNAPTRレコードクエリを、DNSサーバ101に対して送信する。
 該NAPTRレコードクエリを受け取ったDNSサーバ101は、該NAPTRレコードクエリに含まれているNAPTRレコードのドメイン名に基づいて、該ドメイン名に該当するNAPTRレコードを抽出して、NAPTRレコードクエリに対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS204)。
 さらに、EPCノード100は、抽出した補充NAPTRレコードのうち、Servicesフィールドとして、Services="SRV"が設定されている補充NAPTRレコードを抽出して、該補充NAPTRレコードのRegexpフィールドに設定されている値(Regexp="SRVレコードのドメイン名")を含むSRVレコードクエリを、DNSサーバ101に対して送信する。
 該SRVレコードクエリを受け取ったDNSサーバ101は、該SRVレコードクエリに含まれているSRVレコードのドメイン名に基づいて、該ドメイン名に該当するSRVレコードを抽出して、SRVレコードクエリに対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS204)。つまり、DNSサーバ101から自EPCノード100のEPCノード名に該当する補充NAPTRレコードを受け取ったEPCノード100は、DNSサーバ101に問い合わせることによって、自EPCノード100に関連するNAPTRレコードおよびSRVレコードを正引きする。
 しかる後、シーケンスS204においてDNSレスポンスとして補充NAPTRレコードのRegexpフィールドの値に該当するNAPTRレコードを受け取ったEPCノード100は、受け取った各NAPTRレコードのFlagフィールドを確認して、Flag="a"(つまり、Replacementフィールドに設定されている値が、A/AAAA RRのFQDN(完全修飾ドメイン名))であり、かつ、Replacementフィールドに設定されている値が、シーケンスS202においてDNSサーバ101から取得していた自EPCノード100のEPCノード名と一致している場合には、当該NAPTRレコードは、自EPCノード100の選択に繋がるNAPTRレコードであるので、更新対象のNAPTRレコードとして当該NAPTRレコードを保持する(シーケンスS205)。
 さらに、シーケンスS204においてDNSレスポンスとして補充NAPTRレコードのRegexpフィールドの値に該当するSRVレコードを受け取ったEPCノード100は、受け取った各SRVレコードのTargetフィールドを確認して、Targetフィールドに設定されている値が、シーケンスS202においてDNSサーバ101から取得していた自EPCノード100のEPCノード名と一致している場合には、当該SRVレコードは、自EPCノード100の選択に繋がるSRVレコードであるので、更新対象のSRVレコードとして当該SRVレコードを保持する(シーケンスS205)。
 シーケンスS205において更新対象のNAPTRレコードを保持したEPCノード100は、当該EPCノード100を選択する選択優先度を他の同種類のEPCノードよりも低い値に設定するように、DNSサーバ101側に当該NAPTRレコードの更新登録をしてもらうために、保持したNAPTRレコードのOrderフィールドおよびPreferenceフィールドに、例えば、それぞれ、最も低い選択優先度となる値として、Order='65535'(2進数のall'1')、Preference="65535"(2進数のall'1')を設定して、選択優先度を変更するNAPTRレコード更新要求として、DNSサーバ101に対して送信する(シーケンスS206)。
 該NAPTRレコード更新要求を受け取ったDNSサーバ101は、更新要求に応じて、該NAPTRレコード更新要求に含まれているNAPTRレコードのOrderフィールドおよびPreferenceフィールドを、Order='65535'(2進数のall'1')、Preference="65535"(2進数のall'1')という選択優先度が最も低くなる状態に更新登録する。更新登録が終了すると、DNSサーバ101は、NAPTRレコードを正常に更新した旨を示す情報を、NAPTRレコード更新要求に対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS207)。
 また、シーケンスS205において更新対象のSRVレコードを保持したEPCノード100は、当該EPCノード100を選択する選択優先度を他の同種類のEPCノードよりも低い値に設定するように、DNSサーバ101側に当該SRVレコードの更新登録をしてもらうために、保持したSRVレコードのPriorityフィールドおよびWeightフィールドに、例えば、それぞれ、最も低い選択優先度となる値として、Priority='65535'(2進数のall'1')、Weight="0"(2進数のall'0')を設定して、選択優先度を変更するSRVレコード更新要求として、DNSサーバ101に対して送信する(シーケンスS206)。
 該SRVレコード更新要求を受け取ったDNSサーバ101は、更新要求に応じて、該SRVレコード更新要求に含まれているSRVレコードのPriorityフィールドおよびWeightフィールドを、Priority='65535'(2進数のall'1')、Weight="0"(2進数のall'0')という選択優先度が最も低くなる状態に更新登録する。更新登録が終了すると、DNSサーバ101は、SRVレコードを正常に更新した旨を示す情報を、SRVレコード更新要求に対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS207)。
 以上のようなシーケンスにより、過負荷状態に近づきつつあるEPCノード100の選択動作を制御しているDNSサーバ101のDNSリソースレコードすなわちNAPTRレコードやSRVレコードの選択優先度の登録状態が更新されて、当該EPCノード100を選択し難くなり、リソース状態に余裕がある他のEPVノードが優先的に選択される状態に、自動的に設定することができる。
 一方、かくのごとく、過負荷状態に近づいて選択優先度を変更したEPCノード100においては、定期的に、現在のリソース使用状態を監視する動作を継続している。つまり、当該EPCノード100において、現在のリソース使用状態が、自EPCノード100が過負荷状態から完全に脱した状態に達したことを検知するためにあらかじめ定めた通常状態復帰閾値以下に低下した状態にあるか否かを判定している。ここで、該通常状態復帰閾値は、選択優先度の更新動作が頻繁に繰り返されることを防ぐために、過負荷状態に近づきつつあることを検知するための過負荷閾値以下の値に設定することが好ましい。
 過負荷状態に近づいて選択優先度を変更したEPCノード100において、現在のリソース使用状況が前記通常状態復帰閾値以下に低下したことを検知した場合、当該EPCノード100は、自EPCノード100が過負荷状態から完全に脱した状態に達したものと判定して、つまり、過負荷状態解除条件が成立したものと判定する(シーケンスS208)。
 過負荷状態解除条件が成立したことを検出した当該EPCノード100は、当該EPCノード100に対する選択優先度を元の状態に復帰してもらうために、シーケンスS205において保持していた更新対象のNAPTRレコードおよびSRVレコードを取り出して、選択優先度を元の状態に復帰するためのNAPTRレコード更新要求およびSRVレコード更新要求として、DNSサーバ101に対して送信する(シーケンスS209)。
 該NAPTRレコード更新要求および該SRVレコード更新要求を受け取ったDNSサーバ101は、更新要求に応じて、該NAPTRレコード更新要求に含まれているNAPTRレコードのOrderフィールドおよびPreferenceフィールドおよび該SRVレコード更新要求に含まれているSRVレコードのPriorityフィールドおよびWeightフィールドの状態に更新して登録する。更新登録が終了すると、DNSサーバ101は、NAPTRレコードおよびSRVレコードを正常に更新した旨を示す情報を、NAPTRレコードおよびSRVレコードの更新要求に対するDNSレスポンスとして、要求元のEPCノード100に対して返送する(シーケンスS210)。
 以上のようなシーケンスにより、過負荷状態から完全に脱してリソース状態に余裕が生じたEPCノード100の選択動作を制御しているDNSサーバ101のDNSリソースレコードすなわちNAPTRレコードやSRVレコードの選択優先度の登録状態を元の状態に復帰させることによって、当該EPCノード100のリソース状態に余裕があるにも関わらず、当該EPCノード100が選択されないという状態から脱して、通常の選択可能な状態に自動的に設定することができる。
(実施形態の効果の説明)
 以上に詳細に説明したように、本実施形態においては、各EPCノード100が、自EPCノード100が過負荷状態に近づきつつことを検知した場合、DNSサーバ101に設定登録されている自EPCノード100に関連するDNSリソースレコード(NAPTRレコードやSRVレコード)の選択優先度を自律的に変更することにより、過負荷状態に近づきつつあるEPCノード100を選択し難い状態に設定して、リソース状態に余裕のある他のEPCノードを優先的に選択させることができ、EPCネットワーク全体の負荷を均等に保つことができる。
 さらには、選択優先度を変更した後において、過負荷状態から完全に脱してリソース状態に余裕が生じたEPCノード100は、DNSサーバ101に設定登録されている自EPCノード100に関連するDNSリソースレコードの選択優先度を自律的に元の選択優先度に復帰させることにより、通常の選択可能な状態に復帰することができ、EPCネットワーク全体の負荷を均等に保つことができる。
 以上、本発明の好適な実施形態の構成を説明した。しかし、かかる実施形態は、本発明の単なる例示に過ぎず、何ら本発明を限定するものではないことに留意されたい。本発明の要旨を逸脱することなく、特定用途に応じて種々の変形変更が可能であることが、当業者には容易に理解できよう。
 上述の実施の形態では、本発明をハードウェアの構成として説明したが、本発明は、これに限定されるものではない。本発明は、任意の処理を、CPU(Central Processing Unit)にコンピュータプログラムを実行させることにより実現することも可能である。
 また、上述したプログラムは、様々なタイプの非一時的なコンピュータ可読媒体(non-transitory computer readable medium)を用いて格納され、コンピュータに供給することができる。非一時的なコンピュータ可読媒体は、様々なタイプの実体のある記録媒体(tangible storage medium)を含む。非一時的なコンピュータ可読媒体の例は、磁気記録媒体(例えばフレキシブルディスク、磁気テープ、ハードディスクドライブ)、光磁気記録媒体(例えば光磁気ディスク)、CD-ROM(Read Only Memory)CD-R、CD-R/W、半導体メモリ(例えば、マスクROM、PROM(Programmable ROM)、EPROM(Erasable PROM)、フラッシュROM、RAM(Random Access Memory))を含む。また、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)によってコンピュータに供給されてもよい。一時的なコンピュータ可読媒体の例は、電気信号、光信号、及び電磁波を含む。一時的なコンピュータ可読媒体は、電線及び光ファイバ等の有線通信路、又は無線通信路を介して、プログラムをコンピュータに供給できる。
 以上、実施の形態を参照して本願発明を説明したが、本願発明は上記によって限定されるものではない。本願発明の構成や詳細には、発明のスコープ内で当業者が理解し得る様々な変更をすることができる。
 この出願は、2011年6月14日に出願された日本出願特願2011-132507を基礎とする優先権を主張し、その開示の全てをここに取り込む。
(付記1)
 移動通信用のLTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core)ネットワークを構成する各EPCノードのうち、使用するEPCノードを、DNSサーバに設定登録されているDNSリソースレコード内の選択優先度に基づいて該DNSサーバにより選択することによって、各EPCノードの負荷を分散させる移動通信システムにおいて、各前記EPCノードは、それぞれ、自EPCノードのリソース使用状態が、過負荷状態に近づきつつあることを検知するためにあらかじめ設定した過負荷閾値を超えたことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を下げるように、前記DNSサーバに対して、DNSリソースレコードの更新要求を送信するDDNS(Dynamic DNS)クライアント機能を備え、一方、前記DNSサーバは、前記DNSリソースレコードを動的に更新するDDNSサーバ機能を備え、前記EPCノードから前記DNSリソースレコードの更新要求を受け取った際に、該更新要求に対応して前記DNSリソースレコードを動的に更新することを特徴とする移動通信システム。
(付記2)
 移動通信用のLTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core)ネットワークを構成する各EPCノードのうち、使用するEPCノードを、DNSサーバに設定登録されているDNSリソースレコード内の選択優先度に基づいて該DNSサーバにより選択することによって、各EPCノードの負荷を分散させる移動通信システムの制御方法であって、各前記EPCノードは、それぞれ、自EPCノードのリソース使用状態が、過負荷状態に近づきつつあることを検知するためにあらかじめ設定した過負荷閾値を超えたことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を下げるように、前記DNSサーバに対して、DNSリソースレコードの更新要求を送信するDDNS(Dynamic DNS)クライアント機能を備え、一方、前記DNSサーバは、前記DNSリソースレコードを動的に更新するDDNSサーバ機能を備え、前記EPCノードから前記DNSリソースレコードの更新要求を受け取った際に、該更新要求に対応して前記DNSリソースレコードを動的に更新することを特徴とする移動通信システムの制御方法。
100  EPCノード
101  DNSサーバ
102  SGSN
103  MME
104  S-GW
105  P-GW
31   S-GW1
32   S-GW2
33   S-GW3
34   DNSサーバ
35   MME

Claims (8)

  1.  移動通信用のLTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core)ネットワークを構成する各EPCノードと、
     使用する前記EPCノードを、設定登録されているDNS(Domain Name Server)リソースレコード内の選択優先度に基づいて、選択するDNSサーバと、を具備し、
     各前記EPCノードは、それぞれ、自EPCノードのリソース使用状態が、過負荷状態に近づきつつあることを検知するためにあらかじめ設定した過負荷閾値を超えたことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を下げるように、前記DNSサーバに対して、DNSリソースレコードの更新要求を送信するDDNS(Dynamic DNS)クライアント機能を備え、
     前記DNSサーバは、前記EPCノードから前記DNSリソースレコードの更新要求を受け取った際に、該更新要求に対応して前記DNSリソースレコードを動的に更新するDDNSサーバ機能を備えることを特徴とする移動通信システム。
  2.  前記DNSサーバに対して前記DNSリソースレコードの更新要求を送信した前記EPCノードが、自EPCノードのリソース使用状態が、過負荷状態から脱したことを検知するためにあらかじめ設定した通常状態復帰閾値以下に低下したことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を元の状態に復帰する要求を、前記DNSサーバに対して送信し、
     一方、前記DNSサーバは、前記EPCノードから該要求を受け取った際に、前記DNSリソースレコードを動的に更新して、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を元の状態に復帰させることを特徴とする請求項1に記載の移動通信システム。
  3.  前記DNSサーバは、前記EPCノードのIPアドレスから当該EPCノードのEPCノード名を取得するためのPTR(Pointer)レコードを備え、前記EPCノードから自EPCノードのIPアドレスを含むPTRレコードクエリを受け取った際に、該PTRレコードクエリに含まれている前記IPアドレスに基づいて前記PTRレコードから抽出した当該EPCノードのEPCノード名を、問い合わせ元の前記EPCノードに返送することを特徴とする請求項1または2に記載の移動通信システム。
  4.  前記DNSサーバは、さらに、前記DNSリソースレコードとして、前記選択優先度が設定登録されているNAPTR(Naming Authority Pointer)レコードおよびSRV(Service)レコードの他に、前記EPCノード名が割り当てられた前記EPCノードに関連する前記DNSリソースレコードのドメイン名をあらかじめ設定している補充NAPTRレコードを備え、前記EPCノードから自EPCノードのEPCノード名を含むNAPTRレコードクエリを受け取った際に、該NAPTRレコードクエリに含まれている前記EPCノード名に関連する前記補充NAPTRを少なくとも抽出して、問い合わせ元の前記EPCノードに返送することを特徴とする請求項3に記載の移動通信システム。
  5.  前記DNSサーバから前記補充NAPTRレコードを受け取った前記EPCノードは、該補充NAPTRレコードに含まれている前記NAPTRレコード、前記SRVレコードそれぞれのドメイン名を含むNAPTRレコードクエリ、SRVレコードクエリを前記DNSサーバに送信し、該NAPTRレコードクエリ、該SRVレコードクエリに対するレスポンスとして、前記DNSサーバから当該EPCノードに関連する前記NAPTRレコード、前記SRVレコードが返送されてきた際に、返送されてきた前記NAPTRレコード、前記SRVレコードに設定されている選択優先度を適宜書き替えて、前記DNSリソースレコードの更新要求として、前記DNSサーバに送信することを特徴とする請求項4に記載の移動通信システム。
  6.  移動通信用のLTE(Long Term Evolution)ネットワークの中核を形成するEPC(Evolved Packet Core)ネットワークを構成する各EPCノードのうち、使用するEPCノードを、DNS(Domain Name Server)サーバに設定登録されているDNSリソースレコード内の選択優先度に基づいて該DNSサーバにより選択し、
     各前記EPCノードが、それぞれ、自EPCノードのリソース使用状態が、過負荷状態に近づきつつあることを検知するためにあらかじめ設定した過負荷閾値を超えたことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を下げるように、前記DNSサーバに対して、DNSリソースレコードの更新要求を、DDNS(Dynamic DNS)クライアント機能により送信し、
     前記DNSサーバは、前記DNSリソースレコードを動的に更新するDDNSサーバ機能を備え、前記EPCノードから前記DNSリソースレコードの更新要求を受け取った際に、該更新要求に対応して前記DNSリソースレコードを動的に更新することを特徴とする移動通信システムの制御方法。
  7.  前記DNSサーバに対して前記DNSリソースレコードの更新要求を送信した前記EPCノードは、自EPCノードのリソース使用状態が、過負荷状態から脱したことを検知するためにあらかじめ設定した通常状態復帰閾値以下に低下したことを検知した際に、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を元の状態に復帰する要求を、前記DNSサーバに対して送信し、
     一方、前記DNSサーバは、前記EPCノードから該要求を受け取った際に、前記DNSリソースレコードを動的に更新して、当該EPCノードに関連する前記DNSリソースレコードの選択優先度を元の状態に復帰させることを特徴とする請求項6に記載の移動通信システムの制御方法。
  8.  請求項6または7に記載の移動通信システムの制御方法を、コンピュータによって実行可能な移動通信システムの制御プログラムを格納した非一時的なコンピュータ可読媒体。
PCT/JP2012/003320 2011-06-14 2012-05-22 移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体 WO2012172729A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US14/115,696 US9319921B2 (en) 2011-06-14 2012-05-22 Load distribution in an EPC network of a mobile communication system
BR112013032216A BR112013032216A2 (pt) 2011-06-14 2012-05-22 sistema de comunicação móvel, método de controle do mesmo e meio legível em computador não transitório que armazena programa de controle
EP12800404.1A EP2723116B1 (en) 2011-06-14 2012-05-22 Mobile communication system, control method for same and non-transitory computer-readable medium in which control program is stored
JP2013520413A JP5673817B2 (ja) 2011-06-14 2012-05-22 移動通信システム、その制御方法および制御プログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011-132507 2011-06-14
JP2011132507 2011-06-14

Publications (1)

Publication Number Publication Date
WO2012172729A1 true WO2012172729A1 (ja) 2012-12-20

Family

ID=47356747

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/003320 WO2012172729A1 (ja) 2011-06-14 2012-05-22 移動通信システム、その制御方法および制御プログラムを格納した非一時的なコンピュータ可読媒体

Country Status (5)

Country Link
US (1) US9319921B2 (ja)
EP (1) EP2723116B1 (ja)
JP (1) JP5673817B2 (ja)
BR (1) BR112013032216A2 (ja)
WO (1) WO2012172729A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103974237A (zh) * 2013-02-06 2014-08-06 中国移动通信集团公司 移动性管理方法及实体
JP2016034164A (ja) * 2013-07-04 2016-03-10 日本電気株式会社 通信システムと方法と装置

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9391881B2 (en) * 2013-02-20 2016-07-12 Ip Technology Labs, Llc System and methods for dynamic network address modification
US9497213B2 (en) * 2013-03-15 2016-11-15 Fireeye, Inc. System and method to manage sinkholes
US9936532B2 (en) * 2013-10-04 2018-04-03 At&T Intellectual Property I, L.P. Method and apparatus for processing communication requests
US10122630B1 (en) 2014-08-15 2018-11-06 F5 Networks, Inc. Methods for network traffic presteering and devices thereof
US10805217B2 (en) * 2015-11-10 2020-10-13 At&T Intellectual Property I, L.P. Control plane device selection for broadcast session exchange
US10230685B2 (en) 2016-05-20 2019-03-12 At&T Intellectual Property I, L.P. Subscriber session director
US10791088B1 (en) 2016-06-17 2020-09-29 F5 Networks, Inc. Methods for disaggregating subscribers via DHCP address translation and devices thereof
CN106533762B (zh) * 2016-11-17 2020-09-08 贵州白山云科技股份有限公司 一种设备切换的方法以及设备切换装置
CN106453687B (zh) * 2016-11-21 2019-08-16 中国联合网络通信集团有限公司 一种目标设备的ip获取方法、mme网元及dns服务器
US11122083B1 (en) 2017-09-08 2021-09-14 F5 Networks, Inc. Methods for managing network connections based on DNS data and network policies and devices thereof
US11601847B2 (en) * 2017-12-21 2023-03-07 Telefonaktiebolaget Lm Ericsson (Publ) Agent, server, core network node and methods therein for handling an event of a network service deployed in a cloud environment
WO2020041988A1 (zh) * 2018-08-28 2020-03-05 华为技术有限公司 一种服务器节点的选择方法和终端设备
CN110716985B (zh) * 2019-10-16 2022-09-09 北京小米移动软件有限公司 一种节点信息处理方法、装置及介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002007238A (ja) * 2000-06-21 2002-01-11 Nec Corp 移動通信システム及びそのゲートウェイ選択方法
JP2010539758A (ja) 2007-09-14 2010-12-16 大唐移▲動▼通信▲設▼▲備▼有限公司 Lteシステムにおいて、ユーザ静的ipアドレスのアドレッシングをサポートする方法、システムおよび装置
JP2011132507A (ja) 2009-11-26 2011-07-07 Ajinomoto Co Inc エポキシ樹脂組成物

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001091382A1 (en) 2000-05-22 2001-11-29 Nokia Corporation System and method for providing a connection in a communication network
WO2010132884A1 (en) * 2009-05-15 2010-11-18 Ciso Technology, Inc. System and method for a self-organizing network
CN101616152B (zh) 2009-06-19 2012-10-10 中兴通讯股份有限公司 一种cscf实体容灾和负载均衡的系统及方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002007238A (ja) * 2000-06-21 2002-01-11 Nec Corp 移動通信システム及びそのゲートウェイ選択方法
JP2010539758A (ja) 2007-09-14 2010-12-16 大唐移▲動▼通信▲設▼▲備▼有限公司 Lteシステムにおいて、ユーザ静的ipアドレスのアドレッシングをサポートする方法、システムおよび装置
JP2011132507A (ja) 2009-11-26 2011-07-07 Ajinomoto Co Inc エポキシ樹脂組成物

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
NOKIA SIEMENS NETWORKS: "Discussion paper on Optimized load balancing within EPC", 3GPP, 15 October 2009 (2009-10-15), XP050386694 *
ORANGE ET AL.: "LDF architecture update", 3GPP, 25 February 2011 (2011-02-25), XP050524031 *
SAMSUNG: "On the DNS Function used for Server Selection", 3GPP, 11 April 2008 (2008-04-11), pages 2 - 082664, XP050264955 *
See also references of EP2723116A4

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103974237A (zh) * 2013-02-06 2014-08-06 中国移动通信集团公司 移动性管理方法及实体
JP2016034164A (ja) * 2013-07-04 2016-03-10 日本電気株式会社 通信システムと方法と装置
US9883440B2 (en) 2013-07-04 2018-01-30 Nec Corporation System, method, and apparatus for establishing a connection between a terminal and a network node

Also Published As

Publication number Publication date
JP5673817B2 (ja) 2015-02-18
JPWO2012172729A1 (ja) 2015-02-23
US20140064099A1 (en) 2014-03-06
EP2723116B1 (en) 2017-08-16
BR112013032216A2 (pt) 2016-12-20
US9319921B2 (en) 2016-04-19
EP2723116A4 (en) 2015-04-29
EP2723116A1 (en) 2014-04-23

Similar Documents

Publication Publication Date Title
JP5673817B2 (ja) 移動通信システム、その制御方法および制御プログラム
RU2695990C1 (ru) Система связи, базовая станция, способ связи и энергонезависимый компьютерно-читаемый носитель, хранящий программу
US11039381B2 (en) SMF selection based on supported DNN
US20240259341A1 (en) Method and apparatus for local application server discovery in mobile edge computing
US10674421B2 (en) Data packet processing method and device
US12095723B2 (en) Domain name address obtaining method and device
US20190014550A1 (en) Tracking area and user plane mapping for control plane/user plane split
US11888946B2 (en) Methods, systems, and computer readable media for applying or overriding preferred locality criteria in processing network function (NF) discovery requests
EP2666321A1 (en) Gateway allocation in a mobile communication system
US20140169332A1 (en) Method for supporting selection of pdn connections for a mobile terminal and mobile terminal
US20190037485A1 (en) Service node selection and query method, apparatus, and system
EP3949354A1 (en) Method and apparatus for service discovery
US20140376470A1 (en) Policy and charging control (pcc) for nat64 and dns64
WO2018112759A1 (zh) 访问资源的方法、装置和系统
US11082904B2 (en) Determining a core network gateway based on a tracking area or a cell of a user device
WO2019076292A1 (zh) 管理方法及装置、网关控制面网元、通信系统及存储介质
US10063483B2 (en) Enhanced load balancing in a mobile communication network
JP2011135417A (ja) 基地局装置、基地局の制御方法、及びプログラム
CN104427568B (zh) 一种实现3gpp网络流量卸载的方法、装置
WO2013010585A1 (en) Logical rules based domain name server setup
US20170078196A1 (en) Communication system, control apparatus, and control method
CN108124288B (zh) 用于s1接口切换、网络组建的方法及网络系统
EP2950564B1 (en) Node of a telecommunication network for content delivery network traffic
JP5872333B2 (ja) 通信装置、通信システム、制御方法及び制御プログラム
JP2017022430A (ja) 制御装置、コアネットワークノード、及びこれらの制御方法

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013520413

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14115696

Country of ref document: US

REEP Request for entry into the european phase

Ref document number: 2012800404

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: 112013032216

Country of ref document: BR

ENP Entry into the national phase

Ref document number: 112013032216

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20131213