open5gs/src/sgwc
Bostjan Meglic ad216c0b77 [core] Fix a couple of warnings when using C++ compiler or more strict settings
../lib/core/ogs-list.h:62:24: warning: invalid conversion from 'void*' to 'ogs_list_t*' {aka 'ogs_list_s*'} [-fpermissive]
../lib/core/ogs-rbtree.h:79:32: warning: invalid conversion from 'const void*' to 'const ogs_rbnode_t*' {aka 'const ogs_rbnode_s*'} [-fpermissive]

[SBI] Fix compiler error - possible uninitialized variable

[SCP] Fix compiler error - Error: this condition has identical branches

In case of additional compiler warnings turned on, the compiler warns
about potentially unused variables. Fix those issues.
2024-01-09 17:50:22 +09:00
..
app.c A minor typo fix (#2707) 2023-10-28 22:11:58 +09:00
context.c [core] Fix a couple of warnings when using C++ compiler or more strict settings 2024-01-09 17:50:22 +09:00
context.h [GTP-U] Send Error Indication for unknown PDR 2023-04-16 12:30:36 +09:00
event.c Change Number of UEs usage [#533] 2020-08-25 23:05:01 -04:00
event.h SCP(Model D) is now the default setting. 2022-10-22 11:26:04 +09:00
gtp-path.c [GTP] gtp_message_fuzz: Abrt in ogs_abort 2023-08-24 22:19:42 +09:00
gtp-path.h X2 handover with SGW change (#1367, #1459) 2022-05-12 22:52:36 +09:00
init.c [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
meson.build [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
pfcp-path.c [TLV] PFCP parser crash from FuzzingLabs (#2523) 2023-08-18 22:19:46 +09:00
pfcp-path.h [PFCP] Implement the Restoration Indication 2023-04-16 12:30:36 +09:00
pfcp-sm.c [SEPP] Initial Update for 5G Roaming (#2739) 2023-11-19 19:34:51 +09:00
s5c-handler.c [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
s5c-handler.h Rename GTPv2C specifics to gtp2 prefix (#1485) 2022-04-13 07:07:39 +09:00
s11-build.c X2 handover with SGW change (#1367, #1459) 2022-05-12 22:52:36 +09:00
s11-build.h X2 handover with SGW change (#1367, #1459) 2022-05-12 22:52:36 +09:00
s11-handler.c [PFCP] Implement the Restoration Indication 2023-04-16 12:30:36 +09:00
s11-handler.h Rename GTPv2C specifics to gtp2 prefix (#1485) 2022-04-13 07:07:39 +09:00
sgwc-sm.c Fixed alpine stack overflow (#1911) 2022-11-27 00:03:56 +09:00
sgwc-sm.h Split SGW into SGW-C/SGW-U 2020-08-12 20:31:22 -04:00
sxa-build.c [PFCP] Support PFCP advertise address in F-SEID 2023-05-25 22:46:52 +09:00
sxa-build.h X2 handover with SGW change (#1367, #1459) 2022-05-12 22:52:36 +09:00
sxa-handler.c [GTP-U] Send Error Indication for unknown PDR 2023-04-16 12:30:36 +09:00
sxa-handler.h [ALL] Fix differences in function parameter names between definition and declaration 2022-07-01 21:38:47 +09:00
timer.c [SCP] Support of Indirect Communication 2022-07-16 13:27:18 +09:00
timer.h Split SGW into SGW-C/SGW-U 2020-08-12 20:31:22 -04:00