aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp2sua.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-05remove obsolete sccp.hHarald Welte1-1/+1
2023-09-21sccp: Introduce initial support for SCCP LUDT + LUDTS messagesHarald Welte1-46/+266
2023-09-21sccp2sua: Produce smaller output if msg contains no optional sectionPau Espin Pedrol1-5/+13
2023-09-20sscp2sua: Constify several more parametersPau Espin Pedrol1-53/+53
2023-09-20sccp2sua: remove unused msg param from sccp_{addr,data}_to_sua_ptrPau Espin Pedrol1-16/+16
2023-09-20sccp2sua: constify params of sccp_ptr_part_consistent()Pau Espin Pedrol1-2/+2
2022-11-23sccp: Validate local references > 0x00fffffe are not usedPau Espin Pedrol1-14/+52
2021-10-26sccp: Add minimalistic support for XUDT / XUDTSHarald Welte1-2/+104
2020-06-02sccp2sua: fix typo: s/omso_sccp_addr/osmo_sccp_addr/Vadim Yanitskiy1-1/+1
2020-01-17sccp2sua.c: Log malformed SUA messagePau Espin Pedrol1-1/+4
2020-01-17sccp: Support receiving messages with no optional paramsPau Espin Pedrol1-0/+6
2020-01-17sccp: Improve logging in sccp_to_xua_opt()Pau Espin Pedrol1-5/+11
2020-01-17sccp: Convert ifelse to switch statementPau Espin Pedrol1-7/+8
2020-01-17sccp: Avoid memleak of xua_msg receiving malformed sccp messagePau Espin Pedrol1-10/+49
2020-01-17sccp: Add value_string for SCCP message typesPau Espin Pedrol1-0/+4
2018-10-21build: move include/{mtp,sccp} to include/osmocom/Neels Hofmeyr1-1/+1
2018-07-11cosmetic: sccp2sua.c: log the IEI for parsed SCCP addrNeels Hofmeyr1-1/+1
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-10-27osmo_sccp_addr_encode(): Catch some more errors and log themHarald Welte1-0/+10
2017-10-27osmo_sccp_addr_encode(): Fix truncation of point codesHarald Welte1-1/+1
2017-10-27osmo_sccp_addr_encode(): Check for more erroneous situationsHarald Welte1-1/+16
2017-08-09cosmetic: ws in logNeels Hofmeyr1-1/+1
2017-05-04SUA-to-SCCP: Fix use of Called/Calling vs. Src/Dest AddressHarald Welte1-4/+24
2017-04-27osmo_sccp_addr_parse() Fix point code integer precision handlingHarald Welte1-1/+2
2017-04-27sccp2sua: Avoid array overruns in sccp_is_{mandatory,optional}()Harald Welte1-2/+2
2017-04-13sua2sccp: Only encode SCCP options permitted for given msg typeHarald Welte1-1/+111
2017-04-10Add SCCP <-> SUA message transcoding routinesHarald Welte1-0/+1265