aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-05pcap-client: Hacks to compile with an old libosmocorezecke/old-libosmocoreHolger Hans Peter Freyther1-12/+36
We are running a system where we do not want to upgrade libosmocore right now. Compile the osmo-pcap-client with a libosmocore from around January.
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
Add vty code to allow changing the device, this will just attempt to open and close the device. Nothing else is done.
2011-05-31osmo_pcap_client: Start with the framework for the pcap clientHolger Hans Peter Freyther1-0/+164
This is just the normal skeleton for the osmocom code.
2011-05-31osmo-pcap: Create a dummy client.Holger Hans Peter Freyther1-0/+29