Registry / serialization / free5gc-aper

free5gc-aper

JSON →
library1.1.0gogounverified

Go library for ASN.1 PER (Aligned Packed Encoding Rules) encoding and decoding used in 5G core network protocols.

go get github.com/free5gc/aper
INSTALL
IMPORT
SIG · FREE5GC-APER
F
free5gc-aper
serializationgov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aper
github.com/free5gc/aper

Encode an integer using APER

package main import ( "fmt" "github.com/free5gc/aper" ) func main() { data := aper.Marshal(aper.INTEGER(42)) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
free5gc-aper — go get free5gc-aper · libregistry