WO2009082839A1 - A method for guaranteeing route set data consistency in ultra mobile broadband system - Google Patents

A method for guaranteeing route set data consistency in ultra mobile broadband system Download PDF

Info

Publication number
WO2009082839A1
WO2009082839A1 PCT/CN2007/003838 CN2007003838W WO2009082839A1 WO 2009082839 A1 WO2009082839 A1 WO 2009082839A1 CN 2007003838 W CN2007003838 W CN 2007003838W WO 2009082839 A1 WO2009082839 A1 WO 2009082839A1
Authority
WO
WIPO (PCT)
Prior art keywords
routemap
data
message
ebs
request
Prior art date
Application number
PCT/CN2007/003838
Other languages
French (fr)
Chinese (zh)
Inventor
Gang Chen
Wanshuai Zhang
Zihua Xu
Zhiwei Peng
Original Assignee
Zte Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zte Corporation filed Critical Zte Corporation
Priority to PCT/CN2007/003838 priority Critical patent/WO2009082839A1/en
Priority to CN200780100511.9A priority patent/CN101796792B/en
Publication of WO2009082839A1 publication Critical patent/WO2009082839A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/34Modification of an existing route
    • H04W40/36Modification of an existing route due to handover
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/22Processing or transfer of terminal data, e.g. status or physical capabilities
    • H04W8/24Transfer of terminal data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/08Access point devices

