This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17104 )
Change subject: tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()
......................................................................
tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()
Change-Id: Ice4c4db20551753fa4219e7a216309229f7a2ab5
---
M src/tbf.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/04/17104/1
diff --git a/src/tbf.cpp b/src/tbf.cpp
index b852cd2..2f79a98 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1351,7 +1351,7 @@
ul_ass_state == GPRS_RLCMAC_UL_ASS_WAIT_ACK) {
LOGPTBFUL(this, LOGL_DEBUG,
"Polling is already scheduled, so we must wait for the uplink assignment...\n");
- return NULL;
+ return NULL;
}
rc = check_polling(fn, ts, &new_poll_fn, &rrbp);
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/17104
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ice4c4db20551753fa4219e7a216309229f7a2ab5
Gerrit-Change-Number: 17104
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200208/78179f99/attachment.htm>