pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/33529 )
Change subject: cosmetic: pdch.cpp: Drop wrong comment due to copy-paste error ......................................................................
cosmetic: pdch.cpp: Drop wrong comment due to copy-paste error
Change-Id: I40f93473c86500f655a0a83c7816a065707e2ed9 --- M src/pdch.cpp 1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/29/33529/1
diff --git a/src/pdch.cpp b/src/pdch.cpp index 7dfd3c2..0ea4f4b 100644 --- a/src/pdch.cpp +++ b/src/pdch.cpp @@ -734,7 +734,6 @@ * contention resolution is done: */ if ((dl_tbf = ms_dl_tbf(ms))) { - /* Get rid of previous finished UL TBF before providing a new one */ LOGPTBFDL(dl_tbf, LOGL_NOTICE, "Got PACKET RESOURCE REQ while DL-TBF pending, killing it\n"); tbf_free(dl_tbf);