Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email )
Change subject: trx_toolkit: print milliseconds in logging
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I7c53149f4e678670392773bbcf9648997ba4ff1b
Gerrit-Change-Number: 41652
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 15 Dec 2025 12:26:08 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email )
Change subject: trx_toolkit: print milliseconds in logging
......................................................................
Patch Set 1:
(1 comment)
File src/target/trx_toolkit/app_common.py:
https://gerrit.osmocom.org/c/osmocom-bb/+/41652/comment/72c9f9ff_64c81a16?u… :
PS1, Line 42: log_fmt = "%(asctime)s.%(msecs)03d " + log_fmt if log_time else log_fmt
> There exists no macro for usec granularity, so this would require writing a custom logging formatter […]
Let's then merge this one for now.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I7c53149f4e678670392773bbcf9648997ba4ff1b
Gerrit-Change-Number: 41652
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 15 Dec 2025 12:26:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email )
Change subject: trx_toolkit: print milliseconds in logging
......................................................................
Patch Set 1:
(1 comment)
File src/target/trx_toolkit/app_common.py:
https://gerrit.osmocom.org/c/osmocom-bb/+/41652/comment/6bdac25e_e962e6f1?u… :
PS1, Line 42: log_fmt = "%(asctime)s.%(msecs)03d " + log_fmt if log_time else log_fmt
> is it easy to print usecs instead? I'd welcome usec granularity.
There exists no macro for usec granularity, so this would require writing a custom logging formatter. I can work on adding it if you really-really need that.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I7c53149f4e678670392773bbcf9648997ba4ff1b
Gerrit-Change-Number: 41652
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 15 Dec 2025 12:04:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/41661?usp=email )
Change subject: cosmetic: bts-trx: fix typo in comment
......................................................................
cosmetic: bts-trx: fix typo in comment
Change-Id: Ibe589f4d26899d92560a60751f62bd5e8380835a
---
M src/osmo-bts-trx/trx_provision_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/src/osmo-bts-trx/trx_provision_fsm.c b/src/osmo-bts-trx/trx_provision_fsm.c
index 5ca23e3..7ed617a 100644
--- a/src/osmo-bts-trx/trx_provision_fsm.c
+++ b/src/osmo-bts-trx/trx_provision_fsm.c
@@ -400,7 +400,7 @@
switch (event) {
case TRX_PROV_EV_CLOSE:
/* In this state, we didn't for sure send a POWERON yet, hence we
- are save directly applying the close as if we received a
+ are safe directly applying the close as if we received a
POWEROFF RSP: */
if (pinst->num == 0)
trx_prov_fsm_apply_close(pinst->phy_link, 0);
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/41661?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ibe589f4d26899d92560a60751f62bd5e8380835a
Gerrit-Change-Number: 41661
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>