PCC Extensions
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 packaged into an *.mzp file, which is committed to the system using https://infozone.atlassian.net/wiki/x/2AhMIg. They will then be available in the regular interfaces for provisioning.
To create a PCC Extension data model:
Create XML files describing your data model and store them in the
devkit_<version>/pcc_generation_tools/example/model/folder.
Example with version number
devkit_11.0.0.0/pcc_generation_tools/example/modelGo to the
devkit_<version>/pcc_generation_tools/example/folder and run thegenerate.shscript to generate your *.jar file.
Example with version number
devkit_11.0.0.0/pcc_generation_tools/example/$./generate.shA /build directory will be created with all the required classes and resources. A *.jar file will be created and placed in a new subdirectory called /build.
Note!
There is an example of a 5G PCF Rules Model available in the devkit download package at the following path: devkit_<version>/pcc_generation_tools/pcf/model/
For general information about working with the Development Toolkit, including installation and setup, see Development Toolkit User's Guide.