open5gs/lib
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
..
app Add space to inprove readbility of error 2023-12-21 22:14:24 +09:00
asn1c [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
core [MME] Fixes crash in building s1ap message 2024-02-02 21:17:41 +09:00
crypt [SEC] Several vulnerabilities have been resolved. 2024-02-03 10:41:12 +09:00
dbi memset input/output structure inside the function 2024-01-22 17:34:59 +09:00
diameter Document Gy interface spec reference 2024-01-25 07:05:33 +09:00
gtp [SMF,MME] Gn: Set Delivery of erroneous SDUs QoS field to No 2024-01-27 07:11:44 +09:00
ipfw [ipfw] Fix memory leak when parsing ipv6 2023-09-27 20:35:33 +09:00
metrics [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
nas [SEC] Several vulnerabilities have been resolved. 2024-02-03 10:41:12 +09:00
ngap [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
pfcp [GTP-U] Fixed ogs_pfcp_find_gtpu_resource()(#2923) 2024-01-30 22:39:34 +09:00
proto lib/proto/conv: Introduce API ogs_ip_to_paa() 2024-01-06 07:44:14 +09:00
s1ap [Release-17] Upgrade S1AP/NGAP to v17.3.9 2023-02-21 21:48:06 +09:00
sbi [UPF] Report after Session was Deleted (#2936) 2024-02-04 09:32:33 +09:00
sctp [ASN1C] Fixed asn1c library on 32bit (#2934) 2024-02-12 14:00:06 +09:00
tun [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
meson.build [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00