Attention is currently required from: jolly, neels.
Hello Jenkins Builder, fixeria, neels,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-msc/+/38305?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: Release BSSMAP connection when SS message is rejected
......................................................................
Release BSSMAP connection when SS message is rejected
When an initial call-independent supplementary service message is
received, it is checked whether the message is a REGISTER message.
If it is not, the MSC will reject it by sending a RELEASE COMPLETE
message.
This patch ensures that the MSC_A use counter is decremented, so
that the BSSMAP connection is released, if it is not used by any
other transaction.
Without this patch, the msc_a_fsm would wait 5 seconds for an initial
transaction before releasing the BSSMAP connection.
Related: OS#6427
Change-Id: Ic6765e5d480735e67d97f0f560da24653b26d487
---
M src/libmsc/gsm_09_11.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/05/38305/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38305?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ic6765e5d480735e67d97f0f560da24653b26d487
Gerrit-Change-Number: 38305
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
falconia has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/38290?usp=email )
Change subject: libosmotrau: add CSD RA2 functions
......................................................................
libosmotrau: add CSD RA2 functions
Rate adaption function RA2 for GSM CSD calls is defined in 3GPP TS
48.020 chapter 13. While it is nothing but one special case of I.460
submultiplexing and we do have i460_mux infrastructure in Osmocom,
that fully-general I.460 infra is too heaviweight for CSD encoding
and decoding functions that need simple, single-input and single-output
RA2 packing and unpacking functions.
Right now ad hoc RA2 functions are used in the trau_rtp_conv module
and in OsmoBTS csd_v110; same functions will also be needed for the
upcoming RAA' unit test addition. Add proper RA2 packing and unpacking
functions that can be used in all of these places.
Change-Id: I7b98b958651b3fc1a814d119d1b8644c91f98676
---
M include/Makefile.am
A include/osmocom/trau/csd_ra2.h
M src/Makefile.am
A src/trau/csd_ra2.c
4 files changed, 140 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/include/Makefile.am b/include/Makefile.am
index 88d66dc..2832541 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -4,6 +4,7 @@
osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h \
osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h \
osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h \
+ osmocom/trau/csd_ra2.h \
osmocom/trau/trau_frame.h \
osmocom/trau/trau_sync.h \
osmocom/trau/trau_pcu_ericsson.h \
diff --git a/include/osmocom/trau/csd_ra2.h b/include/osmocom/trau/csd_ra2.h
new file mode 100644
index 0000000..113ab6d
--- /dev/null
+++ b/include/osmocom/trau/csd_ra2.h
@@ -0,0 +1,67 @@
+/*
+ * Rate adaption function RA2 for GSM CSD calls is defined in 3GPP TS
+ * 48.020 chapter 13. While it is nothing but one special case of I.460
+ * submultiplexing and we do have i460_mux infrastructure in Osmocom,
+ * that fully-general I.460 infra is too heaviweight for CSD encoding
+ * and decoding functions that need simple, single-input and single-output
+ * RA2 packing and unpacking functions.
+ *
+ * This header file defines the API to CSD-oriented RA2 packing and unpacking
+ * functions that support intermediate rates of 8 and 16 kbit/s: the two IRs
+ * that occur in "plain" single-slot CSD without EDGE.
+ *
+ * Author: Mychaela N. Falconia <falcon(a)freecalypso.org>, 2024 - however,
+ * Mother Mychaela's contributions are NOT subject to copyright.
+ * No rights reserved, all rights relinquished.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#pragma once
+
+#include <stdint.h>
+#include <osmocom/core/bits.h>
+
+/*! pack bits into octets per RA2 with 8 kbit/s IR
+ * param[out] out_bytes caller-provided buffer of size nbytes
+ * param[in] in_bits source bits to be packed, size nbytes
+ * param[in] n_out_bytes number of output bytes to pack, equals
+ * number of source bits with 8 kbit/s IR
+ */
+void osmo_csd_ra2_8k_pack(uint8_t *out_bytes, const ubit_t *in_bits,
+ unsigned n_out_bytes);
+
+/*! unpack bits from octets per RA2 with 8 kbit/s IR
+ * param[out] out_bits caller-provided buffer of size nbytes
+ * param[in] in_bytes received 64 kbit/s octets to unpack, size nbytes
+ * param[in] n_in_bytes number of received octets to unpack, equals
+ * number of output bits with 8 kbit/s IR
+ */
+void osmo_csd_ra2_8k_unpack(ubit_t *out_bits, const uint8_t *in_bytes,
+ unsigned n_in_bytes);
+
+/*! pack bits into octets per RA2 with 16 kbit/s IR
+ * param[out] out_bytes caller-provided buffer of size nbytes
+ * param[in] in_bits source bits to be packed, size nbytes*2
+ * param[in] n_out_bytes number of output bytes to pack; the number
+ * of source bits is double this number
+ */
+void osmo_csd_ra2_16k_pack(uint8_t *out_bytes, const ubit_t *in_bits,
+ unsigned n_out_bytes);
+
+/*! unpack bits from octets per RA2 with 16 kbit/s IR
+ * param[out] out_bits caller-provided buffer of size nbytes*2
+ * param[in] in_bytes received 64 kbit/s octets to unpack, size nbytes
+ * param[in] n_in_bytes number of received octets to unpack; the number
+ * of output bits is double this number
+ */
+void osmo_csd_ra2_16k_unpack(ubit_t *out_bits, const uint8_t *in_bytes,
+ unsigned n_in_bytes);
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c59ec3..1df7f4c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,8 @@
-no-undefined \
$(NULL)
libosmotrau_la_LIBADD = $(COMMONLIBS) $(LIBOSMOCODEC_LIBS) $(ORTP_LIBS)
-libosmotrau_la_SOURCES = trau/trau_frame.c \
+libosmotrau_la_SOURCES = trau/csd_ra2.c \
+ trau/trau_frame.c \
trau/trau_pcu_ericsson.c \
trau/trau_sync.c \
trau/trau_rtp_conv.c
diff --git a/src/trau/csd_ra2.c b/src/trau/csd_ra2.c
new file mode 100644
index 0000000..65deab5
--- /dev/null
+++ b/src/trau/csd_ra2.c
@@ -0,0 +1,70 @@
+/*
+ * This C module contains the implementation of CSD RA2 functions
+ * defined in <osmocom/trau/csd_ra2.h>.
+ *
+ * Author: Mychaela N. Falconia <falcon(a)freecalypso.org>, 2024 - however,
+ * Mother Mychaela's contributions are NOT subject to copyright.
+ * No rights reserved, all rights relinquished.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include <stdint.h>
+
+#include <osmocom/core/bits.h>
+#include <osmocom/trau/csd_ra2.h>
+
+void osmo_csd_ra2_8k_pack(uint8_t *out_bytes, const ubit_t *in_bits,
+ unsigned n_out_bytes)
+{
+ unsigned i;
+
+ /* RA2: 1 bit per output byte */
+ for (i = 0; i < n_out_bytes; i++)
+ out_bytes[i] = 0x7F | (in_bits[i] << 7);
+}
+
+void osmo_csd_ra2_8k_unpack(ubit_t *out_bits, const uint8_t *in_bytes,
+ unsigned n_in_bytes)
+{
+ unsigned i;
+
+ for (i = 0; i < n_in_bytes; i++)
+ out_bits[i] = (in_bytes[i] >> 7) & 1;
+}
+
+void osmo_csd_ra2_16k_pack(uint8_t *out_bytes, const ubit_t *in_bits,
+ unsigned n_out_bytes)
+{
+ unsigned i, o;
+ uint8_t b;
+
+ /* RA2: 2 bits per output byte */
+ i = 0;
+ for (o = 0; o < n_out_bytes; o++) {
+ b = 0x3F;
+ b |= (in_bits[i++] << 7);
+ b |= (in_bits[i++] << 6);
+ out_bytes[o] = b;
+ }
+}
+
+void osmo_csd_ra2_16k_unpack(ubit_t *out_bits, const uint8_t *in_bytes,
+ unsigned n_in_bytes)
+{
+ unsigned i, o;
+
+ o = 0;
+ for (i = 0; i < n_in_bytes; i++) {
+ out_bits[o++] = (in_bytes[i] >> 7) & 1;
+ out_bits[o++] = (in_bytes[i] >> 6) & 1;
+ }
+}
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/38290?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I7b98b958651b3fc1a814d119d1b8644c91f98676
Gerrit-Change-Number: 38290
Gerrit-PatchSet: 3
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: fixeria, laforge, pespin.
falconia has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email )
Change subject: libosmotrau: implement RAA' encoder function
......................................................................
Patch Set 5:
(1 comment)
File include/Makefile.am:
https://gerrit.osmocom.org/c/libosmo-abis/+/38292/comment/c0b7ed33_58bddf0e… :
PS4, Line 8: raa_prime
> > I think it's good to rename […]
The newly uploaded patches have the rename. Following Harald's instruction, I'll re-add +2 myself in a couple of days if no one else reviews sooner.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I11fc1529f5be88fa778c7e05cb11eef58a389d40
Gerrit-Change-Number: 38292
Gerrit-PatchSet: 5
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 30 Sep 2024 07:09:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: falconia <falcon(a)freecalypso.org>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: falconia, fixeria, laforge, pespin.
Hello Jenkins Builder, fixeria, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-abis/+/38293?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Code-Review+1 by pespin, Code-Review+2 by fixeria, Verified+1 by Jenkins Builder
The change is no longer submittable: Code-Review and Verified are unsatisfied now.
Change subject: libosmotrau: implement RAA' decoder function
......................................................................
libosmotrau: implement RAA' decoder function
The previous patch implements RAA' encoder function;
now comes the decoder.
Related: OS#6167
Change-Id: I1347a25ce97d5022502ee9112caded66315b09a4
---
M .gitignore
M include/osmocom/trau/csd_raa_prime.h
M src/Makefile.am
A src/trau/raa_prime_decode.c
M tests/Makefile.am
A tests/raa_prime/test_dec.c
M tests/testsuite.at
7 files changed, 280 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/93/38293/5
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/38293?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I1347a25ce97d5022502ee9112caded66315b09a4
Gerrit-Change-Number: 38293
Gerrit-PatchSet: 5
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: fixeria, laforge, pespin.
Hello Jenkins Builder, fixeria, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Code-Review+1 by pespin, Code-Review+2 by fixeria, Verified+1 by Jenkins Builder
The change is no longer submittable: Code-Review and Verified are unsatisfied now.
Change subject: libosmotrau: implement RAA' encoder function
......................................................................
libosmotrau: implement RAA' encoder function
RAA' is the rate adaption function specific to 14.4 kbit/s CSD
services. It is defined in 3GPP TS 48.020 chapter 11, and consists
of transforming each user data frame of 290 bits (as it would appear
at the radio channel coder interface) into a special A-TRAU frame.
64 kbit/s streams consisting of these A-TRAU frames are meant to
traverse the call switching network from one mobile call leg to
the other, or from a mobile call leg to an IWF.
RAA' transform involves rather bewildering manipulation of payload
bit content, done to prevent any possibility of false A-TRAU frame
alignment in octet-oriented (no frame boundaries) 64 kbit/s transport.
The complexity is such that unit tests are essential, especially
unit tests that cross-check our software implementation against
those made by others.
Fortunately this RAA' function is included in traditional T1/E1 TRAUs,
those that support CSD in 14.4 kbit/s mode and implement it according
to the specs. Nokia TCSM2 in Themyscira lab includes the necessary
support, and the present patch includes a unit test that verifies
perfect agreement between our software implementation of RAA' encoder
and the historical hw implementation in the old Nokia TRAU.
Related: OS#6167
Change-Id: I11fc1529f5be88fa778c7e05cb11eef58a389d40
---
M .gitignore
M include/Makefile.am
A include/osmocom/trau/csd_raa_prime.h
M src/Makefile.am
A src/trau/raa_prime_encode.c
M tests/Makefile.am
A tests/raa_prime/README.test-data
A tests/raa_prime/d144-ul-input.asc
A tests/raa_prime/nokia-tcsm2-atrau.hex
A tests/raa_prime/test_enc.c
M tests/testsuite.at
11 files changed, 396 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/92/38292/5
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I11fc1529f5be88fa778c7e05cb11eef58a389d40
Gerrit-Change-Number: 38292
Gerrit-PatchSet: 5
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: fixeria, laforge, pespin.
falconia has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email )
Change subject: libosmotrau: implement RAA' encoder function
......................................................................
Patch Set 4:
(1 comment)
File include/Makefile.am:
https://gerrit.osmocom.org/c/libosmo-abis/+/38292/comment/8125e244_e371d59a… :
PS4, Line 8: raa_prime
> I think it's good to rename
This part is the important bit: since both of you agree that `csd_raa_prime.h` is better than current `raa_prime.h`, I'll produce modified patches with this renaming.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I11fc1529f5be88fa778c7e05cb11eef58a389d40
Gerrit-Change-Number: 38292
Gerrit-PatchSet: 4
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 30 Sep 2024 06:37:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: falconia <falcon(a)freecalypso.org>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: dexter.
laforge has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/38117?usp=email )
Change subject: ts_51_011: replace encoding of EF.MSISDN with construct model
......................................................................
Patch Set 12: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/38117?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I647f5c63f7f87902a86c0c5d8e92fdc7f4350a5a
Gerrit-Change-Number: 38117
Gerrit-PatchSet: 12
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 30 Sep 2024 06:15:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: falconia, fixeria, pespin.
laforge has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email )
Change subject: libosmotrau: implement RAA' encoder function
......................................................................
Patch Set 4: Code-Review+1
(1 comment)
File include/Makefile.am:
https://gerrit.osmocom.org/c/libosmo-abis/+/38292/comment/0d58ccea_62e33f65… :
PS4, Line 8: raa_prime
> Before I spin yet another patch revision and invalidate everyone's votes, let's ask the other review […]
you can do the rename (I think it's good to rename) and then re-add the +2 yourself if the new version only contians the rename.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/38292?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I11fc1529f5be88fa778c7e05cb11eef58a389d40
Gerrit-Change-Number: 38292
Gerrit-PatchSet: 4
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 30 Sep 2024 06:14:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: falconia <falcon(a)freecalypso.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>