Top Banner
12

Yota PCRF - Policy Control Berlin 2014

Jun 29, 2015

Download

Technology

Sergey Malygin

Robust PCRF product operating in Yota. The presentation was shown at Policy Control 2014 Conferrence in Berlin.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Yota PCRF - Policy Control Berlin 2014
Page 2: Yota PCRF - Policy Control Berlin 2014
Page 3: Yota PCRF - Policy Control Berlin 2014
Page 4: Yota PCRF - Policy Control Berlin 2014
Page 5: Yota PCRF - Policy Control Berlin 2014

Page 6: 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

Page 7: Yota PCRF - Policy Control Berlin 2014
Page 8: Yota PCRF - Policy Control Berlin 2014

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

Page 9: Yota PCRF - Policy Control Berlin 2014

9

Page 10: Yota PCRF - Policy Control Berlin 2014
Page 11: Yota PCRF - Policy Control Berlin 2014
Page 12: Yota PCRF - Policy Control Berlin 2014

[email protected]