aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-09M3UA: Make sure to reject unsupported traffic mode typesHarald Welte1-0/+32
2017-04-09M3UA: Respond with "Unexpected Message" if ASPTM is received too soonHarald Welte1-1/+2
2017-04-09osmo_sccp_make_addr_pc_ssn(): Set routing indicatorHarald Welte1-0/+1
2017-04-09osmo_ss7: Fix msgb memory leaks in error paths (asp not connected)Harald Welte1-0/+2
2017-04-09m3ua: Remove inbound routing context before routingHarald Welte1-0/+4
2017-04-09osmo_ss7: default point-code format for parsing/printing without ss7_instanceHarald Welte1-33/+37
2017-04-09send M-SCTP_ESTABLISH.ind to Layer ManagerHarald Welte3-6/+25
2017-04-09move layer_manager from xua_asp_fsm priv to osmo_ss7_aspHarald Welte1-9/+2
2017-04-09xua: report N-ERROR and N-NOTIFY primitives to layer managerHarald Welte1-1/+12
2017-04-09xua: move notfiy parameters from xua_internal to sigtran_sap and rename themHarald Welte5-44/+37
2017-04-09M3UA: RKM DEREG-REQ should contain routing context, not routing keyHarald Welte1-1/+1
2017-04-09Add M3UA RKM (routing key management) support, SGW side onlyHarald Welte4-2/+301
2017-04-09osmo_ss7: Add support for dynamic ASP registrationHarald Welte1-8/+24
2017-04-09Add osmo_ss7_find_free_rctx() function to get unused rctxHarald Welte1-0/+11
2017-04-09xua_msg: Add xua_from_nested() helper function for nested IEsHarald Welte1-20/+49
2017-04-09sccp_scoc: Move osmo_prim_event_map to libosmocoreHarald Welte1-30/+0
2017-04-09osmo_ss7: Fix segfault when routing MTP-TRANSFER.req to ASP without sctp conn...Harald Welte1-2/+13
2017-04-09Add osmo_sccp_get_ss7() accessor functionHarald Welte1-0/+5
2017-04-09sigtran: fix various memory leaks (msgb and xua_msg)Harald Welte7-17/+29
2017-04-09xua_srv_conn_cb(): Print sctp_recvmsg flags (line in xua_cli_conn_cb())Harald Welte1-2/+2
2017-04-09xua_cli_conn_cb: Print flags as hex, not decimal.Harald Welte1-1/+1
2017-04-09xua_as_fsm: Include routing context (if configured) in NTFY messageHarald Welte1-0/+9
2017-04-09xua_asp_fsm: Always return BEAT-ACK for BEAT, including BEAT DATA IEHarald Welte1-11/+23
2017-04-09m3ua: Include RC IE of AS in Tx; validate RC IE on RxHarald Welte1-0/+26
2017-04-09add converter functions between osmo_ss7 and m3ua traffic mode typesHarald Welte1-0/+27
2017-04-09sccp: add osmo_sccp_user_{get,set}_priv() API functionHarald Welte1-0/+10
2017-04-09xua: Remove library-internal DXUA log subsystemHarald Welte1-14/+2
2017-04-09SUA: Port to new osmo_ss7 and SCCP codeHarald Welte5-1219/+296
2017-04-09sccp_sap license header was missingHarald Welte1-0/+19
2017-04-09Add new SCCP implementationHarald Welte7-2/+2948
2017-04-09Add SCCP <-> SUA message transcoding routinesHarald Welte2-0/+1266
2017-04-09sua.c: Replace sua_msgb_alloc() with new sccp_msgb_alloc()Harald Welte3-15/+24
2017-04-09sua: Extend address parsing with GT, RI and IPv4 supportHarald Welte1-26/+104
2017-04-09sua: Make use of xua_msg_dialectHarald Welte1-112/+162
2017-04-09Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte10-1/+4094
2017-04-09xua_msg: Add support for msg_event_mapsHarald Welte1-0/+21
2017-04-09License headers: Should always have been GPLv2-or-laterHarald Welte3-12/+12
2017-04-09xua_msg: Add support for encoding IPv4 addr in osmo_sccp_addrHarald Welte1-1/+1
2017-04-09xua_msg: Add support for encoding Global Title in osmo_sccp_addrHarald Welte1-3/+62
2017-04-09xua_msg: Add concept of xua_msg_class and xua_msg_dialectHarald Welte1-0/+106
2017-04-09xua_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-13sccp_helpers: Add osmo_sccp_{addr,gt}_dump() functionsHarald Welte1-0/+71
2017-02-13Move xua_msg_add_sccp_addr() to xua_msg.h and export itHarald Welte2-36/+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 Welte2-50/+54
2017-02-13sccp_helpers: add convenience function for RANAP unitdataNeels Hofmeyr1-0/+15
2017-02-13sccp_helpers: add osmo_ prefix to all functionsNeels Hofmeyr1-29/+30
2017-02-13sccp_helpers: adjust .h include and copyrightNeels Hofmeyr1-3/+3
2017-02-13sccp_helpers.h/.c: fix: apply rename of osmo_sua_link to osmo_sccp_linkNeels Hofmeyr1-6/+6