Yota PCRF - Policy Control Berlin 2014

Post on 29-Jun-2015

408 views 0 download

description

Robust PCRF product operating in Yota. The presentation was shown at Policy Control 2014 Conferrence in Berlin.

Transcript of Yota PCRF - Policy Control Berlin 2014

File-based

EDR

File-based

Subscriber

Rating Bulk

LoadHTTP

Event

Notification

HTTP

Subscriber

Notification

SMS / E-Mail / Push

Connection Manager

DIAMETER

Gx

HTTP

Provisioning

& Subscriber

Mgmt

P-GW DPI

eNB

PCRFeNB

BSS BI

Device Type DB

File-based

IMEI DB

Bulk Load

DIAMETER

Gx

SPR

Congestion

Detector

Notification

Service

X2

X2 IMS

AF (QoS on

Demand

DIAMETER

Rx

8

if service_active("Bronze") then

if not country == 'RU' then -- default country for PCRF installation

log_write(string.format("Subscriber now in %s country", country))

add_rule_static("Roaming")

add_policy("Limited")

return 0

end

if check_accum_level_full("General_Down") then -- no traffic

add_policy("Limited")

add_rule_static("Redirect_to_page")

log_write("Subscriber redirected to selfcare page")

return 0

end

if service_active("Turbo") then -- turbo button pressed

add_policy("Turbo")

log_write("Turbo button active - add Turbo policy")

else

add_rule_static("Bronze")

log_write(string.format("Add static Gx rule %s", "Bronze"))

end

return 0

9

www.freepcrf.comSMalygin@yotateam.com