aboutsummaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-25 23:31:37 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-27 22:32:49 +0100
commit6fc784e3c8d35dc952f0e92adc2bf29327a8a4b1 (patch)
tree5d2b72933b1a50d95a6a0306d60ed580ddcad359 /deps
parent48494ca24582df3eb4ced2c155b16f94eaa08aea (diff)
L1CTL: Add message segmentation helper via getMsgLen()
As L1CTL is using a stream socket, we need to give the UNIX_DOMAIN port some clue as to where our L1CTL message boundaries are in the stream. This requires a patched UNIX_DOMAIN_SOCKETasp test port with the following commit applied: commit 655cb4ab2ac006b3a73d1b679c83081d9743410a Author: Harald Welte <laforge@gnumonks.org> Date: Sun Feb 25 23:25:46 2018 +0100 Add "getMsgLen" function similar to IPL4asp_PT Change-Id: Iab33f57cb4311180e521a76307a552d16287b062
Diffstat (limited to 'deps')
-rw-r--r--deps/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/Makefile b/deps/Makefile
index 1d9a6e61..d67e065d 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -20,8 +20,7 @@ ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
titan.TestPorts.SIPmsg \
titan.TestPorts.TCPasp \
titan.TestPorts.TELNETasp \
- titan.TestPorts.UDPasp \
- titan.TestPorts.UNIX_DOMAIN_SOCKETasp
+ titan.TestPorts.UDPasp
ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.M2PA \
@@ -40,7 +39,8 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.NS_v7.3.0 \
titan.ProtocolModules.SNDCP_v7.0.0
-OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp
+OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
+ titan.TestPorts.UNIX_DOMAIN_SOCKETasp
ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)