Definitions

  • the present invention relates to a mobile communication technology, and in particular to a method for ensuring consistency of route set information in an Ultra Mobile Broadband (UMB) system.
  • UMB Ultra Mobile Broadband
  • a route of the eBS corresponding thereto is located in the route set of the AT, and in the eBS, there is also a Route corresponding to the AT.
  • a Route refers to an instance of a protocol stack corresponding to an eBS, and communication between the AT and the eBS is performed between pairs of Route instances located in the AT and the eBS, respectively.
  • the route instances of all eBSs form a route set (Route Set).
  • a Route is represented on the data organization as: ⁇ RouteID, ANID> binary relation mapping table.
  • RoutelD is assigned by the AT when the Route is created, and the ANID belongs to the configuration data, which contains the IP address information of the eBS.
  • the entire Route Set is saved using a route map ( RouteMap ), and each record in the table corresponds to a Route.
  • eBS forward link service eBS
  • RLSE reverse link service eBS
  • the interaction between other eBS and AT needs to be tunneled over the IP layer through FLSE and RLSE.
  • the acquisition of the communication IP address between eBS depends on the eBS correctly acquiring the Route Set information of the AT. From the Route Set information.
  • the ANID of each eBS is used to obtain an IP address.
  • the AT synchronizes the Route Set data in the access network by sending RouteMap information to the eBS located in its Route Set. The transmission of RouteMap information will occur in the following two situations:
  • the Add or Delete operation occurs in the Route Set.
  • the AT broadcasts the RouteMap message to all eBS members in the Route Set, and updates the Route Set data synchronously in the access network.
  • An eBS located in the AT's Route Set actively sends a RouteMap request message to the AT. At this time, the AT only returns the RouteMap information to the eBS that sent the request.
  • Step 101 The eBS sends a RouteMap request message to the AT.
  • step 102 the AT returns the RouteMap data to the eBS.
  • the problem with this process is: If there is a change in the RouteSet of the AT, there will be two cases when the new RouteMap message is broadcast to the eBS. The first is that the eBS has not received the latest RouteMap message (for example, because of a link failure), The second type is when the eBS obtains the latest RouteMap data through the RouteMap request message (for example, after the link is restored), so that the RouteMap data obtained after the routeMap request is sent is inconsistent with the RouteMap data before the request is sent, and this means the RouteSet of the AT. Data may be inconsistent in the access network, which may cause failure of FLSE/RLSE handover and abnormal communication between eBS. Summary of the invention
  • the technical problem to be solved by the present invention is to provide a method for guaranteeing the consistency of Route set data in a UMB system.
  • the RouteMapRequest message processing flow By optimizing the RouteMapRequest message processing flow, the problem that the Route Set data is inconsistent between eBSs is solved.
  • a method for guaranteeing consistency of route collection data in a super mobile broadband system comprising:
  • the route set of the terminal AT An enhanced base station eBS in the Route Set sends a route map RouteMap request to the terminal AT to obtain the RouteMap data;
  • the eBS After receiving the RouteMap message, the eBS compares the RouteMap data saved before the RouteMap request with the RouteMap data carried in the currently received RouteMap message, and when the eBS is inconsistent, the eBS actively triggers the AT re-routes to its Route Set
  • the AT broadcasts a RouteMap message to all member eBSs in the Route Set, where the AT currently carries the latest RouteMap data of the AT.
  • the RouteMap request message sent by the eBS to the AT includes a UnicastOrBroadcast field, and the value of the UnicastOrBroadcast field is used to indicate that the RouteMap request message is separately requested to acquire RouteMa data.
  • the eBS triggers the AT to re-send a RouteMap message to all member eBSs in its Route Set by using a RouteMap request message sent to the AT, where the value of the UnicastOrBroadcast field is used to indicate the location.
  • the AT broadcasts the RouteMap data to all member eBSs in the Route Set.
  • step (3) when it is found that the RouteMap data saved before the RouteMap request is consistent with the RouteMap data carried in the currently received RouteMap message, the eBS does not process, and the process ends.
  • the correctness of the Route Set information is one of the foundations of the FMX/RLSE handover of the UMB system and the routing communication between the eBS.
  • the present invention proposes an improvement on the processing flow of the RouteMap request message, and solves the above-mentioned existing Route Set by optimizing the RouteMapRequest message processing flow.
  • FIG. 1 is a schematic diagram of a UMB RouteMap request flow in the prior art
  • FIG. 3 is a flow chart of a preferred embodiment of the improved UMB RouteMap request flow in the present invention.
  • the RouteMap request message is RouteMapRequest
  • the RouteMap data is requested through the RouteMap request message.
  • a certain eBS sends a RouteMap request message to obtain the latest RouteMap information of the AT, it compares whether the RouteMap data before and after the request is consistent. If an inconsistency is found, the AT is notified and the AT is triggered again to all the Route Sets.
  • the member eBS broadcasts the latest RouteMap data and re-synchronizes the Route Set data in the access network.
  • Step 201 The eBS 1 is located in the Route Set of the AT, and sends a RouteMap request to the AT to obtain the RouteMap data.
  • Step 202 After receiving the RouteMap request, the AT returns a RouteMap message to the eBS1, where the AT carries the latest RouteMap data of the AT;
  • Step 203 After receiving the RouteMap message, the eBS1 compares the RouteMap data saved before the RouteMap request with the RouteMap data carried in the RouteMap message just received, and checks whether the RouteMap data is consistent. If not, proceed to step 204. When it is found that the RouteMap data saved before the RouteMap request is consistent with the RouteMap data carried in the currently received RouteMap message, the eBS does not process, and the process ends;
  • eBS1 After eBS1 obtains the RouteMap data by sending a RouteMap request to the AT, if the eNode1 finds that the obtained RouteMap data is inconsistent with the RouteMap data saved before the RouteMap request, it indicates that the Routemap data may be inconsistent on the access network side (or In the case of unsynchronized), the eBS1 will actively trigger the AT to perform the full-route RouteMap data synchronization.
  • Step 204 the eBS1 notifies the AT to re-broadcast to all members of the Route Set eBS
  • Step 205 The AT broadcasts a RouteMap message to all members of the Route Set eBS, and carries the latest RouteMap data of the AT.
  • Any eBS extracts the RouteMap data to the AT when it is needed. If the inconsistency is found, there may be inconsistency in the entire site RouteMap data. Compared with the whole network, the repeated check of an eBS should not be a problem. After the above processing, the AT's Route Set data can maintain data consistency in the access network.
  • Table 1 it is a schematic diagram of the format modification of the UMB RouteMapRequest message in the embodiment.
  • UnicastOrBroadcast this field is used to indicate whether RouteMapRequest is an eBS requesting to obtain RouteMap data separately, or to require AT to broadcast RouteMap data to all members eBS in the Route Set.
  • FIG. 3 it is a flow chart of the UMB RouteMap request in the preferred embodiment.
  • the UMB RouteMap request flow in the preferred embodiment will be described in detail below with reference to the accompanying drawings.
  • Step 302 After receiving the RouteMapRequest request message, the AT returns a RouteMap message to the eBS1, where the AT carries the latest RouteMap data of the AT;
  • Step 305 The AT broadcasts a RouteMap message to all member eBSs in its Route Set, and transmits the current latest RouteMap data of the AT to all eBSs.
  • the present invention improves the processing flow of the RouteMap request message.
  • the Route Set data is always consistent among the eBSs, and the consistency of the AT Route Set information in the access network is improved and maintained.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A method for guaranteeing route set data consistency in Ultra Mobile Broadband (UWB) system is disclosed. In the method, an evolution base station eBS in the Route Set of the terminal AT sends a RouteMap request to the terminal AT for getting RouteMap data; when the AT receives the RouteMap request, it returns a RouteMap message which bears the current last RouteMap data to the eBS; after the eBS receives the RouteMap message, it compares the RouteMap data before the RouteMap request with the RouteMap data after the RouteMap request; if the two data not consistent, the eBS triggers initiatively the AT to broadcast the RouteMap message that bears the current last RouteMap data of the AT again to all the members in the Route Set. By optimizing the process flow for RouteMapRequest message, Route Set data is always consistent between eBSs, so the consistency in the access network for Route Set information of AT is improved and maintained.

Description

