Attention is currently required from: jolly, laforge.
Hello Jenkins Builder, jolly, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/31668
to look at the new patch set (#5).
Change subject: gsm: TS 44.021 modified V.110 frame encoding/decoding support
......................................................................
gsm: TS 44.021 modified V.110 frame encoding/decoding support
3GPP TS 44.021 specifies the format for modified V.110 frames as used
on the GSM air (radio) interface. Implement encoders and decoders for
this modified V.110 format.
Related: OS#1572
Change-Id: I60a2f2690459359437df20cf4da9043fa7c3ad11
---
M include/osmocom/gsm/Makefile.am
A include/osmocom/gsm/gsm44021.h
M src/gsm/Makefile.am
A src/gsm/gsm44021.c
M src/gsm/libosmogsm.map
M tests/Makefile.am
A tests/gsm44021/test_frame_csd.c
A tests/gsm44021/test_frame_csd.ok
M tests/testsuite.at
9 files changed, 472 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/31668/5
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/31668
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I60a2f2690459359437df20cf4da9043fa7c3ad11
Gerrit-Change-Number: 31668
Gerrit-PatchSet: 5
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: jolly, laforge, fixeria.
Hello Jenkins Builder, jolly, fixeria, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/30762
to look at the new patch set (#11).
Change subject: isdn: Add V.110 encoder/decoder
......................................................................
isdn: Add V.110 encoder/decoder
V.110 defines a B-channel protocol for transmission of synchronous and
asynchronous serial data of V-series interfaces via terminal adapters
over ISDN.
Let's add (unoptimized but easy to debug) functions for encoding and
decoding of V.110 frames for various bit-rates.
Related: OS#1572
Change-Id: I1b5fd3847d3bfb0a0f763e0574893962ec699680
---
M include/osmocom/isdn/Makefile.am
A include/osmocom/isdn/v110.h
M src/isdn/Makefile.am
M src/isdn/libosmoisdn.map
A src/isdn/v110.c
M tests/Makefile.am
M tests/testsuite.at
A tests/v110/test_frame.c
A tests/v110/test_frame.ok
A tests/v110/test_ra1.c
A tests/v110/test_ra1.ok
11 files changed, 1,047 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/62/30762/11
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/30762
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I1b5fd3847d3bfb0a0f763e0574893962ec699680
Gerrit-Change-Number: 30762
Gerrit-PatchSet: 11
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator(a)gmail.com>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <axilirator(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: osmith, laforge, fixeria, pespin.
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31513 )
Change subject: GSMTAP: allow configuring src IP for log messages
......................................................................
Patch Set 11:
(4 comments)
File include/osmocom/core/logging.h:
https://gerrit.osmocom.org/c/libosmocore/+/31513/comment/b45b002a_72fc7f37
PS11, Line 414: log_set_src_ip
> This is the GSMTAP target specific API, so I believe it should be reflected in the symbol name, e.g. […]
Done
File src/core/logging_gsmtap.c:
https://gerrit.osmocom.org/c/libosmocore/+/31513/comment/c6d98feb_03ee44b6
PS11, Line 127: ip
> I think it can be a hostname, not necessarily an IP address? […]
That would make configuration ambiguous since hostname can be associated with multiple IP. I don't see a point in encouraging this.
https://gerrit.osmocom.org/c/libosmocore/+/31513/comment/895cbb29_cedb8210
PS11, Line 135: gsmtap_source_init2
> Looking at the code I can see `gsmtap_source_init2()` can handle `src == NULL`, so why not calling i […]
Done
https://gerrit.osmocom.org/c/libosmocore/+/31513/comment/04878123_9e2064a0
PS11, Line 145: target->tgt_gsmtap.src_addr
> What if `src_addr` was set before? You will be leaking memory here. […]
Done
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/31513
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9000269ce5b3dce1e757271b7c42e77b68d38f25
Gerrit-Change-Number: 31513
Gerrit-PatchSet: 11
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(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: Wed, 08 Mar 2023 19:39:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment