aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2017-04-10Add new SCCP implementationHarald Welte1-0/+20
2017-04-10Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte4-2/+469
2017-04-10xua_msg: Add support for msg_event_mapsHarald Welte1-0/+9
2017-04-10License headers: Should always have been GPLv2-or-laterHarald Welte3-12/+12
2017-04-10xua_msg: Add MTP routing label to 'struct xua_msg'Harald Welte1-0/+2
2017-04-10Add mtp_sap.h file with definitions for MTP-USER SAPHarald Welte2-1/+69
2017-04-10xua_msg: Add support for encoding Global Title in osmo_sccp_addrHarald Welte1-0/+2
2017-04-10sccp_sap: Add support for N-NOTICE.indicationHarald Welte1-0/+10
2017-04-10sccp_sap: Add routing indication (RI) to osmo_sccp_addrHarald Welte1-0/+1
2017-04-10sccp_sap: Use zero-terminated string for GT digits in osmo_sccp_addrHarald Welte1-2/+1
2017-04-10xua_msg: Add concept of xua_msg_class and xua_msg_dialectHarald Welte1-0/+24
2017-04-10xua_msg: Add xua_msg_free_tag() and xua_msg_copy_part()Harald Welte1-1/+4
2017-04-10sua.h: Add #define for the varius SUA protocol errorsHarald Welte1-0/+22
2017-04-10sua.h: Define more IEIs; base definitions on m3ua.hHarald Welte1-2/+13
2017-04-10Replace unused m3ua_types.h with protocol/m3ua.hHarald Welte3-130/+149
2017-02-13Add xua_msg_part_get_u32() to get U32 value from xua_msg_partHarald Welte1-0/+1
2017-02-13sccp_helpers: Add osmo_sccp_{addr,gt}_dump() functionsHarald Welte1-0/+3
2017-02-13Move xua_msg_add_sccp_addr() to xua_msg.h and export itHarald Welte1-0/+2
2017-02-13protocol/sua.h: Add #defines for CAUSE group values (from RFC)Harald Welte1-0/+7
2017-02-13xua_msg: Make DXUA available to other XUA codeHarald Welte1-0/+2
2017-02-13migrate some generic XUA helpers from sua.c to xua_msg.cHarald Welte1-0/+7
2017-02-13sccp_helpers: add convenience function for RANAP unitdataNeels Hofmeyr1-0/+5
2017-02-13sccp_helpers: add osmo_ prefix to all functionsNeels Hofmeyr1-21/+22
2017-02-13sccp_helpers.h/.c: fix: apply rename of osmo_sua_link to osmo_sccp_linkNeels Hofmeyr1-6/+6
2017-02-13Add sccp_helpers.[hc] moved from osmo-iuh, 1:1 at firstNeels Hofmeyr2-1/+36
2017-01-27cosmetic: add comments for GT, PC, SSN to help noobs finding their wayNeels Hofmeyr1-3/+3
2017-01-27add comment (meaning of COIT)Neels Hofmeyr1-1/+1
2017-01-27allow user to give private data to osmo_sua_user_create()Harald Welte1-1/+3
2016-07-07fix struct member typo: repsonding_addr in osmo_scu_disconn_paramNeels Hofmeyr1-1/+1
2016-07-06cosmetic: rename osmo_sua_link and osmo_sua_user to osmo_sccp_*Neels Hofmeyr1-8/+8
2016-04-16Add more OSMO_SCCP_SSN_ definesHarald Welte1-0/+16
2016-04-16Fix RANAP SSN: it's 142, not 143Neels Hofmeyr1-1/+1
2015-12-25Add missing OSMO_SCCP_SSN_RANAP for RANAP SSNHarald Welte1-0/+1
2015-12-23Properly define SCCP_SAP_USER without random magic numberHarald Welte3-4/+8
2015-12-22Import SUA (SCCP User Adaptation) and SCCP User SAPHarald Welte9-0/+827