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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20246 )
Change subject: cosmetic: fix indentation alignment
......................................................................
cosmetic: fix indentation alignment
Change-Id: I105cf184a478cf178d69e16cd35fa36c51133a18
---
M src/pcu_vty_functions.cpp
1 file changed, 8 insertions(+), 8 deletions(-)
Approvals:
laforge: Looks good to me, approved
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/pcu_vty_functions.cpp b/src/pcu_vty_functions.cpp
index 97241e1..3e9973c 100644
--- a/src/pcu_vty_functions.cpp
+++ b/src/pcu_vty_functions.cpp
@@ -50,19 +50,19 @@
gprs_rlcmac_dl_tbf *dl_tbf = as_dl_tbf(tbf);
vty_out(vty, "TBF: TFI=%d TLLI=0x%08x (%s) TA=%u DIR=%s IMSI=%s%s", tbf->tfi(),
- tbf->tlli(), tbf->is_tlli_valid() ? "valid" : "invalid",
- tbf->ta(),
- tbf->direction == GPRS_RLCMAC_UL_TBF ? "UL" : "DL",
- tbf->imsi(), VTY_NEWLINE);
+ tbf->tlli(), tbf->is_tlli_valid() ? "valid" : "invalid",
+ tbf->ta(),
+ tbf->direction == GPRS_RLCMAC_UL_TBF ? "UL" : "DL",
+ tbf->imsi(), VTY_NEWLINE);
vty_out(vty, " created=%lu state=%08x [CCCH:%u, PACCH:%u] 1st_TS=%d 1st_cTS=%d ctrl_TS=%d MS_CLASS=%d/%d%s",
tbf->created_ts(), tbf->state_flags,
tbf->state_flags & (1 << GPRS_RLCMAC_FLAG_CCCH),
tbf->state_flags & (1 << GPRS_RLCMAC_FLAG_PACCH),
tbf->first_ts,
- tbf->first_common_ts, tbf->control_ts,
- tbf->ms_class(),
- tbf->ms() ? tbf->ms()->egprs_ms_class() : -1,
- VTY_NEWLINE);
+ tbf->first_common_ts, tbf->control_ts,
+ tbf->ms_class(),
+ tbf->ms() ? tbf->ms()->egprs_ms_class() : -1,
+ VTY_NEWLINE);
vty_out(vty, " TS_alloc=");
for (int i = 0; i < 8; i++) {
bool is_ctrl = tbf->is_control_ts(i);
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/20246
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I105cf184a478cf178d69e16cd35fa36c51133a18
Gerrit-Change-Number: 20246
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200922/a51cd70e/attachment.htm>