aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2020-05-22add osmo_sccp_user_find() as public APINeels Hofmeyr1-0/+2
2020-05-19cosmetic: apply changes to match struct_endianess.py outputNeels Hofmeyr2-18/+14
2020-01-18sccp: Fix wrong param type in osmo_sccp_pnc_name()Pau Espin Pedrol1-1/+1
2020-01-17sccp: Improve logging in sccp_to_xua_opt()Pau Espin Pedrol1-0/+4
2020-01-17sccp: Add value_string for SCCP message typesPau Espin Pedrol1-0/+5
2020-01-13ss7: Introduce APIs to manage asp_peer hostsPau Espin Pedrol1-0/+3
2019-11-19osmo_ss7: Add osmo_ss7_asp_find()Harald Welte1-0/+4
2019-11-14osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmdVadim Yanitskiy1-0/+1
2019-11-06xua: loadshare: select ASP for tx only if activePau Espin Pedrol1-0/+1
2019-11-05Allow ASP role to be configuredHarald Welte1-0/+2
2019-11-05introduce public enum osmo_ss7_asp_role for ASP/SG/IPSPHarald Welte1-0/+8
2019-11-05M3UA: Reject ASP activation + RKM registration for incompatible traffic-modeHarald Welte1-1/+2
2019-11-05xua: Allow traffic mode set by peer if not set by VTYPau Espin Pedrol1-0/+3
2019-10-24ss7: Only override traffic mode from recv REG REQ if not set by VTYPau Espin Pedrol1-0/+1
2019-10-24ss7: Implement AS traffic mode loadshare using round robin ASP selectionPau Espin Pedrol1-0/+1
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol1-2/+8
2019-10-22Defer xua server binding until exit of VTY nodePau Espin Pedrol1-2/+0
2019-10-19ipa: VTY config option to explicitly enable/disable SCCP patchingHarald Welte1-0/+6
2019-10-19Move definition of LOGSS7() to header file; add LOGPAS() like LOGPASP()Harald Welte1-1/+7
2019-05-01xudt: Implement address and data extractionHolger Hans Peter Freyther1-0/+54
2019-04-12add osmo_sccp_addr_cmp(), osmo_sccp_addr_ri_cmp()Neels Hofmeyr1-0/+3
2019-04-12add caller-owns-msgb variant osmo_sccp_user_sap_down_nofree()Neels Hofmeyr1-0/+1
2019-03-15Fix output of route destination in 'show ss7 instance <0-15> route'Harald Welte1-0/+1
2018-11-19Make pointcode width function publicMax1-0/+2
2018-10-29skip simple-client default as/asp when saving VTY configStefan Sperling1-0/+6
2018-10-21build: move include/{mtp,sccp} to include/osmocom/Neels Hofmeyr7-1/+863
2018-09-27cosmetic: allocate ss7->sccp in one common functionNeels Hofmeyr1-0/+2
2018-07-12add osmo_xua_msg_tall_ctx_init()Neels Hofmeyr1-0/+2
2018-06-08Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamIDHarald Welte1-0/+11
2017-12-24add osmo_ss7_route_name()Neels Hofmeyr1-0/+1
2017-12-24add osmo_sccp_user_name()Neels Hofmeyr1-0/+2
2017-12-20ss7: Re-bind xUA server socket after setting new IPPau Espin Pedrol1-0/+5
2017-11-08add osmo_sccp_inst_addr_name(), a variant of osmo_sccp_addr_name()Neels Hofmeyr1-0/+1
2017-10-26sccp_scrc: fix Network Indicator in SIO compositionNeels Hofmeyr1-1/+1
2017-09-03sccp_sap.h: Fix SSN for BSSAP and BSSAP-LEHarald Welte1-2/+3
2017-08-11sccp: fixup for osmo_sccp_get_ss7()Philipp Maier1-1/+1
2017-08-11sccp: function to get sccp instance from sccp userPhilipp Maier1-0/+1
2017-08-11sccp: make osmo_sccp_addr_name() availablePhilipp Maier1-0/+1
2017-08-10sccp: prefix default parameters of osmo_sccp_simple_client()Philipp Maier1-7/+10
2017-08-09add osmo_sccp_addr_name() and three value_string[]sNeels Hofmeyr1-0/+13
2017-08-09introduce OSMO_SCCP_RI_NONE to indicate unset RINeels Hofmeyr1-0/+1
2017-08-09constify ss7_instance arg of osmo_ss7_pointcode_print()Neels Hofmeyr1-2/+2
2017-08-09add OSMO_SS7_PC_INVALID, add osmo_ss7_pc_is_valid()Neels Hofmeyr1-0/+8
2017-08-09sccp: add function to check sccp addressesPhilipp Maier1-0/+2
2017-08-07osmo_ss7_vty_init: ensure a talloc ctx is set by userNeels Hofmeyr1-3/+2
2017-08-07add osmo_sccp_addr_set_ssn()Neels Hofmeyr1-0/+2
2017-08-01sccp: derive local address from given sccp instancePhilipp Maier1-0/+4
2017-07-22sccp: make simple client configurable via VTYPhilipp Maier1-0/+5
2017-07-20sccp: global addressbook search + api fixPhilipp Maier1-4/+4
2017-07-05simple-client/server: be able to decide on which ss7 instance to bindPhilipp Maier1-0/+11