aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-11osmoappdesc.py, tests: switch to python 3osmith/fix-python3Oliver Smith2-17/+17
2019-12-10gitignore: add various generated doc filesOliver Smith1-0/+3
2019-11-20xua: Implement traffic mode broadcastPau Espin Pedrol1-3/+21
2019-11-19fix generating asp-role that can be parsed when re-opening config fileHarald Welte1-1/+1
2019-11-19asp: Don't override ASP and SCTP role when re-entering asp nodeHarald Welte1-5/+8
2019-11-19osmo_ss7: Add osmo_ss7_asp_find()Harald Welte2-0/+22
2019-11-19Don't forget to store the sctp-role during writing config fileHarald Welte1-0/+2
2019-11-14osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmdVadim Yanitskiy6-9/+20
2019-11-12xua: Avoid multiline log in xua_msg_dump()Pau Espin Pedrol2-54/+15
2019-11-12ss7: Set correct local addr and port during dynamic ASP creationPau Espin Pedrol1-2/+5
2019-11-12ss7: Improve log formatting during ASP restartPau Espin Pedrol1-2/+2
2019-11-12xua: ipa_asp_fsm: Allow receiving IPA ID ACK before IPA ID RESPPau Espin Pedrol1-1/+16
2019-11-12xua: ipa_asp_fsm: Allow moving ASP to inactive statePau Espin Pedrol1-1/+26
2019-11-08xua: Don't send NOTIFY messages to IPA ASPsPau Espin Pedrol1-2/+4
2019-11-08ss7: Set ASP default remote addr to 127.0.0.1 if none set in VTYPau Espin Pedrol1-0/+5
2019-11-07tests/sccp/Makefile.am: use sccp.o from $(top_builddir)Vadim Yanitskiy1-2/+5
2019-11-06xua: On new ASPAC, set and notify other ASPs as inactivePau Espin Pedrol1-1/+35
2019-11-06xua: Select only active ASPs during tx in Override traffic modePau Espin Pedrol1-3/+1
2019-11-06osmo_ss7.c: fix xua_accept_cb(): properly assign roleVadim Yanitskiy1-0/+1
2019-11-06xua: Reset AS traffic mode set by peer during shutdownPau Espin Pedrol1-0/+12
2019-11-06osmo_ss7.c: fix copy-paste error in xua_accept_cb()Vadim Yanitskiy1-1/+1
2019-11-06osmo_ss7.c: cosmetic: fix typo in xua_accept_cb()Vadim Yanitskiy1-1/+1
2019-11-06xua: loadshare: select ASP for tx only if activePau Espin Pedrol3-1/+9
2019-11-06xua: Fix private function namePau Espin Pedrol1-2/+2
2019-11-05vty: Permit configuration of ASPs in SCTP client modeHarald Welte3-0/+25
2019-11-05Allow ASP role to be configuredHarald Welte5-6/+36
2019-11-05introduce public enum osmo_ss7_asp_role for ASP/SG/IPSPHarald Welte4-30/+32
2019-11-05M3UA: Reject ASP activation + RKM registration for incompatible traffic-modeHarald Welte4-8/+30
2019-11-05xua: Allow traffic mode set by peer if not set by VTYPau Espin Pedrol3-7/+53
2019-11-05xua_asp_fsm: Don't send M3UA ERR and then send ASPAC_ACKHarald Welte1-2/+2
2019-10-24ss7: Set Traffic mode and Route Ctx in ASPAC ACK msg if knownPau Espin Pedrol1-4/+7
2019-10-24xua: Verify all route ctxs received in ASPAC msgPau Espin Pedrol1-5/+10
2019-10-24ss7: Only override traffic mode from recv REG REQ if not set by VTYPau Espin Pedrol5-6/+10
2019-10-24ss7: Set configured AS traffic mode when sending Routing Key Register msgPau Espin Pedrol1-0/+1
2019-10-24ss7: Implement AS traffic mode loadshare using round robin ASP selectionPau Espin Pedrol3-4/+46
2019-10-24ss7: Set default traffic-mode to overridePau Espin Pedrol3-7/+7
2019-10-23vty: Print traffic mode during show cs7 instance asPau Espin Pedrol2-28/+29
2019-10-23xua_rkm: Don't permit de-registration of rctx with ASP activeHarald Welte1-1/+6
2019-10-23xua_rkm: Print NOTICE log message if registration for wrong rctxHarald Welte1-0/+2
2019-10-23Log correct protocol during xua_accept_cb()Harald Welte1-4/+4
2019-10-23vty: ss7: Make sure ASP has at least INET_ANY addr set if not configured in VTYPau Espin Pedrol1-0/+5
2019-10-23ss7: Fix finding asp by socket addr if it has no remote hosts configuredPau Espin Pedrol1-5/+8
2019-10-23ss7: Fix finding asp by socket addr if local ip addr is 0.0.0.0Pau Espin Pedrol1-1/+2
2019-10-23ss7: Fix osmo_ss7_asp_peer_snprintf() output if peer has zero IP addr assignedPau Espin Pedrol1-1/+1
2019-10-23cosmetic: Fix trailing whitespacePau Espin Pedrol1-3/+3
2019-10-23vty: Fix write-config of local-ip and remote-ip commandsPau Espin Pedrol1-3/+3
2019-10-22cosmetic: ss7: Fix trailing whitespacePau Espin Pedrol3-3/+3
2019-10-22tests: Introduce test for multi-homing STP featuresPau Espin Pedrol5-5/+211
2019-10-22ss7: Log local and remote address set upon ASP restartPau Espin Pedrol1-3/+7
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol6-52/+184