open5gs/tests/common
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
..
application.c mac: Support Apple M1 chips 2021-02-06 00:13:48 -05:00
application.h Release v2.0.0 2020-08-21 23:33:45 -04:00
context.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
context.h changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
emm-build.c Fix the ciphered test program 2022-01-08 12:26:23 +09:00
emm-build.h Fix the ciphered test program 2022-01-08 12:26:23 +09:00
emm-handler.c Try to fix the UE infinite attach (#568) 2021-03-09 14:28:07 +09:00
emm-handler.h Try to fix the UE infinite attach (#568) 2021-03-09 14:28:07 +09:00
esm-build.c [SMF] fix the seperate DNS in PCO IPCP (#1358) 2022-02-23 17:38:07 +09:00
esm-build.h Fix the ciphered test program 2022-01-08 12:26:23 +09:00
esm-handler.c [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
esm-handler.h Support VoLTE service in ECM-IDLE 2020-11-07 17:27:12 -05:00
gmm-build.c Fix the ciphered test program 2022-01-08 12:26:23 +09:00
gmm-build.h Fix the ciphered test program 2022-01-08 12:26:23 +09:00
gmm-handler.c [AMF] 5G-GUTI generation changed (#910) 2021-04-13 17:34:25 +09:00
gmm-handler.h [AMF] 5G-GUTI generation changed (#910) 2021-04-13 17:34:25 +09:00
gsm-build.c changed default ipv6 prefix to 2001:db8:cafe:: (#1321) 2022-01-14 11:50:27 +09:00
gsm-build.h VoNR added but not tested! 2021-11-14 21:07:56 +09:00
gsm-handler.c Fixes UE IPv6 BUG (#808) 2021-03-15 10:01:55 +09:00
gsm-handler.h feat: Add dedicated QoS flow 2020-12-31 21:07:08 -05:00
gtpu.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
gtpu.h Fixes UE IPv6 BUG (#808) 2021-03-15 10:01:55 +09:00
meson.build [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
nas-encoder.c Release v2.0.0 2020-08-21 23:33:45 -04:00
nas-encoder.h Release v2.0.0 2020-08-21 23:33:45 -04:00
nas-path.c [AMF] 5G-GUTI generation changed (#910) 2021-04-13 17:34:25 +09:00
nas-path.h Release v2.0.0 2020-08-21 23:33:45 -04:00
nas-security.c Fix the ciphered test program 2022-01-08 12:26:23 +09:00
nas-security.h Release v2.0.0 2020-08-21 23:33:45 -04:00
ngap-build.c [5GC] Service Request Race Condition(#1226) 2021-11-28 20:54:51 +09:00
ngap-build.h [5GC] Service Request Race Condition(#1226) 2021-11-28 20:54:51 +09:00
ngap-handler.c feat: Indirect Data Forwarding in N2-Handover 2021-01-31 23:01:15 -05:00
ngap-handler.h feat: Indirect Data Forwarding in N2-Handover 2021-01-31 23:01:15 -05:00
ngap-path.c Fix the ciphered test program 2022-01-08 12:26:23 +09:00
ngap-path.h Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
s1ap-build.c feat: E-RABModificationIndication/Confirm (#834) 2021-03-17 14:26:57 +09:00
s1ap-build.h feat: E-RABModificationIndication/Confirm (#834) 2021-03-17 14:26:57 +09:00
s1ap-handler.c feat: Indirect Data Forwarding in N2-Handover 2021-01-31 23:01:15 -05:00
s1ap-handler.h feat: Indirect Data Forwarding in N2-Handover 2021-01-31 23:01:15 -05:00
s1ap-path.c Fix the ciphered test program 2022-01-08 12:26:23 +09:00
s1ap-path.h Release v2.0.0 2020-08-21 23:33:45 -04:00
sctp.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
sctp.h Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
sgsap-build.c [SMF] incorrect GTP cause with changed APN (#1360) 2022-02-23 20:16:04 +09:00
sgsap-build.h Release v2.0.0 2020-08-21 23:33:45 -04:00
test-common.h [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00