This project contains NGAP protocol encoders and decoders. The NGAP protocol is used on 5G and is defined with ASN.1 APER encoding rules.
Note: This project is not production ready and should only be used for test projects.
You can use this library in your test application using JitPack.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Add the dependency to your module's build.gradle file:
dependencies {
implementation 'com.github.cicerali:ngap:0.9.2'
}