arehbein has abandoned this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30314 )
Change subject: WIP: ns: Add test for SNS Size procedure
......................................................................
Abandoned
Replaced by three separate patches, this was just preliminary
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30314
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: Ica8f6334afadb741180eeb5eb40d8192e61a2e67
Gerrit-Change-Number: 30314
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: arehbein <arehbein(a)sysmocom.de>
Gerrit-MessageType: abandon
laforge has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/30/30530/1
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-MessageType: newchange
Attention is currently required from: neels.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/30498 )
Change subject: nft: allow to get the ruleset string without running
......................................................................
Patch Set 3: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/30498
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I0124a68ccf1ac7b90c5cc32d0cbf58d0cc219ccc
Gerrit-Change-Number: 30498
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 10 Dec 2022 11:49:24 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment