lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2026
July
June
May
April
March
February
January
2025
December
November
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
July 2026
----- 2026 -----
July 2026
June 2026
May 2026
April 2026
March 2026
February 2026
January 2026
----- 2025 -----
December 2025
November 2025
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
472 discussions
Start a n
N
ew thread
[XS] Change in pysim[master]: pySim.log: fix E0611: No name 'style' in module 'cmd2'
by fixeria
01 Jul '26
01 Jul '26
fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/42914?usp=email
) Change subject: pySim.log: fix E0611: No name 'style' in module 'cmd2' ...................................................................... pySim.log: fix E0611: No name 'style' in module 'cmd2' Change-Id: I191ea56f4c6e4e1916369f69fe2e1653e1d92df1 Fixes: 597f1e0 ("pySim.log, pySim-shell: fix compatibility with cmd2 >= 3.0.0") --- M pySim/log.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/14/42914/1 diff --git a/pySim/log.py b/pySim/log.py index 1204c4f..3fad90b 100644 --- a/pySim/log.py +++ b/pySim/log.py @@ -32,7 +32,7 @@ def _style(text, fg=None): # pylint: disable=function-redefined return _stylize(text, fg) if fg else text else: # cmd2>=2.6.2 - from cmd2 import style as _style # type: ignore[no-redef] + from cmd2 import style as _style # pylint: disable=no-name-in-module class _PySimLogHandler(logging.Handler): def __init__(self, log_callback): -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/42914?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: I191ea56f4c6e4e1916369f69fe2e1653e1d92df1 Gerrit-Change-Number: 42914 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-bts[master]: common: stop buffering UL measurements when SACCH is deactivated
by osmith
01 Jul '26
01 Jul '26
Attention is currently required from: fixeria, pespin. osmith has posted comments on this change by fixeria. (
https://gerrit.osmocom.org/c/osmo-bts/+/42911?usp=email
) Change subject: common: stop buffering UL measurements when SACCH is deactivated ...................................................................... Patch Set 3: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/42911?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I3943c788cab5d2411b06ac681d4d412852bac0a7 Gerrit-Change-Number: 42911 Gerrit-PatchSet: 3 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-CC: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Wed, 01 Jul 2026 06:54:37 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
← Newer
1
...
45
46
47
48
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Results per page:
10
25
50
100
200