超级移动宽带系统中保证路由集合数据一致性的方法  Method for guaranteeing data consistency of route collection in super mobile broadband system
技术领域 Technical field
本发明涉及一种移动通讯技术, 具体说, 涉及一种超级移动宽带(Ultra Mobile Broadband, UMB ) 系统中保证路由集合 ( Route Set )信息一致性的 方法。  The present invention relates to a mobile communication technology, and in particular to a method for ensuring consistency of route set information in an Ultra Mobile Broadband (UMB) system.
背景技术 Background technique
在 UMB系统中, 当一个增强基站(eBS, extended Base Station ) 的某 个导频位于终端 (AT, Access Terminal ) 的激活集(Active Set ) 中时, 相 对应的, 就有一个该 eBS的路由 ( Route )位亍 AT的路由集合 ( Route Set ) 中, 同时在 eBS中, 也有一个对应于该 AT的 Route。 从 AT的角度, 一个 Route是指对应于一个 eBS的协议栈实例, AT与 eBS的通讯就是通过分别 位于 AT和 eBS中的成对 Route实例之间进行。 当 AT和多个 eBS存在交互 关系时, 所有 eBS的 Route实例形成路由集合(Route Set ) 。 在 Route Set 中,一个 Route在数据组织上表示为: <RouteID, ANID>的二元关系映射表。 RoutelD是在 Route被创建时, 由 AT分配, 而 ANID属于配置数据, 其中 包含了 eBS的 IP地址信息。 整个 Route Set使用一个路由映射 ( RouteMap ) 来保存, 表中每条记录就对应一个 Route。  In a UMB system, when a pilot of an extended base station (eBS, extended base station) is located in an active set of an terminal (AT, Access Terminal), there is a route of the eBS corresponding thereto. ( Route ) is located in the route set of the AT, and in the eBS, there is also a Route corresponding to the AT. From the perspective of the AT, a Route refers to an instance of a protocol stack corresponding to an eBS, and communication between the AT and the eBS is performed between pairs of Route instances located in the AT and the eBS, respectively. When the AT and the multiple eBSs have an interaction relationship, the route instances of all eBSs form a route set (Route Set). In the Route Set, a Route is represented on the data organization as: <RouteID, ANID> binary relation mapping table. RoutelD is assigned by the AT when the Route is created, and the ANID belongs to the configuration data, which contains the IP address information of the eBS. The entire Route Set is saved using a route map ( RouteMap ), and each record in the table corresponds to a Route.
在 UMB系统中,和 AT存在空口交互的 eBS最多只有两个: FLSE (前 向链路服务 eBS )和 RLSE (反向链路服务 eBS ) , 分别承载前向和反向空 口消息和数据, 而其它的 eBS和 AT之间的交互, 需要通过 FLSE和 RLSE 在 IP层面之上进行隧道传输, eBS之间通讯 IP地址的获取就依赖于 eBS正 确的获取 AT的 Route Set信息, 从 Route Set信息中每个 eBS的 ANID来获 得 IP地址。 在 UMB系统的空口消息中, AT通过向位于其 Route Set中的 eBS发送 RouteMap信息在接入网中同步 Route Set数据。 RouteMap信息的发送在以 下两种场合下会发生:  In a UMB system, there are at most two eBSs that interact with the AT air interface: FLSE (forward link service eBS) and RLSE (reverse link service eBS), which carry forward and reverse air interface messages and data, respectively. The interaction between other eBS and AT needs to be tunneled over the IP layer through FLSE and RLSE. The acquisition of the communication IP address between eBS depends on the eBS correctly acquiring the Route Set information of the AT. From the Route Set information. The ANID of each eBS is used to obtain an IP address. In the air interface message of the UMB system, the AT synchronizes the Route Set data in the access network by sending RouteMap information to the eBS located in its Route Set. The transmission of RouteMap information will occur in the following two situations:
1 180700254 1、 Route Set中发生添加或删除操作,此时 AT向 Route Set中所有的 eBS 成员广播 RouteMap消息, 在接入网中同步更新 Route Set数据。 1 180700254 1. The Add or Delete operation occurs in the Route Set. At this time, the AT broadcasts the RouteMap message to all eBS members in the Route Set, and updates the Route Set data synchronously in the access network.
2、 位于 AT的 Route Set中的某 eBS主动向 AT发送 RouteMap请求消 息, 此时 AT只向发送请求的 eBS返回 RouteMap信息。  2. An eBS located in the AT's Route Set actively sends a RouteMap request message to the AT. At this time, the AT only returns the RouteMap information to the eBS that sent the request.
如图 1所示, 其流程如下:  As shown in Figure 1, the process is as follows:
步骤 101, eBS向 AT发送 RouteMap请求消息;  Step 101: The eBS sends a RouteMap request message to the AT.
步骤 102, AT向 eBS返回 RouteMap数据。  In step 102, the AT returns the RouteMap data to the eBS.
此流程的问题是: 如杲在 AT的 RouteSet发生变化, 向 eBS广播新的 RouteMap消息时会出现两种情况, 第一种是 eBS未收到最新的 RouteMap 消息(比如因为链路故障), 第二种是 eBS通过 RouteMap请求消息获得最 新 RouteMap数据时(比如链路恢复后), 这样, 导致会出现发送 RouteMap 请求后获得的 RouteMap数据和发送请求之前的 RouteMap数据不一致, 而 且这意味着 AT 的 RouteSet数据在接入网中可能存在不一致的现象, 有可 能导致 FLSE/RLSE切换的失败以及 eBS之间通讯的异常。 发明内容  The problem with this process is: If there is a change in the RouteSet of the AT, there will be two cases when the new RouteMap message is broadcast to the eBS. The first is that the eBS has not received the latest RouteMap message (for example, because of a link failure), The second type is when the eBS obtains the latest RouteMap data through the RouteMap request message (for example, after the link is restored), so that the RouteMap data obtained after the routeMap request is sent is inconsistent with the RouteMap data before the request is sent, and this means the RouteSet of the AT. Data may be inconsistent in the access network, which may cause failure of FLSE/RLSE handover and abnormal communication between eBS. Summary of the invention
本发明所解决的技术问题是提供一种 UMB系统中保证 Route set数据一 致性的方法, 通过优化 RouteMapRequest消息处理流程, 解决了 Route Set 数据在 eBS之间不一致的问题。  The technical problem to be solved by the present invention is to provide a method for guaranteeing the consistency of Route set data in a UMB system. By optimizing the RouteMapRequest message processing flow, the problem that the Route Set data is inconsistent between eBSs is solved.
技术方案如下:  The technical solutions are as follows:
一种超级移动宽带系统中保证路由集合数据一致性的方法, 步骤包括: A method for guaranteeing consistency of route collection data in a super mobile broadband system, the steps comprising:
( 1 )终端 AT的路由集合 Route Set中的一增强基站 eBS向终端 AT发 送路由映射 RouteMap请求, 以获取 RouteMap数据; (1) The route set of the terminal AT An enhanced base station eBS in the Route Set sends a route map RouteMap request to the terminal AT to obtain the RouteMap data;
( 2 ) 当所述 AT 接收到所述 RouteMap请求后, 向所述 eBS 返回 RouteMa 消息, 其中携带有所述 AT当前最新的 RouteMap数据;  (2) returning, after the AT receives the RouteMap request, a RouteMa message to the eBS, where the AT currently carries the latest RouteMap data of the AT;
( 3 )所述 eBS接收到 RouteMap消息后,将所述 RouteMap请求之前所 保存的 RouteMap数据和当前接收到的 RouteMap消息中所携带的 RouteMap 数据进行比较, 当不一致时,所述 eBS主动触发所述 AT重新向其 Route Set  (3) After receiving the RouteMap message, the eBS compares the RouteMap data saved before the RouteMap request with the RouteMap data carried in the currently received RouteMap message, and when the eBS is inconsistent, the eBS actively triggers the AT re-routes to its Route Set
2 180700254 中的所有成员 eBS广播 RouteMap消息; 2 180700254 All members in the eBS broadcast the RouteMap message;
( 4 )所述 AT向所述 Route Set中的所有成员 eBS广播 RouteMap消息, 其中携带有 AT当前最新的 RouteMap数据。  (4) The AT broadcasts a RouteMap message to all member eBSs in the Route Set, where the AT currently carries the latest RouteMap data of the AT.
进一步, 步骤( 1 ) 中, 所述 eBS向 AT发送的 RouteMap请求消息中 包括 UnicastOrBroadcast字段,此时所述 UnicastOrBroadcast字段的值用于指 示该 RouteMap请求消息是单独请求获取 RouteMa 数据。  Further, in the step (1), the RouteMap request message sent by the eBS to the AT includes a UnicastOrBroadcast field, and the value of the UnicastOrBroadcast field is used to indicate that the RouteMap request message is separately requested to acquire RouteMa data.
进一步, 步骤( 3 ) 中, 所述 eBS通过向 AT发送的 RouteMap请求消 息来触发所述 AT重新向其 Route Set中的所有成员 eBS广播 RouteMap消息, 此时所述 UnicastOrBroadcast字段的值用于指示所述 AT向 Route Set中所有 成员 eBS广播 RouteMap数据。  Further, in step (3), the eBS triggers the AT to re-send a RouteMap message to all member eBSs in its Route Set by using a RouteMap request message sent to the AT, where the value of the UnicastOrBroadcast field is used to indicate the location. The AT broadcasts the RouteMap data to all member eBSs in the Route Set.
进一步, 步骤 ( 1 ) 中, 当所述 UnicastOrBroadcast=0 时, 指示作为 RouteMap请求消息响应的 RouteMap消息只需要向请求者单独发送。  Further, in step (1), when the UnicastOrBroadcast=0, the RouteMap message indicating the response as the RouteMap request message only needs to be separately sent to the requester.
进一步, 步骤(3 ) 中, 当 UnicastOrBroadcast=l时, 指示所述 AT需要 向 Route Set中所有成员 eBS广播 RouteMap数据。  Further, in step (3), when UnicastOrBroadcast=l, the AT is instructed to broadcast RouteMap data to all member eBSs in the Route Set.
进一步, 步骤(3 ) 中, 当通过比较得知所述 RouteMap请求之前所保 存的 RouteMap数据和当前接收到的 RouteMap消息中所携带的 RouteMap 数据一致时, eBS不做处理, 流程结束。  Further, in step (3), when it is found that the RouteMap data saved before the RouteMap request is consistent with the RouteMap data carried in the currently received RouteMap message, the eBS does not process, and the process ends.
Route Set信息的正确性是 UMB系统 FLSE/RLSE切换以及 eBS之间路 由通信的基础之一, 本发明对 RouteMap请求消息的处理流程提出改进, 通 过优化 RouteMapRequest消息处理流程, 解决了上述存在的 Route Set数据 在 eBS之间的不一致问题,通过发明的上述路程,提高和保持了 AT的 Route Set信息在接入网络中的一致性。 附图概述  The correctness of the Route Set information is one of the foundations of the FMX/RLSE handover of the UMB system and the routing communication between the eBS. The present invention proposes an improvement on the processing flow of the RouteMap request message, and solves the above-mentioned existing Route Set by optimizing the RouteMapRequest message processing flow. The inconsistency between the data in the eBS, through the above-mentioned path of the invention, improves and maintains the consistency of the AT's Route Set information in the access network. BRIEF abstract
图 1 是现有技术中 UMB RouteMap请求流程示意图;  1 is a schematic diagram of a UMB RouteMap request flow in the prior art;
图 2是本发明中改进后 UMB RouteMap请求的流程图;  2 is a flow chart of the improved UMB RouteMap request in the present invention;
图 3 是本发明中改进后 UMB RouteMap请求流程优选实施例的流程图。  3 is a flow chart of a preferred embodiment of the improved UMB RouteMap request flow in the present invention.
3 180700254 本发明的较佳实施方式 3 180700254 Preferred embodiment of the invention
在 UMB 空口消息定义中, RouteMap请求消息为 RouteMapRequest, RouteMap数据通过 RouteMap请求消息传递。 本发明技术方案中, 在某个 eBS发送 RouteMap请求消息,获得 AT最新的 RouteMap信息后, 比较请求 前后的 RouteMap数据是否一致, 如果发现不一致的情况, 通知 AT并触发 AT再次向 Route Set中所有的成员 eBS广播最新的 RouteMap数据, 重新在 接入网中同步 Route Set数据。  In the UMB air interface message definition, the RouteMap request message is RouteMapRequest, and the RouteMap data is requested through the RouteMap request message. In the technical solution of the present invention, after a certain eBS sends a RouteMap request message to obtain the latest RouteMap information of the AT, it compares whether the RouteMap data before and after the request is consistent. If an inconsistency is found, the AT is notified and the AT is triggered again to all the Route Sets. The member eBS broadcasts the latest RouteMap data and re-synchronizes the Route Set data in the access network.
如图 2所示, 改进后 UMB RouteMap请求的流程图, 下面参照附图对 改进后 UMB RouteMap的流程做详细描述。  As shown in Figure 2, the flow chart of the improved UMB RouteMap request is described in detail below with reference to the accompanying drawings.
步骤 201, eBS 1位于 AT的 Route Set中, 向 AT发送 RouteMap请求 , 获取 RouteMap数据;  Step 201: The eBS 1 is located in the Route Set of the AT, and sends a RouteMap request to the AT to obtain the RouteMap data.
步骤 202, AT接收到该 RouteMap请求后, 向 eBSl返回 RouteMap消 息, 其中携带有 AT最新的 RouteMap数据;  Step 202: After receiving the RouteMap request, the AT returns a RouteMap message to the eBS1, where the AT carries the latest RouteMap data of the AT;
步骤 203, eBSl在接收到 RouteMap消息后, 将该 RouteMap请求之前 所保存的 RouteMap 数据和刚刚接收到的 RouteMap 消息中所携带的 RouteMap数据进行比较, 看 RouteMap数据是否一致, 如果不一致, 则进 入步骤 204; 当通过比较得知所述 RouteMap请求之前所保存的 RouteMap 数据和当前接收到的 RouteMap消息中所携带的 RouteMap数据一致时, eBS 不做处理, 流程结束;  Step 203: After receiving the RouteMap message, the eBS1 compares the RouteMap data saved before the RouteMap request with the RouteMap data carried in the RouteMap message just received, and checks whether the RouteMap data is consistent. If not, proceed to step 204. When it is found that the RouteMap data saved before the RouteMap request is consistent with the RouteMap data carried in the currently received RouteMap message, the eBS does not process, and the process ends;
当 eBSl通过向 AT发送 RouteMap请求获得 RouteMap数据后, 此时若 该 eBSl 发现所获得的 RouteMap数据和该 RouteMap请求之前所保存的 RouteMap数据不一致时, 则表明接入网侧可能存在 Routemap数据不一致 (或者不同步) 的情况, 此时该 eBSl将主动触发 AT进行全网 RouteMap 数据同步。  After eBS1 obtains the RouteMap data by sending a RouteMap request to the AT, if the eNode1 finds that the obtained RouteMap data is inconsistent with the RouteMap data saved before the RouteMap request, it indicates that the Routemap data may be inconsistent on the access network side (or In the case of unsynchronized), the eBS1 will actively trigger the AT to perform the full-route RouteMap data synchronization.
步骤 204, eBSl通知 AT重新向其 Route Set中的所有成员 eBS广播 Step 204, the eBS1 notifies the AT to re-broadcast to all members of the Route Set eBS
RouteMap消息, 并携带 AT当前最新的 RouteMap数据; RouteMap message, and carries the current latest RouteMap data of AT;
步骤 205 , AT向其 Route Set中的所有成员 eBS广播 RouteMap消息, 并携带有 AT最新的 RouteMap数据。  Step 205: The AT broadcasts a RouteMap message to all members of the Route Set eBS, and carries the latest RouteMap data of the AT.
4 180700254 凡是 eBS在需要的场合主动向 AT提取 RouteMap数据, 如果发现不一 致, 都可能存在全网 RouteMap数据不一致, 和全网相比, 一个 eBS的重复 校核应该不是问题。 经过以上处理, AT的 Route Set数据在接入网络中能保 持数据的一致性。 4 180700254 Any eBS extracts the RouteMap data to the AT when it is needed. If the inconsistency is found, there may be inconsistency in the entire site RouteMap data. Compared with the whole network, the repeated check of an eBS should not be a problem. After the above processing, the AT's Route Set data can maintain data consistency in the access network.
如表 1所示,是实施例中 UMB RouteMapRequest消息格式修改示意图, 下面表 1对修改后的 UMB RouteMapRequest消息做详细描述。  As shown in Table 1, it is a schematic diagram of the format modification of the UMB RouteMapRequest message in the embodiment. Table 1 below describes the modified UMB RouteMapRequest message in detail.
表 1
Figure imgf000007_0001
Table 1
Figure imgf000007_0001
Figure imgf000007_0002
a:原 RouetMapRequest消息格式 b:新 RouteMapRequest消息格式
Figure imgf000007_0002
a: original RouetMapRequest message format b: new RouteMapRequest message format
修改后的 UMB 空口 RouteMapRequest 消息格式增加了一个字段Modified UMB air interface RouteMapRequest message format adds a field
UnicastOrBroadcast,该字段用于表明 RouteMapRequest是某 eBS单独请求获 取 RouteMap数据,还是要求 AT向 Route Set中所有成员 eBS广播 RouteMap 数据。 当 UnicastOrBroadcast=0时, 表明作为 RouteMapRequest消息响应的 RouteMap消息只需要向请求者单独发送; 当 UnicastOrBroadcast=l时,表明 AT需要向 Route Set中所有成员 eBS广播 RouteMap消息。 UnicastOrBroadcast, this field is used to indicate whether RouteMapRequest is an eBS requesting to obtain RouteMap data separately, or to require AT to broadcast RouteMap data to all members eBS in the Route Set. When UnicastOrBroadcast=0, it indicates that the RouteMap message responding to the RouteMapRequest message only needs to be sent to the requester separately. When UnicastOrBroadcast=l, it indicates that the AT needs to broadcast the RouteMap message to all members of the Route Set eBS.
如图 3所示, 是优选实施例中 UMB RouteMap请求流程图, 下面参照 附图, 对优选实施例中 UMB RouteMap请求流程 ^故详细说明。  As shown in Fig. 3, it is a flow chart of the UMB RouteMap request in the preferred embodiment. The UMB RouteMap request flow in the preferred embodiment will be described in detail below with reference to the accompanying drawings.
步骤 301 , eBSl 位于 AT 的 Route Set 中, eBSl 向 AT 发送 RouteMapRequest请求消息, 该请求消息中 UnicastOrBroadcast=0 , 响应的 RouteMap消息只需要向请求者 eBSl单独发送;  Step 301: The eBS1 is located in the Route Set of the AT, and the eBS1 sends a RouteMapRequest request message to the AT, where the request message is UnicastOrBroadcast=0, and the response RouteMap message only needs to be separately sent to the requester eBS1;
如果当 UnicastOrBroadcast=l,表明 AT需要向 Route Set中所有成员 eBS 广播 RouteMap消息。 步骤 302, AT接收到该 RouteMapRequest请求消息后, 向 eBSl返回 RouteMap消息, 其中携带该 AT最新的 RouteMap数据;  If UnicastOrBroadcast=l, it indicates that the AT needs to broadcast the RouteMap message to all members of the Route Set eBS. Step 302: After receiving the RouteMapRequest request message, the AT returns a RouteMap message to the eBS1, where the AT carries the latest RouteMap data of the AT;
5 180700254 步骤 303, eBSl在接收到 RouteMap消息后,比较请求前后的 RouteMap 数据是否一致, 如果不一致, 则进入步骤 304 ; 当通过比较得知 RouteMapRequest请求消息之前所保存的 RouteMap数据和当前接收到的 RouteMap消息中所携带的 RouteMap数据一致时, eBS不做处理,流程结束; 步骤 304, eBSl 向 AT发送 RouteMapRequest请求消息, 该消息中 UnicastOrBroadcast=l , 通知 AT重新向其 Route Set中的所有成员 eBS广播 RouteMap数据; 5 180700254 Step 303: After receiving the RouteMap message, the eBS1 compares whether the RouteMap data before and after the request is consistent. If not, the process proceeds to step 304. When comparing the RouteMap data saved before the RouteMapRequest request message and the currently received RouteMap message, When the carried RouteMap data is consistent, the eBS does not process, and the process ends; in step 304, the eBS1 sends a RouteMapRequest request message to the AT, where the message is UnicastOrBroadcast=l, and the AT is notified to re-route the RouteMap data to all member eBSs in the Route Set;
步骤 305, AT向其 Route Set中的所有成员 eBS广播 RouteMap消息, 向所有 eBS传递该 AT当前最新的 RouteMap数据。  Step 305: The AT broadcasts a RouteMap message to all member eBSs in its Route Set, and transmits the current latest RouteMap data of the AT to all eBSs.
工业实用性 Industrial applicability
本发明对 RouteMap 请求消息的处理流程提出改进, 通过优化 RouteMapRequest消息处理流程, 使 Route Set数据在 eBS之间始终处于一 致, 提高和保持了 AT的 Route Set信息在接入网络中的一致性。  The present invention improves the processing flow of the RouteMap request message. By optimizing the RouteMapRequest message processing flow, the Route Set data is always consistent among the eBSs, and the consistency of the AT Route Set information in the access network is improved and maintained.
6 180700254 6 180700254

