aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7_vty.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01osmo_ss7_vty: add osmo_sccp_addr_by_name_localOliver Smith1-0/+22
2021-10-07osmo_sccp_simple_client_on_ss7_id(): Allow set internally proper IPv4/v6 defa...Pau Espin Pedrol1-60/+4
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-05-21VTY: write_one_asp(): fix 1 << 31 cannot be represented by 'int'Vadim Yanitskiy1-2/+2
2021-05-13m3ua/sua: Add new snm_inactive quirkHarald Welte1-0/+2
2021-05-13m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP role.Harald Welte1-9/+3
2021-05-13osmo_ss7: introduce notion of configurable 'quirks'Harald Welte1-1/+66
2021-05-03ss7_vty: Print actual connected port number in case of IPA serverHarald Welte1-1/+11
2020-10-06vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-225/+278
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-65/+65
2020-09-04Fix default ASP local addr if remote addr contains only IPv4Pau Espin Pedrol1-2/+14
2020-09-01Fix (2) change in ss7 server default listen addr, keeps backward-compatibilit...Pau Espin Pedrol1-2/+7
2020-08-28Fix change in ss7 server default listen addr, keeps backward-compatibility be...Pau Espin Pedrol1-4/+39
2020-08-28Revert "Revert "Introduce SS7 IPv6 support""Pau Espin Pedrol1-8/+11
2020-08-28vty: log and return warning if adding ss7 host to set failsPau Espin Pedrol1-2/+8
2020-08-28Revert "Introduce SS7 IPv6 support"neels1-11/+8
2020-08-24Introduce SS7 IPv6 supportPau Espin Pedrol1-8/+11
2020-06-13Add "no traffic-mode" configuration to ASHarald Welte1-0/+12
2020-03-19cs7 vty: add 'show cs7 config'Neels Hofmeyr1-11/+28
2020-01-13ss7: Set ASP addresses using asp_peer APIsPau Espin Pedrol1-12/+6
2019-11-28Skip dynamic ASPs when writing the list of ASPs in an ASHarald Welte1-0/+3
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-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 Yanitskiy1-1/+2
2019-11-08ss7: Set ASP default remote addr to 127.0.0.1 if none set in VTYPau Espin Pedrol1-0/+5
2019-11-05vty: Permit configuration of ASPs in SCTP client modeHarald Welte1-0/+19
2019-11-05Allow ASP role to be configuredHarald Welte1-0/+29
2019-10-24ss7: Only override traffic mode from recv REG REQ if not set by VTYPau Espin Pedrol1-1/+2
2019-10-24ss7: Set default traffic-mode to overridePau Espin Pedrol1-1/+1
2019-10-23vty: Print traffic mode during show cs7 instance asPau Espin Pedrol1-5/+6
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-23vty: Fix write-config of local-ip and remote-ip commandsPau Espin Pedrol1-3/+3
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol1-17/+36
2019-10-22Defer xua server binding until exit of VTY nodePau Espin Pedrol1-4/+3
2019-10-22Fix typo in log message of recent commitPau Espin Pedrol1-1/+1
2019-10-20Don't permit routing-context != 0 for IPA peersHarald Welte1-0/+6
2019-10-19ipa: VTY config option to explicitly enable/disable SCCP patchingHarald Welte1-0/+28
2019-03-15Fix output of route destination in 'show ss7 instance <0-15> route'Harald Welte1-1/+1
2019-03-13vty: Ensure to properly save route pointcode and mask when writingHarald Welte1-1/+1
2018-10-29skip simple-client default as/asp when saving VTY configStefan Sperling1-4/+3
2018-09-27make SCCP timers configurableNeels Hofmeyr1-0/+5
2018-09-27vty: install 'show cs7' for sccp addrs on _ve nodesNeels Hofmeyr1-3/+5
2018-09-27vty: tweak two printed stringsNeels Hofmeyr1-2/+2
2018-09-27allow less characters for SCCP address book entriesNeels Hofmeyr1-1/+1
2018-09-27vty: fix 'show asp' from within 'asp' nodeNeels Hofmeyr1-1/+2
2018-09-26drop inaccurate comment from osmo_ss7_vty.cNeels Hofmeyr1-1/+0
2017-12-20ss7: Re-bind xUA server socket after setting new IPPau Espin Pedrol1-0/+4
2017-11-20Add "show cs7 (m3ua}sua}ipa)" command to show xUA serversHarald Welte1-0/+37