Error processing SSI file

COPS-PR Software Development Kit

SDK to develop Policy Decision Point (PDP) and Policy Enforcement Point (PEP), the key components of IETF’s framework.

Calsoft labs has developed a comprehensive family of products with the goal of enabling QoS based services, based on IETF’s Policy Based Framework, which provides a basis for standard based solutions. This product brief describes the Software Development Kit (SDK) that can be used to develop Policy Decision Point (PDP) and Policy Enforcement Point (PEP), the key components of IETF’s framework.

The product consists of a PIB -to-C++ translator and two sets of class libraries, one for building PDPs and the other for PEPs.

Policy enforcement Point

Features

PIB-to-C++ Translator

PIB-to-C++ translator translates Policy Information Bases (PIB) to C++ classes. PIBS are defined in IETF's Structure of Policy Provisioning Information (SPPI). This tool enables developers to add functionality corresponding to any standard or enterprise PIB.

The generated .h (header) and .C (source) files contain equivalent classes and routines to convert values between the internal C++ representation and the corresponding BER format.

Highlights

Management Framework

The Management framework is a set of abstract classes. These provide interfaces that are to be extended and implemented to develop PDP Server applications or to provide device and PIB specific implementation in case of PEP development. The extended classes will use the C++ classes that represent the corresponding attributes defined in the PIB.

Highlights

Core Framework

The Core framework implements the communication channels for applications and client interfaces.

Highlights