open5gs/docker/ubuntu
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
..
latest Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
bionic Docker script update for Ubuntu 20.04 2020-04-26 15:04:07 -04:00
focal Docker script update for Ubuntu 20.04 2020-04-26 15:04:07 -04:00
jammy Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
kinetic Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
lunar [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
noble [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00