aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08client: Add pcap snaplen VTY cmdPau Espin Pedrol1-2/+1
2018-10-08Replace '.' in counter names with ':'Pau Espin Pedrol1-12/+12
2018-10-08Drop osmo_init_logging and use osmo_init_logging2Pau Espin Pedrol1-1/+1
2018-10-08client: Properly name main talloc ctxPau Espin Pedrol1-9/+9
2017-07-21Use TCP port numbers for VTY that don't overlap with other Osmocom SoftwareHarald Welte1-1/+1
2016-11-09client: Do not connect default connection if no ip/port presentHolger Hans Peter Freyther1-1/+2
2016-11-09client: Allow to configure and connect multiple serversHolger Hans Peter Freyther1-4/+2
2016-11-09client: Prepare to work with a list of serversHolger Hans Peter Freyther1-0/+1
2016-11-09client: Prepare to have multiple server connectionsHolger Hans Peter Freyther1-4/+5
2016-09-08client: Initial support for TLS in the clientHolger Hans Peter Freyther1-0/+4
2016-08-19client: Use pcap_stats and export them as statisticsHolger Hans Peter Freyther1-0/+3
2016-08-19client: Additional counters for the statisticsHolger Hans Peter Freyther1-0/+2
2016-08-18client: First round of statistics in the pcap clientHolger Hans Peter Freyther1-0/+24
2016-08-18client: Fail to start if it can't bind the telnet interfaceHolger Hans Peter Freyther1-2/+6
2016-08-13stats: Initialize the stats(d) backend in the client/serverHolger Hans Peter Freyther1-0/+4
2016-08-13misc: Address compiler warning about deprecated headerHolger Hans Peter Freyther1-1/+0
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther1-0/+7
2011-05-31osmo-pcap-client: Set the filter string on the pcap device..Holger Hans Peter Freyther1-0/+7
2011-05-31osmo-pcap-client: Work on the client code, be able to open the deviceHolger Hans Peter Freyther1-0/+10
2011-05-31osmo_pcap_client: Start with the framework for the pcap clientHolger Hans Peter Freyther1-0/+164
2011-05-31osmo-pcap: Create a dummy client.Holger Hans Peter Freyther1-0/+29