open5gs/lib/sbi
Sukchan Lee 7c8722d9d4 [SBI] Client Request timeout
TS29.500
Ch 6.11 Detection and handling of late arriving requests

In Open5GS, this part was hard-corded.

HTTP2 Client sends a request and waits for 10 seconds.
If no response is received from the HTTP2 Server,
HTTP2 Client performs the exception handling.

In this commit, HTTP2 client sends Header with setting Max-Rsp-Time to 10 seconds.
However, HTTP2 server has not yet been implemented to process this value.
The server is still processing using hard-corded values (10 seconds).
2022-10-03 11:43:34 +09:00
..
contrib Add only one 5GC scenario (call-flow) 2020-06-17 01:22:28 -04:00
custom Send deregistration event from AMF to UDM (#1599) 2022-06-14 23:44:02 +09:00
openapi [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +09:00
support/20210629 [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +09:00
client.c Fixed HTTP2 crashes for random JSON data (#1769) 2022-09-25 15:06:37 +09:00
client.h Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
context.c Follow-up on #1757 2022-09-23 20:42:04 +09:00
context.h Follow-up on #1757 2022-09-23 20:42:04 +09:00
conv.c [SBI] Client Request timeout 2022-10-03 11:43:34 +09:00
conv.h [SBI] Client Request timeout 2022-10-03 11:43:34 +09:00
meson.build [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +09:00
message.c [SBI] Client Request timeout 2022-10-03 11:43:34 +09:00
message.h [SBI] Client Request timeout 2022-10-03 11:43:34 +09:00
mhd-server.c [CORE] Check if timer is double free in SBI module 2022-09-03 15:59:39 +09:00
nf-sm.c Support service-based NF subscription 2022-09-08 22:12:01 +09:00
nf-sm.h Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
nghttp2-server.c Fixed HTTP2 crashes for random JSON data (#1769) 2022-09-25 15:06:37 +09:00
nnrf-build.c Follow-up on #1757 2022-09-23 20:42:04 +09:00
nnrf-build.h Support service-based NF subscription 2022-09-08 22:12:01 +09:00
nnrf-handler.c Support service-based NF subscription 2022-09-08 22:12:01 +09:00
nnrf-handler.h Support service-based NF subscription 2022-09-08 22:12:01 +09:00
ogs-sbi.h [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +09:00
path.c Support service-based NF subscription 2022-09-08 22:12:01 +09:00
path.h Support service-based NF subscription 2022-09-08 22:12:01 +09:00
server.c [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
server.h [SCP] Support of Indirect Communication 2022-07-16 13:27:18 +09:00
timer.c [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
timer.h Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
types.c [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +09:00
types.h [SBI] Support service-names in discovery option 2022-08-27 00:12:22 +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