<p>Kévin Redon has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9915">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">host: set license to GPLv2+<br><br>Change-Id: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f<br>---<br>M host/apdu_dispatch.c<br>M host/apdu_dispatch.h<br>M host/libusb_util.c<br>M host/libusb_util.h<br>M host/simtrace2-discovery.c<br>M host/simtrace2-discovery.h<br>M host/simtrace2-remsim.c<br>M host/simtrace2-sniff.c<br>M host/simtrace2_usb.c<br>M host/usb2udp.c<br>10 files changed, 134 insertions(+), 30 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/15/9915/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/host/apdu_dispatch.c b/host/apdu_dispatch.c</span><br><span>index 6bdba9f..080ab82 100644</span><br><span>--- a/host/apdu_dispatch.c</span><br><span>+++ b/host/apdu_dispatch.c</span><br><span>@@ -2,20 +2,19 @@</span><br><span>  *</span><br><span>  * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- *  This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(0, 100%, 40%);">- *  it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(0, 100%, 40%);">- *  as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- *  This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(0, 100%, 40%);">- *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(0, 100%, 40%);">- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(0, 100%, 40%);">- *  GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- *  You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(0, 100%, 40%);">- *  along with this program; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span>  */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> #include <stdint.h></span><br><span> #include <stdlib.h></span><br><span> #include <string.h></span><br><span>diff --git a/host/apdu_dispatch.h b/host/apdu_dispatch.h</span><br><span>index c76c8ec..b5fe3a2 100644</span><br><span>--- a/host/apdu_dispatch.h</span><br><span>+++ b/host/apdu_dispatch.h</span><br><span>@@ -1,3 +1,20 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/* apdu_dispatch - State machine to determine Rx/Tx phases of APDU</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> #pragma once</span><br><span> </span><br><span> #include <stdint.h></span><br><span>diff --git a/host/libusb_util.c b/host/libusb_util.c</span><br><span>index 5ee685e..4846cab 100644</span><br><span>--- a/host/libusb_util.c</span><br><span>+++ b/host/libusb_util.c</span><br><span>@@ -1,3 +1,20 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/* libisb utilities</span><br><span style="color: hsl(120, 100%, 40%);">+ * </span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2010-2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> #include <errno.h></span><br><span> #include <unistd.h></span><br><span> #include <stdio.h></span><br><span>diff --git a/host/libusb_util.h b/host/libusb_util.h</span><br><span>index 5bbe3cb..c2b646f 100644</span><br><span>--- a/host/libusb_util.h</span><br><span>+++ b/host/libusb_util.h</span><br><span>@@ -1,3 +1,20 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/* libisb utilities</span><br><span style="color: hsl(120, 100%, 40%);">+ * </span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2010-2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> #pragma once</span><br><span> </span><br><span> #include <libusb.h></span><br><span>diff --git a/host/simtrace2-discovery.c b/host/simtrace2-discovery.c</span><br><span>index 38868fb..15b922d 100644</span><br><span>--- a/host/simtrace2-discovery.c</span><br><span>+++ b/host/simtrace2-discovery.c</span><br><span>@@ -1,3 +1,21 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/* simtrace2-discovery - host PC library to scan for matching USB</span><br><span style="color: hsl(120, 100%, 40%);">+ * devices</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> #include <stdint.h></span><br><span> </span><br><span> #include <libusb.h></span><br><span>diff --git a/host/simtrace2-discovery.h b/host/simtrace2-discovery.h</span><br><span>index 539b471..c0db266 100644</span><br><span>--- a/host/simtrace2-discovery.h</span><br><span>+++ b/host/simtrace2-discovery.h</span><br><span>@@ -1,3 +1,21 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/* simtrace2-discovery - host PC library to scan for matching USB</span><br><span style="color: hsl(120, 100%, 40%);">+ * devices</span><br><span style="color: hsl(120, 100%, 40%);">+ * </span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> #pragma once</span><br><span> </span><br><span> #include <stdint.h></span><br><span>diff --git a/host/simtrace2-remsim.c b/host/simtrace2-remsim.c</span><br><span>index df38f77..6b49f4a 100644</span><br><span>--- a/host/simtrace2-remsim.c</span><br><span>+++ b/host/simtrace2-remsim.c</span><br><span>@@ -1,21 +1,21 @@</span><br><span style="color: hsl(0, 100%, 40%);">-/* simtrace2-remsim - main program for the host PC</span><br><span style="color: hsl(120, 100%, 40%);">+/* simtrace2-remsim - main program for the host PC to provide a remote SIM</span><br><span style="color: hsl(120, 100%, 40%);">+ * using the SIMtrace 2 firmware in card emulation mode</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * (C) 2010-2017 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- *  This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(0, 100%, 40%);">- *  it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(0, 100%, 40%);">- *  as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ * as published by the Free Software Foundation</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- *  This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(0, 100%, 40%);">- *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(0, 100%, 40%);">- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(0, 100%, 40%);">- *  GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- *  You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(0, 100%, 40%);">- *  along with this program; if not, write to the Free Software</span><br><span style="color: hsl(0, 100%, 40%);">- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ * You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span>  */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> #include <errno.h></span><br><span> #include <unistd.h></span><br><span> #include <stdio.h></span><br><span>diff --git a/host/simtrace2-sniff.c b/host/simtrace2-sniff.c</span><br><span>index 67bfb79..b61b7d0 100644</span><br><span>--- a/host/simtrace2-sniff.c</span><br><span>+++ b/host/simtrace2-sniff.c</span><br><span>@@ -1,5 +1,10 @@</span><br><span style="color: hsl(0, 100%, 40%);">-/* simtrace2-sniff - main program for the host PC to communicate with the SIMtrace 2 firmware in sniffer mode */</span><br><span style="color: hsl(0, 100%, 40%);">-/* This program is free software; you can redistribute it and/or</span><br><span style="color: hsl(120, 100%, 40%);">+/* simtrace2-sniff - main program for the host PC to communicate with the </span><br><span style="color: hsl(120, 100%, 40%);">+ * SIMtrace 2 firmware in sniffer mode</span><br><span style="color: hsl(120, 100%, 40%);">+ * </span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2018 by sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de></span><br><span style="color: hsl(120, 100%, 40%);">+ * </span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or</span><br><span>  * modify it under the terms of the GNU General Public License</span><br><span>  * as published by the Free Software Foundation; either version 2</span><br><span>  * of the License, or (at your option) any later version.</span><br><span>@@ -12,9 +17,6 @@</span><br><span>  * You should have received a copy of the GNU General Public License</span><br><span>  * along with this program; if not, write to the Free Software</span><br><span>  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * (C) 2010-2017 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(0, 100%, 40%);">- * (C) 2018 by Kevin Redon <kredon@sysmocom.de></span><br><span>  */</span><br><span> #include <errno.h></span><br><span> #include <unistd.h></span><br><span>diff --git a/host/simtrace2_usb.c b/host/simtrace2_usb.c</span><br><span>index 2016670..353e187 100644</span><br><span>--- a/host/simtrace2_usb.c</span><br><span>+++ b/host/simtrace2_usb.c</span><br><span>@@ -1,3 +1,20 @@</span><br><span style="color: hsl(120, 100%, 40%);">+/* simtrace2_usb - host PC application to list found SIMtrace 2 USB devices</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de></span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ *  This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ *  it under the terms of the GNU General Public License version 2 </span><br><span style="color: hsl(120, 100%, 40%);">+ *  as published by the Free Software Foundation</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ *  This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ *  GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ *  You should have received a copy of the GNU General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ *  along with this program; if not, write to the Free Software</span><br><span style="color: hsl(120, 100%, 40%);">+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> #include <stdio.h></span><br><span> #include <stdint.h></span><br><span> #include <stdlib.h></span><br><span>diff --git a/host/usb2udp.c b/host/usb2udp.c</span><br><span>index 7a1e4a3..e78dc91 100644</span><br><span>--- a/host/usb2udp.c</span><br><span>+++ b/host/usb2udp.c</span><br><span>@@ -15,7 +15,6 @@</span><br><span>  *  along with this program; if not, write to the Free Software</span><br><span>  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span><br><span>  */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> #include <errno.h></span><br><span> #include <unistd.h></span><br><span> #include <stdio.h></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9915">change 9915</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9915"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f </div>
<div style="display:none"> Gerrit-Change-Number: 9915 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>