aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Patch to enable debugging of where xua_msg_alloc() is called fromlaforge/xua-memdebugHarald Welte1-1/+2
2017-04-07Add osmo_sccp_get_ss7() accessor functionHarald Welte1-0/+1
2017-04-07add converter functions between osmo_ss7 and m3ua traffic mode typesHarald Welte2-0/+9
2017-04-07osmo_ss7: make OVERRIDE the default traffic mode type (0)Harald Welte1-1/+1
2017-04-07sccp: add osmo_sccp_user_get_priv() API functionHarald Welte1-0/+1
2017-04-04xua: Remove library-internal DXUA log subsystemHarald Welte1-4/+0
2017-04-04SUA: Port to new osmo_ss7 and SCCP codeHarald Welte3-36/+27
2017-04-04Add new SCCP implementationHarald Welte1-0/+20
2017-04-04Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte4-2/+469
2017-04-03xua_msg: Add support for msg_event_mapsHarald Welte1-0/+9
2017-04-03License headers: Should always have been GPLv2-or-laterHarald Welte3-12/+12
2017-04-03xua_msg: Add MTP routing label to 'struct xua_msg'Harald Welte1-0/+2
2017-04-03Add mtp_sap.h file with definitions for MTP-USER SAPHarald Welte2-1/+69
2017-04-03xua_msg: Add support for encoding Global Title in osmo_sccp_addrHarald Welte1-0/+2
2017-04-03sccp_sap: Add support for N-NOTICE.indicationHarald Welte1-0/+10
2017-04-03sccp_sap: Add routing indication (RI) to osmo_sccp_addrHarald Welte1-0/+1
2017-04-03sccp_sap: Use zero-terminated string for GT digits in osmo_sccp_addrHarald Welte1-2/+1
2017-04-03xua_msg: Add concept of xua_msg_class and xua_msg_dialectHarald Welte1-0/+24
2017-04-03xua_msg: Add xua_msg_free_tag() and xua_msg_copy_part()Harald Welte1-1/+4
2017-04-03sua.h: Add #define for the varius SUA protocol errorsHarald Welte1-0/+22
2017-04-03sua.h: Define more IEIs; base definitions on m3ua.hHarald Welte1-2/+13
2017-04-03Replace 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-13sccp/sccp.h: Add #include to linuxlist.hHarald Welte1-0/+2
2017-02-13sccp_types.h: Include stdint.hHarald Welte1-0/+1
2017-02-13sccp_types.h: Add 'struct sccp_data_unitdata_service'Harald Welte1-0/+20
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 Welte11-3/+347
2015-06-15sccp: Allow to specify the context of the incoming messageHolger Hans Peter Freyther1-0/+1
2015-03-24mtp: Correct the pointcode maskHolger Hans Peter Freyther1-1/+1
2015-03-24mtp: Add missing defines from cellmgr-ngHolger Hans Peter Freyther1-0/+8
2015-03-24mtp: Add implementation from cellmgrHolger Hans Peter Freyther1-1/+4
2015-03-24mtp: Convert to pragma onceHolger Hans Peter Freyther1-3/+1