fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42894?usp=email )
Change subject: Revert "bts: limit stderr logging to NOTICE to avoid long write() to ext4 fs"
......................................................................
Revert "bts: limit stderr logging to NOTICE to avoid long write() to ext4 fs"
This reverts commit c3ab9ec33f37c6837fb8bcb0fa0bbd2e98781fb7.
Reducing logging verbosity did not help: we're still seeing the clock
skew errors and restarts. This makes debugging harder, and is not
relevant anymore because we've switched to tmpfs [1].
Related: [1] docker-playground.git Id9a93f7149ef7e9bfde1f4fe3a8299ba46645d50
Change-Id: Ief6c3a6ca3053ccf745a186f7bb440e8540336f4
---
M bts/osmo-bts.cfg
1 file changed, 10 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/94/42894/1
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index 7ac38a1..c583d32 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -17,17 +17,16 @@
logging print level 1
!
logging level set-all notice
- !Disabled due to stderr redirect to ext4 filesystem creating long writes of >500ms (OS#6794):
- !logging level rsl info
- !logging level meas info
- !logging level pag info
- !logging level l1c info
- !logging level dsp info
- !logging level pcu info
- !logging level trx info
- !logging level osmux info
- !logging level lmib info
- !logging level lmux info
+ logging level rsl info
+ logging level meas info
+ logging level pag info
+ logging level l1c info
+ logging level dsp info
+ logging level pcu info
+ logging level trx info
+ logging level osmux info
+ logging level lmib info
+ logging level lmux info
!
line vty
no login
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42894?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ief6c3a6ca3053ccf745a186f7bb440e8540336f4
Gerrit-Change-Number: 42894
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42893?usp=email )
Change subject: Revert "bts: limit stderr logging to ERROR to avoid long write() to ext4 fs"
......................................................................
Revert "bts: limit stderr logging to ERROR to avoid long write() to ext4 fs"
This reverts commit 3c798765f04dd7428c76e3c5cbf3f2ee27a0af4d.
Reducing logging verbosity did not help: we're still seeing the clock
skew errors and restarts. This makes debugging harder, and is not
relevant anymore because we've switched to tmpfs [1].
Related: [1] docker-playground.git Id9a93f7149ef7e9bfde1f4fe3a8299ba46645d50
Change-Id: Id234394fda1ce752f93448e2fc03887a097f6b9d
---
M bts/osmo-bts.cfg
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/42893/1
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index b2f5190..7ac38a1 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -16,7 +16,7 @@
logging print category-hex 0
logging print level 1
!
- logging level set-all error
+ logging level set-all notice
!Disabled due to stderr redirect to ext4 filesystem creating long writes of >500ms (OS#6794):
!logging level rsl info
!logging level meas info
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42893?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id234394fda1ce752f93448e2fc03887a097f6b9d
Gerrit-Change-Number: 42893
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: neels.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/pysim/+/42672?usp=email )
Change subject: saip/personalization: add MncLen configurable parameter
......................................................................
Patch Set 7:
(1 comment)
This change is ready for review.
File pySim/esim/saip/personalization.py:
https://gerrit.osmocom.org/c/pysim/+/42672/comment/8fda4924_0e594251?usp=em… :
PS5, Line 691: for naa in ('isim',):# 'isim', 'csim'):
> That's indeed a good catch, this patch version is outdated. […]
I've updated this patch using that commit you linked as the reference.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42672?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I6c600faeab00ffb072acbe94c9a8b2d1397c07d3
Gerrit-Change-Number: 42672
Gerrit-PatchSet: 7
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 25 Jun 2026 22:10:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: fixeria, laforge.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/pysim/+/42892?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Verified-1 by Jenkins Builder
Change subject: pySim.log, pySim-shell: fix compatibility with cmd2 >= 3.0.0
......................................................................
pySim.log, pySim-shell: fix compatibility with cmd2 >= 3.0.0
Some Linux distributions (e.g. Arch Linux) already ship cmd2 3.x.x,
which removed the style()/Fg/Bg API in favor of stylize()/Color.
Add a version guard to select the right API at runtime.
Adjust the upper bound cap in requirements.txt and setup.py.
Change-Id: Ibf2ac7847933296fb06665c87f53ed6e1f315d27
---
M pySim-shell.py
M pySim/log.py
M requirements.txt
M setup.py
4 files changed, 27 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/92/42892/2
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42892?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ibf2ac7847933296fb06665c87f53ed6e1f315d27
Gerrit-Change-Number: 42892
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: fixeria.
laforge has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/pysim/+/42891?usp=email )
Change subject: pySim-shell: drop backwards compat quirks for cmd2 < 2.6.2
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42891?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ifd1c484ab66d74323d10e946347daa637cf6f5d8
Gerrit-Change-Number: 42891
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 25 Jun 2026 18:55:48 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes