[go: up one dir, main page]

CN100550747C - Content charging method and charging system for data service - Google Patents

Content charging method and charging system for data service Download PDF

Info

Publication number
CN100550747C
CN100550747C CNB031374905A CN03137490A CN100550747C CN 100550747 C CN100550747 C CN 100550747C CN B031374905 A CNB031374905 A CN B031374905A CN 03137490 A CN03137490 A CN 03137490A CN 100550747 C CN100550747 C CN 100550747C
Authority
CN
China
Prior art keywords
charging
content
user
data service
billing
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.)
Expired - Fee Related
Application number
CNB031374905A
Other languages
Chinese (zh)
Other versions
CN1567818A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB031374905A priority Critical patent/CN100550747C/en
Priority to CN2007101814859A priority patent/CN101159566B/en
Publication of CN1567818A publication Critical patent/CN1567818A/en
Application granted granted Critical
Publication of CN100550747C publication Critical patent/CN100550747C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses a content charging method of data service, which customizes the charging rule as a charging rule component, and when a user executes data service, the corresponding charging rule component is used for charging the content according to the type of the data service, the user information and the content charging record information obtained by an Internet content provider/service provider (ICP/SP). The invention also discloses a content charging system of the service, which is realized by a special content charging server and comprises an Operation Support System (OSS) interface module, an ICP/SP interface module, a content charging module and a payment interface module. The content charging method and the charging system thereof have the characteristics of independence, flexibility, expandability, openness and distributivity, realize charging according to the content of the data service, and meet the flexible and various charging requirements in the data service.

Description

一种数据业务的内容计费方法及其计费系统 A content charging method and charging system for data services

技术领域 technical field

本发明涉及数据业务的计费技术,特别涉及一种数据业务的内容计费方法及其计费系统。The invention relates to charging technology for data services, in particular to a content charging method for data services and a charging system thereof.

背景技术 Background technique

目前,根据通用移动通信系统(UMTS)论坛报告9的分析,3G数据业务分成内容连接类和移动性类两大类,内容连接类可以划分成:移动Internet接入和企业Intranet/Extranet接入;移动性类可以划分成:客户化信息、娱乐;多媒体消息业务;基于位置的业务;另外还有增强话音共6类业务。At present, according to the analysis of Universal Mobile Telecommunications System (UMTS) Forum Report 9, 3G data services are divided into two categories: content connection and mobility. Content connection can be divided into: mobile Internet access and enterprise intranet/extranet access; The mobility category can be divided into: customized information and entertainment; multimedia message services; location-based services; in addition, there are 6 types of services including enhanced voice.

这6类业务代表了3G业务的主要需求。今天以话音为主宰的移动通信领域,将来一定会是一个以数据业务为中心的环境。在任何时间任何地点能够接入Internet的内容将明确成为3G的重要任务。These 6 types of services represent the main demands of 3G services. The field of mobile communication dominated by voice today will definitely be an environment centered on data services in the future. The content that can be connected to the Internet at any time and any place will clearly become an important task of 3G.

3G计费是3G解决方案的一个重要组成部分。虽然3G业务是多种多样的,前景是诱人的,但如果没有相应的计费解决方案,不建立相应的价值链体系,即运行商无法运营,那么一切都是空谈。3G billing is an important part of the 3G solution. Although 3G services are diverse and the prospects are attractive, if there is no corresponding billing solution and a corresponding value chain system is not established, that is, operators cannot operate, then everything is empty talk.

目前传统的计费系统都是针对语音业务来设计的,一般根据呼叫持续的时间、主被叫的距离等因素进行计费。即传统计费与呼叫时长及主被叫位置相关,而与消费的业务内容无关。At present, the traditional billing system is designed for voice services, and the billing is generally based on factors such as the duration of the call and the distance between the calling party and the called party. That is, traditional billing is related to the call duration and the location of the calling party and the called party, but has nothing to do with the service content consumed.

目前的3G计费系统,仍然以语音业务的计费为主,其计费策略普遍采用硬编码的方式,即计费公式在代码中写死,一旦计费费率表确定,其计费算法也就相应固定。The current 3G billing system still focuses on the billing of voice services, and its billing strategy is generally hard-coded, that is, the billing formula is hard-coded in the code. Once the billing rate table is determined, its billing algorithm It is correspondingly fixed.

硬编码方式的主要缺点在于代码重用性、灵活性差,如果增加新的需求则需要更改大量代码,代码间耦合性大,修改涉及面广,不易维护,也不利于计费系统的稳定性。针对3G业务对计费灵活性的要求,此种实现方式显然不能满足。The main disadvantages of the hard-coded method are code reusability and poor flexibility. If new requirements are added, a large number of codes need to be changed, the coupling between codes is large, the modification involves a wide range, it is not easy to maintain, and it is not conducive to the stability of the billing system. Aiming at the requirement of 3G service on billing flexibility, this kind of realization obviously cannot satisfy.

另外一种方法是使用脚本的方式固化计费策略,使用脚本语言实现计费公式。使用脚本语言虽然可以非常灵活的增加新的计费策略,修改计费公式时也不必修改代码,但由于计费公式一般比较复杂,使用脚本实现有很大的困难、可读性很差。除此之外,对脚本语言的解释对系统性能也会产生一定的影响。Another method is to use scripts to solidify billing policies, and use scripting languages to implement billing formulas. Although the script language can be used to add new billing policies very flexibly, and there is no need to modify the code when modifying the billing formula, but because the billing formula is generally more complicated, it is very difficult to use scripts to implement and the readability is poor. In addition, the interpretation of the scripting language will also have a certain impact on system performance.

现有3G计费系统是由移动通信系统原有的设备整合来实现的,即计费功能融合在SSP或SCP中,由SSP/SCP完成对用户的计费功能。The existing 3G charging system is realized by integrating the original equipment of the mobile communication system, that is, the charging function is integrated in the SSP or SCP, and the SSP/SCP completes the charging function for users.

传统的话音业务计费是和用户消费的内容无关的,只与时长(用户的通话时间)、距离(本地通话或长途)有关,因此不必上报业务信息或内容属性等,同时不关心用户消费业务的流量、次数,只需要在SSP/SCP侧统计用户的通话时间,由SSP/SCP完成对用户的计费功能后,由营帐系统根据计费结果,生成用户帐单,在用户需要时提交给用户。Traditional voice service billing has nothing to do with the content consumed by the user, but is only related to the duration (the user's call time) and distance (local call or long-distance call), so there is no need to report service information or content attributes, and it does not care about the user's consumption service traffic and times, only the user’s call time needs to be counted on the SSP/SCP side. After the SSP/SCP completes the billing function for the user, the camp account system will generate a user bill according to the billing result, and submit it to the user when the user needs it. user.

3G最吸引人的地方在于“永远在线”的服务,即只要打开手机就可以享受到丰富多采的业务内容,因此仅限于语音业务的传统计费系统明显不能满足多样化业务所带来的多样化内容计费的需求。因此传统的话音计费不能满足内容计费的需要。The most attractive part of 3G is the "always-on" service, that is, as long as you turn on the mobile phone, you can enjoy a variety of business content. Therefore, the traditional billing system limited to voice services obviously cannot meet the diverse demands brought by diversified services. demand for content billing. Therefore, traditional voice billing cannot meet the needs of content billing.

且由于现有技术的计费系统通过移动通信系统原有的设备整合来实现,占用了移动通信系统的资源,计费过程繁琐,灵活性差,不能适应日益发展的丰富多采的数据业务的计费需要。And because the billing system of the prior art is realized through the integration of the original equipment of the mobile communication system, the resources of the mobile communication system are occupied, the billing process is cumbersome, the flexibility is poor, and it cannot adapt to the ever-growing rich and diverse data business plan. fee required.

发明内容 Contents of the invention

有鉴于此,本发明的目的在于提供一种数据业务的内容计费方法,实现根据业务内容进行计费,满足数据业务中灵活多样的计费要求。In view of this, the purpose of the present invention is to provide a content charging method for data services, which implements charging according to service content and meets flexible and diverse charging requirements in data services.

本发明的另一个目的在于提供一种数据业务的内容计费系统,节省移动通信系统资源,实现根据业务内容进行计费,满足数据业务中灵活多样的计费要求。Another object of the present invention is to provide a content billing system for data services, which saves resources in the mobile communication system, implements billing based on service content, and meets flexible and diverse billing requirements in data services.

根据上述目的的一个方面,本发明提供了一种数据业务的内容计费方法,该方法包括以下步骤:According to one aspect of the above purpose, the present invention provides a content charging method for data services, the method comprising the following steps:

1)定制一个或一个以上计费规则部件,每个计费规则部件按照不同数据业务类型分别存储不同的计费规则;1) Customize one or more charging rule components, and each charging rule component stores different charging rules according to different data service types;

