The Policy Control Function (PCF) supports unified policy framework to govern network behaviour, provides policy rules to Control Plane function(s) to enforce them and Accesses subscription information relevant for policy decisions in a Unified Data Repository (UDR)
The reference 3GPP specification for PCF are as follows
- PCC framework Specification 23.503,
- Session Management Policy Control - Specification 29.512
- Policy and Charging Control signalling flows and QoS parameter mapping (Spec 29.513)
PCF polls the webconsole every 5 seconds to fetch the latest policy configuration.
Include the webuiUri
of the webconsole in the configuration file
configuration:
...
webuiUri: https://webui:5001 # or http://webui:5001
...
The scheme (http:// or https://) must be explicitly specified. If no parameter is specified,
PCF will use http://webui:5001
by default.
If the webconsole is served over HTTPS and uses a custom or self-signed certificate, you must install the root CA certificate into the trust store of the PCF environment.
Check the official guide for installing root CA certificates on Ubuntu: Install a Root CA Certificate in the Trust Store
- PCF provides Access and Mobility Management related policies to the AMF Subscription Data retrieval and AM Policy management
- PCF provides Session Management Policy Control Service to the SMF Subscription Data retrieval and SM Policy management
- Policy Control Function (PCF) shall support interactions with the access and mobility policy enforcement in the AMF, through service-based interfaces
- Process configuration received from Configuration Service and prepare PCC Rules, Session Rules and Qos Flows
- Send PCC Rules, Session Rules to SMF when a SMF Creates Policy subscriber
- Send notification towards SMF PDU Session when PCF detects any changes in Subscriber’s Rule/Qos information.
- Dedicated QoS flows addition and removal through APIs
Compliance of the 5G Network functions can be found at 5G Compliance
- #sdcore-dev channel in Aether Project Slack
- Raise Github issues