open5gs/lib/sbi
Sukchan Lee bcf53124d5 Improve the socket option configuration (#1404)
o GTP-C Option (Default)
  - so_bindtodevice : NULL

  gtpc:
    addr: 127.0.0.7
    option:
      so_bindtodevice: vrf-blue

o GTP-U Option (Default)
  - so_bindtodevice : NULL

  gtpu:
    addr: 127.0.0.7
    option:
      so_bindtodevice: vrf-blue

o PFCP Option (Default)
  - so_bindtodevice : NULL

  pfcp:
    addr: 127.0.0.7
    option:
      so_bindtodevice: vrf-blue

o SBI Option (Default)
  - tcp_nodelay : true
  - so_linger.l_onoff : false

  sbi:
    addr: 127.0.0.10
    option:
      tcp_nodelay: false
      so_linger:
        l_onoff: true
        l_linger: 10

o NGAP Option (Default)
  - sctp_nodelay : true
  - so_linger.l_onoff : false
ngap:
  addr: 127.0.0.5
  option:
    stcp_nodelay: false
    so_linger:
      l_onoff: true
      l_linger: 10

o NGAP SCTP Option (Default)
  - spp_hbinterval : 5000 (5secs)
  - spp_sackdelay : 200 (200ms)
  - srto_initial : 3000 (3secs)
  - srto_min : 1000 (1sec)
  - srto_max : 5000 (5secs)
  - sinit_num_ostreams : 30
  - sinit_max_instreams : 65535
  - sinit_max_attempts : 4
  - sinit_max_init_timeo : 8000(8secs)
ngap:
  addr: 127.0.0.5
  option:
    sctp:
      spp_hbinterval : 5000
      spp_sackdelay : 200
      srto_initial : 3000
      srto_min : 1000
      srto_max : 5000
      sinit_num_ostreams : 30
      sinit_max_instreams : 65535
      sinit_max_attempts : 4
      sinit_max_init_timeo : 8000
2022-03-15 22:03:50 +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] fix crash when no mandatory item (#1350) 2022-02-05 20:20:45 +09:00
support/20210629 [SBI] fix crash when no mandatory item (#1350) 2022-02-05 20:20:45 +09:00
client.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
client.h Add more memory log 2021-06-06 22:35:46 +09:00
context.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
context.h [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +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 fix the bug for Real PCF unable to PATCH (#1086) 2021-07-12 17:30:45 +09:00
message.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
message.h VoNR added but not tested! 2021-11-14 21:07:56 +09:00
mhd-server.c Add more memory log 2021-06-06 22:35:46 +09:00
nghttp2-server.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +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 Add more memory log 2021-06-06 22:35:46 +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