aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-01-21examples/sccp_test_server: Log disconnect indication in echo servicePau Espin Pedrol1-0/+5
2020-01-21examples/sccp_test_server: Log primitive name instead of valuePau Espin Pedrol1-6/+6
2020-01-21examples/sccp_demo_user: Support reading log/vty config from filePau Espin Pedrol1-5/+27
2020-01-21example/sccp_demo_user: Use osmocom logging system instead of printfPau Espin Pedrol3-16/+27
2020-01-17examples/sccp_demo_user: log category name instead of its hex valuePau Espin Pedrol1-0/+2
2020-01-17examples/sccp_test_server.c: Fix typo in log messagePau Espin Pedrol1-1/+1
2020-01-16sccp_demo_user: Bind VTY to -l local address cmdline argPau Espin Pedrol1-1/+1
2020-01-10sccp_demo_user: Change prompt to not include any '-' symbolsHarald Welte1-1/+1
2019-12-01check for osmo_fsm_register() failures and propagate errorHarald Welte1-1/+1
2018-07-20remove unused -p option from getopt() call in sccp_demo_userStefan Sperling1-1/+1
2018-07-20sccp_demo_user: use point code 23 for server and 1 for clientStefan Sperling1-19/+48
2018-06-14rename m3ua_example to sccp_demo_userStefan Sperling2-5/+5
2018-06-12make it possible to pass parameters to m3ua_exampleStefan Sperling1-16/+131
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-2/+3
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-1/+0
2017-09-03sccp_sap.h: Fix SSN for BSSAP and BSSAP-LEHarald Welte1-1/+1
2017-08-07osmo_ss7_vty_init: ensure a talloc ctx is set by userNeels Hofmeyr1-1/+1
2017-06-22sccp_test_vty: Fix compilation warning: Unused variablePau Espin Pedrol1-1/+1
2017-04-14m3ua_example: Add SS7 and SCCP VTYHarald Welte1-0/+2
2017-04-13sccp_test_server: Don't use '0' as local referenceHarald Welte1-1/+1
2017-04-10Allow clients to specify local IP/portHarald Welte1-1/+1
2017-04-10m3ua_example: Add talloc reportingHarald Welte1-5/+26
2017-04-10sigtran: fix various memory leaks (msgb and xua_msg)Harald Welte2-0/+4
2017-04-10Add example program how to use M3UA+SCCP client and serverHarald Welte5-0/+388