mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
93 stars 70 forks source link

INTEGER to 64-bit native integer methods #177

Closed v0-e closed 6 months ago

v0-e commented 6 months ago

Adds INTEGER2int64() and INTEGER2uint64() functions, complementing the already implemented int642INTEGER() and uint642INTEGER(). Also adds tests to test all of the mentioned functions.

acetcom commented 6 months ago

@v0-e and @mouse07410

After applying this pull request and changing all asn_INTEGER2ulong() in Open5GS to asn_INTEGER2uint64(), all S1AP/NGAP Test Programs in Open5GS work well on 32bit/64bit.

Thank you so much! Sukchan