This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

third-gen-message-formatter-ran3
TypeScript icon, indicating that this package has built-in type declarations

1.3.8 • Public • Published

3GPP Message Formatter for RAN3

It generates an Excel workbook for all 3GPP Applicaiton Protocol (AP; 36.4xx, 38.4xx) messages/IEs

Looking for RAN2/RAN3 integrated binary?

Installation

npm i third-gen-message-formatter-ran3

Dependencies

If above doesn't install dependencies:

npm i cellref cheerio excel4node

Usage

  • Convert 3GPP AP document into a web page format (*.htm, *.html)
    • Make sure that a web page is encoded in UTF-8

Command Line

node formatter <spec_file>
# node formatter 38473-f11.htm 

Package

var formatter = require('third-gen-message-formatter-ran3');
var workbook = formatter.format(html);

Readme

Keywords

none

Package Sidebar

Install

npm i third-gen-message-formatter-ran3

Weekly Downloads

0

Version

1.3.8

License

GPL-3.0

Unpacked Size

101 kB

Total Files

14

Last publish

Collaborators

  • gsongsong