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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: typo in warning
......................................................................
typo in warning
(actually committing just to test gerrit, and if it goes through it's still
a valid change.)
Change-Id: I2ca9a1cc2f250801fbe62f3c50b73dff7101ee08
---
M src/bts.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Neels Hofmeyr: Looks good to me, approved; Verified
diff --git a/src/bts.cpp b/src/bts.cpp
index 8692065..c53c92c 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -513,7 +513,7 @@
tsc = m_bts.trx[trx_no].pdch[ts_no].tsc;
} else {
// Create new TBF
- #warning "Copy and pate with other routines.."
+ #warning "Copy and paste with other routines.."
/* set class to 0, since we don't know the multislot class yet */
tbf = tbf_alloc_ul_tbf(&m_bts, NULL, -1, 0, 0, 1);
if (!tbf) {
--
To view, visit https://gerrit.osmocom.org/344
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ca9a1cc2f250801fbe62f3c50b73dff7101ee08
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>