Attention is currently required from: osmith, laforge, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/16145 )
Change subject: logging: get rid of logging category DSUM
......................................................................
Patch Set 3:
(5 comments)
This change is ready for review.
Patchset:
PS3:
> I wonder if we can completely remove that category.
Agree, removed in the new patchset.
File src/common/bts.c:
https://gerrit.osmocom.org/c/osmo-bts/+/16145/comment/d885e0fb_6beebce5
PS1, Line 309: LOGP(DBTS, LOGL_INFO, "Main link established, sending Status'.\n");
> Could be oml
Done
https://gerrit.osmocom.org/c/osmo-bts/+/16145/comment/2fc0d35d_ecc7dbf1
PS1, Line 345: LOGP(DBTS, LOGL_INFO, "RSL link (TRX %02x) state changed to %s, sending Status'.\n",
> Could be rsl
Done
https://gerrit.osmocom.org/c/osmo-bts/+/16145/comment/1bd5d075_c0616413
PS1, Line 369: LOGP(DBTS, LOGL_INFO, "TRX(%d): Setting available = %d\n",
> OML too
Done
https://gerrit.osmocom.org/c/osmo-bts/+/16145/comment/c3bc06ef_8b6ba0cc
PS1, Line 635: LOGP(DBTS, LOGL_ERROR,
> RR?
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/16145
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia9db783bc92b23ba87b4fdf1e4ed07d59ea6bbce
Gerrit-Change-Number: 16145
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 08 Feb 2022 08:33:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
Attention is currently required from: pespin, dexter.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27084 )
Change subject: gsm_network_T_defs: add T4, so it becomes configurable
......................................................................
Patch Set 3:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-bsc/+/27084/comment/8ba95768_6bd79e86
PS3, Line 12: 5 seconds (see bssmap_reset_fsm_state_chg()).
> Then, since it's now available, it probably makes sense to default to -1 since it should always find […]
https://gerrit.osmocom.org/c/osmo-bsc/+/27089 bssmap_reset: pass -1 to osmo_tdef_fsm_inst_state_chg()
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/27084
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id844dab1abffd6efbe7767585f127b29c0ee710c
Gerrit-Change-Number: 27084
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 08 Feb 2022 07:57:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27089 )
Change subject: bssmap_reset: pass -1 to osmo_tdef_fsm_inst_state_chg()
......................................................................
bssmap_reset: pass -1 to osmo_tdef_fsm_inst_state_chg()
Since timer T4 is now defined in gsm_network_T_defs[], we can pass
-1 to osmo_tdef_fsm_inst_state_chg(), so that it abort()s if the
respective timer is not found.
Change-Id: I2533dc73ddb9498f09824d59f5d189517f30abc0
Related: SYS#5796
---
M src/osmo-bsc/bssmap_reset.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/89/27089/1
diff --git a/src/osmo-bsc/bssmap_reset.c b/src/osmo-bsc/bssmap_reset.c
index beb8968..4d24c01 100644
--- a/src/osmo-bsc/bssmap_reset.c
+++ b/src/osmo-bsc/bssmap_reset.c
@@ -47,7 +47,7 @@
osmo_tdef_fsm_inst_state_chg(FI, STATE, \
bssmap_reset_timeouts, \
(bsc_gsmnet)->T_defs, \
- 5)
+ -1)
struct bssmap_reset *bssmap_reset_alloc(void *ctx, const char *label, const struct bssmap_reset_cfg *cfg)
{
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/27089
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I2533dc73ddb9498f09824d59f5d189517f30abc0
Gerrit-Change-Number: 27089
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange