aboutsummaryrefslogtreecommitdiffstats
path: root/src/xua_asp_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16xua_asp_fsm: Fix 'Event AS_ASSIGNED not permitted'Pau Espin Pedrol1-1/+2
2024-02-27xua_asp_send_xlm_prim(): use LOGPFSML() to print more contextVadim Yanitskiy1-2/+2
2024-02-10xua_asp_fsm: Log ERROR message when we send a MGMT:ERR messageHarald Welte1-0/+2
2023-12-12ipa: Use ASP name as ipa_unit_name on dynamic ASPsPau Espin Pedrol1-8/+38
2023-12-12cosmetic: Fix typo in function docPau Espin Pedrol1-1/+1
2023-12-07ipa: Fix client setting unit_id with ASP name instead of ASPau Espin Pedrol1-1/+7
2023-11-25port from osmo_stream_*_get_ofd() to osmo_stream_srv_get_fd()Harald Welte1-4/+4
2023-04-15ASPAC/ASPIA: Don't add routing context IE in ASP-role if routing context 0Harald Welte1-1/+8
2022-02-01xua_asp_fsm: Fix gcc false positive warningPau Espin Pedrol1-2/+1
2021-06-09ipa_asp_fsm: Support server starting handshake with ID_GET or ID_ACKPau Espin Pedrol1-2/+15
2021-06-09cosmetic: xua_asp_fsm.c: reorder functions in filePau Espin Pedrol1-36/+44
2021-04-29xua_asp_fsm: Fix IPA client roleHarald Welte1-2/+2
2021-04-26ipa: Move automatic route add/del from ASP to AS levelHarald Welte1-55/+0
2021-04-26ipa_asp_fsm: Fix AS lookup from IPA ASPHarald Welte1-4/+5
2021-04-25ipa_asp_fsm_del_route(): Log what happens if we bail out earlyHarald Welte1-6/+16
2020-01-21xua_asp_fsm.c: Drop unused definesPau Espin Pedrol1-5/+0
2020-01-21cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2019-12-17ASP: Stop re-transmitting un-acknowledged messages on SCTP down eventHarald Welte1-0/+2
2019-12-17ASP FSM: Permit DOWN -> DOWN "transition"Harald Welte1-1/+2
2019-12-02xua_asp_fsm: Ensure xUA client includes routing contexts in ASPAC/ASPIAHarald Welte1-0/+26
2019-12-02xua_asp_fsm: Ensure xUA client includes traffic-mode if configuredHarald Welte1-0/+31
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-05introduce public enum osmo_ss7_asp_role for ASP/SG/IPSPHarald Welte1-20/+13
2019-11-05M3UA: Reject ASP activation + RKM registration for incompatible traffic-modeHarald Welte1-4/+1
2019-11-05xua: Allow traffic mode set by peer if not set by VTYPau Espin Pedrol1-4/+29
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-23cosmetic: Fix trailing whitespacePau Espin Pedrol1-3/+3
2019-10-20cosmetic: Document why IPA uses hard-coded routing-context 0Harald Welte1-0/+2
2018-12-20fix ipa_asp_fsm down state transitionStefan Sperling1-22/+27
2018-08-20ipa_asp_fsm: init: expect IPA ID ACK, not GETNeels Hofmeyr1-2/+2
2018-08-01Migrate from ipa_ccm_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-1/+1
2018-04-16ipa_asp_fsm: Prevent against integer underflowHarald Welte1-0/+5
2017-11-20xua_as[p]_fsm: Use osmo_timer_del() on FSM cleanupHarald Welte1-0/+9
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-11-12ipa: Automatically create / destroy route on IPA connect/disconnectHarald Welte1-0/+33
2017-04-27Address some negative integer handling issuesHarald Welte1-7/+14
2017-04-18Add IPA/SCCPlite support as SIGTRAN alternativeHarald Welte1-0/+367
2017-04-17xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM_O_003Harald Welte1-1/+2
2017-04-15Add new ASP event XUA_ASP_E_SCTP_EST_INDHarald Welte1-1/+5
2017-04-14SUA/M3UA: Implement T(r) recovery timer of Application Server FSMHarald Welte1-3/+0
2017-04-13Add a default layer manager using RKM to register PC with SGHarald Welte1-5/+10
2017-04-10M3UA: Properly reject invalid/unknown routing contextHarald Welte1-0/+9
2017-04-10M3UA: Handle opportunistic ASPIA in INACTIVE stateHarald Welte1-0/+6
2017-04-10M3UA: Send opportunistic ASPACT-ACK to ASPACT-REQ in ACTIVE stateHarald Welte1-0/+7
2017-04-10M3UA: Send "Unexpected Message" when receiving ASP_UP-ACK in ACTIVEHarald Welte1-1/+1
2017-04-10M3UA: Make sure to reject unsupported traffic mode typesHarald Welte1-0/+32
2017-04-10send M-SCTP_ESTABLISH.ind to Layer ManagerHarald Welte1-3/+11