1.0.6 • Published 6 years ago

third-gen-asn1-parser v1.0.6

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

3GPP ASN.1 Parser

It parses 3GPP RRC (36.331, 38.331) ASN.1 text into a JSON structure

Installation

npm i third-gen-asn1-parser

Usage

Package

var parse = require('third-gen-asn1-parser');
var asn1Json = parse(asn1Text));

Command Line

node parser <file_name>
# ex: node parser 36331-f10.asn1