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
2025
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 2022
----- 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
3 participants
2175 discussions
Start a n
N
ew thread
Change in pysim[master]: pySim/ts_102_222.py: remove ununsed imports from 'cmd2'
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/28599
) Change subject: pySim/ts_102_222.py: remove ununsed imports from 'cmd2' ...................................................................... pySim/ts_102_222.py: remove ununsed imports from 'cmd2' Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 --- M pySim/ts_102_222.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved; Verified Jenkins Builder: Verified diff --git a/pySim/ts_102_222.py b/pySim/ts_102_222.py index c7cff85..3c57e5b 100644 --- a/pySim/ts_102_222.py +++ b/pySim/ts_102_222.py @@ -20,7 +20,6 @@ from typing import List import cmd2 -from cmd2 import style, fg, bg from cmd2 import CommandSet, with_default_category, with_argparser import argparse -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28599
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 Gerrit-Change-Number: 28599 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim/ts_102_222.py: remove ununsed imports from 'cmd2'
by laforge
Attention is currently required from: fixeria. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/pysim/+/28599
) Change subject: pySim/ts_102_222.py: remove ununsed imports from 'cmd2' ...................................................................... Patch Set 1: Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28599
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 Gerrit-Change-Number: 28599 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Thu, 14 Jul 2022 17:14:48 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim-shell.py: remove unused imports of 'bg' from 'cmd2'
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/28598
) Change subject: pySim-shell.py: remove unused imports of 'bg' from 'cmd2' ...................................................................... pySim-shell.py: remove unused imports of 'bg' from 'cmd2' Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae --- M pySim-shell.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified diff --git a/pySim-shell.py b/pySim-shell.py index e52c4ef..33332a2 100755 --- a/pySim-shell.py +++ b/pySim-shell.py @@ -23,7 +23,7 @@ import traceback import cmd2 -from cmd2 import style, fg, bg +from cmd2 import style, fg from cmd2 import CommandSet, with_default_category, with_argparser import argparse -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28598
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae Gerrit-Change-Number: 28598 Gerrit-PatchSet: 3 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim-shell.py: remove unused imports of 'bg' from 'cmd2'
by laforge
Attention is currently required from: fixeria. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/pysim/+/28598
) Change subject: pySim-shell.py: remove unused imports of 'bg' from 'cmd2' ...................................................................... Patch Set 3: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28598
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae Gerrit-Change-Number: 28598 Gerrit-PatchSet: 3 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Thu, 14 Jul 2022 17:14:35 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim/ts_102_222.py: remove ununsed imports from 'cmd2'
by laforge
Attention is currently required from: fixeria. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/pysim/+/28599
) Change subject: pySim/ts_102_222.py: remove ununsed imports from 'cmd2' ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28599
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 Gerrit-Change-Number: 28599 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Thu, 14 Jul 2022 17:14:32 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Change in osmo-cbc[master]: Add initial SBc-AP support to osmo-cbc
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28602
) Change subject: Add initial SBc-AP support to osmo-cbc ...................................................................... Patch Set 4: (5 comments) File src/cbc_main.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28602/comment/9df020d2_c50dfa38
PS4, Line 284: perr copy+paste error. Should be SBc-AP ad not CBSP. File src/cbc_vty.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28602/comment/ae9e75f5_8999d510
PS4, Line 539: cfg_peer_proto why is it deprecated? File src/message_handling.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28602/comment/7318acd9_e6164e7f
PS4, Line 151: CBSP copy+paste File src/sbcap_server.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28602/comment/7bbc5e3e_da5ee4d7
PS4, Line 33: //#include <osmocom/gsm/sbcap.h> : //#include <osmocom/gsm/protocol/gsm_48_049.h> those can certainly go? File src/sbcap_server_fsm.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28602/comment/be04cf5b_2eeb5a71
PS4, Line 25: / remove? -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28602
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: Ib278bc1d1a74459814016fef7a8fe21cc29d46c9 Gerrit-Change-Number: 28602 Gerrit-PatchSet: 4 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-CC: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 14 Jul 2022 17:13:46 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Change in osmo-cbc[master]: Add unit tests for sbcap
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28601
) Change subject: Add unit tests for sbcap ...................................................................... Patch Set 4: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28601
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: I5a26d008b7282da637c3781ae77435c6a69cf65d Gerrit-Change-Number: 28601 Gerrit-PatchSet: 4 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 14 Jul 2022 17:08:02 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Change in osmo-cbc[master]: Add sbcap library
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28600
) Change subject: Add sbcap library ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28600
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: If76f8619a9b2d46af6d94b8ae49348b8514e53aa Gerrit-Change-Number: 28600 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 14 Jul 2022 17:07:27 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Build failure of network:osmocom:nightly/osmo-remsim in openSUSE_Factory_ARM/armv7l
by OBS Notification
Visit
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-remsim failed to build in openSUSE_Factory_ARM/armv7l Check out the package for editing: osc checkout network:osmocom:nightly osmo-remsim Last lines of build log: [ 58s] Provides: debuginfo(build-id) = dc18050d0e80b012d6b7d15e7bcc5951d8d1270b osmo-remsim-client-shell-debuginfo = 1.0.0.24.e25c.202207140052-1.1 osmo-remsim-client-shell-debuginfo(armv7hl-32) = 1.0.0.24.e25c.202207140052-1.1 [ 58s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 58s] Recommends: osmo-remsim-debugsource(armv7hl-32) = 1.0.0.24.e25c.202207140052-1.1 [ 58s] Processing files: libifd-osmo-remsim-client0-debuginfo-1.0.0.24.e25c.202207140052-1.1.armv7hl [ 58s] Provides: debuginfo(build-id) = 13c46aa3271293cc3d5b073035379c95e63c3d69 libifd-osmo-remsim-client0-debuginfo = 1.0.0.24.e25c.202207140052-1.1 libifd-osmo-remsim-client0-debuginfo(armv7hl-32) = 1.0.0.24.e25c.202207140052-1.1 [ 58s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 58s] Recommends: osmo-remsim-debugsource(armv7hl-32) = 1.0.0.24.e25c.202207140052-1.1 [ 58s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/osmo-remsim-1.0.0.24.e25c.202207140052-1.1.arm [ 58s] error: Installed (but unpackaged) file(s) found: [ 58s] /usr/bin/osmo-remsim-server [ 58s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.arm.debug [ 58s] /usr/lib/systemd/system/osmo-remsim-server.service [ 58s] [ 58s] [ 58s] RPM build errors: [ 58s] line 222: multiple %files for package 'osmo-remsim-server' [ 58s] Installed (but unpackaged) file(s) found: [ 58s] /usr/bin/osmo-remsim-server [ 58s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.arm.debug [ 58s] /usr/lib/systemd/system/osmo-remsim-server.service [ 58s] ### VM INTERACTION START ### [ 58s] Failed to write wtmp record, ignoring: Read-only file system [ 58s] Failed to write utmp record: Read-only file system [ 58s] Powering off. [ 58s] [ 51.897902][ T8785] reboot: Power down [ 58s] ### VM INTERACTION END ### [ 58s] [ 58s] obs-arm-10 failed "build osmo-remsim.spec" at Thu Jul 14 17:04:18 UTC 2022. [ 58s] -- Configure notifications at
https://build.opensuse.org/my/subscriptions
openSUSE Build Service (
https://build.opensuse.org/
)
2 years, 11 months
1
0
0
0
Build failure of network:osmocom:nightly/osmo-remsim in openSUSE_Factory_ARM/aarch64
by OBS Notification
Visit
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-remsim failed to build in openSUSE_Factory_ARM/aarch64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-remsim Last lines of build log: [ 102s] Provides: debuginfo(build-id) = e07d56a3611ee6ec2f0342d8c535664cc3dc5eb1 osmo-remsim-client-shell-debuginfo = 1.0.0.24.e25c.202207140052-1.1 osmo-remsim-client-shell-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 102s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 102s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 102s] Processing files: libifd-osmo-remsim-client0-debuginfo-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 102s] Provides: debuginfo(build-id) = 0baa1bad41b51136f3284737e99fca4003d70099 libifd-osmo-remsim-client0-debuginfo = 1.0.0.24.e25c.202207140052-1.1 libifd-osmo-remsim-client0-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 102s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 102s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 102s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/osmo-remsim-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 102s] error: Installed (but unpackaged) file(s) found: [ 102s] /usr/bin/osmo-remsim-server [ 102s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.aarch64.debug [ 102s] /usr/lib/systemd/system/osmo-remsim-server.service [ 102s] [ 102s] [ 102s] RPM build errors: [ 102s] line 222: multiple %files for package 'osmo-remsim-server' [ 102s] Installed (but unpackaged) file(s) found: [ 102s] /usr/bin/osmo-remsim-server [ 102s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.aarch64.debug [ 102s] /usr/lib/systemd/system/osmo-remsim-server.service [ 102s] ### VM INTERACTION START ### [ 102s] Failed to write wtmp record, ignoring: Read-only file system [ 102s] Failed to write utmp record: Read-only file system [ 102s] Powering off. [ 102s] [ 95.040313][ T8830] reboot: Power down [ 102s] ### VM INTERACTION END ### [ 102s] [ 102s] obs-arm-7 failed "build osmo-remsim.spec" at Thu Jul 14 16:58:55 UTC 2022. [ 102s] -- Configure notifications at
https://build.opensuse.org/my/subscriptions
openSUSE Build Service (
https://build.opensuse.org/
)
2 years, 11 months
1
0
0
0
← Newer
1
...
159
160
161
162
163
164
165
...
218
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
Results per page:
10
25
50
100
200