libosmo-sccp/src
Harald Welte 471f859d77 Use same msgb allocation size like before osmo_io introduction
In Change-Id Ia1910f3b99d918ec2a34d5304c3f40ba015c25c9 we introduced
osmo_io support for xUA + IPA.  However, when we did that, the msgb
allocation sizes of libosmo-sigtran were neglected, and rather the
defaults of osmo_io used.

This commit returns libosmo-sigtran to the exact msgb allocation +
headroom sizes used before the osmo_io migration.

Related: OS#5752
Closes: OS#6403
Depends: libosmo-netif.git Change-Id Ie19c8294ddb12dfe5e0fd44e047c47e6f9cbd384
Change-Id: I0c6dcff4523e4c04aae43a4585b5e0c3617ef1a6
2024-03-16 10:18:40 +01:00
..
Makefile.am Split osmo_ss7_as functionalities to its own file 2023-09-29 17:36:32 +02:00
ipa.c ipa: Fix client setting unit_id with ASP name instead of AS 2023-12-07 19:36:57 +01:00
m3ua.c Use same msgb allocation size like before osmo_io introduction 2024-03-16 10:18:40 +01:00
mtp_pcap.c mtp_pcap: remove unused static_assert() macro definition 2023-02-24 18:16:00 +07:00
osmo_ss7.c Implement M3UA-over-TCP (in addition to SCTP) 2024-02-27 00:45:31 +07:00
osmo_ss7_as.c ipa: Use ASP name as ipa_unit_name on dynamic ASPs 2023-12-12 19:18:27 +01:00
osmo_ss7_asp.c Use same msgb allocation size like before osmo_io introduction 2024-03-16 10:18:40 +01:00
osmo_ss7_asp_peer.c asp: Support removing local & remote addresses 2023-10-04 11:21:05 +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 fix regression in sctp-role / transport-role 2024-02-29 17:20:41 +07:00
osmo_ss7_xua_srv.c Use same msgb allocation size like before osmo_io introduction 2024-03-16 10:18:40 +01:00
sccp.c sccp: Drop unused local variable 2023-10-04 11:20:52 +00:00
sccp2sua.c sccp: Introduce initial support for SCCP LUDT + LUDTS messages 2023-09-21 16:35:40 +02:00
sccp_helpers.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-18 17:22:26 +07:00
sccp_internal.h sccp: Use tdef to implement osmo_sccp_timers 2023-07-11 14:55:14 +02:00
sccp_lbcs.c sccp: Notify users of point code available/unavailable 2021-02-08 18:00:56 +01:00
sccp_sap.c add two value_string[]s related to N-PCSTATE 2023-04-05 02:30:59 +02: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 sccp_scoc: Fix remote PC not assigned preventing RSLD to be sent in st WAIT_CONN_CONF 2023-10-31 15:51:50 +00: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 VTY: rename 'sctp-role' to 'transport-role', add an alias 2024-02-27 00:45:56 +07:00
sccp_vty.c sccp: Use tdef to implement osmo_sccp_timers 2023-07-11 14:55:14 +02:00
ss7_internal.h cosmetic: rename ss7_asp_*_conn_cb to ss7_asp_*_conn_rx_cb 2024-03-14 08:07:28 +01:00
sua.c cosmetic: add spec reference 2023-10-31 09:37:32 +00:00
xua_as_fsm.c m3ua: Add some TODO comments on where we fall short of our potential 2023-09-01 10:39:20 +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_send_xlm_prim(): use LOGPFSML() to print more context 2024-02-27 00:33:45 +07:00
xua_asp_fsm.h ipa: Use ASP name as ipa_unit_name on dynamic ASPs 2023-12-12 19:18:27 +01:00
xua_default_lm_fsm.c asp: Make ASP default LM timers VTY configurable 2023-07-11 14:56:26 +02:00
xua_internal.h Use same msgb allocation size like before osmo_io introduction 2024-03-16 10:18:40 +01:00
xua_msg.c fix xua_msg_dump(): convert message length to the host's byte order 2024-02-16 04:01:22 +07: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