aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_network.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-05pcap-client: Hacks to compile with an old libosmocorezecke/old-libosmocoreHolger Hans Peter Freyther1-10/+100
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-07-19Catch up with API change in osmo_sock_initDaniel Willmann1-1/+1
The connect0_bind1 parameter has been replaced by a generic flag parameter. With this patch osmo-pcap works (only) with versions of libosmocore 0.3.2 or newer - configure.ac changed to reflects that.
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther1-2/+2
this is a format change. but it is necessary now.
2011-05-31osmo-pcap-client: Connect to a server, send the data to itHolger Hans Peter Freyther1-0/+184