Attention is currently required from: lynxis lazus.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/40436?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: gsn: fix coding style issue
......................................................................
gsn: fix coding style issue
Remove a space between callbacks.
Change-Id: I1d978ed32619b626e82aa70887ac94b82c4de378
---
M gtp/gsn.c
M include/osmocom/gtp/gsn.h
2 files changed, 36 insertions(+), 35 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/36/40436/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/40436?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I1d978ed32619b626e82aa70887ac94b82c4de378
Gerrit-Change-Number: 40436
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Attention is currently required from: daniel.
lynxis lazus has posted comments on this change by daniel. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/39700?usp=email )
Change subject: gtp: Send RAT type IE in update context request if present
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/39700?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Idbabd123838b88cb0a2407480ca5fab10312a547
Gerrit-Change-Number: 39700
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 04 Jun 2025 16:51:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: lynxis lazus.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/40435?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: gtp: move LOGP_WITH_ADDR & GTP_LOGPKG into gtp_internal.h
......................................................................
gtp: move LOGP_WITH_ADDR & GTP_LOGPKG into gtp_internal.h
Log macros will be used by multiple internal files.
Change-Id: I3b59b067fc75d2ca2cbfe5cec010615e9b788923
---
M gtp/gsn.c
M gtp/gtp.c
M gtp/gtp_internal.h
3 files changed, 16 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/35/40435/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/40435?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I3b59b067fc75d2ca2cbfe5cec010615e9b788923
Gerrit-Change-Number: 40435
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/40434?usp=email
to look at the new patch set (#2).
Change subject: gtp: internal LOGP_WITH_ADDR macro: use pointer of peer
......................................................................
gtp: internal LOGP_WITH_ADDR macro: use pointer of peer
Using a pointer is more universal for the macro.
Further the upcoming SGSN Context Req/Response/Ack code will use
a peer pointer instead of the direct object.
Change-Id: Iab11a8b07eb177c479e1920cd7fa8be2099a4b7b
---
M gtp/gsn.c
M gtp/gtp.c
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/34/40434/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/40434?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Iab11a8b07eb177c479e1920cd7fa8be2099a4b7b
Gerrit-Change-Number: 40434
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Jenkins Builder has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/40435?usp=email )
Change subject: gtp: move LOGP_WITH_ADDR & GTP_LOGPKG into gtp_internal.h
......................................................................
Patch Set 1:
(3 comments)
File gtp/gtp_internal.h:
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-ggsn/+/40435/comment/07e0669a_f60f54e0?us… :
PS1, Line 10: #define GTP_LOGPKG(pri, peer, pack, len, fmt, args...) \
macros should not use a trailing semicolon
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-ggsn/+/40435/comment/aef68bd9_439e558d?us… :
PS1, Line 17: #define LOGP_WITH_ADDR(ss, level, peer, fmt, args...) \
macros should not use a trailing semicolon
Robot Comment from checkpatch (run ID ):
https://gerrit.osmocom.org/c/osmo-ggsn/+/40435/comment/e68eeb72_c66b4670?us… :
PS1, Line 19: inet_ntoa((peer)->sin_addr), ntohs((peer)->sin_port), \
please, no spaces at the start of a line
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/40435?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I3b59b067fc75d2ca2cbfe5cec010615e9b788923
Gerrit-Change-Number: 40435
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Wed, 04 Jun 2025 16:29:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No