open5gs/docs/_docs/troubleshoot
Sukchan Lee 843c4950ac [ASN1C] Fixed asn1c library on 32bit (#2934)
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
2024-02-12 14:00:06 +09:00
..
01-simple-issues.md [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
02-now-in-github-issues.md [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00