pespin has submitted this change and it was merged. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  osmith: Looks good to me, approved



diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 23887d1..4efb5a4 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -123,7 +123,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: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to