2)预先保存签约数据业务用户的用户信息;所述的用户信息至少包括:用户开户信息、付费类型、用户属性、以及欠费记录;2) Pre-save the user information of the user who subscribed to the data service; the user information at least includes: user account opening information, payment type, user attributes, and arrears records;

3)根据数据业务的类型,在相应的计费规则部件中取出相应的计费规则,再根据该数据业务执行的时间、执行该数据业务的数据流量、以及该数据业务执行的次数,使用该计费规则进行内容计费;且,判断该用户付费类型是否为预付费,如果是预付费则将计费结果发送给预付费处理设备,预付费处理设备按计费结果从该用户的帐户中扣除费用;否则为后付费用户,将计费结果发送给营帐系统。3) According to the type of data service, take out the corresponding charging rule in the corresponding charging rule component, and then use the The billing rule performs content billing; and judges whether the user’s payment type is prepaid, and if it is prepaid, sends the billing result to the prepaid processing device, and the prepaid processing device withdraws from the user’s account according to the billing result Deduct the fee; otherwise, it is a postpaid user, and the billing result is sent to the camping system.

其中,所述的步骤1)可以进一步包括:为每个计费规则部件设置一个计费因子,通过对计费因子的组合实现多种计费规则的组合计费。当对移动数据业务进行计费时,所述的预付费处理设备可以为业务控制节点SCP。该方法可以进一步包括,步骤4)获得的计费结果由营帐系统根据用户需要生成用户帐单。Wherein, the step 1) may further include: setting a charging factor for each charging rule component, and realizing combined charging of multiple charging rules by combining the charging factors. When charging the mobile data service, the prepaid processing device may be a service control node SCP. The method may further include that the billing result obtained in step 4) is used by the camping system to generate user bills according to user needs.

根据上述目的的另一个方面,本发明提供了一种内容计费系统,该系统包含专用的内容计费服务器,该内容计费服务器至少包含:According to another aspect of the above purpose, the present invention provides a content billing system, the system includes a dedicated content billing server, and the content billing server includes at least:

运营支撑系统OSS接口模块,将OSS与内容计费模块相连,从OSS中获取签约数据业务用户的用户信息,发送给内容计费模块;The OSS interface module of the operation support system connects the OSS to the content billing module, obtains the user information of the contract data service user from the OSS, and sends it to the content billing module;

互联网内容提供商/业务提供商ICP/SP接口模块,将ICP/SP与内容计费模块相连,ICP/SP将内容计费记录信息发送给内容计费模块;The Internet content provider/service provider ICP/SP interface module connects the ICP/SP to the content billing module, and the ICP/SP sends the content billing record information to the content billing module;

内容计费模块,根据数据业务类型、数据业务用户的用户信息、以及内容计费记录对数据业务进行计费,并根据付费类型生成计费结果;The content billing module charges the data service according to the data service type, the user information of the data service user, and the content billing record, and generates a billing result according to the payment type;

付费接口模块,与内容计费模块相连,根据付费类型将计费结果发送给相应的付费处理设备。该付费接口模块可以包含:The payment interface module is connected with the content charging module, and sends the charging result to the corresponding payment processing device according to the payment type. The payment interface module can include:

预付费接口模块,将预付费处理设备与内容计费模块相连,将内容计费模块产生的预付费用户的计费结果发送给预付费处理设备。The prepaid interface module connects the prepaid processing device with the content charging module, and sends the charging result of the prepaid user generated by the content charging module to the prepaid processing device.

话单接口模块,将内容计费模块与营帐系统相连;将内容计费模块产生的后付费用户的计费结果发送给营帐系统。The call bill interface module connects the content billing module with the camping system; sends the billing result of the post-paid user generated by the content billing module to the camping system.

其中,所述的预付费接口模块可以为:业务控制节点SCP接口模块,将SCP与内容计费模块相连,将内容计费模块产生的预付费用户的计费结果发送给SCP。Wherein, the prepaid interface module may be: a service control node SCP interface module, which connects the SCP to the content charging module, and sends the charging result of the prepaid user generated by the content charging module to the SCP.

所述的内容计费模块至少可以包含:The content billing module can at least include:

计费引擎,与OSS和ICP/SP分别相连,从OSS中获取签约数据业务用户的用户信息,接收ICP/SP发送的内容计费记录信息,并将用户信息和内容计费记录信息发送给批价部件;The billing engine is connected to the OSS and ICP/SP respectively, obtains the user information of the subscriber who subscribes to the data service from the OSS, receives the content billing record information sent by the ICP/SP, and sends the user information and content billing record information to the batch price parts;

批价部件,保存不同数据业务类型的基本费率,根据数据业务类型、数据业务用户的用户信息、以及内容计费记录从计费规则部件中取出相应的计费规则,对数据业务进行计费,并根据付费类型生成计费结果;Appraisal component, which saves the basic rates of different data service types, takes out the corresponding charging rules from the charging rule component according to the data service type, user information of data service users, and content charging records, and charges data services , and generate billing results according to the payment type;

计费规则部件,根据不同数据业务类型存储不同的计费规则。The charging rule component stores different charging rules according to different types of data services.

所述的用户信息至少可以包括:用户开户信息、付费类型、用户属性、以及欠费记录;所述的内容计费记录信息至少可以包括:数据业务类型、该数据业务执行的时间、执行该数据业务的数据流量、以及该数据业务执行的次数。The user information may at least include: user account opening information, payment type, user attributes, and arrears records; the content billing record information may at least include: data service type, execution time of the data service, execution time of the data service The data flow of the service, and the number of execution times of the data service.

所述的话单接口模块可以为话单接口机,其与内容计费模块通过文件格式传输信息。The bill interface module may be a bill interface machine, which transmits information with the content billing module in a file format.

所述的内容计费服务器与OSS可以为实时的同步消息接口,或以文件形式进行数据传输;内容计费服务器与ICP/SP、以及内容计费服务器与SCP之间均可以按照运营商接口规范进行连接。The content billing server and OSS can be a real-time synchronous message interface, or data transmission in the form of files; the content billing server and ICP/SP, and the content billing server and SCP can be in accordance with the operator interface specification to connect.

