aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-23m3ua: fix m3ua_encode_dupuOliver Smith1-2/+2
2021-07-23m3ua: reject deregistration of static routing keysOliver Smith1-0/+6
2021-07-11m3ua: fix leaky usage of m3ua_tx_xua_aspEric1-1/+5
2021-06-17osmo_ss7_vty: allow users to inspect routes also in ASP rolePhilipp Maier1-1/+2
2021-06-16osmo_ss7_vty: automatically create routes for routing keyPhilipp Maier1-0/+22
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-05-21VTY: write_one_asp(): fix 1 << 31 cannot be represented by 'int'Vadim Yanitskiy1-2/+2
2021-05-13sccp_scrc: Ensure we have not just SSN but at least OPC+SSN in CallingPartyHarald Welte1-0/+23
2021-05-13m3ua/sua: Add new snm_inactive quirkHarald Welte3-6/+19
2021-05-13m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP role.Harald Welte3-9/+27
2021-05-13osmo_ss7: introduce notion of configurable 'quirks'Harald Welte2-2/+74
2021-05-10Constrain connection ID allocation to 24 bitsHarald Welte1-1/+4
2021-05-03ss7_vty: Print actual connected port number in case of IPA serverHarald Welte1-1/+11
2021-04-30Revert "osmo_ss7: free the sock_name string once an ASP socket is closed"2021q1Harald Welte1-8/+0
2021-04-30osmo_ss7: free the sock_name string once an ASP socket is closedHarald Welte1-0/+8
2021-04-30don't do explicit NULL checks before calling talloc_free()Harald Welte1-4/+2
2021-04-29xua_asp_fsm: Fix IPA client roleHarald Welte1-2/+2
2021-04-29xua_as_fsm: Only delete a route for an IPA AS if we created one earlierHarald Welte1-1/+11
2021-04-29osmo_ss7: Truncate route 'mask' to point code bit lengthHarald Welte1-0/+20
2021-04-26ipa: Move automatic route add/del from ASP to AS levelHarald Welte2-55/+64
2021-04-26Don't create duplicate routes in osmo_ss7_route_create()Harald Welte1-0/+9
2021-04-26ipa_asp_fsm: Fix AS lookup from IPA ASPHarald Welte1-4/+5
2021-04-25osmo_ss7: Log route destruction (like we log route creation)Harald Welte1-0/+6
2021-04-25don't log "SCTP connection close" if an IPA/TCP connection closesHarald Welte1-2/+1
2021-04-25ipa_asp_fsm_del_route(): Log what happens if we bail out earlyHarald Welte1-6/+16
2021-04-25ipa: Use VTY-configured default network indicatorHarald Welte1-0/+1
2021-02-23Bump version: 1.3.0.51-6858-dirty → 1.4.01.4.0Pau Espin Pedrol1-1/+1
2021-02-23Add osmo_ss7_pointcode_print_buf() to APIHarald Welte1-3/+3
2021-02-10xua_snm: Implement handling of DUPU messagesHarald Welte7-1/+207
2021-02-10sccp: more SCMG handling: SSA and SSP message handlingHarald Welte1-2/+31
2021-02-10sua: per-ssn DUNA/DAVA notificationHarald Welte3-2/+120
2021-02-08xua: introduce xua_msg_get_u32p() helperHarald Welte1-0/+10
2021-02-08sccp: Add minimalistic SCMG implementationHarald Welte3-0/+139
2021-02-08sccp: Notify users of point code available/unavailableHarald Welte5-1/+200
2021-02-08xua: Implement SNM availability/unavailability messagingHarald Welte6-6/+554
2021-02-08SUA: Verify routing context IE of incoming CL and CO messagesHarald Welte1-0/+14
2021-02-08m3ua: Move find_as_for_asp() to shared xua_find_as_for_asp()Harald Welte4-56/+108
2021-02-08m3ua: re-factor m3ua_rx_xfer(): Externalize AS for ASP lookupHarald Welte1-21/+34
2021-02-08Introduce osmo_ss7_asp_get_log_subsys()Harald Welte1-0/+13
2021-02-08xua_msg: Add xua_msg*_get_str() to obtain string IEHarald Welte1-0/+23
2021-02-07sccp_sap: Fix string for N-PCSTATE primitiveHarald Welte1-1/+1
2021-02-07osmo_ss7: const-ify input arguments to osmo_ss7_as_has_asp()Harald Welte1-2/+2
2021-02-07xua_msg: const-ify input arguments to xua_*_get_u32()Harald Welte1-2/+2
2021-02-06xua_msg_add_data() Mark input argument as 'const'Harald Welte1-1/+1
2020-10-06vty: add attributes to VTY commands indicating when they applyPhilipp Maier2-227/+280
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy2-70/+70
2020-09-23add osmo_sccp_addr_to_id_c()neels/lcsNeels Hofmeyr1-8/+35
2020-09-22add osmo_sccp_addr_to_str_c osmo_sccp_inst_addr_to_str_cNeels Hofmeyr1-14/+37
2020-09-14sccp_helpers: Support printing IPV6 SCCP addressesPau Espin Pedrol1-2/+8