open5gs/lib
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
..
app Initial metrics support based on Prometheus (#1571) 2022-06-08 05:51:02 +09:00
asn1c [ASN1C] asn.1 issues in NGAP (#1394 from @nkout) 2022-02-26 16:09:38 +09:00
core [CORE] ogs-sockaddr: Fix trailing whitespace (#1573) 2022-06-02 20:20:16 +09:00
crypt Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
dbi [HSS/PCF] Store IMEISV instead of IMEI (#1464) 2022-04-02 00:46:05 +09:00
diameter [PGW] Gy+PFCP improvements (#1555) 2022-05-24 22:54:30 +09:00
gtp [CORE] Improve logging error in ogs_gtp_sendto() (#1591) 2022-06-09 23:32:11 +09:00
ipfw Bugfix packet filter for pre rel11 LTE devices (#1393) 2022-02-25 22:11:51 +09:00
metrics meson: Depend explicitly on libmicrohttpd >=0.9.61 (#1595) 2022-06-10 20:53:55 +09:00
nas [AMF] Add support for SUCI protection schemes A and B (#1589) 2022-06-09 21:27:58 +09:00
ngap [MME] fix the crash (#1263) 2021-12-28 17:38:11 +09:00
pfcp [CORE] Improve logging error in PFCP (#1591) 2022-06-09 23:36:33 +09:00
s1ap [MME] fix the crash (#1263) 2021-12-28 17:38:11 +09:00
sbi meson: Depend explicitly on libmicrohttpd >=0.9.61 (#1595) 2022-06-10 20:53:55 +09:00
sctp [MEM] fix the pkbuf problem (#1431) 2022-03-22 22:47:45 +09:00
tun remove pool related configuration (#1431) 2022-03-23 15:14:18 +09:00
meson.build Initial metrics support based on Prometheus (#1571) 2022-06-08 05:51:02 +09:00