mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI
This commit is contained in:
parent
0c47098c4a
commit
2c2b6dfcaf
111 changed files with 2620 additions and 1337 deletions
|
|
@ -53,7 +53,7 @@ static void initialize(const char *const argv[])
|
|||
{
|
||||
int rv;
|
||||
|
||||
rv = ogs_app_initialize(NULL, argv);
|
||||
rv = ogs_app_initialize(NULL, NULL, argv);
|
||||
ogs_assert(rv == OGS_OK);
|
||||
test_epc_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue