Attention is currently required from: osmith.
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/29840 )
Change subject: osmo-ggsn-master: split RUN command
......................................................................
Patch Set 1:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/29840
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I014cb5499820a26b46714fee1a55381e9013cdad
Gerrit-Change-Number: 29840
Gerrit-PatchSet: 1
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 21 Oct 2022 13:43:36 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29835 )
Change subject: cosmetic: Update reference to func renamed in the past
......................................................................
cosmetic: Update reference to func renamed in the past
Fixes: 8a35e640a33373ea137125a5654bd9ae445b3769
Change-Id: I86d1fa1f3ea96ca06f3e8c8f07b8d5b14cf098c7
---
M src/tbf.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 2c68ede..d15cd3d 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -221,7 +221,7 @@
/* TODO: When the TLLI does not match the ms, check if there is another
* MS object that belongs to that TLLI and if yes make sure one of them
* gets deleted. This is the same problem that can arise with
- * IMSI in gprs_rlcmac_dl_tbf::handle() so there should be a unified solution */
+ * IMSI in dl_tbf_handle() so there should be a unified solution */
if (!ms_check_tlli(ms(), tlli)) {
GprsMs *old_ms;
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/29835
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I86d1fa1f3ea96ca06f3e8c8f07b8d5b14cf098c7
Gerrit-Change-Number: 29835
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29838 )
Change subject: gprs_ms: Document functions setting/updating TLLI
......................................................................
gprs_ms: Document functions setting/updating TLLI
Based on information from original commit introducing the functions
(939904672961fa7e28397e27f942a7d1fff4bbdf) and looking at the current
code.
Change-Id: Ia440c672a8d2e11169b41f787239bfbba0989231
---
M src/gprs_ms.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/38/29838/1
diff --git a/src/gprs_ms.c b/src/gprs_ms.c
index 3ed4244..8453f20 100644
--- a/src/gprs_ms.c
+++ b/src/gprs_ms.c
@@ -419,6 +419,7 @@
ms_unref(old_ms);
}
+/* Set/update the MS object TLLI based on knowledge gained from the MS side (Uplink direction) */
void ms_set_tlli(struct GprsMs *ms, uint32_t tlli)
{
if (tlli == ms->tlli || tlli == ms->new_ul_tlli)
@@ -443,6 +444,7 @@
ms->new_ul_tlli = GSM_RESERVED_TMSI;
}
+/* Set/update the MS object TLLI based on knowledge gained from the SGSN side (Downlink direction) */
bool ms_confirm_tlli(struct GprsMs *ms, uint32_t tlli)
{
if (tlli == ms->tlli || tlli == ms->new_dl_tlli)
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/29838
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ia440c672a8d2e11169b41f787239bfbba0989231
Gerrit-Change-Number: 29838
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29835 )
Change subject: cosmetic: Update reference to func renamed in the past
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/29835
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I86d1fa1f3ea96ca06f3e8c8f07b8d5b14cf098c7
Gerrit-Change-Number: 29835
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 21 Oct 2022 12:00:51 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment