open5gs/lib
Sukchan Lee f64a65843a [SBI] use CURL_AT_LEAST_VERSION for MAX_CONCURRENT_STREAMS check
In lib/sbi/client.c, the conditional compilation for
CURLMOPT_MAX_CONCURRENT_STREAMS was using #ifdef, which does not
ensure the option is set when the symbol is undefined.

Replace the check with #if CURL_AT_LEAST_VERSION(7,67,0) so that the
client applies the max concurrent streams setting on supported
libcurl versions. This fixes pool.event always showing the default
value and enables dynamic adjustment according to pool.stream.
2025-06-27 11:10:01 +09:00
..
app [DBI] Improve YAML policy config by adding SUPI range filtering 2025-02-05 21:56:15 +09:00
asn1c [CSFB] Fix Location Update for non-EPS (#3381) 2024-11-05 16:37:45 +09:00
core [AMF] Follow-up on #3380 2025-05-31 20:51:41 +09:00
crypt clang scan-build static analysis findings/resolutions (#3387) 2024-08-16 16:42:12 +09:00
dbi [HSS/DBI] Follow-up on #3829 2025-04-05 18:26:32 +09:00
diameter Typos Fix 2025-04-19 20:45:25 +09:00
gtp [SMF] If GTPU conf has advert addr, use it in up2cp FAR 2025-06-10 17:06:27 +09:00
ipfw [ipfw2] override errx() to prevent exit on error (#3840) 2025-05-09 16:47:42 +09:00
metrics Update context.c 2025-02-13 20:20:34 +09:00
nas [NAS] add support for 30-seconds unit for GPRS3 timer 2025-03-21 17:52:12 +09:00
ngap [MME/AMF] Fixed crash following Handover Request (#3014) 2024-02-29 23:02:38 +09:00
pfcp Always make fqdn a NULL terminated string 2025-04-17 17:14:15 +09:00
proto [HSS/DBI] Follow-up on #3829 2025-04-05 18:26:32 +09:00
s1ap [Release-17] Upgrade S1AP/NGAP to v17.3.9 2023-02-21 21:48:06 +09:00
sbi [SBI] use CURL_AT_LEAST_VERSION for MAX_CONCURRENT_STREAMS check 2025-06-27 11:10:01 +09:00
sctp [PFCP] Refactor PFCP address handling (#3431) 2025-01-11 20:33:02 +09:00
tun [AMF] Follow-up on #3880 2025-06-17 17:34:18 +09:00
meson.build [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00