Claims

权 利 要 求 书 Claim
1、 一种超级移动宽带系统中保证路由集合数据一致性的方法, 步骤包 括:  1. A method for guaranteeing consistency of route collection data in a super mobile broadband system, the steps comprising:
( 1 )终端 AT的路由集合 Route Set中的一增强基站 eBS向终端 AT发 送路由映射 RouteMap请求, 以获取 RouteMap数据;  (1) The route set of the terminal AT An enhanced base station eBS in the Route Set sends a route map RouteMap request to the terminal AT to obtain the RouteMap data;
( 2 ) 当所述 AT接收到所述 RouteMap 请求后, 向所述 eBS 返回 RouteMap消息, 其中携带有所述 AT当前最新的 RouteMap数据;  (2) After receiving the RouteMap request, the AT returns a RouteMap message to the eBS, where the AT is currently carrying the latest RouteMap data;
( 3 )所述 eBS接收到 RouteMap消息后,将所述 RouteMap请求之前所 保存的 RouteMap数据和当前接收到的 RouteMap消息中所携带的 RouteMap 数据进行比较, 当不一致时,所述 eBS主动触发所述 AT重新向其 Route Set 中的所有成员 eBS广播 RouteMap消息;  (3) After receiving the RouteMap message, the eBS compares the RouteMap data saved before the RouteMap request with the RouteMap data carried in the currently received RouteMap message, and when the eBS is inconsistent, the eBS actively triggers the The AT re-sends the RouteMap message to all member eBSs in its Route Set;
( 4 )所述 AT向所述 Route Set中的所有成员 eBS广播 RouteMap消息, 其中携带有 AT当前最新的 RouteMap数据。  (4) The AT broadcasts a RouteMap message to all member eBSs in the Route Set, where the AT currently carries the latest RouteMap data of the AT.
2、 根据权利要求 1所述的方法, 其特征在于, 步骤( 1 )中, 所述 eBS 向 AT发送的 RouteMap请求消息中包括 UnicastOrBroadcast字段,此时所述 The method according to claim 1, wherein in the step (1), the RouteMap request message sent by the eBS to the AT includes a UnicastOrBroadcast field, and the
UnicastOrBroadcast字段的值用于指示该 RouteMap请求消息是单独请求获 取 RouteMap数据。 The value of the UnicastOrBroadcast field is used to indicate that the RouteMap request message is a separate request to obtain RouteMap data.
3、 根据权利要求 2所述的方法, 其特征在于, 步骤(3 )中, 所述 eBS 通过向 AT发送的 RouteMap请求消息来触发所述 AT重新向其 Route Set中 的所有成员 eBS广播 RouteMap消息, 此时所述 UnicastOrBroadcast字段的 值用于指示所述 AT向 Route Set中所有成员 eBS广播 RouteMap数据。  The method according to claim 2, wherein in step (3), the eBS triggers the AT to re-route the RouteMap message to all member eBSs in its Route Set by using a RouteMap request message sent to the AT. The value of the UnicastOrBroadcast field is used to indicate that the AT broadcasts RouteMap data to all member eBSs in the Route Set.
4、 根据权利要求 2所述的方法, 其特征在于, 步骤(1 ) 中, 当所述 UnicastOrBroadcast=0时, 指示作为 RouteMap请求消息响应的 RouteMap消 息只需要向请求者单独发送。  The method according to claim 2, wherein in step (1), when the UnicastOrBroadcast=0, the RouteMap message indicating the response as the RouteMap request message only needs to be separately sent to the requester.
5、 根据权利要求 3 所述的方法, 其特征在于, 步骤 (3 ) 中, 当 5. The method according to claim 3, wherein in step (3),
UnicastOrBroadcast- 1时, 指示所述 AT需要向 Route Set中所有成员 eBS广 播 RouteMap数据。 When UnicastOrBroadcast-1, the AT is instructed to broadcast RouteMap data to all member eBSs in the Route Set.
6、 根据权利要求 1 所述的方法, 其特征在于, 步骤(3 ) 中, 当通过  6. The method according to claim 1, wherein in step (3), when
7 180700254 比较得知所述 RouteMap请求之前所保存的 RouteMap数据和当前接收到的 RouteMap消息中所携带的 RouteMap数据一致时, eBS不做处理,流程结束。 7 180700254 When it is found that the RouteMap data saved before the RouteMap request is consistent with the RouteMap data carried in the currently received RouteMap message, the eBS does not process, and the process ends.
8 180700254  8 180700254
PCT/CN2007/003838 2007-12-27 2007-12-27 A method for guaranteeing route set data consistency in ultra mobile broadband system WO2009082839A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2007/003838 WO2009082839A1 (en) 2007-12-27 2007-12-27 A method for guaranteeing route set data consistency in ultra mobile broadband system
CN200780100511.9A CN101796792B (en) 2007-12-27 2007-12-27 Method for guaranteeing route set data consistency in ultra mobile broadband system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2007/003838 WO2009082839A1 (en) 2007-12-27 2007-12-27 A method for guaranteeing route set data consistency in ultra mobile broadband system

