Attention is currently required from: arehbein, neels.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/30464 )
Change subject: fix PFCP Session Mod: Update FAR
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> Looks like it does what it says, I would capitalize the first letter of the commit title but that's […]
yeah, let's not go down that rabbit hole.
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/30464
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I2a2c015d5615bb461b4d7b476a7c9830dc8e130f
Gerrit-Change-Number: 30464
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 06 Dec 2022 13:00:22 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: arehbein <arehbein(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: neels.
arehbein has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/30464 )
Change subject: fix PFCP Session Mod: Update FAR
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
Looks like it does what it says, I would capitalize the first letter of the commit title but that's just nitpicking I suppose
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/30464
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I2a2c015d5615bb461b4d7b476a7c9830dc8e130f
Gerrit-Change-Number: 30464
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 06 Dec 2022 12:12:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/30488
to look at the new patch set (#3).
Change subject: sndcp: Put decompress handling code into helper function
......................................................................
sndcp: Put decompress handling code into helper function
This further simplifies code and avoids duplicating it.
Change-Id: Id83f9e4a87139de2b2f64c8523460c186d5b5649
---
M src/sgsn/gprs_sndcp.c
1 file changed, 64 insertions(+), 79 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/88/30488/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/30488
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Id83f9e4a87139de2b2f64c8523460c186d5b5649
Gerrit-Change-Number: 30488
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/30488
to look at the new patch set (#2).
Change subject: sndcp: Put decompress handling code into helper function
......................................................................
sndcp: Put decompress handling code into helper function
This further simplifies code and avoids duplicating it.
Change-Id: Id83f9e4a87139de2b2f64c8523460c186d5b5649
---
M src/sgsn/gprs_sndcp.c
1 file changed, 63 insertions(+), 79 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/88/30488/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/30488
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Id83f9e4a87139de2b2f64c8523460c186d5b5649
Gerrit-Change-Number: 30488
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/30488 )
Change subject: sndcp: Put decompress handling code into helper function
......................................................................
Patch Set 1:
(3 comments)
File src/sgsn/gprs_sndcp.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1710):
https://gerrit.osmocom.org/c/osmo-sgsn/+/30488/comment/43443734_fe8f300c
PS1, Line 294: static uint8_t *decompress_segment(struct gprs_sndcp_entity *sne, void *ctx, const uint8_t* compressed_data, unsigned int compressed_data_len, unsigned int *decompressed_data_len)
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1710):
https://gerrit.osmocom.org/c/osmo-sgsn/+/30488/comment/a17cc67c_1ba328d1
PS1, Line 301: DEBUGP(DSNDCP, " \n");
unnecessary whitespace before a quoted newline
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-1710):
https://gerrit.osmocom.org/c/osmo-sgsn/+/30488/comment/7da1ce46_4762de40
PS1, Line 335: DEBUGP(DSNDCP, " \n");
unnecessary whitespace before a quoted newline
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/30488
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Id83f9e4a87139de2b2f64c8523460c186d5b5649
Gerrit-Change-Number: 30488
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Tue, 06 Dec 2022 10:51:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: pespin.
Hoernchen has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/30486 )
Change subject: clean up mutex, scopedlock, and signal classes
......................................................................
Patch Set 2:
(1 comment)
File tests/CommonLibs/InterthreadTest.cpp:
https://gerrit.osmocom.org/c/osmo-trx/+/30486/comment/7c8a0f38_261ead36
PS2, Line 35:
> if not suing it, just drop it?
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/30486
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Idc9e3b1144c5b93f5dad2f8e0e30f1058477aa52
Gerrit-Change-Number: 30486
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 06 Dec 2022 10:28:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment