https://github.com/atesgoral/map-modules
Expanded ASN.1 modules for Mobile Application Part (MAP) (3GPP TS 29.002) in JSON format
https://github.com/atesgoral/map-modules
29002 3gpp asn1 json map tcap
Last synced: 4 months ago
JSON representation
Expanded ASN.1 modules for Mobile Application Part (MAP) (3GPP TS 29.002) in JSON format
- Host: GitHub
- URL: https://github.com/atesgoral/map-modules
- Owner: atesgoral
- Created: 2017-08-28T04:59:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T12:28:21.000Z (almost 8 years ago)
- Last Synced: 2024-11-13T02:49:48.786Z (over 1 year ago)
- Topics: 29002, 3gpp, asn1, json, map, tcap
- Language: JavaScript
- Size: 418 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# map-modules
Expanded ASN.1 modules for Mobile Application Part (MAP) (3GPP TS 29.002) in JSON format.
Converted using [asn1exp](https://www.npmjs.com/package/asn1exp) from http://www.3gpp.org/ftp/specs/archive/29_series/29.002/ASN.1/.
The files are under the dist folder. Just load up the ones you need:
```
const mapMobileServiceOperations = require('map-modules/dist/MAP-MobileServiceOperations.EXP.min.json');
```