Skip to content

shokuie/cap-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cap-modules

Expanded ASN.1 modules for CAMEL Application Part (CAP) (ETSI TS 129 078) in JSON format

The files are under the dist folder. Just load up the ones you need:

const operations = require('cap-modules/dist/CAP-Phase4-V2.asn.json');

For CAMEL-*** types like CAMEL-AChBillingChargingCharacteristics you need to load the following file:

const commonDataTypes = require('cap-modules/dist/CAP-CommonDataTypes.exp.json');
or
const commonDataTypes = require('cap-modules/dist/CAP-CommonDataTypesV2.exp.json');

About

Expanded ASN.1 modules for CAMEL Application Part (CAP) (ETSI TS 129 078) in JSON format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published