所述内容计费服务器与ICP/SP可以采用消息或文件方式进行交互;内容计费服务器与SCP之间可以采用扩展移动点到点协议EMPP协议消息进行交互。The content charging server and the ICP/SP can interact by means of messages or files; the content charging server and the SCP can interact by using the Extended Mobile Point-to-Point Protocol EMPP protocol messages.

话单接口模块与营帐系统可以以文件传输协议FTP或文件传输访问和管理FTAM传输信息,在用户需要时营帐系统通过话单接口模块到内容计费服务器取计费结果。Bill interface module and camping system can use file transfer protocol FTP or file transfer to access and manage FTAM transmission information, and camping system gets billing result from content billing server through bill interface module when user needs.

所述的内容计费服务器可以包含一个以上服务器;计费引擎与计费规则部件分布在不同的服务器主机上。The content charging server may include more than one server; the charging engine and charging rule components are distributed on different server hosts.

由本发明的技术方案可见,本发明的这种内容计费系统及其计费方法,将计费规则定制为计费规则部件,当用户执行数据业务时,根据数据业务、用户信息和互联网内容提供商/业务提供商(ICP/SP)获得的内容计费记录信息,使用相应的计费规则部件,进行内容计费,实现了根据数据业务内容进行计费,满足了数据业务中灵活多样的计费要求。It can be seen from the technical solution of the present invention that the content billing system and its billing method of the present invention customize billing rules as billing rule components, and when a user executes a data service, the content is provided according to the data service, user information and Internet content. Based on the content charging record information obtained by the ICP/SP, use the corresponding charging rule components to carry out content charging, realize charging according to the content of data services, and meet the needs of flexible and diverse accounting in data services fee request.

附图说明 Description of drawings

图1为本发明一个较佳实施例的内容计费实现框图;Fig. 1 is the realization block diagram of content billing of a preferred embodiment of the present invention;

图2为图1所示实施例中内容计费模块的实现框图。Fig. 2 is an implementation block diagram of the content charging module in the embodiment shown in Fig. 1 .

具体实施方式 Detailed ways

为使本发明的目的、技术方案和优点更加清楚明白,下面结合实施例和附图,对本发明进一步详细说明。In order to make the object, technical solution and advantages of the present invention clearer, the present invention will be further described in detail below in conjunction with the embodiments and accompanying drawings.

本发明的这种数据业务的内容计费方法,是为了满足3G业务的特点,采用根据业务内容进行计费的方式。并根据计费需求的灵活多变,定制不同的计费规则。也就是说,本发明能够根据计费规则定制不同的计费公式,对计费策略、折扣策略等实现灵活组合、易于扩充。The content charging method of the data service in the present invention is to meet the characteristics of 3G services, and adopts the method of charging according to the service content. And according to the flexibility of billing requirements, customize different billing rules. That is to say, the present invention can customize different charging formulas according to charging rules, realize flexible combination of charging policies, discount policies, etc., and be easy to expand.

本发明的这种数据业务的内容计费方法,首先按照不同数据业务类型的不同计费规则,定制一个或一个以上计费规则部件;同时预先保存签约数据业务用户的用户信息,该用户信息可以包括:用户开户信息、付费类型、用户属性、欠费记录等。The content billing method for this data service of the present invention firstly customizes one or more billing rule components according to different billing rules of different data service types; Including: user account opening information, payment type, user attributes, arrears records, etc.

其中,在定制计费规则部件时,参考了下列因素:Among them, the following factors are referred to when customizing the billing rule components:

A、不同ICP/SP可能有不同的计费策略;A. Different ICP/SP may have different billing policies;

B、不同业务可能有不同的资费策略,如游戏,不同游戏可能的收费不同;B. Different businesses may have different pricing strategies, such as games, different games may have different fees;

C、支持按时长计费,如游戏,时间长短收费不同;C. Support billing according to the length of time, such as games, the charges are different for the length of time;

D、支持基于内容的流量计费,如下载图片,按照流量计费,但是费率根据不同的图片有所区别;D. Support content-based traffic billing, such as downloading pictures, billing according to traffic, but the rate varies according to different pictures;

E、支持按使用次数计费(包括按条、按页面、按次计费),如下载图片、MP3、铃声等;E. Support billing by usage times (including billing by article, by page, and by billing), such as downloading pictures, MP3, ringtones, etc.;

F、支持按时间段或日期采用不同的计费策略;如某些日期免费促销、每天的某些时间段访问给予一定折扣等;F. Support different billing strategies based on time periods or dates; such as free promotions on certain dates, certain discounts for certain time periods of the day, etc.;

G、支持平价计费、支持签约费(月租)+按使用次数或时长或流量等计费策略;G. Support flat billing, support contract fee (monthly rent) + billing strategies based on usage times or duration or traffic;

H、支持用户个性化的计费,不同用户可以根据自身情况选择不同的资费或计费策略;H. Support user personalized billing, different users can choose different tariffs or billing strategies according to their own conditions;

I、支持随使用量不同(时长、流量、次数)采用不同的计费策略,其类似于跳档;I. Support adopting different billing strategies according to different usage (duration, traffic, times), which is similar to file skipping;

J、广告业务,支持用户访问ICP的广告送费服务,又可以分为赠送使用费和赠送使用量两种;J. Advertising business, which supports users to access ICP’s advertising fee service, which can be divided into two types: gift usage fee and gift usage amount;

K、支持接入不同的数据网络采用不同的计费策略,考虑QoS等因素;K. Support access to different data networks and adopt different billing strategies, considering factors such as QoS;

L、支持在不同区域或地区运用不同的计费策略,有可能在各“热点地区”向用户收费不同。比如,可以相对于“办公区”的概念,对“生活区”收取更低的费用;L. It supports the use of different billing strategies in different regions or regions, and it is possible to charge users differently in each "hotspot area". For example, a lower fee can be charged for the "living area" compared to the concept of "office area";

M、支持封顶费用。M. Support capping fees.

除此之外,折扣是SP和网络运营商吸引用户的非常重要的手段,无论是传统的语音业务,还是面向3G的移动数据业务,折扣的地位都是举足轻重的。折扣方式多种多样,目前普遍使用的折扣方式主要有以下几种:In addition, discounts are a very important means for SPs and network operators to attract users. Whether it is traditional voice services or 3G-oriented mobile data services, discounts play an important role. There are various discount methods, and the currently commonly used discount methods mainly include the following:

a、时间段折扣——保留现有的日常、星期、节假日折扣方式。这种方式也可以扩展到按流量计费的计费模式中。a. Discounts for time periods—retain the existing daily, weekly, and holiday discount methods. This method can also be extended to the billing mode of billing by traffic.

b、累计折扣——包括时长累计折扣、流量累计折扣、条目累计折扣、金额累计折扣等4种折扣方式。b. Cumulative discounts—including 4 discount methods, including duration cumulative discounts, traffic cumulative discounts, item cumulative discounts, and amount cumulative discounts.

c、一次累计折扣——按照一次使用总量、一次使用总金额折扣c. One-time cumulative discount—discount according to the total amount of one-time use and the total amount of one-time use

d、用户折扣——对某种集团用户进行统一的折扣。可在所有折扣基础上累乘。d. User discounts—unified discounts for certain group users. Can be multiplied on top of all discounts.

e、业务折扣——对某种业务进行统一折扣。e. Business discounts - uniform discounts for certain businesses.

