laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/30530 )
Change subject: SCOC: dump SUA header when logging "mismatching remote pc"
......................................................................
SCOC: dump SUA header when logging "mismatching remote pc"
Provide some more information in the logs when this happens
Change-Id: Idd889b57e8f842e22e5ed54bea0821dcec0cd8ce
---
M src/sccp_scoc.c
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/src/sccp_scoc.c b/src/sccp_scoc.c
index cff6e80..be13a8f 100644
--- a/src/sccp_scoc.c
+++ b/src/sccp_scoc.c
@@ -1726,7 +1726,8 @@
struct xua_msg *xua)
{
LOGP(DLSCCP, LOGL_NOTICE,
- "Received message for opc=%u=%s on conn with mismatching remote pc=%u=%s\n",
+ "Received message %s for opc=%u=%s on conn with mismatching remote pc=%u=%s\n",
+ xua_hdr_dump(xua, &xua_dialect_sua),
xua->mtp.opc, osmo_ss7_pointcode_print(conn->inst->ss7, xua->mtp.opc),
conn->remote_pc, osmo_ss7_pointcode_print2(conn->inst->ss7, conn->remote_pc));
/* we have received a message with invalid origin PC and thus
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/30530
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Idd889b57e8f842e22e5ed54bea0821dcec0cd8ce
Gerrit-Change-Number: 30530
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged
arehbein has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30430 )
Change subject: WIP: ns: Add test for SNS Size NSEI IE
......................................................................
Patch Set 2:
(1 comment)
File ns/NS_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30430/comment/51d9abf0_0297…
PS1, Line 70: NsIEI ns_iei_num_ipv4_ep := NS_IEI_NUM_IPv4_EP;
> all module parameter must start with "mp_" so that they can easily be identfiied.
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30430
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3584b7b048031c798cee9566c4cc8694bf6002ac
Gerrit-Change-Number: 30430
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 10 Dec 2022 14:32:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30430
to look at the new patch set (#2).
Change subject: WIP: ns: Add test for SNS Size NSEI IE
......................................................................
WIP: ns: Add test for SNS Size NSEI IE
Related: OS#5208
Change-Id: I3584b7b048031c798cee9566c4cc8694bf6002ac
---
M ns/NS_Tests.ttcn
1 file changed, 51 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/30430/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30430
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3584b7b048031c798cee9566c4cc8694bf6002ac
Gerrit-Change-Number: 30430
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30431
to look at the new patch set (#2).
Change subject: WIP: ns: Add test for SNS Size Num. of IP Endpoints IE
......................................................................
WIP: ns: Add test for SNS Size Num. of IP Endpoints IE
Related: OS#5208
Change-Id: I85c2dc201ba485d7bfdcc70e1a5f8a890023c435
---
M ns/NS_Tests.ttcn
1 file changed, 32 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/31/30431/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30431
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I85c2dc201ba485d7bfdcc70e1a5f8a890023c435
Gerrit-Change-Number: 30431
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset