open5gs/docs
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
..
_docs [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
_includes Changes new GA4 in Google Analytics 2022-09-26 14:29:19 +09:00
_layouts Update document 2022-11-15 11:21:18 +09:00
_pages Added UPF performance test with NextEPC 2024-02-05 06:29:36 +09:00
_posts Release v2.7.0 2023-12-04 21:14:37 +09:00
_sass Add a Document 2019-04-28 00:01:51 +09:00
assets Release v2.7.0 2023-12-04 21:14:37 +09:00
.gitignore Add a Document 2019-04-28 00:01:51 +09:00
Gemfile doc: Re-install with updated source code 2021-03-28 20:44:31 +09:00
Gemfile.lock doc: Re-install with updated source code 2021-03-28 20:44:31 +09:00
_config.yml Upgrade to Release-17 2023-03-06 22:45:56 +09:00