aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-10-18Use osmo_fd_setup() wherever applicableHarald Welte3-12/+3
2020-10-14examples: Use osmo_stream_*_set_nodelay in ipa examplesDaniel Willmann2-18/+2
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol3-3/+3
2019-02-20Stream client: add disconnect callbackMax2-0/+16
2019-02-06Stream examples: fix typos in error messageMax1-2/+2
2019-02-05Add socket name functions to stream client/serverMax2-2/+2
2019-02-05Stream examples: print accepted client addressMax1-0/+6
2019-01-29Stream examples: fix server's endless loopMax1-3/+6
2019-01-29Stream examples: log sent/received bytesMax2-10/+23
2019-01-29Stream examples: filter internal loggingMax2-0/+2
2018-08-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-2/+2
2018-06-29remove "channel" layerHarald Welte4-187/+0
2018-04-19osmux: Move examples and tests to use new output APIsPau Espin Pedrol1-6/+4
2018-04-17examples: use osmo_init_logging2Pau Espin Pedrol15-30/+30
2017-10-13examples: add simple UDP client/serverMax4-0/+225
2016-12-01examples/stream-server.c: use read() rc instead of strlen()Neels Hofmeyr1-2/+4
2016-12-01ipa-stream-{client,server}: Add missing #include <sys/socket.h>Harald Welte2-0/+2
2016-12-01stream-client: check read() return value before using it as length input to m...Harald Welte1-1/+2
2016-12-01stream-client: Check for osmo_fd_register() return valueHarald Welte1-1/+6
2016-12-01rs232-write: Check return value of osmo_fd_register()Harald Welte1-1/+6
2016-11-11examples/lapd-over-datagram-network: Fix compiler warningHarald Welte1-1/+1
2016-01-23Do not use strlen on binary inpitHolger Hans Peter Freyther1-1/+1
2015-11-07teip is a pointer, not an intAlexander Huemer1-2/+2
2015-03-22endian: Use the new endian macros for portabilityHolger Hans Peter Freyther1-2/+3
2015-02-25Fix the compilation on FreeBSD.Nikola Kolev2-0/+4
2014-10-02build: remove all_includesJan Engelhardt2-2/+2
2014-09-11build: rename INCLUDES to AM_CPPFLAGS in Makefile.am to avoid warningsMartin Hauke2-2/+2
2013-05-12osmux: allow to set initial RTP SSRCPablo Neira Ayuso1-1/+1
2013-02-19osmux: add osmux_snprintfPablo Neira Ayuso2-6/+15
2013-02-19examples: use DOSMUX_TEST instead of DLINP in logging messagesPablo Neira Ayuso2-4/+4
2013-02-19osmux: osmux-test-input: fix compilation warningPablo Neira Ayuso1-1/+1
2013-02-12fix osmux-test-inputPablo Neira Ayuso1-1/+1
2012-10-20osmux: remove generic functions to register and get ccidPablo Neira Ayuso1-5/+46
2012-10-15examples: add osmux-test-input and osmux-test-outputPablo Neira Ayuso3-1/+395
2012-08-19ipa: add osmo_ipa_process_msg and remove osmo_ipa_recv_msgPablo Neira Ayuso2-4/+12
2012-08-19consolidate ipa_unit infrastructurePablo Neira Ayuso1-2/+2
2012-08-19channel: add abis directory under channelPablo Neira Ayuso3-8/+8
2012-08-19channel: add subtype ID to osmo_chan_createPablo Neira Ayuso2-2/+2
2012-08-19channel: osmo_chan_init takes one pointer to set the talloc contextPablo Neira Ayuso2-4/+4
2012-08-19channel: rename CHAN_* to OSMO_CHAN_* for correct namespace policyPablo Neira Ayuso2-2/+2
2012-08-19channel: use linked list instead of array of existing channelsPablo Neira Ayuso2-0/+6
2012-08-16add ABIS IPA example as client (BTS)Pablo Neira Ayuso2-1/+95
2012-08-15channel: abis-ipa: shorter function namesPablo Neira Ayuso1-3/+3
2012-08-15src: shorter stream function namesPablo Neira Ayuso4-82/+82
2012-08-15src: shorter names for datagram socketsPablo Neira Ayuso4-49/+49
2012-07-07rtp: split osmo_rtp_parse in two functionsPablo Neira Ayuso2-10/+11
2012-07-03rtp: remove unused rtp_handle parameter from osmo_rtp_parsePablo Neira Ayuso2-2/+2
2012-04-04add rs232 supportPablo Neira Ayuso3-0/+486
2012-02-23examples: Display more details on RTP payload in rtp-udp-test-*Pablo Neira Ayuso2-6/+6
2012-02-23add RTP supportPablo Neira Ayuso3-1/+299