本发明在具体实施中根据上述因素,定制了多个计费规则部件。一种业务的计费可以通过批价部件和一个或多个计费规则部件来实现。计费规则部件可以进行组合计费,同时为一种组合设置一个计费因子,在实际计费过程中用批价部件中的基本费率和计费因子实现多种附加计费规则的组合计费。In the specific implementation of the present invention, a plurality of billing rule components are customized according to the above factors. The charging of a service can be realized through the rating component and one or more charging rule components. The billing rule component can perform combined billing, and at the same time set a billing factor for a combination, and use the basic rate and billing factor in the batch price part to realize the combined billing of various additional billing rules in the actual billing process fee.

在实际应用中,数据业务的计费策略可以用批价部件中保存的基本费率信息+附加计费规则部件的计费因子信息”来描述。In practical applications, the billing policy for data services can be described by the "basic rate information stored in the rating component + charging factor information in the additional charging rule component".

例如:对应于互联网内容提供商的短信业务,那么其基本费率信息可以如表一所示,表一为一种短信业务简单的费率表。For example: corresponding to the short message service of the Internet content provider, its basic rate information may be as shown in Table 1, which is a simple rate table for the short message service.

  费率ID Rate ID   计费模式 billing mode   计费单位 unit of charging   费率值 rate value   1 1   1(按次计费) 1 (pay-per-view)   1(次) 1 time)   10(分) 10 points)

表一Table I

表一的含义就是对按次计费的业务,每次收10分钱。The meaning of Table 1 is that for pay-per-view services, 10 cents will be charged each time.

不同的用户附加的计费因子可能不同,如果要求用户同时享受累积折扣、时间折扣,计费因子信息可以如表二所示,表二为一种短信业务计费因子表。The additional charging factors for different users may be different. If the user is required to enjoy the cumulative discount and the time discount at the same time, the charging factor information can be shown in Table 2, which is a table of charging factors for short message services.

  计费因子ID Billing factor ID   折扣标识 discount logo   折扣索引 discount index   折扣部件 discount parts   0 0   3(代表累积折扣) 3 (represents cumulative discount)   0 0   累积折扣 Cumulative discount

  0 0   5(代表时间折扣) 5 (represents time discount)   1 1   时间折扣 time discount

表二Table II

表二对应了两种折扣,相当于将两种折扣组合成了一个计费因子。Table 2 corresponds to two discounts, which is equivalent to combining the two discounts into one billing factor.

上述两个表都是基本信息,实际应用中的表结构不仅限于此。The above two tables are basic information, and the table structure in practical application is not limited to this.

对应于累积折扣,如表三所示,表三为累积折扣表。Corresponding to the cumulative discount, as shown in Table 3, Table 3 is the cumulative discount table.

  折扣ID Discount ID   折扣下限 Lower discount limit  折扣类型 discount type   折扣值 Discount value   0(对应于计费因子表中的“折扣索引”字段) 0 (corresponds to the "discount index" field in the billing factor table)   30 30  0(表示百分比折扣) 0 (for percentage discount)   80 80

表三Table three

表三的含义就是当用户累积使用业务达到30次后,可以享受8折优惠同样的,如表四所示,表四为时间折扣表。The meaning of Table 3 is that when users accumulatively use the service for 30 times, they can enjoy a 20% discount. Similarly, as shown in Table 4, Table 4 is the time discount table.

  折扣索引 discount index   起始时间 start time   结束时间 End Time   折扣类型 discount type   折扣值 Discount value   1 1   22:00:00 22:00:00   23:59:59 23:59:59   0(表示百分比折扣) 0 (for percentage discount)   50 50

表四Table four

表四的含义就是在22:00~23:59分使用业务的用户,都可以享受5折优惠。Table 4 means that users who use the service between 22:00 and 23:59 can enjoy a 50% discount.

将基本费率信息与计费因子信息相结合,就得到了一种计费策略,这样的一个计费策略就可以和一个业务相绑定。参见表五,表五为短信业务的一种计费策略。Combining the basic tariff information with the billing factor information yields a billing policy, and such a billing policy can be bound to a service. See Table 5, Table 5 is a billing strategy for the SMS service.

  业务ID Business ID   费率索引 rate index   计费因子索引 Billing factor index   8888 8888   1 1   0 0

表五Table five

其中ID为8888的业务代表短信业务,其计费策略就是:按次计费业务,每次收费10分,同时如果用户累积使用30次以上,可以享受8折优惠,如果在22:00~23:59之间享受业务,又可以享受5折优惠。Among them, the service whose ID is 8888 represents the SMS service, and its billing strategy is: pay-per-use service, each charge is 10 cents, and if the user accumulatively uses more than 30 times, he can enjoy a 20% discount. : Enjoy business between 59 and 50% off.

如果一个用户已经使用该业务30次,又在22:30使用该业务,那么该用户的实际收取金额=1(次)*10(分)*0.8*0.5=4(分)If a user has used the service 30 times and uses the service at 22:30, then the user's actual charge = 1 (time) * 10 (minutes) * 0.8 * 0.5 = 4 (minutes)

如果需求产生变动,要求除支持以上两种折扣之外,再增加一种用户折扣,那么计费因子描述表只需进行修改,修改后的计费因子描述表参见表六。If the demand changes and requires adding a user discount in addition to the above two discounts, then the billing factor description table only needs to be modified, and the revised billing factor description table is shown in Table 6.

  计费因子ID Billing factor ID   折扣标识 discount logo   折扣索引 discount index   折扣部件 discount parts   0 0   3 3   0 0   累积折扣 Cumulative discount   0 0   5 5   1 1   时间折扣 time discount   0 0   6 6   2 2   用户折扣 user discount

表六Table six

这样,启动用户折扣部件,就可以轻而易举的实现动态增加一种折扣类型了,完全不需要做代码的修改,真正达到了动态灵活配置计费规则的目的。其中6代表用户折扣。In this way, by activating the user discount component, it is easy to dynamically add a discount type without modifying the code at all, and truly achieving the purpose of dynamically and flexibly configuring billing rules. 6 of which represent user discounts.

例如:一个个人移动用户签约了互联网内容提供商的短信业务,当该用户接收短信时,互联网内容提供商向内容计费服务器发送内容计费记录,其中包含了该用户执行的是短信业务、发送短信的条数、发送的时间等信息。内容计费服务器收到该内容计费记录后,取出OSS预先存储在内容计费服务器中的该用户的个人信息,包括该用户的开户信息、付费类型(例如本用户为预付费用户)、该用户属性为个人用户、该用户没有欠费记录、用户已付费情况等信息。内容计费服务器根据该用户执行的是短信业务、发送短信的时间、发送短信的数目已超出预定额度,以及该用户为个人用户、且没有欠费记录,判断该用户应该享有表六所述的三种折扣,因此使用表六中ID号为0的计费因子进行计费,然后内容计费服务器将该计费结果发送给SCP,SCP在该用户的帐户上扣除相应的费用。For example: an individual mobile user signs up for the short message service of an Internet content provider. When the user receives a short message, the Internet content provider sends a content billing record to the content billing server, which includes whether the user executes the short message service, sends The number of text messages, sending time and other information. After the content billing server receives the content billing record, it takes out the user's personal information stored in the content billing server by the OSS in advance, including the user's account opening information, payment type (for example, the user is a prepaid user), the User attributes include information such as individual user, the user has no arrears record, and the user has paid. The content billing server judges that the user should enjoy the service described in Table 6 based on the fact that the user is performing short message service, the time of sending short messages, the number of sent short messages has exceeded the predetermined quota, and the user is an individual user and has no arrears records. There are three kinds of discounts, so the billing factor whose ID number is 0 in Table 6 is used for billing, and then the content billing server sends the billing result to the SCP, and the SCP deducts the corresponding fee from the user's account.

