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)
- Host: GitHub
- URL: https://github.com/ericsson-mts/mts-asn1
- Owner: ericsson-mts
- License: mit
- Created: 2019-05-28T09:51:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T14:40:00.000Z (over 2 years ago)
- Last Synced: 2025-07-10T15:45:13.567Z (11 months ago)
- Topics: asn1, encoding, java, ngap, per, s1ap
- Language: Java
- Homepage:
- Size: 344 KB
- Stars: 12
- Watchers: 0
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# **mts-asn1**
[](https://github.com/ericsson-mts/mts-asn1)
[](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.