open5gs/lib/core
jmasterfunk84 68140efce4 [MME] Handle Charging Characteristics
Found no support for HSS provided charging characteristics.  Following TS32.251 A.4:
- Use PDN level CC, if one wasn't provided then use subscription level CC
- Don't send CC in S11 if it wasn't included
2022-07-24 12:29:01 +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 [GTP] avoid abort for ogs_gtp_node_new() (#1633) 2022-06-29 11:07:44 +09:00
ogs-3gpp-types.h [MME] Handle Charging Characteristics 2022-07-24 12:29:01 +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 Change EPERM to OGS_EPERM (#1436,#1404) 2022-03-16 20:32:19 +09:00
ogs-fsm.c [CORE] fsm: Add asserts to validate ogs_fsm_t is not null (#1619) 2022-06-23 20:48:06 +09: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 [CORE] fix the linked-list bug (#1187) 2022-05-21 18:54:42 +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 [CORE] Added memory check (#1638) 2022-07-01 21:49:31 +09:00
ogs-pkbuf.h remove pool related configuration (#1431) 2022-03-23 15:14:18 +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 [ALL] Fix differences in function parameter names between definition and declaration 2022-07-01 21:38:47 +09: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 [CORE] Compare port in ogs_sockaddr_is_equal() (#1608) 2022-06-15 06:13:15 +09:00
ogs-sockaddr.h [ALL] Fix differences in function parameter names between definition and declaration 2022-07-01 21:38:47 +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 Change EPERM to OGS_EPERM (#1436,#1404) 2022-03-16 20:32:19 +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 [CORE] time: Add APIs to manage NTP 32-bit timestamps (#1439) 2022-03-16 11:25:30 +09:00
ogs-time.h [CORE] time: Add APIs to manage NTP 32-bit timestamps (#1439) 2022-03-16 11:25:30 +09: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 Changes MAX TLV MORE to 16 2022-06-29 14:35:01 +09:00
ogs-tlv-msg.h Changes MAX TLV MORE to 16 2022-06-29 14:35:01 +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