当用户执行数据业务时,根据数据业务、用户信息和互联网内容提供商/业务提供商(ICP/SP)获得的内容计费记录信息,使用相应的计费规则部件,进行内容计费。其中内容计费记录信息可以包括:数据业务类型、该数据业务执行的时间、执行该数据业务的数据流量、该数据业务执行的次数。When the user executes the data service, according to the data service, user information and the content charging record information obtained by the Internet content provider/service provider (ICP/SP), use the corresponding charging rule component to perform content charging. The content charging record information may include: the type of data service, the execution time of the data service, the data flow of the execution of the data service, and the number of execution times of the data service.

其中内容计费可以由以下步骤来实现:The content billing can be implemented by the following steps:

步骤A、根据数据业务类型,在相应的计费规则部件中取出相应的计费规则,再根据该数据业务执行的时间、执行该数据业务的数据流量、该数据业务执行的次数,使用该计费规则进行计费;Step A, according to the type of data service, take out the corresponding charging rule in the corresponding charging rule component, and then use the calculation according to the execution time of the data service, the data flow of the execution of the data service, and the number of execution times of the data service. Billing according to the fee rules;

步骤B、判断该用户付费类型是否为预付费,如果是预付费则将计费结果发送给预付费处理设备,对于移动数据业务是业务控制节点(SCP),预付费处理设备按计费结果从该用户的帐户中扣除费用;否则为后付费用户,将计费结果发送给营帐系统。Step B, judge whether this user payment type is prepayment, if be prepayment then billing result is sent to prepayment processing equipment, be service control node (SCP) for mobile data service, prepayment processing equipment is from according to billing result The fee is deducted from the user's account; otherwise, it is a postpaid user, and the billing result is sent to the camping system.

步骤C、营帐系统根据用户需要取出计费结果,生成用户帐单。Step C, the billing system fetches the billing result according to the needs of the user, and generates a user bill.

参见图1,图1为本发明一个较佳实施例的内容计费实现框图。本实施例是对移动数据业务进行计费。其中内容计费系统由专用的内容计费服务器110来实现,该内容计费服务器110与OSS 101、ICP/SP 102、SCP 104和营帐系统分别相连。内容计费服务器110与OSS 101为实时的同步消息接口,或以文件形式进行数据传输,ICP/SP 102、SCP 104之间均按照运营商接口规范进行连接。其中,内容计费服务器110与ICP/SP102采用消息或文件方式进行交互;内容计费服务器110与SCP 104之间采用EMPP协议消息进行交互。本实施例的接口均按照运营商接口规范设计,有利于与外部其他设备的对接。Referring to FIG. 1, FIG. 1 is a block diagram of content charging implementation in a preferred embodiment of the present invention. In this embodiment, the mobile data service is charged. Wherein the content billing system is realized by a dedicated content billing server 110, and the content billing server 110 is connected to the OSS 101, ICP/SP 102, SCP 104 and the tent system respectively. The content billing server 110 and OSS 101 are real-time synchronous message interfaces, or data transmission in the form of files, and the ICP/SP 102 and SCP 104 are connected according to the operator interface specifications. Wherein, the content charging server 110 and the ICP/SP 102 interact by means of messages or files; the content charging server 110 and the SCP 104 interact by using EMPP protocol messages. The interfaces in this embodiment are all designed according to the operator's interface specifications, which is beneficial to the connection with other external devices.

本实施例中的内容计费服务器110包含了:The content billing server 110 in this embodiment includes:

运营支撑系统(OSS)接口模块111,将OSS 101与内容计费模块113相连,从OSS 101中获取签约移动数据业务用户的用户信息,发送给内容计费模块113;Operation support system (OSS) interface module 111, OSS 101 is connected with content billing module 113, obtains the user information of the contracted mobile data service user from OSS 101, sends to content billing module 113;

互联网内容提供商/业务提供商(ICP/SP)接口模块112,将ICP/SP102与内容计费模块相连113,ICP/SP 102将内容计费记录信息发送给内容计费模块110。Internet content provider/service provider (ICP/SP) interface module 112 is connected 113 with ICP/SP 102 and content billing module, and ICP/SP 102 sends content billing record information to content billing module 110.

内容计费模块113是内容计费的主要功能模块,参见图2,图2为图1所示实施例中内容计费模块的实现框图。内容计费模块113包含:计费引擎201,其通过OSS接口模块111、ICP/SP接口模块与OSS101及ICP/SP102分别相连,从OSS 101中获取签约移动数据业务用户的用户信息,接收ICP/SP 102发送的内容计费记录信息,并将用户信息和内容计费记录信息发送给批价部件202。The content charging module 113 is a main functional module of content charging, see FIG. 2 , which is a block diagram of the implementation of the content charging module in the embodiment shown in FIG. 1 . The content billing module 113 includes: a billing engine 201, which is connected to the OSS 101 and the ICP/SP 102 respectively through the OSS interface module 111 and the ICP/SP interface module, obtains the user information of the mobile data service subscriber from the OSS 101, and receives the ICP/SP SP 102 sends the content charging record information, and sends the user information and content charging record information to the evaluation component 202.

批价部件202,存储了不同移动数据业务类型的基本费率,根据移动数据业务类型、移动数据业务用户的用户信息、内容计费记录从相应的一个或多个计费规则部件203中取出相应的计费规则,对移动数据业务进行计费,并根据付费类型生成计费结果。Appraisal component 202 stores the basic tariff rates of different mobile data service types, and takes out corresponding rates from one or more charging rule components 203 according to the mobile data service type, user information of mobile data service users, and content charging records. Billing rules for mobile data services, and generate billing results based on payment types.

本实施例的内容计费服务器110预先定制了多个计费规则部件203,其根据不同移动数据业务类型分别存储不同的计费规则。计费规则部件203可以根据移动数据业务的变化,随时进行增加、删除和修改。可见,本实施例的内容计费系统以组件的方式实现,增加新需求即相当于增加新组件,对原有代码没有影响。同时各组件可以对外提供开放性接口,易于扩展。The content charging server 110 of this embodiment pre-customizes a plurality of charging rule components 203, which respectively store different charging rules according to different types of mobile data services. The charging rule component 203 can be added, deleted and modified at any time according to the change of the mobile data service. It can be seen that the content billing system in this embodiment is implemented in the form of components, adding new requirements is equivalent to adding new components, and has no impact on the original code. At the same time, each component can provide an open interface to the outside world, which is easy to expand.

总之,内容计费模块113,根据移动数据业务类型、移动数据业务用户的用户信息、内容计费记录对移动数据业务进行计费,并根据付费类型生成计费结果。In short, the content charging module 113 charges the mobile data service according to the mobile data service type, user information of the mobile data service user, and content charging records, and generates a charging result according to the payment type.

业务控制节点(SCP)接口模块115,将SCP 104与内容计费模块113相连,将内容计费模块113产生的预付费用户的计费结果发送给业务控制节点104;Service control node (SCP) interface module 115, SCP 104 is connected with content billing module 113, the billing result of the prepaid user that content billing module 113 produces is sent to service control node 104;

话单接口模块114,将内容计费模块113与营帐系统103相连;将内容计费模块113产生的后付费用户的计费结果发送给营帐系统103。The bill interface module 114 connects the content billing module 113 to the camping system 103 ;

本实施例中的业务控制节点(SCP)接口模块115和话单接口模块114构成了付费接口模块,根据数据业务的付费类型将计费结果发送给相应的计费处理设备——业务控制节点104或营帐系统103。The service control node (SCP) interface module 115 and bill interface module 114 in the present embodiment constitute the payment interface module, and the charging result is sent to the corresponding charging processing device—the service control node 104 according to the payment type of the data service Or tent system 103.

