aboutsummaryrefslogtreecommitdiffstats
path: root/src/xua_msg.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16fix xua_msg_dump(): convert message length to the host's byte orderVadim Yanitskiy1-1/+1
2023-09-21sccp: Introduce initial support for SCCP LUDT + LUDTS messagesHarald Welte1-0/+8
2023-09-20xua_msg: Implement xua_msg_dump() using OSMO_STRBUFPau Espin Pedrol1-21/+7
2021-02-08xua: introduce xua_msg_get_u32p() helperHarald Welte1-0/+10
2021-02-08xua_msg: Add xua_msg*_get_str() to obtain string IEHarald Welte1-0/+23
2021-02-07xua_msg: const-ify input arguments to xua_*_get_u32()Harald Welte1-2/+2
2021-02-06xua_msg_add_data() Mark input argument as 'const'Harald Welte1-1/+1
2020-09-14xua_msg: Get Rid of confusing double network byte order swapPau Espin Pedrol1-1/+1
2020-09-14sua: Support SUA_IEI_IPv6Pau Espin Pedrol1-1/+1
2019-11-12xua: Avoid multiline log in xua_msg_dump()Pau Espin Pedrol1-4/+4
2018-07-12add osmo_xua_msg_tall_ctx_init()Neels Hofmeyr1-1/+7
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-04-10xua_msg: Add xua_from_nested() helper function for nested IEsHarald Welte1-20/+49
2017-04-10xua: Remove library-internal DXUA log subsystemHarald Welte1-14/+2
2017-04-10xua_msg: Add support for msg_event_mapsHarald Welte1-0/+21
2017-04-10License headers: Should always have been GPLv2-or-laterHarald Welte1-4/+4
2017-04-10xua_msg: Add support for encoding IPv4 addr in osmo_sccp_addrHarald Welte1-1/+1
2017-04-10xua_msg: Add support for encoding Global Title in osmo_sccp_addrHarald Welte1-3/+62
2017-04-10xua_msg: Add concept of xua_msg_class and xua_msg_dialectHarald Welte1-0/+106
2017-04-10xua_msg: Add xua_msg_free_tag() and xua_msg_copy_part()Harald Welte1-1/+27
2017-02-13Add xua_msg_part_get_u32() to get U32 value from xua_msg_partHarald Welte1-4/+10
2017-02-13Move xua_msg_add_sccp_addr() to xua_msg.h and export itHarald Welte1-0/+33
2017-02-13xua_msg: Make DXUA available to other XUA codeHarald Welte1-1/+1
2017-02-13migrate some generic XUA helpers from sua.c to xua_msg.cHarald Welte1-0/+54
2015-12-22Import SUA (SCCP User Adaptation) and SCCP User SAPHarald Welte1-1/+1
2015-03-23xua: Generalize the m2ua_msg and call it xua_msgHolger Hans Peter Freyther1-0/+184