mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
APER encoding fails when using the asn_uint642INTEGER function on a 32-bit machine as shown below. ```C asn_uint642INTEGER(AMF_UE_NGAP_ID, 0xffffffff); ... aper_encode_to_buffer(...) ``` INTEGER APER encode/decode functions seem to be operating internally with long variables instead of intmax_t. That is probably the reason of the failure. @v0-e fixed this issues in the mouse07410/asn1c pull request. https://github.com/mouse07410/asn1c/pull/176 https://github.com/mouse07410/asn1c/pull/177 |
||
|---|---|---|
| .. | ||
| latest | ||
| bookworm | ||
| bullseye | ||
| testing | ||
| unstable | ||