libosmo-sccp/src
Pau Espin 1e288b9614 sccp: Introduce APIs to get/set osmo_sccp_instance priv data pointer
The field already exists in the struct, but it's not really used
anywhere internally yet (and was not available externally).
Let's make it available to users of the API, similar to osmo_sccp_user_{get,set}_priv().
This way apps can easily store per-sccp-instance state.

Change-Id: I5643e6b14590b1478b3c8dabc8a7a619f5505409
2023-03-13 11:20:31 +01:00
..
Makefile.am Bump version: 1.6.0.20-8b67-dirty → 1.7.0 2023-02-07 14:37:23 +01:00
ipa.c spelling fixes in comments 2021-11-15 18:05:04 +01:00
m3ua.c M3UA/SUA: Implement handling of SCON (signaling congestion) 2022-05-05 18:45:42 +02:00
mtp_pcap.c mtp_pcap: remove unused static_assert() macro definition 2023-02-24 18:16:00 +07:00
osmo_ss7.c SS7: do not attempt transfer if AS is down 2023-02-21 08:51:22 +00:00
osmo_ss7_hmrt.c SS7: do not attempt transfer if AS is down 2023-02-21 08:51:22 +00:00
osmo_ss7_vty.c osmo_ss7_vty: add osmo_sccp_addr_by_name_local 2022-02-01 11:08:34 +00:00
sccp.c SCCP: Log more data on CR size error 2022-08-18 21:15:19 +07:00
sccp2sua.c sccp: Validate local references > 0x00fffffe are not used 2022-11-23 18:11:58 +01:00
sccp_helpers.c SIGTRAN: add osmo_sccp_tx_disconn_data() helper 2022-08-22 20:33:12 +07:00
sccp_internal.h Implement sccp_instance->connections as rbtree 2023-03-10 17:56:42 +01:00
sccp_lbcs.c sccp: Notify users of point code available/unavailable 2021-02-08 18:00:56 +01:00
sccp_sap.c fixup for: add osmo_scu_prim_name_c() / _buf() 2023-02-22 16:02:51 +01:00
sccp_sclc.c spelling fixes in comments 2021-11-15 18:05:04 +01:00
sccp_scmg.c sccp_scmg: ignore PCSTATE.indication 2023-02-18 02:45:14 +01:00
sccp_scoc.c Implement sccp_instance->connections as rbtree 2023-03-10 17:56:42 +01:00
sccp_scrc.c spelling fixes in comments 2021-11-15 18:05:04 +01:00
sccp_types.c sccp: Improve logging in sccp_to_xua_opt() 2020-01-17 14:41:53 +01:00
sccp_user.c sccp: Introduce APIs to get/set osmo_sccp_instance priv data pointer 2023-03-13 11:20:31 +01:00
sccp_vty.c vty: add attributes to VTY commands indicating when they apply 2020-10-06 22:50:10 +02:00
ss7_internal.h stp: Add basic RX/TX rate counters on AS and ASP level 2021-11-15 18:05:01 +01:00
sua.c M3UA/SUA: Implement handling of SCON (signaling congestion) 2022-05-05 18:45:42 +02:00
xua_as_fsm.c xua_as_fsm: Only delete a route for an IPA AS if we created one earlier 2021-04-29 21:10:30 +02:00
xua_as_fsm.h osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmd 2019-11-14 22:31:40 +00:00
xua_asp_fsm.c xua_asp_fsm: Fix gcc false positive warning 2022-02-01 16:59:52 +00:00
xua_asp_fsm.h introduce public enum osmo_ss7_asp_role for ASP/SG/IPSP 2019-11-05 20:50:37 +00:00
xua_default_lm_fsm.c xua_default_lm_fsm.c: Fix typo in comment 2022-01-21 10:57:03 +01:00
xua_internal.h M3UA/SUA: Implement handling of SCON (signaling congestion) 2022-05-05 18:45:42 +02:00
xua_msg.c xua: introduce xua_msg_get_u32p() helper 2021-02-08 18:11:12 +01:00
xua_rkm.c m3ua: reject deregistration of static routing keys 2021-07-23 10:02:16 +02:00
xua_shared.c m3ua: Move find_as_for_asp() to shared xua_find_as_for_asp() 2021-02-08 11:42:30 +01:00
xua_snm.c xua_snm: assert to guard against NULL ptr 2022-06-29 18:23:44 +02:00