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
May 2023
----- 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
2583 discussions
Start a n
N
ew thread
[L] Change in osmo-bts[master]: TCH DL, FR & EFR: reshape SIDs per 06.31/06.81 section 5.1.2
by falconia
Attention is currently required from: pespin, dexter. falconia has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/32714
) Change subject: TCH DL, FR & EFR: reshape SIDs per 06.31/06.81 section 5.1.2 ...................................................................... Patch Set 5: (2 comments) File src/common/l1sap.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32714/comment/970456a9_7ee77652
PS3, Line 1441: if (!resp_msg && lchan->tch.dtx_fr_efr.last_rtp_input_was_sid && > @dexter - sure, let's factor it out. […] Done File src/common/l1sap.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32714/comment/d489211d_dfc97324
PS4, Line 1384: /* non-AMR SID handling */ > maybe /* FR, HR, EFR SID handling */, or just /* SID handling */ (I think is obvious that this only […] Done -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/32714
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I924ab21952dcf8bb03ba7ccef790474bf66fc9e5 Gerrit-Change-Number: 32714 Gerrit-PatchSet: 5 Gerrit-Owner: falconia <falcon(a)freecalypso.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Attention: dexter <pmaier(a)sysmocom.de> Gerrit-Comment-Date: Thu, 18 May 2023 16:31:50 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: falconia <falcon(a)freecalypso.org> Comment-In-Reply-To: pespin <pespin(a)sysmocom.de> Comment-In-Reply-To: dexter <pmaier(a)sysmocom.de> Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by fixeria
fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32785
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH Change-Id: I1294f543402d948acc64daea309d314e27d7626c --- M bts/BTS_Tests_VAMOS.ttcn M hnodeb/HNBGW_ConnectionHandler.ttcn M upf/CPF_ConnectionHandler.ttcn 3 files changed, 12 insertions(+), 3 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/bts/BTS_Tests_VAMOS.ttcn b/bts/BTS_Tests_VAMOS.ttcn index c4bd171..3b84052 100644 --- a/bts/BTS_Tests_VAMOS.ttcn +++ b/bts/BTS_Tests_VAMOS.ttcn @@ -2,7 +2,7 @@ /* Integration Tests for OsmoBTS * - * (C) 2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * Author: Vadim Yanitskiy <vyanitskiy(a)sysmocom.de> * * All rights reserved. diff --git a/hnodeb/HNBGW_ConnectionHandler.ttcn b/hnodeb/HNBGW_ConnectionHandler.ttcn index e418527..8e95616 100644 --- a/hnodeb/HNBGW_ConnectionHandler.ttcn +++ b/hnodeb/HNBGW_ConnectionHandler.ttcn @@ -1,7 +1,7 @@ module HNBGW_ConnectionHandler { /* HNBGW Connection Handler of HNB_Tests in TTCN-3 - * (C) 2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All rights reserved. * * Released under the terms of GNU General Public License, Version 2 or diff --git a/upf/CPF_ConnectionHandler.ttcn b/upf/CPF_ConnectionHandler.ttcn index f983ff0..b5945d3 100644 --- a/upf/CPF_ConnectionHandler.ttcn +++ b/upf/CPF_ConnectionHandler.ttcn @@ -1,7 +1,7 @@ module CPF_ConnectionHandler { /* CPF Connection Handler of UPF_Tests in TTCN-3 - * (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All rights reserved. * * Released under the terms of GNU General Public License, Version 2 or -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32785
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I1294f543402d948acc64daea309d314e27d7626c Gerrit-Change-Number: 32785 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32785
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32785
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I1294f543402d948acc64daea309d314e27d7626c Gerrit-Change-Number: 32785 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: Thu, 18 May 2023 12:00:23 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by fixeria
fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32785
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH Change-Id: I1294f543402d948acc64daea309d314e27d7626c --- M bts/BTS_Tests_VAMOS.ttcn M hnodeb/HNBGW_ConnectionHandler.ttcn M upf/CPF_ConnectionHandler.ttcn 3 files changed, 12 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/85/32785/1 diff --git a/bts/BTS_Tests_VAMOS.ttcn b/bts/BTS_Tests_VAMOS.ttcn index c4bd171..3b84052 100644 --- a/bts/BTS_Tests_VAMOS.ttcn +++ b/bts/BTS_Tests_VAMOS.ttcn @@ -2,7 +2,7 @@ /* Integration Tests for OsmoBTS * - * (C) 2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * Author: Vadim Yanitskiy <vyanitskiy(a)sysmocom.de> * * All rights reserved. diff --git a/hnodeb/HNBGW_ConnectionHandler.ttcn b/hnodeb/HNBGW_ConnectionHandler.ttcn index e418527..8e95616 100644 --- a/hnodeb/HNBGW_ConnectionHandler.ttcn +++ b/hnodeb/HNBGW_ConnectionHandler.ttcn @@ -1,7 +1,7 @@ module HNBGW_ConnectionHandler { /* HNBGW Connection Handler of HNB_Tests in TTCN-3 - * (C) 2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All rights reserved. * * Released under the terms of GNU General Public License, Version 2 or diff --git a/upf/CPF_ConnectionHandler.ttcn b/upf/CPF_ConnectionHandler.ttcn index f983ff0..b5945d3 100644 --- a/upf/CPF_ConnectionHandler.ttcn +++ b/upf/CPF_ConnectionHandler.ttcn @@ -1,7 +1,7 @@ module CPF_ConnectionHandler { /* CPF Connection Handler of UPF_Tests in TTCN-3 - * (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All rights reserved. * * Released under the terms of GNU General Public License, Version 2 or -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32785
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I1294f543402d948acc64daea309d314e27d7626c Gerrit-Change-Number: 32785 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 1 month
1
0
0
0
[S] Change in osmo-upf[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-upf/+/32782
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/32782
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf Gerrit-Branch: master Gerrit-Change-Id: I907147c79fc6c95b8c1b3277a0855f19b004ef6e Gerrit-Change-Number: 32782 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: Thu, 18 May 2023 11:54:29 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in openbsc[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/openbsc/+/32783
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/openbsc/+/32783
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I2a043da522dffbc976ba7c086545142cd0a1f474 Gerrit-Change-Number: 32783 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-CC: Jenkins Builder Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Thu, 18 May 2023 11:54:22 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmo-hnodeb[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/32781
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/32781
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb Gerrit-Branch: master Gerrit-Change-Id: I9ad500784d1c99cc764b38729ac0d86ab8441379 Gerrit-Change-Number: 32781 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: Thu, 18 May 2023 11:54:14 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmo-hnbgw[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32780
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32780
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw Gerrit-Branch: master Gerrit-Change-Id: I2f8069c17d75a2c456485fc1ed22fec130c968d0 Gerrit-Change-Number: 32780 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: Thu, 18 May 2023 11:54:08 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmo-pcu[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/32777
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/32777
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu Gerrit-Branch: master Gerrit-Change-Id: If51895e67271c0913e000ff9d28db8d8fe761201 Gerrit-Change-Number: 32777 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: Thu, 18 May 2023 11:53:51 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmo-sgsn[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by pespin
Attention is currently required from: fixeria. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/32778
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/32778
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn Gerrit-Branch: master Gerrit-Change-Id: Ie2d864d5171e0da2e8a6c8551d151fd14f89bf05 Gerrit-Change-Number: 32778 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: Thu, 18 May 2023 11:53:29 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
← Newer
1
...
133
134
135
136
137
138
139
...
259
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
Results per page:
10
25
50
100
200