open5gs/lib/sbi
Pau Espin b116630fe8
meson: Depend explicitly on libmicrohttpd >=0.9.61 (#1595)
Recent commit re-enabling SBI HTTP/1.1 support
(10bdf39505cf525b95886c140b3c2e82e7427d29) started using libmicrohttpd's
API MHD_create_response_from_buffer_with_free_callback(), which is only
available starting from v0.9.61.
As a result, compilation in xUbuntu 18.04 started failing with errors
about the function not being found, since it ships with libmicrohttpd
v0.9.59.
Depending on 0.9.61 is fine since it's quite old (november 2018) and all
major current distros should for sure have an >= one. Let's simply bump
the version check so that it fails in an informative manner.
2022-06-10 20:53:55 +09:00
..
contrib Add only one 5GC scenario (call-flow) 2020-06-17 01:22:28 -04:00
custom Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
openapi [SBI] cJSON v1.7.7 -> v1.7.15 (#1503) 2022-04-23 02:42:53 +09:00
support/20210629 [SBI] fix crash when no mandatory item (#1350) 2022-02-05 20:20:45 +09:00
client.c [SBI] Change the reference count (#1440) 2022-04-10 20:09:27 +09:00
client.h [SBI] Change the reference count (#1440) 2022-04-10 20:09:27 +09:00
context.c [NRF] Don't abort if there are too many registered NF instances (#1579) 2022-06-06 20:54:59 +09:00
context.h [NRF] Don't abort if there are too many registered NF instances (#1579) 2022-06-06 20:54:59 +09:00
conv.c [SBI] fix the timezone string converter (#1376) 2022-02-20 20:18:32 +09:00
conv.h VoNR added but not tested! 2021-11-14 21:07:56 +09:00
meson.build meson: Depend explicitly on libmicrohttpd >=0.9.61 (#1595) 2022-06-10 20:53:55 +09:00
message.c Change handling of SessionManagementSubscriptionData as an array (#1551) 2022-05-20 17:33:49 +09:00
message.h Change handling of SessionManagementSubscriptionData as an array (#1551) 2022-05-20 17:33:49 +09:00
mhd-server.c Re-enabling HTTP/1.1 (#1570) 2022-06-06 22:20:52 +09:00
nghttp2-server.c [SBI] fixed HTTP2 header values is 0 (#1488) 2022-04-14 11:28:37 +09:00
nnrf-build.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
nnrf-build.h arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
nnrf-handler.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
nnrf-handler.h Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI 2020-11-26 21:44:37 -05:00
ogs-sbi.h VoNR added but not tested! 2021-11-14 21:07:56 +09:00
path.c [SBI] Change the reference count (#1440) 2022-04-10 20:09:27 +09:00
path.h Add more memory log 2021-06-06 22:35:46 +09:00
server.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
server.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
yuarel.c Added NRF 2020-05-18 17:00:37 -04:00
yuarel.h Added NRF 2020-05-18 17:00:37 -04:00