Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

proj3rd-archive/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