Add provisioning API to pcf
Implements a provisioning API for PCF. Supi/Dnn/Slice Policy Decisions, PCCRules, QoSData and TrafficControlData can be edited during runtime using this API.
The feature can be enabled in the configuration (see configuration file)
Already done:
- integrates DB (at the moment only SQL is supported)
- implements CRUD functionality for policy decisions, QosData, TrafficControlData and PccRules
- implements CRUD API for this resources
Needs to be done:
-
make decision based on stored db resources -
improve error handling
related MRs:
Edited by Raphael Defosseux