Attention is currently required from: pespin.
Hello Jenkins Builder, fixeria, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-uecups/+/40790?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: tun_device: Fix Tx uninitialized gtpu ext hdr fields
......................................................................
tun_device: Fix Tx uninitialized gtpu ext hdr fields
Change-Id: Ie1d4b2d8cd659fd23811c5330d8ae0e43ff0a0d2
---
M daemon/tun_device.c
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/90/40790/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/40790?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: Ie1d4b2d8cd659fd23811c5330d8ae0e43ff0a0d2
Gerrit-Change-Number: 40790
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith.
Hello Jenkins Builder, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-uecups/+/40788?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review-1 by osmith, Verified+1 by Jenkins Builder
Change subject: gtp_endpoint: Avoid deadlocks logging while thread is cancelled
......................................................................
gtp_endpoint: Avoid deadlocks logging while thread is cancelled
We cannot garantee that LOGP will not end up calling a syscall which can
be a cancellation point. Since the syscall will be probably called while
having the logging mutex locked, an eventual cancellation of the thread
would leave the logging mutex locked forever, hence making all other
threads deadlock as soon as they try to write anything to the log.
Similar to what's already done in tun_device_thread().
Change-Id: I1e141175440402a7db34f3d246104c6ea38031fb
---
M daemon/gtp_endpoint.c
1 file changed, 25 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/88/40788/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/40788?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: I1e141175440402a7db34f3d246104c6ea38031fb
Gerrit-Change-Number: 40788
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Attention is currently required from: pespin.
Hello Jenkins Builder, fixeria, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-uecups/+/40789?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: Set thread names
......................................................................
Set thread names
Change-Id: I9b44dd9eeb1d8e291c35d1d4a040a1425ba7c305
---
M daemon/gtp_endpoint.c
M daemon/tun_device.c
2 files changed, 16 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/89/40789/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/40789?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: I9b44dd9eeb1d8e291c35d1d4a040a1425ba7c305
Gerrit-Change-Number: 40789
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40785?usp=email )
Change subject: library: Comment out debugging for NGAP/5G-NAS
......................................................................
library: Comment out debugging for NGAP/5G-NAS
The current NGAP and 5G auth code is now working fine, so disable debug
logging. Keep it commented out so it can be re-enabled at any time if
some related topic needs to be debugged (will eventually happen).
Change-Id: I4250766644742f0fd11ca5e24b1a1a581dc81b4b
---
M library/NGAP_Emulation.ttcn
M library/milenage/milenage.c
2 files changed, 7 insertions(+), 7 deletions(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, but someone else must approve
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/library/NGAP_Emulation.ttcn b/library/NGAP_Emulation.ttcn
index 4cb2f05..9fbaddc 100644
--- a/library/NGAP_Emulation.ttcn
+++ b/library/NGAP_Emulation.ttcn
@@ -143,7 +143,7 @@
NGapExpectTable[i].amf_id := omit;
NGapExpectTable[i].ran_id := omit;
NGapExpectTable[i].vc_conn := null;
- log("Found Expect[", i, "] for ", msg, " handled at ", ret);
+ //log("Found Expect[", i, "] for ", msg, " handled at ", ret);
return ret;
}
}
@@ -222,18 +222,18 @@
template (omit) RAN_UE_NGAP_ID ran_id)
runs on NGAP_Emulation_CT return boolean {
var integer i;
- log("f_ngap_ids_known(",amf_id,", ",ran_id,")");
+ //log("f_ngap_ids_known(",amf_id,", ",ran_id,")");
for (i := 0; i < sizeof(NGapAssociationTable); i := i+1) {
- log("tbl[",i,"]: amf=", NGapAssociationTable[i].amf_ue_ngap_id,
- ", ran=", NGapAssociationTable[i].ran_ue_ngap_id);
+ //log("tbl[",i,"]: amf=", NGapAssociationTable[i].amf_ue_ngap_id,
+ // ", ran=", NGapAssociationTable[i].ran_ue_ngap_id);
/* skip empty records */
if (NGapAssociationTable[i].amf_ue_ngap_id == omit and
NGapAssociationTable[i].ran_ue_ngap_id == omit) {
- log("skipping empty ", i);
+ //log("skipping empty ", i);
continue;
}
if (NGapAssociationTable[i].amf_ue_ngap_id == omit) {
- log("entry ", i, " has no AMF ID yet (ran=", NGapAssociationTable[i].ran_ue_ngap_id);
+ //log("entry ", i, " has no AMF ID yet (ran=", NGapAssociationTable[i].ran_ue_ngap_id);
/* Table doesn't yet know the AMF side ID, let's look-up only
* based on the eNB side ID */
if (match(NGapAssociationTable[i].ran_ue_ngap_id, ran_id)) {
diff --git a/library/milenage/milenage.c b/library/milenage/milenage.c
index d079a3d..f7a6f74 100644
--- a/library/milenage/milenage.c
+++ b/library/milenage/milenage.c
@@ -90,7 +90,7 @@
return 0;
}
-#define DEBUG
+//#define DEBUG
#ifdef DEBUG
void hexdump(const char *text, const uint8_t *data, int len)
{
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40785?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4250766644742f0fd11ca5e24b1a1a581dc81b4b
Gerrit-Change-Number: 40785
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>