Publications (1)

Publication Number Publication Date
WO2009082839A1 true WO2009082839A1 (en) 2009-07-09

Family

ID=40823741

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/003838 WO2009082839A1 (en) 2007-12-27 2007-12-27 A method for guaranteeing route set data consistency in ultra mobile broadband system

Country Status (2)

Country Link
CN (1) CN101796792B (en)
WO (1) WO2009082839A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10335351B2 (en) 2011-04-04 2019-07-02 The Procter & Gamble Company Personal care articles and methods

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1889761A (en) * 2005-06-27 2007-01-03 华为技术有限公司 Control method for activating set updating in soft switching process

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100488170C (en) * 2006-01-26 2009-05-13 中兴通讯股份有限公司 Update method of route trigger area in the packet wireless system
CN101076029B (en) * 2007-07-12 2011-05-11 中兴通讯股份有限公司 Method for updating boundary gate protocol recursion router

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1889761A (en) * 2005-06-27 2007-01-03 华为技术有限公司 Control method for activating set updating in soft switching process

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Interoperability Specification (IOS) for Ultra Mobile Broadband (UMB) Radio Access Network Interfaces.", 3GPP2 A.S0020-0 VL.0., November 2007 (2007-11-01) *
"Route Control Plane for Ultra Mobile Broadband (UMB) Air Interface Specification.", 3GPP2 C.S0084-008-0 VERSION 2.0., August 2007 (2007-08-01) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10335351B2 (en) 2011-04-04 2019-07-02 The Procter & Gamble Company Personal care articles and methods

