Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Apart from the built-in data models for PCC, you can also create your own data models.

The data models are defined in xml format, and then packed into an mzp that is committed into the system. Then they will be available from the regular interfaces for provisioning.

To create a PCC Extension data model:

  1. Create XML files describing your data model and store it in the //packages/pcrf/src/devkit_tools/example/model/ folder.

  2. Go to the //packages/pcrf/src/devkit_tools/example/ folder and run the generate.sh script to generate your *.jar file.

    $./generate.sh

    A /build directory will be created with all the required classes and resources. A *.jar file will be created and placed in a new sub directory called /build.

  • No labels