pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/15604
Change subject: tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state
GPRS_RLCMAC_WAIT_RELEASE
......................................................................
tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state
GPRS_RLCMAC_WAIT_RELEASE
tbf_update_ms_class() is already called two lines above in the common
path.
Fixes: 409efa1ec84c14aaa43bfac85ba4956e9f3cf16a
Change-Id: Icbe3805c72a5c77366215be55128b586e5a00fb7
---
M src/tbf_dl.cpp
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/04/15604/1
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index e9190f6..c523075 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -114,7 +114,6 @@
if (state_is(GPRS_RLCMAC_WAIT_RELEASE)) {
LOGPTBFDL(this, LOGL_DEBUG, "in WAIT RELEASE state (T3193), so
reuse TBF\n");
- tbf_update_ms_class(this, ms_class);
establish_dl_tbf_on_pacch();
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/15604
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Icbe3805c72a5c77366215be55128b586e5a00fb7
Gerrit-Change-Number: 15604
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange