libosmo-sccp/src
Neels Hofmeyr 3b64bed092 big endian: add missing endian.h in sccp.c
sccp.c uses #ifdef OSMO_IS_LITTLE_ENDIAN, but fails to include endian.h, i.e.
it would build little endian also on big endian systems.

Found by libosmocore/contrib/struct_endianness.py.

Change-Id: I5906d94e0e0a74674c3a14cf2ec81c681e696474
2020-05-19 22:37:41 +02:00
..
Makefile.am sccp: Add value_string for SCCP message types 2020-01-17 14:38:22 +01:00
ipa.c ipa: VTY config option to explicitly enable/disable SCCP patching 2019-10-19 22:31:04 +02:00
m3ua.c m3ua: Log incorrect selected AS 2019-10-22 17:34:29 +02:00
mtp_pcap.c build: move include/{mtp,sccp} to include/osmocom/ 2018-10-21 12:35:11 +00:00
osmo_ss7.c ss7: Improve checks in osmo_ss7_asp_peer_add_host() 2020-01-13 12:58:35 +01:00
osmo_ss7_hmrt.c cosmetic: hmrt_message_for_routing(): use osmo_ss7_route_name() 2017-12-24 21:21:55 +01:00
osmo_ss7_vty.c cs7 vty: add 'show cs7 config' 2020-03-19 18:01:49 +00:00
sccp.c big endian: add missing endian.h in sccp.c 2020-05-19 22:37:41 +02:00
sccp2sua.c sccp2sua.c: Log malformed SUA message 2020-01-17 15:20:13 +01:00
sccp_helpers.c osmo_sccp_addr_name / _dump: drop 'NO_GT' output 2017-12-24 16:52:53 +01:00
sccp_internal.h sccp_internal.h: fix compilation with gcc-10 2020-04-20 19:35:43 +02:00
sccp_sap.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
sccp_sclc.c add caller-owns-msgb variant osmo_sccp_user_sap_down_nofree() 2019-04-12 06:27:10 +02:00
sccp_scoc.c sccp: Disarm inactivity timer upon T(iar) active->disconn_pend 2020-01-21 10:53:34 +01:00
sccp_scrc.c sccp: Log missing user and router failure paths 2020-01-17 15:52:24 +01:00
sccp_types.c sccp: Improve logging in sccp_to_xua_opt() 2020-01-17 14:41:53 +01:00
sccp_user.c osmo_sccp_simple_server(): use sccp instance index 0 instead of 1 2020-01-21 10:52:47 +01:00
sccp_vty.c make SCCP timers configurable 2018-09-27 17:53:40 +02:00
sua.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
xua_as_fsm.c xua: Implement traffic mode broadcast 2019-11-20 16:17:39 +01: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.c: Drop unused defines 2020-01-21 15:25:27 +01: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 ss7: Set configured AS traffic mode when sending Routing Key Register msg 2019-10-24 13:23:09 +02:00
xua_internal.h Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamID 2018-06-08 18:47:44 +00:00
xua_msg.c xua: Avoid multiline log in xua_msg_dump() 2019-11-12 21:35:24 +00:00
xua_rkm.c M3UA: Reject ASP activation + RKM registration for incompatible traffic-mode 2019-11-05 20:50:26 +00:00