aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_vty.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11sccp: Use tdef to implement osmo_sccp_timersPau Espin Pedrol1-23/+17
2023-05-10add osmo_sccp_set_max_optional_data()Neels Hofmeyr1-2/+2
2023-04-24SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD)Neels Hofmeyr1-0/+35
2020-10-06vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-2/+2
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-5/+5
2018-09-27make SCCP timers configurableNeels Hofmeyr1-0/+116
2018-09-27sccp_vty: fix doc strings for show ... ssn,connectionsNeels Hofmeyr1-2/+3
2018-09-27sccp_vty: define SCCP_STR onceNeels Hofmeyr1-6/+3
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-08-09consistency: use OSMO_SS7_PC_INVALID for osmo_sccp_userNeels Hofmeyr1-1/+1
2017-04-14SCCP: Add VTY interface for SCCPHarald Welte1-0/+149