Skip to content

frontjang/3gpp-asn1-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3GPP ASN.1 Extractor

It extracts ASN.1 from a 3GPP RRC (36.331, 38.331) specification text

Install

npm i third-gen-asn1-extractor

Usage

  • Convert 3GPP RRC (36.331, 38.331) specification document
    • Make sure that a text is encoded in UTF-8

Package

var extract = require('third-gen-asn1-extractor');
var asn1Text = extract(stringContaining3gppAsn1);

Command Line

node extractor <file_name>
# ex: node extractor 36331-f10.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%