An open API service indexing awesome lists of open source software.

https://github.com/ericsson-mts/mts-asn1

Library to decode/encode ASN.1 protocol (PER only)
https://github.com/ericsson-mts/mts-asn1

asn1 encoding java ngap per s1ap

Last synced: 5 months ago
JSON representation

Library to decode/encode ASN.1 protocol (PER only)

Awesome Lists containing this project

README

          

# **mts-asn1**
[![Build Status](https://github.com/ericsson-mts/mts-asn1/actions/workflows/maven-publish-release.yml/badge.svg?event=push)](https://github.com/ericsson-mts/mts-asn1)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ericsson-mts/mts-asn1/blob/master/LICENSE.txt)

## Description

**mts-asn1** project is designed to encode/decode data to/from binary of ASN.1 protocols. Data can be described in various
dataformat (XML, JSON ...). It use [ANTLR](https://www.antlr.org/) to parse ASN.1 grammar.

## Installation

Clone this repository and use it as a maven project

(Coming on Maven Central soon)

## Usage

See [here](https://github.com/ericsson-mts/mts-asn1/wiki/User-guide)

## DISCLAIMER

While we do our best to support protocols described in ASN.1 and (U)PER encoding, we cannot guarantee that our project
is error free. mts-asn1 evolve depending of the needs, please consider to [report](https://github.com/ericsson-mts/mts-asn1/wiki/Report) or contributing if you want a new feature or revise an existing one.