aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-09HACK: Add hard-coded DPC to SSA in response to SSTlaforge/hackHarald Welte1-1/+5
2021-05-08HACK: don't wait for NOTIFY but unilaterally send ASP-ACTIVATE after ASP-UP c...Harald Welte1-0/+5
2021-05-08HACK: Accept SNM in state INACTIVEHarald Welte1-2/+2
2021-05-08HACK: Accept DAUD even in ASP roleHarald Welte1-0/+6
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 Welte2-0/+21
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-03-21Add README.md describing what this repo is aboutHarald Welte1-0/+63
2021-02-23Bump version: 1.3.0.51-6858-dirty → 1.4.01.4.0Pau Espin Pedrol6-13/+81
2021-02-23stp: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+14
2021-02-23manuals: generate vty reference xml at build timeHarald Welte3-1939/+8
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-5/+40
2021-02-23Add osmo_ss7_pointcode_print_buf() to APIHarald Welte2-3/+4
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol2-2/+2
2021-02-19gitignore: Ignore autofoo *~ churnPau Espin Pedrol1-0/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-02-10xua_snm: Implement handling of DUPU messagesHarald Welte8-1/+222
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 Welte2-0/+11
2021-02-08sccp: Add minimalistic SCMG implementationHarald Welte5-1/+166
2021-02-08sccp: Notify users of point code available/unavailableHarald Welte6-1/+233
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 Welte2-0/+14
2021-02-08xua_msg: Add xua_msg*_get_str() to obtain string IEHarald Welte2-0/+25
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 Welte2-4/+4
2021-02-07xua_msg: const-ify input arguments to xua_*_get_u32()Harald Welte2-4/+4
2021-02-06xua_msg_add_data() Mark input argument as 'const'Harald Welte2-2/+2
2021-02-02xua_test: fix gcc 4 + -std=gnu11 errorOliver Smith1-11/+14
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2020-11-11update VTY / copyright messageHarald Welte1-3/+3
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
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