aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Patch to enable debugging of where xua_msg_alloc() is called fromlaforge/xua-memdebugHarald Welte2-2/+4
2017-04-07osmo_ss7: Fix segfault when routing MTP-TRANSFER.req to ASP without sctp conn...Harald Welte1-2/+13
2017-04-07m3ua_example: Add talloc reportingHarald Welte1-5/+26
2017-04-07Add osmo_sccp_get_ss7() accessor functionHarald Welte2-0/+6
2017-04-07sigtran: fix various memory leaks (msgb and xua_msg)Harald Welte5-18/+56
2017-04-07xua_srv_conn_cb(): Print sctp_recvmsg flags (line in xua_cli_conn_cb())Harald Welte1-2/+2
2017-04-07xua_cli_conn_cb: Print flags as hex, not decimal.Harald Welte1-1/+1
2017-04-07xua_as_fsm: Include routing context (if configured) in NTFY messageHarald Welte1-0/+9
2017-04-07xua_asp_fsm: Always return BEAT-ACK for BEAT, including BEAT DATA IEHarald Welte1-11/+22
2017-04-07m3ua: Include RC IE of AS in Tx; validate RC IE on RxHarald Welte1-0/+26
2017-04-07add converter functions between osmo_ss7 and m3ua traffic mode typesHarald Welte3-0/+36
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 Welte2-0/+6
2017-04-04xua: Remove library-internal DXUA log subsystemHarald Welte2-18/+2
2017-04-04Add example program how to use M3UA+SCCP client and serverHarald Welte8-1/+392
2017-04-04SUA: Port to new osmo_ss7 and SCCP codeHarald Welte8-1255/+323
2017-04-04sccp_sap license header was missingHarald Welte1-0/+19
2017-04-04remove tests/sigtran: it's not a test caseHarald Welte7-266/+1
2017-04-04Add new SCCP implementationHarald Welte8-2/+2968
2017-04-04Add tests for xUA code + SCCP/SUA transcodingHarald Welte8-1/+654
2017-04-04Add SCCP <-> SUA message transcoding routinesHarald Welte2-0/+1266
2017-04-04sua.c: Replace sua_msgb_alloc() with new sccp_msgb_alloc()Harald Welte3-15/+24
2017-04-04sua: Extend address parsing with GT, RI and IPv4 supportHarald Welte1-26/+104
2017-04-04sua: Make use of xua_msg_dialectHarald Welte1-112/+162
2017-04-04Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte21-4/+4991
2017-04-03xua_msg: Add support for msg_event_mapsHarald Welte2-0/+30
2017-04-03License headers: Should always have been GPLv2-or-laterHarald Welte7-27/+25
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 IPv4 addr in osmo_sccp_addrHarald Welte1-1/+1
2017-04-03xua_msg: Add support for encoding Global Title in osmo_sccp_addrHarald Welte2-3/+64
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 Welte2-0/+130
2017-04-03xua_msg: Add xua_msg_free_tag() and xua_msg_copy_part()Harald Welte2-2/+31
2017-04-03gitignore: use one wildcard line for all test executablesHarald Welte1-8/+1
2017-04-03gitignore: add 'tags' files as created by 'make ctags'Harald Welte1-0/+2
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-03-01jenkins: add value_string termination checkold_suaNeels Hofmeyr1-0/+2
2017-02-13Add xua_msg_part_get_u32() to get U32 value from xua_msg_partHarald Welte2-4/+11
2017-02-13sccp_helpers: Add osmo_sccp_{addr,gt}_dump() functionsHarald Welte2-0/+74
2017-02-13Move xua_msg_add_sccp_addr() to xua_msg.h and export itHarald Welte3-36/+35
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 Welte2-1/+3