话单接口模块114与营帐系统以FTP或FTAM传输信息,在用户需要时营帐系统通过话单接口模块114到内容计费服务器110取计费结果。话单接口模块114可以由一个独立的话单接口机来实现,其与内容计费模块113通过文件格式传输信息。The bill interface module 114 and the billing system transmit information by FTP or FTAM, and the billing system gets the billing result from the content billing server 110 through the bill interface module 114 when the user needs it. The call bill interface module 114 can be implemented by an independent call bill interface machine, which transmits information with the content billing module 113 in a file format.

在本实施例的内容计费服务器110计费过程中,用户信息和内容计费记录信息是计费中的重要信息,该用户信息具体可以包括:用户开户信息、付费类型、用户属性、欠费记录;内容计费记录信息具体可以包括:移动数据业务类型、该移动数据业务执行的时间、执行该移动数据业务的数据流量、该移动数据业务执行的次数。In the charging process of the content charging server 110 in this embodiment, user information and content charging record information are important information in charging, and the user information may specifically include: user account opening information, payment type, user attributes, arrears Record; the content charging record information may specifically include: the type of mobile data service, the execution time of the mobile data service, the data flow of the execution of the mobile data service, and the number of execution times of the mobile data service.

另外,本实施例的内容计费服务器110可以由多个服务器来实现;其中,计费引擎201可以由专用的服务器来实现,批价部件202和计费规则部件203分布在其他的专用的服务器主机上。这样计费引擎201与计费规则部件203分布在不同主机上,能够确保内容计费系统的性能。In addition, the content charging server 110 of this embodiment can be realized by multiple servers; wherein, the charging engine 201 can be realized by a dedicated server, and the rating component 202 and the charging rule component 203 are distributed in other dedicated servers on the host. In this way, the charging engine 201 and the charging rule component 203 are distributed on different hosts, which can ensure the performance of the content charging system.

本实施例的内容计费系统,使用专用的服务器来实现,不依赖于其他设备,与其他设备的交互采用消息机制或API函数调用机制,使内容计费模块具有较高的独立性,可以进行独立的测试,减少了开发与测试的工作量,易于维护。The content billing system of this embodiment is implemented using a dedicated server, and does not depend on other devices. The interaction with other devices uses a message mechanism or an API function call mechanism, so that the content billing module has a high degree of independence and can perform Independent testing reduces the workload of development and testing and is easy to maintain.

同时,本实施例可以动态增加或修改计费规则部件的组合,无需修改代码或重启计费系统,具有很大的灵活性,最大限度的满足了计费需求的灵活多变的特性。At the same time, this embodiment can dynamically add or modify the combination of billing rule components without modifying codes or restarting the billing system, which has great flexibility and satisfies the flexible and changeable characteristics of billing requirements to the greatest extent.

由上述的实施例可见,本发明的这种数据业务的内容计费方法及其计费系统,具有独立性、灵活性、可扩展性、开放性和分布性的特点,实现了根据数据业务内容进行计费,满足了数据业务中灵活多样的计费要求。It can be seen from the above-mentioned embodiments that the content billing method of the data service and its billing system of the present invention have the characteristics of independence, flexibility, scalability, openness and distribution, and realize the charging according to the content of the data service. Billing is performed to meet flexible and diverse billing requirements in data services.

Claims (14)

