aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2024-03-07stream_{client,server} example: Cleanup on exitAndreas Eversberg2-4/+21
2024-02-29stream_{cli,srv}: Fix memory leak, if sending a message failsAndreas Eversberg2-3/+3
2024-02-28examples/stream-{server,client}: Generate talloc report on SIGUSR1Harald Welte2-0/+22
2024-02-28examples/stream-*: Add options, to set local/remote peerAndreas Eversberg2-7/+14
2024-02-28examples/stream-*: Support SCTP when called with "-s" argumentHarald Welte2-5/+35
2023-10-09stream: Add and use helper function osmo_ipa_push_headers()arehbein2-6/+2
2023-10-02stream: Add client-side (segmentation) support for IPAarehbein2-3/+8
2023-08-25stream: Add server-side (segmentation) support for IPAarehbein1-6/+1
2023-08-07examples: Add extension header octet to examplearehbein1-2/+3
2023-06-20stream: Drop name param from recently added API osmo_stream_srv_create2()Pau Espin Pedrol2-2/+4
2023-06-20stream: Drop recently added API osmo_stream_cli_create2Pau Espin Pedrol2-2/+4
2023-06-16examples: Set logging level to DEBUG in {,ipa-}stream-{client,server}Daniel Willmann4-6/+4
2023-06-14examples: Use new stream API in {ipa-,}stream-{client,server}Daniel Willmann4-75/+20
2023-05-31ipa-stream-server: Return -EBADF in read_cb after osmo_stream_srv_destroy()Daniel Willmann1-1/+2
2022-10-03osmux: Replace deprecated osmux_xfrm_input_* APIs in examples & testsPau Espin Pedrol1-8/+7
2022-09-02osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol1-5/+7
2022-08-31examples/osmux-test-output: Avoid using deprecated Osmux APIPau Espin Pedrol1-1/+1
2021-02-11Don't depend on libosmo-abis (by default)Harald Welte1-2/+3
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