aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipa.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-29 10:57:24 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-29 10:57:24 +0200
commite2fbd3dee43bb3d47c53514200650db41b4f5ef7 (patch)
treeac734d1bdded7790705539f101ec0f6f3898013e /src/ipa.c
parent7839556ca950f02e2dda48f8e10dd68e90266926 (diff)
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
Diffstat (limited to 'src/ipa.c')
-rw-r--r--src/ipa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipa.c b/src/ipa.c
index c924382..3888457 100644
--- a/src/ipa.c
+++ b/src/ipa.c
@@ -31,7 +31,6 @@
#include <osmocom/gsm/tlv.h>
-#include <osmocom/netif/channel.h>
#include <osmocom/netif/ipa.h>
#include <osmocom/netif/ipa_unit.h>