From e2fbd3dee43bb3d47c53514200650db41b4f5ef7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 29 Jun 2018 10:57:24 +0200 Subject: remove "channel" layer The "channel" layer on top of IPA client + server was introduced in 2011 but never used in any osmocom program/project so far. Contrary to the several other IPA multiplex related implementations in libosmo*, it did not deal properly with segmented IPA messages, i.e. where a single TCP segment (and hence recv/read call) does not contain a full IPA message. So rather than fixing it up and having yet another IPA related API in our libraries, let's remove it. Change-Id: I97c378750acb1637ee032fa88a968edf68d8979f --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 350e975..31b7a15 100644 --- a/.gitignore +++ b/.gitignore @@ -35,8 +35,6 @@ tests/testsuite tests/osmux/osmux_test tests/testsuite.log -examples/channel/abis_ipa_stream_client -examples/channel/abis_ipa_stream_server examples/ipa-stream-client examples/ipa-stream-server examples/lapd-over-datagram-network -- cgit v1.2.3