1, a kind of content charging method of data service is characterized in that, this method may further comprise the steps:
1) customize one or more charging rule parts, each charging rule parts is stored different charging regulations respectively according to the different pieces of information type of service;
2) preserve the user profile of subscription data service-user in advance; Described user profile comprises at least: user open an account information, payment type, user property and arrearage record;
3) according to the type of data service, in corresponding charging rule parts, take out corresponding charging regulation, the number of times of the time of carrying out according to this data service, the data traffic of carrying out this data service and this data service execution uses this charging regulation to carry out content charging again; And, judge whether this user charges type is pre-payment, if pre-payment then sends to charging result the pre-payment treatment facility, the pre-payment treatment facility deducts the fee from this user's account by charging result; Otherwise be the postpaid service user, charging result is sent to accounting system.
2, content charging method as claimed in claim 1 is characterized in that, described step 1) further comprises: for each charging rule parts is provided with a charging factor, realize that by the combination to the charging factor combination of multiple charging regulation is chargeed.
3, content charging method as claimed in claim 1 is characterized in that: when mobile data services were chargeed, described pre-payment treatment facility was a service control node SCP.
4, content charging method as claimed in claim 1 is characterized in that: this method comprises that further the charging result that step 4) obtains generates subscriber's account by accounting system according to user's needs.
5, a kind of content accounting system of data service is characterized in that, this system's content accounting server, and this content charging server comprises at least:
OSS OSS interface module links to each other OSS with the content charging module, obtain the user profile of subscription data service-user from OSS, sends to the content charging module;
ICP/service provider ICP/SP interface module links to each other ICP/SP with the content charging module, ICP/SP sends to the content charging module with the content charging recorded information;
The content charging module is chargeed to the data business according to data service type, data service user's user profile and content charging record, and is generated charging result according to payment type;
The paying interface module links to each other with the content charging module, according to payment type charging result is sent to corresponding payment process equipment.
6, content accounting system as claimed in claim 5 is characterized in that, described paying interface module comprises:
The pre-payment interface module links to each other the pre-payment treatment facility with the content charging module, the prepaid user's that the content charging module is produced charging result sends to the pre-payment treatment facility.
The ticket interface module links to each other the content charging module with accounting system; The postpaid service user's that the content charging module is produced charging result sends to accounting system.
7, content accounting system as claimed in claim 6, it is characterized in that, described pre-payment interface module is: the service control node SCP interface module, SCP is linked to each other with the content charging module, and the prepaid user's that the content charging module is produced charging result sends to SCP.
8, content accounting system as claimed in claim 5 is characterized in that, described content charging module comprises at least:
Accounting engine links to each other respectively with ICP/SP with OSS, obtains the user profile of subscription data service-user from OSS, receives the content charging recorded information that ICP/SP sends, and user profile and content charging recorded information are sent to the wholesale price parts;
The wholesale price parts, preserve the base rate of different pieces of information type of service, user profile and content charging record according to data service type, data service user take out corresponding charging regulation from charging rule parts, the data business is chargeed, and generate charging result according to payment type;
Charging rule parts is according to the different charging regulation of different pieces of information type of service storage.
9, content accounting system as claimed in claim 5 is characterized in that, described user profile comprises at least: user open an account information, payment type, user property and arrearage record; Described content charging recorded information comprises at least: the number of times that time, the data traffic of carrying out this data service and this data service that data service type, this data service are carried out carried out.
10, content accounting system as claimed in claim 6 is characterized in that, described ticket interface module is a Bill Recorder Interface, and itself and content charging module are transmitted information by file format.
11, content accounting system as claimed in claim 7 is characterized in that: described content charging server and OSS are real-time synchronization message interface, or carry out transfer of data with document form; All be connected between content charging server and ICP/SP and content charging server and the SCP according to operator's interface specification.
12, content accounting system as claimed in claim 11 is characterized in that, described content charging server and ICP/SP adopt message or file mode to carry out alternately; Adopt Extended Mobile Point to Point EMPP protocol message to carry out alternately between content charging server and the SCP.
13, content accounting system as claimed in claim 6, it is characterized in that: ticket interface module and accounting system are with file transfer protocol (FTP) FTP or File Transfer Access and Management FTAM transmission information, and accounting system is got charging result by the ticket interface module to the content charging server when the user needs.
14, content accounting system as claimed in claim 8 is characterized in that, described content charging server comprises an above server; Accounting engine is distributed on the different server hosts with charging rule parts.
CNB031374905A 2003-06-25 2003-06-25 Content charging method and charging system for data service Expired - Fee Related CN100550747C (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CNB031374905A CN100550747C (en) 2003-06-25 2003-06-25 Content charging method and charging system for data service
CN2007101814859A CN101159566B (en) 2003-06-25 2003-06-25 Content charging method and system of data traffic

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB031374905A CN100550747C (en) 2003-06-25 2003-06-25 Content charging method and charging system for data service

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN2007101814859A Division CN101159566B (en) 2003-06-25 2003-06-25 Content charging method and system of data traffic

Publications (2)

Publication Number Publication Date
CN1567818A CN1567818A (en) 2005-01-19
CN100550747C true CN100550747C (en) 2009-10-14

Family

ID=34470437

Family Applications (2)

Application Number Title Priority Date Filing Date
CNB031374905A Expired - Fee Related CN100550747C (en) 2003-06-25 2003-06-25 Content charging method and charging system for data service
CN2007101814859A Expired - Fee Related CN101159566B (en) 2003-06-25 2003-06-25 Content charging method and system of data traffic

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN2007101814859A Expired - Fee Related CN101159566B (en) 2003-06-25 2003-06-25 Content charging method and system of data traffic

Country Status (1)

Country Link
CN (2) CN100550747C (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230342824A1 (en) * 2022-04-22 2023-10-26 VidaFair LLC System and Method for Delivering Customized Pricing of Streamed Video Content

Families Citing this family (80)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101167097A (en) * 2005-04-29 2008-04-23 Ut斯达康通讯有限公司 The Method of Realizing the Flexible Configuration of Billing Mode in IMS System
CN100394737C (en) * 2005-07-11 2008-06-11 西安大唐电信有限公司 Access method of website server and supporting system
CN1960264A (en) * 2005-11-03 2007-05-09 华为技术有限公司 Charging method and system
CN100372287C (en) * 2005-12-30 2008-02-27 华为技术有限公司 A method and device for realizing billing of IP fragment message content
CN102711053B (en) * 2006-06-22 2014-11-05 华为技术有限公司 Charging method and charging device in press-on-call (PoC) system
CN101582776B (en) * 2008-05-15 2012-11-21 浙江大学 Service charging method and service charging system
US8832777B2 (en) 2009-03-02 2014-09-09 Headwater Partners I Llc Adapting network policies based on device service processor configuration
US8406748B2 (en) 2009-01-28 2013-03-26 Headwater Partners I Llc Adaptive ambient services
US8346225B2 (en) 2009-01-28 2013-01-01 Headwater Partners I, Llc Quality of service for device assisted services
US8635335B2 (en) 2009-01-28 2014-01-21 Headwater Partners I Llc System and method for wireless network offloading
US8275830B2 (en) 2009-01-28 2012-09-25 Headwater Partners I Llc Device assisted CDR creation, aggregation, mediation and billing
US8402111B2 (en) 2009-01-28 2013-03-19 Headwater Partners I, Llc Device assisted services install
US8589541B2 (en) 2009-01-28 2013-11-19 Headwater Partners I Llc Device-assisted services for protecting network capacity
US8023425B2 (en) 2009-01-28 2011-09-20 Headwater Partners I Verifiable service billing for intermediate networking devices
US8548428B2 (en) 2009-01-28 2013-10-01 Headwater Partners I Llc Device group partitions and settlement platform
US8626115B2 (en) 2009-01-28 2014-01-07 Headwater Partners I Llc Wireless network service interfaces
US8391834B2 (en) 2009-01-28 2013-03-05 Headwater Partners I Llc Security techniques for device assisted services
US8340634B2 (en) 2009-01-28 2012-12-25 Headwater Partners I, Llc Enhanced roaming services and converged carrier networks with device assisted services and a proxy
US9392462B2 (en) 2009-01-28 2016-07-12 Headwater Partners I Llc Mobile end-user device with agent limiting wireless data communication for specified background applications based on a stored policy
US9858559B2 (en) 2009-01-28 2018-01-02 Headwater Research Llc Network service plan design
US9954975B2 (en) 2009-01-28 2018-04-24 Headwater Research Llc Enhanced curfew and protection associated with a device group
US11985155B2 (en) 2009-01-28 2024-05-14 Headwater Research Llc Communications device with secure data path processing agents
US10715342B2 (en) 2009-01-28 2020-07-14 Headwater Research Llc Managing service user discovery and service launch object placement on a device
US12388810B2 (en) 2009-01-28 2025-08-12 Headwater Research Llc End user device that secures an association of application to service policy with an application certificate check
US10779177B2 (en) 2009-01-28 2020-09-15 Headwater Research Llc Device group partitions and settlement platform
US10841839B2 (en) 2009-01-28 2020-11-17 Headwater Research Llc Security, fraud detection, and fraud mitigation in device-assisted services systems
US9351193B2 (en) 2009-01-28 2016-05-24 Headwater Partners I Llc Intermediate networking devices
US9253663B2 (en) 2009-01-28 2016-02-02 Headwater Partners I Llc Controlling mobile device communications on a roaming network based on device state
US9955332B2 (en) 2009-01-28 2018-04-24 Headwater Research Llc Method for child wireless device activation to subscriber account of a master wireless device
US10783581B2 (en) 2009-01-28 2020-09-22 Headwater Research Llc Wireless end-user device providing ambient or sponsored services
US9578182B2 (en) 2009-01-28 2017-02-21 Headwater Partners I Llc Mobile device and service management
US10057775B2 (en) 2009-01-28 2018-08-21 Headwater Research Llc Virtualized policy and charging system
US8745191B2 (en) 2009-01-28 2014-06-03 Headwater Partners I Llc System and method for providing user notifications
US12432130B2 (en) 2009-01-28 2025-09-30 Headwater Research Llc Flow tagging for service policy implementation
US10064055B2 (en) 2009-01-28 2018-08-28 Headwater Research Llc Security, fraud detection, and fraud mitigation in device-assisted services systems
US10484858B2 (en) 2009-01-28 2019-11-19 Headwater Research Llc Enhanced roaming services and converged carrier networks with device assisted services and a proxy
US11218854B2 (en) 2009-01-28 2022-01-04 Headwater Research Llc Service plan design, user interfaces, application programming interfaces, and device management
US9270559B2 (en) 2009-01-28 2016-02-23 Headwater Partners I Llc Service policy implementation for an end-user device having a control application or a proxy agent for routing an application traffic flow
US9755842B2 (en) 2009-01-28 2017-09-05 Headwater Research Llc Managing service user discovery and service launch object placement on a device
US9565707B2 (en) 2009-01-28 2017-02-07 Headwater Partners I Llc Wireless end-user device with wireless data attribution to multiple personas
US8793758B2 (en) 2009-01-28 2014-07-29 Headwater Partners I Llc Security, fraud detection, and fraud mitigation in device-assisted services systems
US10492102B2 (en) 2009-01-28 2019-11-26 Headwater Research Llc Intermediate networking devices
US9980146B2 (en) 2009-01-28 2018-05-22 Headwater Research Llc Communications device with secure data path processing agents
US12166596B2 (en) 2009-01-28 2024-12-10 Disney Enterprises, Inc. Device-assisted services for protecting network capacity
US12389218B2 (en) 2009-01-28 2025-08-12 Headwater Research Llc Service selection set publishing to device agent with on-device service selection
US9647918B2 (en) 2009-01-28 2017-05-09 Headwater Research Llc Mobile device and method attributing media services network usage to requesting application
US10326800B2 (en) 2009-01-28 2019-06-18 Headwater Research Llc Wireless network service interfaces
US10264138B2 (en) 2009-01-28 2019-04-16 Headwater Research Llc Mobile device and service management
US10200541B2 (en) 2009-01-28 2019-02-05 Headwater Research Llc Wireless end-user device with divided user space/kernel space traffic policy system
US9572019B2 (en) 2009-01-28 2017-02-14 Headwater Partners LLC Service selection set published to device agent with on-device service selection
US11973804B2 (en) 2009-01-28 2024-04-30 Headwater Research Llc Network service plan design
US10248996B2 (en) 2009-01-28 2019-04-02 Headwater Research Llc Method for operating a wireless end-user device mobile payment agent
US9571559B2 (en) 2009-01-28 2017-02-14 Headwater Partners I Llc Enhanced curfew and protection associated with a device group
US10798252B2 (en) 2009-01-28 2020-10-06 Headwater Research Llc System and method for providing user notifications
US12543031B2 (en) 2009-01-28 2026-02-03 Headwater Research Llc Adapting network policies based on device service processor configuration
US9557889B2 (en) 2009-01-28 2017-01-31 Headwater Partners I Llc Service plan design, user interfaces, application programming interfaces, and device management
US9706061B2 (en) 2009-01-28 2017-07-11 Headwater Partners I Llc Service design center for device assisted services
US12452377B2 (en) 2009-01-28 2025-10-21 Headwater Research Llc Service design center for device assisted services
US10237757B2 (en) 2009-01-28 2019-03-19 Headwater Research Llc System and method for wireless network offloading
CN101800824A (en) * 2010-03-04 2010-08-11 中兴通讯股份有限公司 Method and device for charging
CN102255734A (en) * 2010-05-19 2011-11-23 华为技术有限公司 Charging method of content business, apparatus and system thereof
CN102098650B (en) * 2011-01-21 2013-07-03 中国联合网络通信集团有限公司 Content charging-based flow adaptation method and system
US9154826B2 (en) 2011-04-06 2015-10-06 Headwater Partners Ii Llc Distributing content and service launch objects to mobile devices
TWI492169B (en) * 2012-12-28 2015-07-11 Univ Far East Method for composing photograph
WO2014159862A1 (en) 2013-03-14 2014-10-02 Headwater Partners I Llc Automated credential porting for mobile devices
CN104144060B (en) * 2013-05-10 2017-11-07 中国电信股份有限公司 A kind of cooperation charging method based on application, apparatus and system
CN104009939B (en) * 2014-05-29 2017-04-05 中国联合网络通信集团有限公司 A kind of service resource allocation method and system
CN106572453B (en) * 2015-10-09 2020-04-28 中国电信股份有限公司 Content charging method, charging network element, SP server and charging system
CN106412868A (en) * 2016-06-16 2017-02-15 北京小米移动软件有限公司 Mobile client data business management method and device
CN105871564B (en) * 2016-06-22 2019-04-30 中国联合网络通信集团有限公司 Method and device for charging flow
CN106372963A (en) * 2016-08-29 2017-02-01 石化盈科信息技术有限责任公司 Inference engine-based logistics billing system and logistics billing method
CN107977457B (en) * 2017-12-18 2021-04-06 深圳市快付通金融网络科技服务有限公司 Data clearing method, system and computer readable storage medium
CN108009806A (en) * 2017-12-18 2018-05-08 深圳市快付通金融网络科技服务有限公司 Charging regulation collocation method, data system for settling account and computer-readable recording medium
CN107977867A (en) * 2017-12-18 2018-05-01 深圳市快付通金融网络科技服务有限公司 Billing model update method, data system for settling account and computer-readable recording medium
CN108122113B (en) * 2017-12-20 2020-11-10 深圳乐信软件技术有限公司 Rate configuration method, device, server and storage medium
CN110972091B (en) * 2018-09-30 2021-06-08 中国移动通信集团重庆有限公司 Communication charging method, apparatus, device, medium and terminal
CN109787781A (en) * 2018-12-17 2019-05-21 深圳壹账通智能科技有限公司 Online charging method, apparatus, computer equipment and storage medium
CN110599153A (en) * 2019-08-12 2019-12-20 江苏斯菲尔电气股份有限公司 Mobile recharge prepayment management system and method supporting complex charging strategy
CN113076723A (en) * 2021-03-11 2021-07-06 上海佑译信息科技有限公司 Multi-API integrated big data terminal system establishing method and system
CN113556394B (en) * 2021-07-20 2022-12-06 北京百度网讯科技有限公司 Cloud product network usage processing method, device, equipment, storage medium and product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1296481A1 (en) * 2001-05-14 2003-03-26 NTT DoCoMo, Inc. Obile communication service charging apparatus and mobile communication service charging method
WO2003034631A2 (en) * 2001-10-12 2003-04-24 Nokia Corporation Intelligent network charging edge
JP2003134111A (en) * 2001-10-26 2003-05-09 Nec Corp System, method and program for rule-based rating

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1296481A1 (en) * 2001-05-14 2003-03-26 NTT DoCoMo, Inc. Obile communication service charging apparatus and mobile communication service charging method
WO2003034631A2 (en) * 2001-10-12 2003-04-24 Nokia Corporation Intelligent network charging edge
JP2003134111A (en) * 2001-10-26 2003-05-09 Nec Corp System, method and program for rule-based rating

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230342824A1 (en) * 2022-04-22 2023-10-26 VidaFair LLC System and Method for Delivering Customized Pricing of Streamed Video Content

Also Published As

Publication number Publication date
CN1567818A (en) 2005-01-19
CN101159566A (en) 2008-04-09
CN101159566B (en) 2011-05-04

Similar Documents

Publication Publication Date Title
CN100550747C (en) Content charging method and charging system for data service
US8798578B2 (en) Computer-implemented method, system, and computer program product for telecommunications rating
JP4904394B2 (en) Flexible evaluation rules and calendar rules implemented in a real-time billing system for communication networks
US10133450B2 (en) System and method for task specific, metered bandwidth control within shared client environment on mobile communications platforms
US8594618B2 (en) System and method for task specific, metered bandwidth control within shared client environment on mobile communications platforms
Yan Mobile data communications in China
US20080287096A1 (en) Access control
CN101083538B (en) Real-time counting method for value added business of IP network environment
US20150223042A1 (en) Independent roaming charging for a roaming user equipment in a visited network
CN101600185B (en) Method and system for ordering value-added service package across network domains and service management platform
EP1574081A2 (en) Dynamic pricing and yield management in mobile communications
CN102106142A (en) Method and system to implement telephony billing to incentivise shared phone usage
CN101282382B (en) Construction of website charge service platform based on VOIP technique and method thereof
CN102244864A (en) Mobile network-oriented integrated service management platform
EP1929762A1 (en) Recharging of prepaid credit in cellular networks
CN1681283B (en) A mobile intelligent network billing method
CN1897616A (en) Cell-phone SMS permission advertisement
Valitalo et al. Enhancing business partnerships with the B2B gateway
KR20070067665A (en) A billing system that charges subscribers by extracting an optimal telecommunication rate from a mobile carrier.
CN107786952A (en) Information processing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20091014