[go: up one dir, main page]

CN103888925A - Billing method and system for service and intelligent matching module - Google Patents

Billing method and system for service and intelligent matching module Download PDF

Info

Publication number
CN103888925A
CN103888925A CN201210560232.3A CN201210560232A CN103888925A CN 103888925 A CN103888925 A CN 103888925A CN 201210560232 A CN201210560232 A CN 201210560232A CN 103888925 A CN103888925 A CN 103888925A
Authority
CN
China
Prior art keywords
information
data
service
charging
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201210560232.3A
Other languages
Chinese (zh)
Other versions
CN103888925B (en
Inventor
项霞君
金建宁
王建明
蔡蔚旻
鞠鸣
朱听松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Group Jiangsu Co Ltd
Original Assignee
China Mobile Group Jiangsu Co Ltd
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 China Mobile Group Jiangsu Co Ltd filed Critical China Mobile Group Jiangsu Co Ltd
Priority to CN201210560232.3A priority Critical patent/CN103888925B/en
Publication of CN103888925A publication Critical patent/CN103888925A/en
Application granted granted Critical
Publication of CN103888925B publication Critical patent/CN103888925B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明公开了一种业务的计费方法和系统、智能匹配模块,方法包括:在网关通用分组无线业务支持节点(GGSN)对接收的业务数据进行内容计费匹配失败时,智能匹配模块根据所述GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。采用本发明,能够提高GPRS业务流量计费的准确性。

The invention discloses a service charging method and system, and an intelligent matching module. The method includes: when the gateway general packet wireless service support node (GGSN) fails to perform content charging matching on received service data, the intelligent matching module The user information of the service data that fails to be matched is provided by the GGSN to search for the service data of the corresponding user, and the charging rule matching is performed by analyzing the service data to generate corresponding charging information. By adopting the invention, the accuracy of GPRS service traffic charging can be improved.

Description

一种业务的计费方法和系统、智能匹配模块A business billing method and system, and an intelligent matching module

技术领域technical field

本发明涉及移动通信领域的业务计费技术,尤其涉及一种业务的计费方法和系统、智能匹配模块。The invention relates to service charging technology in the field of mobile communication, in particular to a service charging method and system, and an intelligent matching module.

背景技术Background technique

在移动通信发展迅猛的今天,通用分组无线业务(GPRS,General PacketRadio Service)的使用已呈现爆炸式增长,面对不同用户具有不同应用需求的情况,针对不同应用制定差异化的计费策略,可以覆盖更广阔的用户、实现业务增值,同时,这也适应未来无线数据业务的发展趋势。With the rapid development of mobile communication today, the use of General Packet Radio Service (GPRS) has shown explosive growth. Facing the situation that different users have different application requirements, it is possible to formulate differentiated billing strategies for different applications. It covers a wider range of users and realizes value-added services. At the same time, it also adapts to the development trend of future wireless data services.

网关GPRS支持节点(GGSN)最重要的一个功能是进行内容计费,通过区别不同的业务内容,在用户使用不同的数据业务时,对应实行不同的费率。One of the most important functions of the gateway GPRS support node (GGSN) is to perform content billing. By distinguishing different business content, when users use different data services, different rates are implemented correspondingly.

在现有网络中,GGSN通过对GPRS上行、下行业务数据拆解、分析,实现内容计费。In the existing network, GGSN implements content charging by dismantling and analyzing GPRS uplink and downlink service data.

对上行业务数据的内容计费流程如图1所示,主要包括以下步骤:The content charging process for uplink service data is shown in Figure 1, which mainly includes the following steps:

步骤101,GGSN对接收的数据包进行解封装,分析解封装后的数据包是否与一个已有的流对应,如果是,执行步骤105;如果否,执行步骤102;Step 101, GGSN decapsulates the received data packet, analyzes whether the decapsulated data packet corresponds to an existing flow, if yes, executes step 105; if not, executes step 102;

所述已有的流即是指一条已有的记录,该条记录中包含了上网IP、业务类别、计费类型等;业务数据中携带上网IP,可以通过上网IP进行流的匹配;The existing flow refers to an existing record, which includes Internet access IP, business category, billing type, etc.; the Internet access IP is carried in the service data, and flow matching can be performed through the Internet access IP;

步骤102,GGSN根据业务数据的网络层或传输层标识继续匹配规则,如果匹配到相应的网络层或传输层规则,执行步骤103;否则,执行步骤106;Step 102, the GGSN continues to match the rules according to the network layer or transport layer identification of the service data, if the corresponding network layer or transport layer rules are matched, execute step 103; otherwise, execute step 106;

步骤103~104,继续解析业务数据,匹配相应的应用层规则,为该数据包创建一个流,该流与业务类别、计费类型相对应;Steps 103-104, continue to analyze the service data, match the corresponding application layer rules, and create a flow for the data packet, which corresponds to the service category and charging type;

所述为该数据包创建一个流是指,为该数据包创建一条记录,该条记录中插入对应的上网IP、业务类别和计费类型;Said creating a stream for the data packet refers to creating a record for the data packet, and inserting the corresponding Internet access IP, service category and billing type in the record;

步骤105,按相应规则生成话单(CDR,Call Detail Record);Step 105, generate a call list (CDR, Call Detail Record) according to corresponding rules;

如果是在步骤101后执行的步骤105,所述按相应规则生成话单是指,按照步骤101中匹配的流中所记录的计费类型生成话单;如果是在步骤104后执行的步骤105,所述按相应规则生成话单是指,按照步骤104中创建的流中所记录的计费类型生成话单;If step 105 is executed after step 101, said generation of bills according to corresponding rules refers to generating bills according to the billing type recorded in the flow matched in step 101; if step 105 is executed after step 104 , said generating bills according to corresponding rules refers to generating bills according to the billing type recorded in the flow created in step 104;

步骤106,在网络层或传输层匹配规则失败,按缺省规则(普通流量)生成CDR。In step 106, the matching rule fails at the network layer or the transport layer, and a CDR is generated according to the default rule (ordinary traffic).

最后,GGSN将解封装后的业务数据发送至公共数据网(PDN)。Finally, the GGSN sends the decapsulated service data to the public data network (PDN).

对下行业务数据的内容计费流程如图2所示,主要包括以下步骤:The content charging process for downlink service data is shown in Figure 2, which mainly includes the following steps:

步骤201,GGSN从PDN接收数据包后,按照网络层、传输层、应用层进行规则匹配,如果匹配成功,执行步骤202;否则,执行步骤203;Step 201, after the GGSN receives the data packet from the PDN, it performs rule matching according to the network layer, the transport layer, and the application layer, and if the matching is successful, execute step 202; otherwise, execute step 203;

步骤202,匹配到相应的网络层或传输层规则、以及应用层规则,按所匹配的规则生成CDR;Step 202, matching the corresponding network layer or transport layer rules and application layer rules, and generating a CDR according to the matched rules;

步骤203,未匹配到相应的网络层或传输层规则、以及应用层规则,按缺省规则(普通流量)生成CDR。Step 203, if no corresponding network layer or transport layer rules and application layer rules are matched, a CDR is generated according to the default rules (ordinary traffic).

在通常情况下,用户使用特定数据业务时,需要结合特定业务的计费规则进行计费;当无法匹配到对应的计费规则时,用户使用的数据业务将产生普通流量话单,从而造成异常计费。例如:由于智能终端普及,较多低端的智能手机生产时不完全符合协议规范,该类终端使用GPRS业务时,在释放GPRS连接后会有各种异常报文,而这种报文根据目前的内容匹配规则无法进行内容匹配而会按照普通流量进行计费;再例如:由于一些服务提供商(SP,ServiceProvider)服务器性能不稳定,极易造成用户GPRS连接异常中断,同时由于该部分下行数据的网络时延,综合使得这部分数据流量无法进行内容匹配计费而进行普通流量计费,如:用户仅访问快讯业务,当用户请求下线后(关闭该业务),又有未知原因的数据包从网络侧发送到用户终端,且由于用户已经关闭了连接,这部分数据包会按照普通流量计费。Under normal circumstances, when a user uses a specific data service, it needs to be charged in conjunction with the charging rules of the specific service; when the corresponding charging rule cannot be matched, the data service used by the user will generate a common traffic bill, resulting in an exception Billing. For example: due to the popularity of smart terminals, many low-end smart phones do not fully comply with the protocol specifications when they are produced. When such terminals use GPRS services, there will be various abnormal messages after releasing the GPRS connection. According to the current The content matching rules cannot match the content and will be billed according to ordinary traffic; another example: due to the unstable performance of some service provider (SP, ServiceProvider) servers, it is very easy to cause the user's GPRS connection to be interrupted abnormally. Due to the network delay, this part of the data traffic cannot be billed for content matching and is billed for ordinary traffic. For example, the user only accesses the newsletter service. When the user requests to go offline (close the service), there is data for unknown reasons. Packets are sent from the network side to the user terminal, and since the user has closed the connection, this part of the data packets will be billed as normal traffic.

由此可以看出,现有技术中针对GPRS业务的流量计费方法,经常存在计费不准确的问题。It can be seen that, in the prior art, the traffic charging method for the GPRS service often has the problem of inaccurate charging.

发明内容Contents of the invention

有鉴于此,本发明的主要目的在于提供一种业务的计费方法和系统、智能匹配模块,以实现GPRS业务流量的准确计费。In view of this, the main purpose of the present invention is to provide a service charging method and system, and an intelligent matching module, so as to realize accurate charging of GPRS service flow.

为达到上述目的,本发明的技术方案是这样实现的:In order to achieve the above object, technical solution of the present invention is achieved in that way:

本发明提供了一种业务的计费方法,该方法包括:The present invention provides a service charging method, the method comprising:

在网关通用分组无线业务支持节点GGSN对接收的业务数据进行内容计费匹配失败时,智能匹配模块根据所述GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。When the gateway general packet radio service support node GGSN fails to match the content charging of the received service data, the intelligent matching module searches for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN, and through the Based on the analysis of the above business data, the billing rules are matched, and corresponding billing information is generated.

所述智能匹配模块根据GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息,包括:The intelligent matching module searches for the service data of the corresponding user according to the user information of the service data that fails to match provided by the GGSN, and performs charging rule matching by analyzing the service data to generate corresponding charging information, including:

根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by the GGSN, look forward along the timeline for user service-related data that is within a first preset time period from the service data that fails to match, and judge whether there is a service that fails to match according to the search result Data related link building information;

如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information;

如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by the GGSN, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether to There is duplicate link removal information corresponding to the user, and if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information , if there is no duplicate link removal information, perform normal charging on the service data that fails to match, and generate normal charging information.

该方法还包括:所述智能匹配模块中保存有所述GGSN接收的数据包,The method also includes: the intelligent matching module stores the data packets received by the GGSN,

相应的,所述智能匹配模块根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据。Correspondingly, the intelligent matching module searches the service data of the corresponding user from the data packet saved by itself according to the user information of the service data that fails to be matched provided by the GGSN.

该方法还包括:所述智能匹配模块记录自身保存的数据包的时长,并删除在所述智能匹配模块中保存时长超过预设时长的数据包。The method further includes: the intelligent matching module records the duration of the data packets saved by itself, and deletes the data packets stored in the intelligent matching module for a duration exceeding a preset duration.

本发明还提供了一种业务的计费系统,该系统包括:网关通用分组无线业务支持节点GGSN和智能匹配模块,其中,The present invention also provides a service billing system, which includes: gateway general packet radio service support node GGSN and intelligent matching module, wherein,

所述GGSN,用于对自身接收的业务数据进行内容计费匹配,并在内容计费匹配失败时,将匹配失败的业务数据的用户信息提供给所述智能匹配模块;The GGSN is used to perform content charging matching on the service data received by itself, and when the content charging matching fails, provide the user information of the failed service data to the intelligent matching module;

所述智能匹配模块,用于根据所述GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。The intelligent matching module is used to search for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN, and perform charging rule matching by analyzing the service data to generate corresponding charging information .

所述GGSN进一步用于,将接收的数据包发送给智能匹配模块,The GGSN is further used to send the received data packet to the intelligent matching module,

相应的,所述智能匹配模块进一步用于,保存所述GGSN提供的数据包,根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据。Correspondingly, the intelligent matching module is further configured to save the data package provided by the GGSN, and search for the service data of the corresponding user from the data package stored by itself according to the user information of the service data that fails to be matched provided by the GGSN.

所述智能匹配模块包括:存储判断子模块和定时处理子模块,The intelligent matching module includes: a storage judgment submodule and a timing processing submodule,

所述存储判断子模块,用于保存所述GGSN提供的数据包,根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息;The storage judgment submodule is used to save the data packet provided by the GGSN, and search for the corresponding user's business data from the data packet saved by itself according to the user information of the business data that fails to be matched provided by the GGSN, and through the The analysis of the business data performs charging rule matching, and generates corresponding charging information;

所述定时处理子模块,用于记录所述存储判断子模块保存的数据包的时长,并删除在所述存储判断子模块中保存时长超过预设时长的数据包。The timing processing sub-module is used to record the duration of the data packets stored by the storage judgment sub-module, and delete the data packets stored in the storage judgment sub-module whose duration exceeds a preset duration.

所述存储判断子模块进一步用于,The storage judging submodule is further used for,

根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by the GGSN, look forward along the timeline for user service-related data that is within a first preset time period from the service data that fails to match, and judge whether there is a service that fails to match according to the search result Data related link building information;

如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information;

如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by the GGSN, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether to There is duplicate link removal information corresponding to the user, and if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information , if there is no duplicate link removal information, perform normal charging on the service data that fails to match, and generate normal charging information.

本发明还提供了一种智能匹配模块,包括:存储判断子模块和定时处理子模块,The present invention also provides an intelligent matching module, including: a storage judgment submodule and a timing processing submodule,

所述存储判断子模块,用于保存所述GGSN提供的数据包,根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息;The storage judgment submodule is used to save the data packet provided by the GGSN, and search for the corresponding user's business data from the data packet saved by itself according to the user information of the business data that fails to be matched provided by the GGSN, and through the The analysis of the business data performs charging rule matching, and generates corresponding charging information;

所述定时处理子模块,用于记录所述存储判断子模块保存的数据包的时长,并删除在所述存储判断子模块中保存时长超过预设时长的数据包。The timing processing sub-module is used to record the duration of the data packets stored by the storage judgment sub-module, and delete the data packets stored in the storage judgment sub-module whose duration exceeds a preset duration.

所述存储判断子模块进一步用于,The storage judging submodule is further used for,

根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by the GGSN, look forward along the timeline for user service-related data that is within a first preset time period from the service data that fails to match, and judge whether there is a service that fails to match according to the search result Data related link building information;

如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information;

如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by the GGSN, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether to There is duplicate link removal information corresponding to the user, and if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information , if there is no duplicate link removal information, perform normal charging on the service data that fails to match, and generate normal charging information.

本发明所提供的一种业务的计费方法和系统、智能匹配模块,在GGSN对接收的业务数据进行内容计费匹配失败时,由智能匹配模块根据GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。通过本发明,能够提高GPRS业务流量计费的准确性。A service charging method and system, and an intelligent matching module provided by the present invention, when the GGSN fails to perform content charging matching on the received service data, the intelligent matching module provides the user information of the failed matching service data provided by the GGSN Find the service data of the corresponding user, and perform charging rule matching by analyzing the service data to generate corresponding charging information. Through the invention, the accuracy of GPRS service flow charging can be improved.

附图说明Description of drawings

图1为现有技术中对上行业务数据的内容计费流程示意图;FIG. 1 is a schematic diagram of a content charging process for uplink service data in the prior art;

图2为现有技术中对下行业务数据的内容计费流程示意图;FIG. 2 is a schematic diagram of the content charging process for downlink service data in the prior art;

图3为本发明实施例的一种业务的计费方法的流程示意图;FIG. 3 is a schematic flowchart of a service charging method according to an embodiment of the present invention;

图4为本发明实施例的智能匹配模块执行的分析处理流程示意图;Fig. 4 is a schematic diagram of the analysis process executed by the intelligent matching module of the embodiment of the present invention;

图5为本发明实施例的一种业务的计费系统的组成结构示意图。FIG. 5 is a schematic diagram of the composition and structure of a charging system for a service according to an embodiment of the present invention.

具体实施方式Detailed ways

下面结合附图和具体实施例对本发明的技术方案进一步详细阐述。The technical solutions of the present invention will be further elaborated below in conjunction with the accompanying drawings and specific embodiments.

本发明实施例提供的一种业务的计费方法,主要包括:在GGSN对接收的业务数据进行内容计费匹配失败时,智能匹配模块根据所述GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。所述内容计费是指,根据用户使用的业务类别,采用相应的计费类型进行计费。A service charging method provided by an embodiment of the present invention mainly includes: when the GGSN fails to perform content charging matching on the received service data, the intelligent matching module searches for the service data according to the user information of the failed service data provided by the GGSN Corresponding to the service data of the user, and matching the charging rules by analyzing the service data, generating corresponding charging information. The content charging means that according to the service category used by the user, the corresponding charging type is used for charging.

结合图3,图3为本发明实施例的一种业务的计费方法的流程示意图,当GGSN接收到数据包时,GGSN复制该数据包到智能匹配模块;GGSN先对收到的数据包中的业务数据进行内容计费匹配,如果成功完成匹配,则按照匹配规则进行内容计费,并生成相应的计费信息(即话单),如果内容计费匹配失败,则GGSN通过与智能匹配模块之间的消息接口,将匹配失败的业务数据的用户信息提供给智能匹配模块;智能匹配模块根据GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据,并通过对所述业务数据的分析(分析用户业务建立、结束流程)进行计费规则匹配(二次匹配),生成相应的计费信息(内容计费信息或普通计费信息)。In conjunction with Fig. 3, Fig. 3 is a schematic flow chart of a charging method for a service according to an embodiment of the present invention. When the GGSN receives a data packet, the GGSN copies the data packet to the intelligent matching module; The content charging matching is performed on the service data of the business data. If the matching is successfully completed, the content charging will be carried out according to the matching rules, and the corresponding charging information (that is, the bill) will be generated. If the content charging matching fails, the GGSN will pass through the smart matching module. The message interface between them provides the user information of the business data that failed to match to the smart matching module; the smart matching module searches for the business data of the corresponding user from the data package saved by itself according to the user information of the business data that fails to match provided by the GGSN , and perform charging rule matching (secondary matching) by analyzing the service data (analyzing the user service establishment and ending process) to generate corresponding charging information (content charging information or general charging information).

较佳的,智能匹配模块记录自身保存的数据包的时长,并删除在所述智能匹配模块中保存时长超过预设时长的数据包。实际应用中,由于用户量大,智能匹配模块中的数据存储量过大将严重影响智能匹配模块的处理性能,因此,本发明实施例只保留一定时间内的数据包,这有利于智能匹配模块对数据进行有效处理,避免因数据量过大而导致数据处理拥塞等现象出现。其中,所述预设时长可以根据智能匹配模块的处理能力以及业务数据量的大小综合进行设定,尽量保证被删除的数据包都已经被所述智能匹配模块分析处理过。Preferably, the intelligent matching module records the duration of the data packets saved by itself, and deletes the data packets stored in the intelligent matching module for a duration exceeding a preset duration. In practical applications, due to the large number of users, excessive data storage in the intelligent matching module will seriously affect the processing performance of the intelligent matching module. The data is processed effectively to avoid data processing congestion caused by excessive data volume. Wherein, the preset duration can be comprehensively set according to the processing capability of the intelligent matching module and the size of business data, so as to ensure that all deleted data packets have been analyzed and processed by the intelligent matching module.

参见图4,智能匹配模块执行的分析处理流程,即智能匹配模块根据GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息,具体包括:Referring to Figure 4, the analysis and processing flow performed by the intelligent matching module, that is, the intelligent matching module searches for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN, and performs charging rule matching by analyzing the service data , to generate corresponding billing information, including:

步骤401,智能匹配模块接收GGSN提供的内容计费匹配失败的业务数据的用户信息,根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据;Step 401, the intelligent matching module receives the user information provided by the GGSN for the service data whose content charging fails to match, and according to the user information provided by the GGSN, searches forward along the timeline for the service data that fails to match within the first preset distance. User business-related data within a time period;

其中,所述第一预设时间段可以根据实际应用进行设定,如设为30秒、1分钟等;以30秒为例,所述沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,即查找在所述匹配失败的业务数据发生之前30秒内的用户业务相关数据;Wherein, the first preset time period can be set according to the actual application, such as 30 seconds, 1 minute, etc.; taking 30 seconds as an example, the search forward along the timeline for the business data that fails to match User service-related data within the first preset time period, that is, searching for user service-related data within 30 seconds before the occurrence of the business data that failed to match;

步骤402,根据步骤401的查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息,如果存在,执行步骤407;如果不存在,执行步骤403;Step 402, judging whether there is link establishment information related to the business data that failed to match according to the search result in step 401, if yes, go to step 407; if not, go to step 403;

存在与所述匹配失败的业务数据相关的链接建立信息,表明对应的业务数据为完整信令流程的数据包,用户访问的业务不属于内容计费的范围,无需进行内容计费,而需要按照普通流量进行计费;There is link establishment information related to the business data that failed to match, indicating that the corresponding business data is a data packet of a complete signaling process, and the business accessed by the user does not belong to the scope of content charging, and content charging is not required, but needs to be based on Ordinary traffic is billed;

步骤403,根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果存在,执行步骤404;如果不存在,执行步骤407;Step 403, judging whether there is link removal information related to the business data that failed to match according to the search result, if yes, go to step 404; if not, go to step 407;

不存在与所述匹配失败的业务数据相关的链接拆除信息,表明对应的业务数据为用户前一次业务延续的数据包,从而认定该业务数据为普通业务数据,需要按照普通流量进行计费;There is no link removal information related to the business data that failed to match, indicating that the corresponding business data is a continuation data packet from the user's previous business, so that the business data is determined to be normal business data and needs to be billed according to normal traffic;

步骤404,根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据;Step 404, according to the user information provided by the GGSN, search backward along the timeline for user service-related data that is within a second preset time period from the service data that failed to match;

其中,第二预设时间段可以根据实际应用进行设定,如设为30秒、1分钟等;第二预设时间段与第一预设时间段的长度可以相同,也可以不相同;以1分钟为例,所述沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,即查找在所述匹配失败的业务数据发生之后1分钟内的用户业务相关数据;Wherein, the second preset time period can be set according to the actual application, such as 30 seconds, 1 minute, etc.; the length of the second preset time period and the first preset time period can be the same or different; Take 1 minute as an example, the search backward along the timeline for user service-related data that is within a second preset time period from the business data that failed to match, that is, search within 1 minute after the occurrence of the business data that failed to match User business-related data;

步骤405,根据步骤404的查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在,执行步骤406;如果不存在,执行步骤407;Step 405, judging whether there is duplicate link removal information corresponding to the user according to the search result in step 404, if yes, go to step 406; if not, go to step 407;

存在对应所述用户的重复的链接拆除信息,表明对应的业务数据为用户仍使用相同业务产生的异常数据包,从而这两个链接拆除信息之间的业务数据需按照内容计费;There is duplicate link removal information corresponding to the user, indicating that the corresponding service data is an abnormal data packet generated by the user still using the same service, so the service data between the two link removal information needs to be charged according to the content;

步骤406,对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息;Step 406, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information;

将这两个链接拆除信息之间的业务数据匹配对应用户的前一次内容计费信息,并按照与前一次内容计费信息相同的内容计费规则对所述业务数据进行内容计费;Match the service data between the two link removal information with the previous content charging information of the corresponding user, and perform content charging for the service data according to the same content charging rules as the previous content charging information;

步骤407,对所述匹配失败的业务数据进行普通计费,生成普通计费信息。所述普通计费是指,对业务数据按照普通流量进行计费。Step 407: Perform ordinary charging on the business data that fails to match, and generate ordinary charging information. The normal charging refers to charging service data according to normal traffic.

本发明实施例还提供了一种业务的计费系统,如图5所示,该系统包括:GGSN10和智能匹配模块20,其中,The embodiment of the present invention also provides a service charging system, as shown in Figure 5, the system includes: GGSN10 and intelligent matching module 20, wherein,

GGSN10,用于对自身接收的业务数据进行内容计费匹配,并在内容计费匹配失败时,将匹配失败的业务数据的用户信息提供给智能匹配模块20;The GGSN10 is used to perform content charging matching on the service data received by itself, and when the content charging matching fails, provide the user information of the failed service data to the intelligent matching module 20;

智能匹配模块20,用于根据GGSN10提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。The intelligent matching module 20 is used to search for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN10, and perform charging rule matching by analyzing the service data to generate corresponding charging information.

较佳的,GGSN10进一步用于,将接收的数据包发送给智能匹配模块20,Preferably, the GGSN10 is further used to send the received data packet to the intelligent matching module 20,

相应的,智能匹配模块20进一步用于,保存GGSN10提供的数据包,根据GGSN10提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据。Correspondingly, the intelligent matching module 20 is further configured to save the data packet provided by the GGSN10, and search for the service data of the corresponding user from the data packet saved by itself according to the user information of the service data that fails to be matched provided by the GGSN10.

较佳的,智能匹配模块20包括:存储判断子模块21和定时处理子模块22,Preferably, the intelligent matching module 20 includes: a storage judgment submodule 21 and a timing processing submodule 22,

存储判断子模块21,用于保存GGSN10提供的数据包,根据GGSN10提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息;The storage judgment sub-module 21 is used to store the data packets provided by the GGSN10, according to the user information of the business data that fails to match provided by the GGSN10, search for the business data of the corresponding user from the data packets saved by itself, and pass the information on the business data Analyze and match billing rules, and generate corresponding billing information;

定时处理子模块22,用于记录存储判断子模块21保存的数据包的时长,并删除在存储判断子模块21中保存时长超过预设时长的数据包。The timing processing sub-module 22 is used to record the duration of the data packets saved by the storage judging sub-module 21, and delete the data packets stored in the storage judging sub-module 21 whose duration exceeds the preset duration.

较佳的,存储判断子模块22进一步用于,Preferably, the storage judging submodule 22 is further used for,

根据GGSN10提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by GGSN10, look forward along the timeline for user service-related data within the first preset time period from the service data that failed to match, and judge whether there is any service data related to the service data that failed to match according to the search result. link building information;

如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information;

如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据GGSN10提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by GGSN10, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether there is a corresponding For the user's duplicate link removal information, if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information, if If there is no duplicate link removal information, normal charging is performed on the business data that fails to match, and normal charging information is generated.

需要说明的是,为了不增加GGSN的负荷,不影响GGSN的业务数据处理能力,智能匹配模块可以设为GGSN的外接设备,智能匹配模块和GGSN之间通过消息接口进行交互。It should be noted that, in order not to increase the load of the GGSN and not affect the service data processing capability of the GGSN, the smart matching module can be set as an external device of the GGSN, and the smart matching module and the GGSN interact through a message interface.

综上所述,本发明实施例在GGSN对接收的业务数据进行内容计费匹配失败时,由智能匹配模块根据GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对预设时间内的用户业务相关数据进行分析(分析用户业务建立、结束流程),判断匹配失败的业务数据的状态,从而实现业务数据的智能匹配,能够提高GPRS业务流量计费的准确性。In summary, in the embodiment of the present invention, when the GGSN fails to match the received service data for content charging, the intelligent matching module searches for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN, and through the Analyze user service-related data within a preset time period (analyze user service establishment and end processes), and judge the status of service data that fails to match, so as to realize intelligent matching of service data and improve the accuracy of GPRS service flow billing.

以上所述,仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the protection scope of the present invention.

Claims (10)

1.一种业务的计费方法,其特征在于,该方法包括:1. A charging method for a service, characterized in that the method comprises: 在网关通用分组无线业务支持节点GGSN对接收的业务数据进行内容计费匹配失败时,智能匹配模块根据所述GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。When the gateway general packet radio service support node GGSN fails to match the content charging of the received service data, the intelligent matching module searches for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN, and through the Based on the analysis of the above business data, the billing rules are matched, and corresponding billing information is generated. 2.根据权利要求1所述业务的计费方法,其特征在于,所述智能匹配模块根据GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息,包括:2. according to the charging method of the described service of claim 1, it is characterized in that, described intelligent matching module searches for the service data of corresponding user according to the user information of the service data of matching failure provided by GGSN, and through the service data of described service data Analyze and match charging rules, and generate corresponding charging information, including: 根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by the GGSN, look forward along the timeline for user service-related data that is within a first preset time period from the service data that fails to match, and judge whether there is a service that fails to match according to the search result Data related link building information; 如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information; 如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by the GGSN, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether to There is duplicate link removal information corresponding to the user, and if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information , if there is no duplicate link removal information, perform normal charging on the service data that fails to match, and generate normal charging information. 3.根据权利要求1或2所述业务的计费方法,其特征在于,该方法还包括:所述智能匹配模块中保存有所述GGSN接收的数据包,3. The billing method for the service according to claim 1 or 2, characterized in that the method further comprises: the data packet received by the GGSN is stored in the intelligent matching module, 相应的,所述智能匹配模块根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据。Correspondingly, the intelligent matching module searches the service data of the corresponding user from the data packet saved by itself according to the user information of the service data that fails to be matched provided by the GGSN. 4.根据权利要求3所述业务的计费方法,其特征在于,该方法还包括:所述智能匹配模块记录自身保存的数据包的时长,并删除在所述智能匹配模块中保存时长超过预设时长的数据包。4. The billing method for services according to claim 3, characterized in that the method further comprises: the intelligent matching module records the duration of the data packets saved by itself, and deletes the data packets stored in the intelligent matching module that exceed the preset duration. Data packets with a set duration. 5.一种业务的计费系统,其特征在于,该系统包括:网关通用分组无线业务支持节点GGSN和智能匹配模块,其中,5. A billing system for a service, characterized in that the system includes: a gateway general packet radio service support node GGSN and an intelligent matching module, wherein, 所述GGSN,用于对自身接收的业务数据进行内容计费匹配,并在内容计费匹配失败时,将匹配失败的业务数据的用户信息提供给所述智能匹配模块;The GGSN is used to perform content charging matching on the service data received by itself, and when the content charging matching fails, provide the user information of the failed service data to the intelligent matching module; 所述智能匹配模块,用于根据所述GGSN提供的匹配失败的业务数据的用户信息查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息。The intelligent matching module is used to search for the service data of the corresponding user according to the user information of the service data that fails to be matched provided by the GGSN, and perform charging rule matching by analyzing the service data to generate corresponding charging information . 6.根据权利要求5所述业务的计费系统,其特征在于,所述GGSN进一步用于,将接收的数据包发送给智能匹配模块,6. The billing system of the service according to claim 5, wherein the GGSN is further used to send the received data packet to the intelligent matching module, 相应的,所述智能匹配模块进一步用于,保存所述GGSN提供的数据包,根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据。Correspondingly, the intelligent matching module is further configured to save the data package provided by the GGSN, and search for the service data of the corresponding user from the data package stored by itself according to the user information of the service data that fails to be matched provided by the GGSN. 7.根据权利要求6所述业务的计费系统,其特征在于,所述智能匹配模块包括:存储判断子模块和定时处理子模块,7. The billing system of the service according to claim 6, wherein the intelligent matching module comprises: a storage judgment submodule and a timing processing submodule, 所述存储判断子模块,用于保存所述GGSN提供的数据包,根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息;The storage judgment submodule is used to save the data packet provided by the GGSN, and search for the corresponding user's business data from the data packet saved by itself according to the user information of the business data that fails to be matched provided by the GGSN, and through the The analysis of the business data performs charging rule matching, and generates corresponding charging information; 所述定时处理子模块,用于记录所述存储判断子模块保存的数据包的时长,并删除在所述存储判断子模块中保存时长超过预设时长的数据包。The timing processing sub-module is used to record the duration of the data packets stored by the storage judgment sub-module, and delete the data packets stored in the storage judgment sub-module whose duration exceeds a preset duration. 8.根据权利要求7所述业务的计费系统,其特征在于,所述存储判断子模块进一步用于,8. The billing system for the service according to claim 7, wherein the storage judgment sub-module is further used for: 根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by the GGSN, look forward along the timeline for user service-related data that is within a first preset time period from the service data that fails to match, and judge whether there is a service that fails to match according to the search result Data related link building information; 如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information; 如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by the GGSN, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether to There is duplicate link removal information corresponding to the user, and if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information , if there is no duplicate link removal information, perform normal charging on the service data that fails to match, and generate normal charging information. 9.一种智能匹配模块,其特征在于,包括:存储判断子模块和定时处理子模块,9. An intelligent matching module, comprising: a storage judgment submodule and a timing processing submodule, 所述存储判断子模块,用于保存所述GGSN提供的数据包,根据所述GGSN提供的匹配失败的业务数据的用户信息,从自身保存的数据包中查找对应用户的业务数据,并通过对所述业务数据的分析进行计费规则匹配,生成相应的计费信息;The storage judgment submodule is used to save the data packet provided by the GGSN, and search for the corresponding user's business data from the data packet saved by itself according to the user information of the business data that fails to be matched provided by the GGSN, and through the The analysis of the business data performs charging rule matching, and generates corresponding charging information; 所述定时处理子模块,用于记录所述存储判断子模块保存的数据包的时长,并删除在所述存储判断子模块中保存时长超过预设时长的数据包。The timing processing sub-module is used to record the duration of the data packets stored by the storage judgment sub-module, and delete the data packets stored in the storage judgment sub-module whose duration exceeds a preset duration. 10.根据权利要求9所述智能匹配模块,其特征在于,所述存储判断子模块进一步用于,10. The intelligent matching module according to claim 9, wherein the storage judging submodule is further used for: 根据所述GGSN提供的用户信息,沿时间线向前查找距离所述匹配失败的业务数据在第一预设时间段内的用户业务相关数据,根据查找结果判断是否存在与所述匹配失败的业务数据相关的链接建立信息;According to the user information provided by the GGSN, look forward along the timeline for user service-related data that is within a first preset time period from the service data that fails to match, and judge whether there is a service that fails to match according to the search result Data related link building information; 如果存在所述链接建立信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息;If there is the link establishment information, perform ordinary charging on the business data that fails to match, and generate ordinary charging information; 如果不存在所述链接建立信息,则根据所述查找结果判断是否存在与所述匹配失败的业务数据相关的链接拆除信息,如果不存在所述链接拆除信息,则生成普通计费信息;如果存在所述链接拆除信息,则根据所述GGSN提供的用户信息,沿时间线向后查找距离所述匹配失败的业务数据在第二预设时间段内的用户业务相关数据,并根据查找结果判断是否存在对应所述用户的重复的链接拆除信息,如果存在重复的链接拆除信息,则对这两个链接拆除信息之间的业务数据按照对应的内容计费规则进行内容计费,生成内容计费信息,如果不存在重复的链接拆除信息,则对所述匹配失败的业务数据进行普通计费,生成普通计费信息。If there is no link establishment information, judge whether there is link teardown information related to the business data that failed to match according to the search result, if there is no link teardown information, generate common charging information; if there is For the link removal information, according to the user information provided by the GGSN, search backward along the timeline for user service-related data within the second preset time period from the service data that failed to match, and judge whether to There is duplicate link removal information corresponding to the user, and if there is duplicate link removal information, perform content charging for the business data between the two link removal information according to the corresponding content charging rules, and generate content charging information , if there is no duplicate link removal information, perform normal charging on the service data that fails to match, and generate normal charging information.
CN201210560232.3A 2012-12-20 2012-12-20 Charging method and system, the intelligent Matching module of a kind of business Active CN103888925B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210560232.3A CN103888925B (en) 2012-12-20 2012-12-20 Charging method and system, the intelligent Matching module of a kind of business

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210560232.3A CN103888925B (en) 2012-12-20 2012-12-20 Charging method and system, the intelligent Matching module of a kind of business

Publications (2)

Publication Number Publication Date
CN103888925A true CN103888925A (en) 2014-06-25
CN103888925B CN103888925B (en) 2017-11-21

Family

ID=50957609

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210560232.3A Active CN103888925B (en) 2012-12-20 2012-12-20 Charging method and system, the intelligent Matching module of a kind of business

Country Status (1)

Country Link
CN (1) CN103888925B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1645811A (en) * 2004-04-14 2005-07-27 华为技术有限公司 Removing method for occupied network resource by user in wireless local network
CN101188505A (en) * 2007-12-11 2008-05-28 华为技术有限公司 Method and device for content type identification
WO2009092704A1 (en) * 2008-01-23 2009-07-30 Nokia Siemens Networks Oy Method for maintaining continuity of 'diameter' protocol-based online charging
CN102395117A (en) * 2007-12-11 2012-03-28 华为技术有限公司 Method and device for identifying content type

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1645811A (en) * 2004-04-14 2005-07-27 华为技术有限公司 Removing method for occupied network resource by user in wireless local network
CN101188505A (en) * 2007-12-11 2008-05-28 华为技术有限公司 Method and device for content type identification
CN102395117A (en) * 2007-12-11 2012-03-28 华为技术有限公司 Method and device for identifying content type
WO2009092704A1 (en) * 2008-01-23 2009-07-30 Nokia Siemens Networks Oy Method for maintaining continuity of 'diameter' protocol-based online charging

Also Published As

Publication number Publication date
CN103888925B (en) 2017-11-21

Similar Documents

Publication Publication Date Title
US8023926B2 (en) Offline charging for sessions over a 3GPP network and a WLAN access network
US9602382B2 (en) Dynamic reaction to diameter routing failures
CN100492975C (en) Service charging method, system, network access server and protocol analysis device
CN102098649B (en) Method, device and system for processing value added service based on policy and charging control system
US8897745B2 (en) Method and apparatus for optimizing delivery of network usage and billing data
WO2012106861A1 (en) Terminal distribution information acquisition method, data acquisition device and communication system
CN105828310B (en) Charging method, device and system for data service
CN101188505B (en) content type recognition method and device
CN103718579B (en) Charge processing method, apparatus and system
CN100474812C (en) Compensation method for drop-out flow of service sort charging in communication network and system thereof
CN109495857B (en) Charging method, mobile edge computing server, charging system and policy control rule network element
CN109996201A (en) A kind of Network Access Method and the network equipment
CN105516979A (en) Mobile network information acquisition and opening method and system
WO2013007198A1 (en) Charging method and device
US20070195801A1 (en) Context-based processing of data flows
CN104301880B (en) A kind of data service charge on traffic accuracy detection method for the network mobile communication systems of CDMA 2000
CN100550752C (en) Signaling traffic processing method and processing unit in the content charging
CN102395117B (en) Method and device for identifying content type
CN101160814B (en) Method and Billing System for Monitoring Negative Flow
WO2010066157A1 (en) Charging method, charging device, charging gateway and charging system
KR100812676B1 (en) Method of generating billing data for each content in mobile communication system
CN102026140B (en) Charging information processing method and equipment and communication system
WO2012106881A1 (en) Charging method, network access device and core network device
CN103888925B (en) Charging method and system, the intelligent Matching module of a kind of business
CN111356101B (en) Flow processing methods, devices, equipment and media applied to EC

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant