open5gs/src
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
..
amf Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ausf Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
bsf Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
hss [MME] fix the crash with unknown S-NSSAI (#1287) 2021-12-17 21:42:26 +09:00
mme Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
nrf [NRF] fix the crash (#1347) 2022-01-31 23:19:26 +09:00
nssf Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
pcf Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
pcrf [PCRF] Fix Framed-IPv6 Prefix in CCR (#1398) 2022-03-01 17:09:47 +09:00
sgwc [SGW-C] fix the crash (#1353) 2022-03-05 11:27:22 +09:00
sgwu A crafted packet from UE can crash SGW-U/UPF 2021-12-22 20:55:48 +09:00
smf Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
udm Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
udr Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
upf [UPF] Fix log typo, trailing whitespace (#1434) 2022-03-15 13:34:32 +09:00
main.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
meson.build [5GC] Added BSF(Binding Support Function) 2021-05-29 15:56:12 +09:00