Also Published As

Publication number Publication date
CN101796792B (en) 2013-04-10
CN101796792A (en) 2010-08-04

Similar Documents

Publication Publication Date Title
CN110771203B (en) Communication method, access network equipment and core network equipment
JP4292890B2 (en) Multicast distribution method, distribution apparatus and system
US8831606B2 (en) Mobile terminal registration method in a radio network
US9277464B2 (en) Interworking method and device between base stations using gateway in wireless communication system of hierarchical cell structure
WO2017036248A1 (en) Data transmission method, device and system
JP2001500342A (en) Method and apparatus for rerouting a connection in a telecommunications network connection including a plurality of network elements
JP6090253B2 (en) Communication method, wireless communication system, and wireless connection providing apparatus in wireless communication system
CN102027711A (en) Method and apparatus for multicast group management
EP2309799B1 (en) A route optimization method and system
WO2008034349A1 (en) The method and device for establishing communication between the ms and the bs in the multi-hop relay network
CN113170005A (en) Method and apparatus for supporting selective forwarding of messages in a network of communicatively coupled communication devices
CN101621538A (en) Method and system for selecting medium source nodes in peer-to-peer network
KR20130037368A (en) Intermediate node apparatus for configuring sensor network and sensor data processing method using intermediate node apparatus
WO2012075934A1 (en) Method for detecting message loop, routing agent apparatus and networking system
KR20100093389A (en) Apparatus and method for managementing path between nodes in mobile communication system
US20230370823A1 (en) Network capability exposure method, device, and storage medium
KR100548329B1 (en) Procedure execution method for wireless protocol
JP2006279937A (en) Wireless base station, wireless terminal, and wireless access network
EP2058987A1 (en) A method for dealing with the packet domain gateway support node errors
CN105635286A (en) Method for synchronous data synchronization of distributed system
WO2018176439A1 (en) Address obtaining method, services capability opening network element, and mobile edge computing network element
US20040190530A1 (en) System and method for synchronizing SGSNs and a GGSN
CN104539530A (en) Host/standby switching uninterrupted forwarding method
WO2009082839A1 (en) A method for guaranteeing route set data consistency in ultra mobile broadband system
WO2010009666A1 (en) Method, system and device for implementing multimedia service

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200780100511.9

Country of ref document: CN

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

Ref document number: 07855839

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07855839

Country of ref document: EP

Kind code of ref document: A1