open5gs/tests/core
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
..
abts-main.c Added NRF 2020-05-18 17:00:37 -04:00
conv-test.c feat: Add dedicated QoS flow 2020-12-31 21:07:08 -05:00
fsm-test.c Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
hash-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
list-test.c refine SGW/UPF selection code 2020-07-09 01:38:09 -04:00
log-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
memory-test.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
meson.build refine SGW/UPF selection code 2020-07-09 01:38:09 -04:00
pkbuf-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
poll-test.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
pool-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
queue-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
rbtree-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
socket-test.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
strings-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
thread-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
time-test.c refine SGW/UPF selection code 2020-07-09 01:38:09 -04:00
timer-test.c Change Number of UEs usage [#533] 2020-08-25 23:05:01 -04:00
tlv-test.c Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
uuid-test.c Added NRF 2020-05-18 17:00:37 -04:00