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
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 -----
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 osmo-msc[master]: update git URLs (git -> https; gitea)
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/28363
) Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92 --- M README.vty-tests M configure.ac M debian/control M debian/copyright 4 files changed, 5 insertions(+), 5 deletions(-) Approvals: Jenkins Builder: Verified keith: Looks good to me, but someone else must approve pespin: Looks good to me, approved diff --git a/README.vty-tests b/README.vty-tests index 0669ea8..dc34916 100644 --- a/README.vty-tests +++ b/README.vty-tests @@ -1,6 +1,6 @@ To run the configuration parsing and output (VTY) test suite, first install -
git://git.osmocom.org/python/osmo-python-tests
+
https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
and pass the following configure options here: diff --git a/configure.ac b/configure.ac index 4b67ea6..a45f2d4 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,7 @@ AM_PATH_PYTHON 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]) diff --git a/debian/control b/debian/control index 0b26c8e..f610399 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,8 @@ libosmo-ranap-dev (>= 0.8.0), osmo-gsm-manuals-dev (>= 1.2.0) Standards-Version: 3.9.8 -Vcs-Git:
git://git.osmocom.org/osmo-msc.git
-Vcs-Browser:
https://git.osmocom.org/osmo-msc/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Homepage:
https://osmocom.org/projects/osmomsc
Package: osmo-msc diff --git a/debian/copyright b/debian/copyright index e3cd9b3..ac8ed52 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: osmo-msc -Source:
git://git.osmocom.org/osmo-msc
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Files: * Copyright: 2008 Daniel Willmann <daniel(a)totalueberwachung.de> -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/28363
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92 Gerrit-Change-Number: 28363 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: keith <keith(a)rhizomatica.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in osmo-msc[master]: Convert + Expand README file
by pespin
Attention is currently required from: laforge. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/28364
) Change subject: Convert + Expand README file ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/28364
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I98e09e8900c359382e2a90b187f0c6f22a1cf81d Gerrit-Change-Number: 28364 Gerrit-PatchSet: 2 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: keith <keith(a)rhizomatica.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Mon, 20 Jun 2022 10:28:07 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in osmo-msc[master]: Convert + Expand README file
by pespin
Attention is currently required from: laforge. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/28364
) Change subject: Convert + Expand README file ...................................................................... Removed Code-Review+2 by pespin <pespin(a)sysmocom.de> -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/28364
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I98e09e8900c359382e2a90b187f0c6f22a1cf81d Gerrit-Change-Number: 28364 Gerrit-PatchSet: 2 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: keith <keith(a)rhizomatica.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-MessageType: deleteVote
3 years, 1 month
1
0
0
0
Change in osmo-msc[master]: update git URLs (git -> https; gitea)
by pespin
Attention is currently required from: laforge. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/28363
) Change subject: update git URLs (git -> https; gitea) ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/28363
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92 Gerrit-Change-Number: 28363 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: keith <keith(a)rhizomatica.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Mon, 20 Jun 2022 10:27:52 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in osmo-msc[master]: Convert + Expand README file
by pespin
Attention is currently required from: laforge. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/28364
) Change subject: Convert + Expand README file ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/28364
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I98e09e8900c359382e2a90b187f0c6f22a1cf81d Gerrit-Change-Number: 28364 Gerrit-PatchSet: 2 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: keith <keith(a)rhizomatica.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Mon, 20 Jun 2022 10:27:38 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
Change in osmo-sip-connector[master]: contrib/testpbx: fix docker run --rm linter error
by osmith
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sip-connector/+/28391
) Change subject: contrib/testpbx: fix docker run --rm linter error ...................................................................... contrib/testpbx: fix docker run --rm linter error Fixes: SYS#5583 Change-Id: Ie3a9caa6d1e682e0080b3acc4a68d5ad3895629f --- M contrib/testpbx/Makefile M contrib/testpbx/README 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/91/28391/1 diff --git a/contrib/testpbx/Makefile b/contrib/testpbx/Makefile index ea34799..f47223e 100644 --- a/contrib/testpbx/Makefile +++ b/contrib/testpbx/Makefile @@ -4,9 +4,9 @@ docker build -t osmo-freeswitch-pbx:latest . run: - docker run -it --name=osmo-freeswitch-pbx \ + docker run --rm -it --name=osmo-freeswitch-pbx \ -p 5060:5060/udp -p 6000-6020:6000-6020/udp \ - --rm=true osmo-freeswitch-pbx:latest + osmo-freeswitch-pbx:latest stop: docker rm -f osmo-freeswitch-pbx diff --git a/contrib/testpbx/README b/contrib/testpbx/README index 11c16f0..19499b9 100644 --- a/contrib/testpbx/README +++ b/contrib/testpbx/README @@ -24,6 +24,6 @@ Run: - docker run yourimagename:tag + docker run --rm yourimagename:tag SIP is exposed on 5060 of your port and audio on 6000-6020 -- To view, visit
https://gerrit.osmocom.org/c/osmo-sip-connector/+/28391
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sip-connector Gerrit-Branch: master Gerrit-Change-Id: Ie3a9caa6d1e682e0080b3acc4a68d5ad3895629f Gerrit-Change-Number: 28391 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-MessageType: newchange
3 years, 1 month
1
0
0
0
Change in openbsc[master]: update git URLs (git -> https; gitea)
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/openbsc/+/28384
) Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: I541e4d244677b2b7a2004237fee2f1f3cd13bc6c --- M openbsc/README.vty-tests 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/openbsc/README.vty-tests b/openbsc/README.vty-tests index ba1b87c..15d1b9f 100644 --- a/openbsc/README.vty-tests +++ b/openbsc/README.vty-tests @@ -1,6 +1,6 @@ To run the configuration parsing and output (VTY) test suite, first install -
git://git.osmocom.org/python/osmo-python-tests
+
https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
and pass the following configure options here: -- To view, visit
https://gerrit.osmocom.org/c/openbsc/+/28384
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I541e4d244677b2b7a2004237fee2f1f3cd13bc6c Gerrit-Change-Number: 28384 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in openbsc[master]: update git URLs (git -> https; gitea)
by pespin
Attention is currently required from: laforge. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/openbsc/+/28384
) Change subject: update git URLs (git -> https; gitea) ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/openbsc/+/28384
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I541e4d244677b2b7a2004237fee2f1f3cd13bc6c Gerrit-Change-Number: 28384 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Mon, 20 Jun 2022 10:26: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 pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/28383
) Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: I9b41e0b88785d34809db0e62e82aaa71f8127f71 --- M debian/copyright 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/debian/copyright b/debian/copyright index 41573fe..e705c87 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-abis -Source:
git://git.osmocom.org/libosmo-abis.git
+Source:
https://gitea.osmocom.org/osmocom/libosmo-abis
Files: * Copyright: 2008 Daniel Willmann <daniel(a)totalueberwachung.de> -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/28383
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I9b41e0b88785d34809db0e62e82aaa71f8127f71 Gerrit-Change-Number: 28383 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
3 years, 1 month
1
0
0
0
Change in libosmo-abis[master]: update git URLs (git -> https; gitea)
by pespin
Attention is currently required from: laforge. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/28383
) Change subject: update git URLs (git -> https; gitea) ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/28383
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I9b41e0b88785d34809db0e62e82aaa71f8127f71 Gerrit-Change-Number: 28383 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Mon, 20 Jun 2022 10:26:40 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years, 1 month
1
0
0
0
← Newer
1
...
48
49
50
51
52
53
54
...
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