bss-oss-pcf-nextgen 0.3.2

Cloud-native 5G PCF: SBA-style policy edge, intent engine, closed-loop control, digital twin simulation, Policy-as-a-Service, and CHF-ready monetization
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod closed_loop;
pub mod intent_engine;
pub mod marketplace_service;
pub mod monetization_engine;
pub mod orchestrator;
pub mod policy_fast_path;
pub mod twin;

pub use marketplace_service::PolicyMarketplace;
pub use orchestrator::NextGenPcfOrchestrator;