- Feb 10, 2023
-
-
Adam Knapp authored
Signed-off-by:
Adam Knapp <adam.knapp@ericsson.com>
-
- Feb 09, 2023
-
-
Adam Knapp authored
Signed-off-by:
Adam Knapp <adam.knapp@ericsson.com>
-
Adam Knapp authored
Signed-off-by:
Adam Knapp <adam.knapp@ericsson.com>
-
- Jan 11, 2022
-
-
Gábor Szalai authored
Add missing brackets for noDelay option See merge request !3
-
Gábor Szalai authored
Fix issues getting SCTP events See merge request !2
-
Daniel Willmann authored
Without this patch setting noDelay to any value (such as "no") would also enable nodelay for SCTP. Fixes the following warning when compiling with -Wall --- IPL4asp_PT.cc: In member function ‘virtual void IPL4asp__PortType::IPL4asp__PT_PROVIDER::set_parameter(const char*, const char*)’: IPL4asp_PT.cc:962:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 962 | if (!strcasecmp(parameter_value,"YES")) | ^~ IPL4asp_PT.cc:964:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 964 | globalConnOpts.sctp_nodelay = GlobalConnOpts::YES; | ^~~~~~~~~~~~~~ ---
-
Daniel Willmann authored
Copied from https://git.osmocom.org/libosmo-netif/ commit 157ad6d7075ad56038c984ebf8634f1bc7c6c59c Original message: Back in Change-Id Ia95dd1f9ffed9f743c049e05797b1a6f1f9f8c69 we tried to work-around kernel ABI breakage introduced in kernel >= v5.5, but it seems that there have already been similar ABI breakages in v4.11 and v4.12. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/uapi/linux/sctp.h?id=b6e6b5f1da7e8d092f86a4351802c27c0170c5a5 and https://marc.info/?l=linux-sctp&m=158729301516157&w=2 for the most recent incarnation. See https://osmocom.org/issues/4573#note-6 for all known cases of SCTP_EVENTS ABI breakage.
-
- Dec 23, 2021
-
-
Daniel Willmann authored
events.data_io_event was never set. This caused incoming messages to contain a wrong ppid of 0 because recvmsg never filled in the sctp_sndrcvinfo struct.. See also: https://www.eclipse.org/forums/index.php/t/1109504/
-
- Oct 11, 2021
-
-
Adam Knapp authored
add Java version of IPL4 testport See merge request !1
-
Gergo Ujhelyi authored
Signed-off-by:
Gergo Ujhelyi <ujhelyi.gergo@ericsson.com>
-
- May 07, 2019
-
-
Gábor Szalai authored
The name of the test port parameters: TLSv1.1, TLSv1.2, DTLSv1.2 changed to TLSv1_1, TLSv1_2, DTLSv1_2 Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Apr 28, 2019
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
- Aug 17, 2018
-
-
Elemer Lelik authored
-
- Aug 13, 2018
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com>
-
- Jun 18, 2018
-
-
Elemer Lelik authored
-
- Mar 23, 2018
-
-
Elemer Lelik authored
-
Elemer Lelik authored
-
- Oct 17, 2017
-
-
Elemer Lelik authored
-
- Sep 29, 2017
-
-
Elemer Lelik authored
-
- Jun 20, 2017
-
-
Elemer Lelik authored
-
- Jun 01, 2017
-
-
Elemer Lelik authored
-
- Mar 29, 2017
-
-
Elemer Lelik authored
-
- Feb 08, 2017
-
-
Elemer Lelik authored
-
Elemer Lelik authored
-
Elemer Lelik authored
-
- Aug 25, 2016
-
-
Elemer Lelik authored
-
- Jan 13, 2016
-
-
Elemer Lelik authored
-
- Sep 16, 2015
-
-
Elemer Lelik authored
-
- Aug 01, 2015
-
-
Elemer Lelik authored
-
- Jul 31, 2015
-
-
Eclipse Webmaster authored
-