open5gs/src/amf
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-sm.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
amf-sm.h Add only one 5GC scenario (call-flow) 2020-06-17 01:22:28 -04:00
app.c Change Number of UEs usage [#533] 2020-08-25 23:05:01 -04:00
context.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
context.h [AMF] fix the crash (#1280) 2021-12-11 20:35:16 +09:00
event.c arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
event.h Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI 2020-11-26 21:44:37 -05:00
gmm-build.c Add more memory log 2021-06-06 22:35:46 +09:00
gmm-build.h [AMF] 5G-GUTI generation changed (#910) 2021-04-13 17:34:25 +09:00
gmm-handler.c [ALL] Fix the memory leak (#1282) 2022-01-31 22:58:52 +09:00
gmm-handler.h VoNR added but not tested! 2021-11-14 21:07:56 +09:00
gmm-sm.c [ALL] Fix the memory leak (#1282) 2022-01-31 22:58:52 +09:00
init.c [ALL] Fix the terminate sequence (#938) 2021-04-21 17:46:03 +09:00
meson.build arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
namf-handler.c [AMF] fix the memory problem (#1247) 2021-11-17 08:09:16 +09:00
namf-handler.h Use HTTP/2 instead of HTTP/1.1 in 5G Core SBI 2020-11-26 21:44:37 -05:00
nas-path.c [AMF] Registration reject for foreign IMSI (#1281) 2021-12-08 21:05:16 +09:00
nas-path.h VoNR added but not tested! 2021-11-14 21:07:56 +09:00
nas-security.c Shall cipher in the NAS message container IE 2022-01-05 22:39:06 +09:00
nas-security.h Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
nausf-build.c Add more memory log 2021-06-06 22:35:46 +09:00
nausf-build.h Add only one 5GC scenario (call-flow) 2020-06-17 01:22:28 -04:00
nausf-handler.c Add more memory log 2021-06-06 22:35:46 +09:00
nausf-handler.h Add AUSF, UDM, and UDR 2020-06-04 14:12:05 -04:00
nf-sm.c Add more memory log 2021-06-06 22:35:46 +09:00
ngap-build.c [AMF] fix the UE-AMBR in NGAP message (#979) 2021-05-07 21:18:45 +09:00
ngap-build.h [AMF] Added RANConfigurationUpdate (#943) 2021-04-16 16:26:13 +09:00
ngap-handler.c [MME] fix the crash (#1263) 2021-12-28 17:38:11 +09:00
ngap-handler.h [AMF] Added RANConfigurationUpdate (#943) 2021-04-16 16:26:13 +09:00
ngap-path.c [MME/AMF] Use Non-UE signalling in Paging (#1134) 2021-08-18 19:42:27 +09:00
ngap-path.h Add more memory log 2021-06-06 22:35:46 +09:00
ngap-sctp.c Improve the socket option configuration (#1404) 2022-03-15 22:03:50 +09:00
ngap-sm.c [AMF] Added RANConfigurationUpdate (#943) 2021-04-16 16:26:13 +09:00
nnrf-build.c Add more memory log 2021-06-06 22:35:46 +09:00
nnrf-build.h arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
nnrf-handler.c Need to increase NF ref_count 2022-03-01 22:02:02 +09:00
nnrf-handler.h arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
nnssf-build.c arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
nnssf-build.h arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
nnssf-handler.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
nnssf-handler.h arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
npcf-build.c Added AMF-initiated AM Policy Termination 2021-12-04 19:31:36 +09:00
npcf-build.h Added AMF-initiated AM Policy Termination 2021-12-04 19:31:36 +09:00
npcf-handler.c Added AMF-initiated AM Policy Termination 2021-12-04 19:31:36 +09:00
npcf-handler.h Add PCF(Policy Control Function) 2020-12-11 14:03:20 -05:00
nsmf-build.c SBI updated 2021-07-16 17:02:33 +09:00
nsmf-build.h [5GC] Added BSF(Binding Support Function) 2021-05-29 15:56:12 +09:00
nsmf-handler.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
nsmf-handler.h feat: Add N2-Handover 2021-01-28 14:23:54 -05:00
nudm-build.c Add PCF(Policy Control Function) 2020-12-11 14:03:20 -05:00
nudm-build.h Add only one 5GC scenario (call-flow) 2020-06-17 01:22:28 -04:00
nudm-handler.c Added AMF-initiated AM Policy Termination 2021-12-04 19:31:36 +09:00
nudm-handler.h If HSS/UDR gets MSISDN, AMF/MME -> SMF/SGW [#464] 2020-06-29 22:12:24 -04:00
sbi-path.c [AMF] fix an invalid GSM reject aligungr#375 2021-08-14 12:01:13 +09:00
sbi-path.h [5GC] Service Request Race Condition(#1226) 2021-11-28 20:54:51 +09:00
timer.c [AMF/MME] Add retransmission for accept message 2021-04-23 15:16:18 +09:00
timer.h 5G Core: Maintaining Old NAS signalling [#546] 2020-09-03 22:00:26 -04:00