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
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
June 2022
----- 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
3 participants
1374 discussions
Start a n
N
ew thread
Change in libosmo-sccp[master]: [cosmetic] sccp_scoc: Fix typo in comment
by laforge
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/28321
) Change subject: [cosmetic] sccp_scoc: Fix typo in comment ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/28321
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: I26168658b58250f58c3616e51010b969df8029a4 Gerrit-Change-Number: 28321 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Sat, 18 Jun 2022 09:25:34 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in libosmo-sccp[master]: [cosmetic] sccp_scoc.c: fix comments about corresponding SCCP msg types
by laforge
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/28320
) Change subject: [cosmetic] sccp_scoc.c: fix comments about corresponding SCCP msg types ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/28320
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: I0d7a81f72147f8022ddadfe28d04679097dfa492 Gerrit-Change-Number: 28320 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Sat, 18 Jun 2022 09:25:29 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in libosmo-netif[master]: update git URLs (git -> https; gitea)
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/28334
) Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: I41a70e00c98e6f70c4c952d3f88bcc22595ebed7 --- M README.md M debian/control M debian/copyright 3 files changed, 5 insertions(+), 5 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/README.md b/README.md index 01267ea..02814fd 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ You can clone from the official libosmo-netif.git repository using - git clone
git://git.osmocom.org/libosmo-netif.git
+ git clone
https://gitea.osmocom.org/osmocom/libosmo-netif
-There is a cgit interface at <
http://git.osmocom.org/libosmo-netif/
> +There is a web interface at <
https://gitea.osmocom.org/osmocom/libosmo-netif
> Documentation ------------- diff --git a/debian/control b/debian/control index e4d0f74..fecb627 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ libpcap0.8-dev, libsctp-dev Standards-Version: 3.9.6 -Vcs-Browser:
http://git.osmocom.org/libosmo-netif/
-Vcs-Git:
git://git.osmocom.org/libosmo-netif.git
+Vcs-Browser:
https://gitea.osmocom.org/osmocom/libosmo-netif
+Vcs-Git:
https://gitea.osmocom.org/osmocom/libosmo-netif
Homepage:
https://projects.osmocom.org/projects/libosmo-netif
Package: libosmonetif8 diff --git a/debian/copyright b/debian/copyright index 57fe8c0..c338bc9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format:
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libosmo-netif -Source:
git://git.osmocom.org/libosmo-netif.git
+Source:
https://gitea.osmocom.org/osmocom/libosmo-netif
Files: * Copyright: 2012-2013 On-Waves -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/28334
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I41a70e00c98e6f70c4c952d3f88bcc22595ebed7 Gerrit-Change-Number: 28334 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in libosmo-netif[master]: update git URLs (git -> https; gitea)
by laforge
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/28334
) Change subject: update git URLs (git -> https; gitea) ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/28334
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I41a70e00c98e6f70c4c952d3f88bcc22595ebed7 Gerrit-Change-Number: 28334 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Sat, 18 Jun 2022 09:25:13 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in simtrace2[master]: update git URLs (git -> https; gitea)
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/simtrace2/+/28332
) Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: Ifcc942c265edc983214e4efc0bc93ee8bd1b55f4 --- M debian/control 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/debian/control b/debian/control index 612e2ca..02d697d 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ libusb-1.0-0-dev, gcc-arm-none-eabi Standards-Version: 3.9.8 -Vcs-Git:
git://git.osmocom.org/simtrace2.git
-Vcs-Browser:
http://git.osmocom.org/simtrace2/
+Vcs-Git:
https://gitea.osmocom.org/sim-card/simtrace2
+Vcs-Browser:
https://gitea.osmocom.org/sim-card/simtrace2
Homepage:
http://osmocom.org/projects/simtrace2/wiki
Package: simtrace2-firmware -- To view, visit
https://gerrit.osmocom.org/c/simtrace2/+/28332
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: simtrace2 Gerrit-Branch: master Gerrit-Change-Id: Ifcc942c265edc983214e4efc0bc93ee8bd1b55f4 Gerrit-Change-Number: 28332 Gerrit-PatchSet: 2 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in simtrace2[master]: update git URLs (git -> https; gitea)
by laforge
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/simtrace2/+/28332
) Change subject: update git URLs (git -> https; gitea) ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/simtrace2/+/28332
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: simtrace2 Gerrit-Branch: master Gerrit-Change-Id: Ifcc942c265edc983214e4efc0bc93ee8bd1b55f4 Gerrit-Change-Number: 28332 Gerrit-PatchSet: 2 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Sat, 18 Jun 2022 09:24:55 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in libosmo-abis[master]: update git URLs (git -> https; gitea)
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/28333
) Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: I9edabaefe7081493fb639760d311f02c01da0155 --- M README.md M debian/control 2 files changed, 4 insertions(+), 4 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/README.md b/README.md index c5df874..2622c9f 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ You can clone from the official libosmo-abis.git repository using - git clone
git://git.osmocom.org/libosmo-abis.git
+ git clone
https://gitea.osmocom.org/osmocom/libosmo-abis
-There is a cgit interface at <
http://git.osmocom.org/libosmo-abis/
> +There is a web interface at <
https://gitea.osmocom.org/osmocom/libosmo-abis
> Documentation ------------- diff --git a/debian/control b/debian/control index 3601b43..0451f11 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ pkg-config, libortp-dev Standards-Version: 3.9.7 -Vcs-Git:
git://git.osmocom.org/libosmo-abis.git
-Vcs-Browser:
http://git.osmocom.org/libosmo-abis/
+Vcs-Git:
https://gitea.osmocom.org/osmocom/libosmo-abis
+Vcs-Browser:
https://gitea.osmocom.org/osmocom/libosmo-abis
Homepage:
https://projects.osmocom.org/projects/libosmo-abis
Package: libosmo-abis -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/28333
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I9edabaefe7081493fb639760d311f02c01da0155 Gerrit-Change-Number: 28333 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in libosmo-abis[master]: update git URLs (git -> https; gitea)
by laforge
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/28333
) Change subject: update git URLs (git -> https; gitea) ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/28333
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I9edabaefe7081493fb639760d311f02c01da0155 Gerrit-Change-Number: 28333 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Sat, 18 Jun 2022 09:24:46 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in openbsc[master]: update git repository URLs (git->https; gitea)
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/openbsc/+/28323
) Change subject: update git repository URLs (git->https; gitea) ...................................................................... update git repository URLs (git->https; gitea) Change-Id: I90a948deb27d126220838810f36b86a9a60933c8 --- M debian/control M openbsc/configure.ac 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/debian/control b/debian/control index c176bee..db1223e 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ libdbd-sqlite3, libpcap-dev Standards-Version: 3.9.8 -Vcs-Git:
git://bs11-abis.gnumonks.org/openbsc.git
-Vcs-Browser:
http://openbsc.osmocom.org/trac/browser
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/openbsc
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/openbsc
Homepage:
https://projects.osmocom.org/projects/openbsc
Package: osmocom-bsc-sccplite diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 5602313..c5d7a3a 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -204,7 +204,7 @@ fi AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes) if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then - AC_MSG_ERROR([Please install
git://osmocom.org/python/osmo-python-tests
to run the VTY/CTRL tests.]) + AC_MSG_ERROR([Please install
https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
to run the VTY/CTRL tests.]) fi fi AC_MSG_CHECKING([whether to enable VTY/CTRL tests]) -- To view, visit
https://gerrit.osmocom.org/c/openbsc/+/28323
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I90a948deb27d126220838810f36b86a9a60933c8 Gerrit-Change-Number: 28323 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in openbsc[master]: update git repository URLs (git->https; gitea)
by laforge
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/openbsc/+/28323
) Change subject: update git repository URLs (git->https; gitea) ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/openbsc/+/28323
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I90a948deb27d126220838810f36b86a9a60933c8 Gerrit-Change-Number: 28323 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Sat, 18 Jun 2022 09:24:34 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
← Newer
1
...
66
67
68
69
70
71
72
...
138
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
Results per page:
10
25
50
100
200