Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29769 )
Change subject: stream: Improve logging of SCTP_PEER_ADDR_CHANGE notification
......................................................................
Patch Set 1:
(1 comment)
File src/sctp.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-198):
https://gerrit.osmocom.org/c/libosmo-netif/+/29769/comment/6f7cb4cf_c4301680
PS1, Line 51: };
adding a line without newline at end of file
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/29769
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ieebc6e623874b4770ec7cd8b934244ffecaa089d
Gerrit-Change-Number: 29769
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Mon, 17 Oct 2022 10:23:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: pespin.
Hello Jenkins Builder, pespin, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/29760
to look at the new patch set (#2).
Change subject: msgb: expand copy test
......................................................................
msgb: expand copy test
* use proper Lx comparison functions
* use msgb_l4len()
* check test invariant
* print destination properly
Change-Id: I695c40e9350f608049111e81907fa6a5f48bb199
---
M tests/msgb/msgb_test.c
1 file changed, 16 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/60/29760/2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/29760
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I695c40e9350f608049111e81907fa6a5f48bb199
Gerrit-Change-Number: 29760
Gerrit-PatchSet: 2
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: fixeria, msuraev.
Hello Jenkins Builder, pespin, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/29761
to look at the new patch set (#3).
Change subject: msgb: introduce extended copy functions
......................................................................
msgb: introduce extended copy functions
Those are similar to existing *msgb_alloc*() functions but allows
to change the size of destination msgb provided it fits the
data from source msgb.
Change-Id: I36d4c16241d19f0f73c325be4d0e0bdef6813615
---
M include/osmocom/core/msgb.h
M src/msgb.c
2 files changed, 46 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/61/29761/3
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/29761
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I36d4c16241d19f0f73c325be4d0e0bdef6813615
Gerrit-Change-Number: 29761
Gerrit-PatchSet: 3
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin.
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/29760 )
Change subject: msgb: expand copy test
......................................................................
Patch Set 1:
(1 comment)
File tests/msgb/msgb_test.c:
https://gerrit.osmocom.org/c/libosmocore/+/29760/comment/f82b0113_0394ecd3
PS1, Line 164: OSMO_ASSERT(msg->tail - msg->l4h == msg2->tail - msg2->l4h);
> we don't have msgb_l4len()?
Perhaps it wasn't there when the test was written?
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/29760
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I695c40e9350f608049111e81907fa6a5f48bb199
Gerrit-Change-Number: 29760
Gerrit-PatchSet: 1
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 17 Oct 2022 10:08:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment