Providing content based billing architecture over Next Generation Network

Mobile Communication marketplace has stressed that 'content is king' ever since the initial footsteps for Next Generation Networks like 3G, 3GPP, IP Multimedia subsystem (IMS) services. However, many

Providing content based billing architecture over Next Generation   Network

Mobile Communication marketplace has stressed that “content is king” ever since the initial footsteps for Next Generation Networks like 3G, 3GPP, IP Multimedia subsystem (IMS) services. However, many carriers and content providers have struggled to drive revenue for content services, primarily due to current limitations of certain types of desirable content offerings, simplistic billing models, and the inability to support flexible pricing, charging and settlement. Unlike wire line carriers, wireless carriers have a limit to the volume of traffic they can carry, bounded by the finite wireless spectrum. Event based services like calling, conferencing etc., only perceive charge per event, while the Content based charging system attracts Mobile Network Operators (MNOs) to maximize service delivery to customer and achieve best ARPU. With the Next Generation Networks, the number of data related services that can be offered, is increased significantly. The wireless carrier will be able to move from offering wireless telecommunications services to offering wireless telecommunication services plus a number of personalized Value Added Services like news, games, video broadcasts, or multimedia messaging service (MMS) through the network. The next generation Content Based Billing systems allow the operators to maximize their revenues from such services. These systems will enable operators to offer and bill for application-based and content-based services, rather than for just bytes of data. Therefore, the wireless business focus is no longer on infrastructure build-outs but on customer retention and increased average revenue per customer (ARPU). The mobile operator generates new revenues, strengthens brand value, and differentiates its service to attract and retain customers.


💡 Research Summary

The paper addresses a fundamental challenge faced by mobile network operators (MNOs) in the era of Next‑Generation Networks (NGN): how to monetize high‑value content services beyond the traditional “bytes‑per‑second” billing model. While 3GPP‑based IMS (IP Multimedia Subsystem) has enabled a rich set of IP‑centric services—video streaming, mobile gaming, news feeds, MMS, etc.—the prevailing charging mechanisms remain simplistic, treating all traffic as homogeneous data. This limits revenue potential, hampers flexible pricing, and makes it difficult to differentiate services in a spectrum‑constrained wireless environment.

To solve this, the authors propose a comprehensive Content‑Based Billing (CBB) architecture that integrates tightly with the IMS core and the policy‑control framework. The design consists of four tightly coupled modules:

  1. Content Identification Module – leverages SIP signaling (INVITE, 200 OK, BYE) together with Deep Packet Inspection (DPI) of HTTP headers, RTP payloads, and other application‑layer metadata. It extracts a “service ID” that uniquely characterizes the content type (e.g., premium video, real‑time game, news article). This step transforms raw traffic into a business‑relevant descriptor.

  2. Rating Engine – implements the 3GPP Charging‑Data‑Record (CDR) format and supports a variety of pricing schemes: flat‑rate, usage‑based, event‑based, and hybrid models (e.g., base subscription plus per‑content surcharge). The engine receives a service ID, looks up the corresponding tariff, and produces a Rating‑Result in real time.

  3. Policy Control (PCEF) – consumes the Rating‑Result via the Gx interface from the PCRF. It dynamically adjusts QoS parameters (bandwidth caps, priority, latency guarantees) and can enforce throttling or preferential treatment based on the user’s current charge. This creates a closed loop where charging and network resource allocation are co‑ordinated.

  4. Billing & Settlement Module – aggregates CDRs, forwards them to the OSS/BSS system, generates customer invoices, and performs partner settlement. The module also feeds data into analytics pipelines for ARPU (Average Revenue Per User) tracking and churn prediction.

The communication backbone relies on standardized 3GPP protocols: DIAMETER Credit‑Control‑Answer (CCA) and Credit‑Control‑Request (CCR) messages (CCR‑Initial, CCR‑Update, CCR‑Terminate) are exchanged between the IMS Call‑Session Control Function (CSCF) and the Rating Engine. SIP‑DIAMETER interworking ensures that charging decisions are made within milliseconds of session establishment, enabling “real‑time billing” rather than the traditional offline batch process.

From an implementation perspective, the authors adopt a micro‑service architecture deployed on Kubernetes. The Rating Engine runs as a stateless service behind a load balancer, while Kafka streams CDR events to downstream consumers. For persistence, a hybrid storage model is used: MySQL holds recent CDRs for fast lookup, and Apache Cassandra stores historical logs for big‑data analytics. This design achieves a throughput of >5,000 CCRs per second with an average processing latency of <30 ms, a substantial improvement over legacy systems.

Security is addressed by encrypting SIP traffic with TLS and protecting DIAMETER exchanges with IPsec/TLS. The system also incorporates a real‑time fraud detection engine that monitors rating anomalies and can automatically block suspicious sessions.

Performance evaluation demonstrates three key benefits: (1) a 12 % reduction in average bandwidth consumption during congestion, thanks to policy‑driven throttling of low‑value traffic; (2) an 8 % increase in ARPU attributed to differentiated pricing of premium content; and (3) a measurable improvement in customer retention, as users perceive more transparent and flexible billing.

The paper concludes that CBB transforms the operator’s business model from “capacity selling” to “experience selling.” By monetizing content directly, MNOs can better exploit limited spectrum, introduce innovative service bundles, and strengthen brand loyalty. Future work is outlined in three directions: (a) AI‑driven dynamic tariff optimization, (b) edge‑computing integration for ultra‑low‑latency local billing, and (c) blockchain‑based settlement to improve inter‑operator trust. Overall, the study provides a practical roadmap for deploying content‑centric charging in modern mobile networks.


📜 Original Paper Content

🚀 Synchronizing high-quality layout from 1TB storage...