open5gs/lib/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.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
abts.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
arc4random.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
meson.build Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-3gpp-types.c [NRF] fix the crash for invalid FQDN (#1333) 2022-01-22 09:34:38 +09:00
ogs-3gpp-types.h [SMF] fix the seperate DNS in PCO IPCP (#1358) 2022-02-23 17:38:07 +09:00
ogs-abort.c Add exception handling for #568 2020-09-18 19:39:02 -04:00
ogs-abort.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-compat.h test: Porting FreeBSD 2021-02-08 14:25:40 -05:00
ogs-conv.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
ogs-conv.h new: HSS Cx interface is added 2021-04-05 17:09:39 +09:00
ogs-core.c [MME] fix the crash (#1263) 2021-12-28 17:38:11 +09:00
ogs-core.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-env.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-env.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-epoll.c [LINUX] initialize struct epoll_event (#1399) 2022-03-01 21:03:27 +09:00
ogs-errno.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-errno.h Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI 2020-11-26 21:44:37 -05:00
ogs-fsm.c Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
ogs-fsm.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-getopt.c License update 2020-11-12 20:58:08 -05:00
ogs-getopt.h License update 2020-11-12 20:58:08 -05:00
ogs-hash.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
ogs-hash.h [5GC/EPC] tested with concurrent 500 UEs (#949) 2021-04-29 22:01:34 +09:00
ogs-kqueue.c Add more memory log 2021-06-06 22:35:46 +09:00
ogs-list.h Squashed commit of the following: 2021-05-28 23:46:48 +09:00
ogs-log.c Release v2.0.0 2020-08-21 23:33:45 -04:00
ogs-log.h [ALL] Add protection of message encoding (#991) 2021-05-16 12:22:10 +09:00
ogs-macros.h [MME] fix the NAS encoding for AMBR (#967) 2021-05-05 21:16:31 +09:00
ogs-memory.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
ogs-memory.h Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
ogs-misc.c License update 2020-11-12 20:58:08 -05:00
ogs-misc.h License update 2020-11-12 20:58:08 -05:00
ogs-notify.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-notify.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-pkbuf.c [MEM] fix pkbuf problem in multi-threads (#1353) 2022-02-19 09:47:44 +09:00
ogs-pkbuf.h Add more memory log 2021-06-06 22:35:46 +09:00
ogs-poll-private.h Change Number of UEs usage [#533] 2020-08-25 23:05:01 -04:00
ogs-poll.c Add more memory log 2021-06-06 22:35:46 +09:00
ogs-poll.h [5GC/EPC] tested with concurrent 500 UEs (#949) 2021-04-29 22:01:34 +09:00
ogs-pool.h Fixing the problem of the test program 2020-09-01 23:04:35 -04:00
ogs-process.c License update 2020-11-12 20:58:08 -05:00
ogs-process.h License update 2020-11-12 20:58:08 -05:00
ogs-queue.c Add more memory log 2021-06-06 22:35:46 +09:00
ogs-queue.h License update 2020-11-12 20:58:08 -05:00
ogs-rand.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-rand.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-rbtree.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-rbtree.h Initial proposal CUPS using PFCP 2020-04-26 15:36:05 -04:00
ogs-select.c Update ogs_pollset library 2020-11-09 22:57:14 -05:00
ogs-signal.c License update 2020-11-12 20:58:08 -05:00
ogs-signal.h License update 2020-11-12 20:58:08 -05:00
ogs-sockaddr.c Remove error message (#1294) 2021-12-17 20:51:11 +09:00
ogs-sockaddr.h Find link-local address in SMF-All address (#1291) 2021-12-17 11:33:54 +09:00
ogs-socket.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-socket.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-socknode.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-socknode.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-sockopt.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-sockopt.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-sockpair.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-sockpair.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-strings.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
ogs-strings.h Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
ogs-tcp.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-tcp.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-thread.c Add more memory log 2021-06-06 22:35:46 +09:00
ogs-thread.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-time.c test: Porting FreeBSD 2021-02-08 14:25:40 -05:00
ogs-time.h License update 2020-11-12 20:58:08 -05:00
ogs-timer.c Add more memory log 2021-06-06 22:35:46 +09:00
ogs-timer.h Change Number of UEs usage [#533] 2020-08-25 23:05:01 -04:00
ogs-tlv-msg.c Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
ogs-tlv-msg.h Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
ogs-tlv.c Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
ogs-tlv.h Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
ogs-udp.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-udp.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ogs-uuid.c License update 2020-11-12 20:58:08 -05:00
ogs-uuid.h License update 2020-11-12 20:58:08 -05:00