open5gs/tests
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
..
310014 Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
af [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
app [AMF] Increase the number of SLICE 512 to 1024 (#2761)(#2765) 2023-12-04 20:46:58 +09:00
attach Rollback Pull Request (#1911) 2024-02-03 16:18:26 +09:00
common [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
core Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
crypt Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
csfb Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
fuzzing [Fuzzing] bug fix 59062 and increasing converge 2023-05-25 22:47:47 +09:00
handover [MME] Hangs on an invalid S1AP message 2024-01-17 20:17:55 +09:00
non3gpp [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
registration [AMF/MME] No STATE Change for the EMM/GMM-STATUS 2024-02-03 10:16:16 +09:00
sctp [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
slice Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
unit [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
volte [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
vonr [AMF] Modification to context setup (#2729) (#2764) 2023-12-01 23:20:18 +09:00
meson.build [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00