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
February 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
2601 discussions
Start a n
N
ew thread
Change in osmo-smlc[master]: Bump version: 0.2.2.4-5ac8-dirty → 0.2.3
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-smlc/+/31232
) Change subject: Bump version: 0.2.2.4-5ac8-dirty → 0.2.3 ...................................................................... Bump version: 0.2.2.4-5ac8-dirty → 0.2.3 Change-Id: I84d05f283cfd28298f3a4ef6df1c49265638969b --- M configure.ac M contrib/osmo-smlc.spec.in M debian/changelog M debian/control 4 files changed, 29 insertions(+), 17 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/configure.ac b/configure.ac index 2305555..1f4330b 100644 --- a/configure.ac +++ b/configure.ac @@ -34,12 +34,12 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-smlc.spec.in b/contrib/osmo-smlc.spec.in index 757ab55..02bcb15 100644 --- a/contrib/osmo-smlc.spec.in +++ b/contrib/osmo-smlc.spec.in @@ -31,13 +31,13 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.6.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0 -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 BuildRequires: pkgconfig(talloc) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index dcd4504..75dbee9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +osmo-smlc (0.2.3) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * contrib/jenkins.sh: execute distcheck/maintainer-clean with $PARALLEL_MAKE + + [ Max ] + * Add git-review config + * Set working directory in systemd service file + * ctrl: take both address and port from vty config + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 17:42:00 +0100 + osmo-smlc (0.2.2) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index d7a51db..e302fda 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.7.0), - libosmo-sccp-dev (>= 1.6.0), - libosmo-sigtran-dev (>= 1.6.0), - osmo-gsm-manuals-dev (>= 1.3.0) + libosmocore-dev (>= 1.8.0), + libosmo-sccp-dev (>= 1.7.0), + libosmo-sigtran-dev (>= 1.7.0), + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/31232
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: I84d05f283cfd28298f3a4ef6df1c49265638969b Gerrit-Change-Number: 31232 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 4 months
1
0
0
0
Change in osmo-smlc[master]: Bump version: 0.2.2.4-5ac8-dirty → 0.2.3
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-smlc/+/31232
) Change subject: Bump version: 0.2.2.4-5ac8-dirty → 0.2.3 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/31232
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: I84d05f283cfd28298f3a4ef6df1c49265638969b Gerrit-Change-Number: 31232 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 07 Feb 2023 16:48:57 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 4 months
1
0
0
0
Change in osmo-cbc[master]: Bump version: 0.4.0.5-1d9d-dirty → 0.4.1
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/31231
) Change subject: Bump version: 0.4.0.5-1d9d-dirty → 0.4.1 ...................................................................... Bump version: 0.4.0.5-1d9d-dirty → 0.4.1 Change-Id: I78551978b0c5b3906cc46c119c6c9a6229d1e8e7 --- M configure.ac M contrib/osmo-cbc.spec.in M debian/changelog M debian/control 4 files changed, 25 insertions(+), 10 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/configure.ac b/configure.ac index 4baced9..bcb855e 100644 --- a/configure.ac +++ b/configure.ac @@ -31,10 +31,10 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) PKG_CHECK_MODULES(ULFIUS, libulfius) PKG_CHECK_MODULES(JANSSON, jansson) PKG_CHECK_MODULES(ORCANIA, liborcania) diff --git a/contrib/osmo-cbc.spec.in b/contrib/osmo-cbc.spec.in index 0a4fecf..98cccb0 100644 --- a/contrib/osmo-cbc.spec.in +++ b/contrib/osmo-cbc.spec.in @@ -31,10 +31,10 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libsctp) -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libulfius) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index a982e29..7367c12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +osmo-cbc (0.4.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * contrib/jenkins.sh: also execute maintainer-clean target + * contrib/jenkins.sh: execute 'distcheck' with $PARALLEL_MAKE + * contrib/jenkins.sh: fix 'publish' target + + [ Max ] + * Set working directory in systemd service file + + [ arehbein ] + * osmo-cbc: Transition to use of 'telnet_init_default' + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 17:39:54 +0100 + osmo-cbc (0.4.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index aeb021f..7671598 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ pkg-config, python3-minimal, libtalloc-dev, - libosmocore-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.2.0), + libosmocore-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.3.0), libulfius-dev, libjansson-dev, libsctp-dev, -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/31231
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: I78551978b0c5b3906cc46c119c6c9a6229d1e8e7 Gerrit-Change-Number: 31231 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 4 months
1
0
0
0
Change in osmo-cbc[master]: Bump version: 0.4.0.5-1d9d-dirty → 0.4.1
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/31231
) Change subject: Bump version: 0.4.0.5-1d9d-dirty → 0.4.1 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/31231
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: I78551978b0c5b3906cc46c119c6c9a6229d1e8e7 Gerrit-Change-Number: 31231 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 07 Feb 2023 16:48:21 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 4 months
1
0
0
0
Change in osmo-gbproxy[master]: Bump version: 0.3.0.10-c82f0-dirty → 0.4.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/31230
) Change subject: Bump version: 0.3.0.10-c82f0-dirty → 0.4.0 ...................................................................... Bump version: 0.3.0.10-c82f0-dirty → 0.4.0 Change-Id: I016f48591f7bd69662bc45aa2c7e8fc3dddb4feb --- M configure.ac M contrib/osmo-gbproxy.spec.in M debian/changelog M debian/control 4 files changed, 38 insertions(+), 12 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/configure.ac b/configure.ac index 395248e..76e2336 100644 --- a/configure.ac +++ b/configure.ac @@ -38,11 +38,11 @@ CFLAGS="$CFLAGS -std=gnu11" dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.8.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-gbproxy.spec.in b/contrib/osmo-gbproxy.spec.in index 3cc0543..3d8244d 100644 --- a/contrib/osmo-gbproxy.spec.in +++ b/contrib/osmo-gbproxy.spec.in @@ -33,11 +33,11 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 -BuildRequires: pkgconfig(libosmogb) >= 1.7.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 +BuildRequires: pkgconfig(libosmogb) >= 1.8.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index fc3ef0d..f4cea25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +osmo-gbproxy (1:0.4.0) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * configure.ac: do not require unused dlsym/dlopen + + [ Max ] + * Set working directory in systemd service file + * Drop forward declaration of gbprox_relay2peer() + * ctrl: take both address and port from vty config + + [ Alexander Couzens ] + * implement LL DISCARD with second BVCI + + [ Daniel Willmann ] + * gbproxy_vty: Add commands to list Cell/BVC of an NSE + * Improve log levels + * Fix obsolete documentation of function + + [ Harald Welte ] + * manual: Use combined/merged gb-ns2 chapter + + [ arehbein ] + * osmo-gbproxy: Transition to use of 'telnet_init_default' + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 17:37:13 +0100 + osmo-gbproxy (1:0.3.0) unstable; urgency=medium [ Daniel Willmann ] diff --git a/debian/control b/debian/control index aa4332c..5c4f7ae 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.3.0) + libosmocore-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
-- To view, visit
https://gerrit.osmocom.org/c/osmo-gbproxy/+/31230
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy Gerrit-Branch: master Gerrit-Change-Id: I016f48591f7bd69662bc45aa2c7e8fc3dddb4feb Gerrit-Change-Number: 31230 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 4 months
1
0
0
0
Change in osmo-gbproxy[master]: Bump version: 0.3.0.10-c82f0-dirty → 0.4.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/31230
) Change subject: Bump version: 0.3.0.10-c82f0-dirty → 0.4.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-gbproxy/+/31230
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy Gerrit-Branch: master Gerrit-Change-Id: I016f48591f7bd69662bc45aa2c7e8fc3dddb4feb Gerrit-Change-Number: 31230 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 07 Feb 2023 16:47:51 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 4 months
1
0
0
0
Change in osmo-sip-connector[master]: Bump version: 1.6.1.2-44b4-dirty → 1.6.2
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sip-connector/+/31234
) Change subject: Bump version: 1.6.1.2-44b4-dirty → 1.6.2 ...................................................................... Bump version: 1.6.1.2-44b4-dirty → 1.6.2 Change-Id: Id050891c8465cbb3bb81c9907de509009b7131ff --- M configure.ac M contrib/osmo-sip-connector.spec.in M debian/changelog M debian/control 4 files changed, 18 insertions(+), 8 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/34/31234/1 diff --git a/configure.ac b/configure.ac index de19d88..56e17d0 100644 --- a/configure.ac +++ b/configure.ac @@ -24,9 +24,9 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CC -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0) AC_ARG_ENABLE(sanitize, diff --git a/contrib/osmo-sip-connector.spec.in b/contrib/osmo-sip-connector.spec.in index 58bba32..19ca449 100644 --- a/contrib/osmo-sip-connector.spec.in +++ b/contrib/osmo-sip-connector.spec.in @@ -27,9 +27,9 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 BuildRequires: pkgconfig(sofia-sip-ua-glib) >= 1.12.0 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index a2813b8..7df4baa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +osmo-sip-connector (1.6.2) unstable; urgency=medium + + [ Max ] + * Set working directory in systemd service file + + [ Keith Whyte ] + * Set MNCC_F_GCR field when the gcr is present + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 17:47:28 +0100 + osmo-sip-connector (1.6.1) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 19eabb2..6924589 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ libsofia-sip-ua-glib-dev, libsofia-sip-ua-dev, dh-autoreconf, - libosmocore-dev (>= 1.5.0), - osmo-gsm-manuals-dev + libosmocore-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.8.4 Homepage:
https://osmocom.org/projects/osmo-sip-conector/wiki
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-sip-connector
-- To view, visit
https://gerrit.osmocom.org/c/osmo-sip-connector/+/31234
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: Id050891c8465cbb3bb81c9907de509009b7131ff Gerrit-Change-Number: 31234 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 4 months
1
0
0
0
Change in osmo-uecups[master]: Bump version: 0.2.0.3-7ab8-dirty → 0.2.1
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-uecups/+/31233
) Change subject: Bump version: 0.2.0.3-7ab8-dirty → 0.2.1 ...................................................................... Bump version: 0.2.0.3-7ab8-dirty → 0.2.1 Change-Id: Id3914e2de4f72de606b08ebfc55b7eaa53da1cbc --- M configure.ac M contrib/osmo-uecups.spec.in M debian/changelog M debian/control 4 files changed, 20 insertions(+), 9 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/33/31233/1 diff --git a/configure.ac b/configure.ac index 674dd1b..23d5d6f 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,9 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) PKG_CHECK_MODULES(LIBJANSSON, jansson) PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0) diff --git a/contrib/osmo-uecups.spec.in b/contrib/osmo-uecups.spec.in index 54143e8..d5ac9bf 100644 --- a/contrib/osmo-uecups.spec.in +++ b/contrib/osmo-uecups.spec.in @@ -25,9 +25,9 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: pkgconfig(libosmocore) >= 1.1.0 -BuildRequires: pkgconfig(libosmovty) >= 1.1.0 -BuildRequires: pkgconfig(libosmo-netif) +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libnl-route-3.0) BuildRequires: lksctp-tools-devel diff --git a/debian/changelog b/debian/changelog index 6fbcba1..fdbbcc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +osmo-uecups (0.2.1) unstable; urgency=medium + + [ Max ] + * Add git-review config + + [ Harald Welte ] + * add spec.in file for RPM building + * fix copy+paste mistake in README.md + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 17:45:20 +0100 + osmo-uecups (0.2.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index d1bbc92..5c1f58e 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ pkg-config, libjansson-dev, libnl-route-3-dev, - libosmocore-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.2.0), + libosmocore-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.3.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.3.0) + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups
-- To view, visit
https://gerrit.osmocom.org/c/osmo-uecups/+/31233
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-uecups Gerrit-Branch: master Gerrit-Change-Id: Id3914e2de4f72de606b08ebfc55b7eaa53da1cbc Gerrit-Change-Number: 31233 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 4 months
1
0
0
0
Change in osmo-sgsn[master]: Bump version: 1.9.0.56-07fe-dirty → 1.10.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/31229
) Change subject: Bump version: 1.9.0.56-07fe-dirty → 1.10.0 ...................................................................... Bump version: 1.9.0.56-07fe-dirty → 1.10.0 Change-Id: I89eb79ffeb28b8dae5b4a5c3cc1142d07052692c --- M TODO-RELEASE M configure.ac M contrib/osmo-sgsn.spec.in M debian/changelog M debian/control 5 files changed, 99 insertions(+), 32 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/TODO-RELEASE b/TODO-RELEASE index 21bfa66..1c5d61f 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #component what description / commit summary line -libgtp >1.9.0 gtp_T_defs \ No newline at end of file diff --git a/configure.ac b/configure.ac index 5985cf8..815c296 100644 --- a/configure.ac +++ b/configure.ac @@ -38,23 +38,23 @@ CFLAGS="$CFLAGS -std=gnu11" dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) -PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.5.0) -PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.6.0) +PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.10.0) # Enable/disable 3G aka IuPS + IuCS support? AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS and IuCS interfaces])], [osmo_ac_iu="$enableval"],[osmo_ac_iu="no"]) if test "x$osmo_ac_iu" = "xyes" ; then - PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.6.0) + PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) - PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.3.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0) AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support]) fi AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes") diff --git a/contrib/osmo-sgsn.spec.in b/contrib/osmo-sgsn.spec.in index bc74688..cfc6f26 100644 --- a/contrib/osmo-sgsn.spec.in +++ b/contrib/osmo-sgsn.spec.in @@ -34,20 +34,20 @@ %endif BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libgtp) >= 1.9.0 -BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.5.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.3.0 -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 -BuildRequires: pkgconfig(libosmogb) >= 1.7.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libgtp) >= 1.10.0 +BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.6.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 +BuildRequires: pkgconfig(libosmogb) >= 1.8.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 %{?systemd_requires} %if %{with_iu} BuildRequires: pkgconfig(libasn1c) -BuildRequires: pkgconfig(libosmo-ranap) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 %endif %description diff --git a/debian/changelog b/debian/changelog index b695250..0b8ed8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,71 @@ +osmo-sgsn (1.10.0) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * configure.ac: do not require unused dlsym/dlopen + * gprs_llc: fix misleading spacing in gprs_llc_rcvmsg() + * gprs_llc.h: use '#pragma once' + * llc: gprs_llc_fcs(): make the input data pointer const + + [ Max ] + * Set working directory in systemd service file + * SNDCP: log more details on failure + * GTP: migrate from deprecated function + * Constify LLC/SNDCP parameters + * GMM: permit E_GMM_COMMON_PROC_SUCCESS in normal state + * ctrl: take both address and port from vty config + + [ Pau Espin Pedrol ] + * vty: Make new libgtp tdefs configurable through VTY + * sndcp: Put decompress handling code into helper function + * Move gprs_gb_parse.[c,h] to tests/sgsn/ + * Create new specific file for BSSGP code + * Move some functions gprs_gb.[c,h] -> gprs_gmm.[c,h] + * Rename gprs_gb.[c,h] -> gprs_ns.[c,h] + * Move gprs_tmr_to_secs() to tests/gprs/gprs_test.c + * cosmetic: gprs_llc_vty.c: Fix trailing whitespace + * vty: Fix wrong value_string used to print llme state + * Standarize lle and llme state enum & value_string + * Remove unused function gprs_parse_mi_tmsi() + * Replace gprs_str_to_apn() with libosmocore API osmo_apn_from_str() + * Move struct sgsn_ggsn_ctx to its own file gtp_ggsn.{c,h} + * gprs_subscriber: Move API declarations to correct header + * Move gprs_sndcp_vty_init() declaration to gprs_sndcp.h + * Introduce new header file sgsn/gtp.h + * Fix -Werror=old-style-definition + * Move related structs to gprs_subscriber.h + * Remove unneeded extern declaration from libosmocotrl + * Keep sgsn subsystems under struct sgsn_instance lifecycle + * Move global ggsn_list into struct sgsn_instance + * Move struct apn_ctx and APN related definitions to its own file + * Move struct sgsn_subscriber_pdp_data to gprs_subscriber.h + * sgsn.h: Drop declaration of non existing function + * Properly split llc->sndcp->gtp unitdata pathi through extra func call + * Move func defintions of funcs implemented in gprs_sndcp.c to gprs_sndcp.h + * sndcp: Standarize unitdata function naming + * Move gtp related functions to gtp.h + * Move global apn_list inside struct sgsn_instance + * gtp_{ggsn,mme}: Allocate contexts under struct sgsn_instance + * Move extern declarations of tall_sgsn_ctx to sgsn.h + * Drop extern declarations of global sgsn_instance in source files + * Move sgsn_pdp_ctx to its own file pdpctx.{c,h} + * Move global pdp_list inside struct sgsn_instance + * Move gtphub header to include/osmocom/gtphub/ + * Move sgsn_ctrl_cmds_install() declaration to sgsn.h + * Move LOGGSUBSCRP to gprs_subscriber.h + * Rename bscconfig.h -> config.h + * gtphub.h: Remove dependency on sgsn/gprs_sgsn.h + * Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h} + * Move global mmctx list into struct sgsn_instance + * vty: Introduce encryption cipher-plugin-path command + * Fix extra whitespace in pdpctx_ctr_description + + [ Oliver Smith ] + * contrib/jenkins.sh: use enable-werror with IU too + * sgsn_libgtp: cb_data_ind: remove mm_idle assert + * osmo-gtphub.cfg: fix conflict with osmo-ggsn.cfg + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 17:34:26 +0100 + osmo-sgsn (1.9.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 650e9be..2b5a5f8 100644 --- a/debian/control +++ b/debian/control @@ -11,16 +11,16 @@ pkg-config, libtalloc-dev, libc-ares-dev, - libgtp-dev (>= 1.9.0), - libosmocore-dev (>= 1.7.0), - libosmo-abis-dev (>= 1.3.0), - libosmo-netif-dev (>= 1.2.0), - libosmo-gsup-client-dev (>= 1.5.0), + libgtp-dev (>= 1.10.0), + libosmocore-dev (>= 1.8.0), + libosmo-abis-dev (>= 1.4.0), + libosmo-netif-dev (>= 1.3.0), + libosmo-gsup-client-dev (>= 1.6.0), libasn1c-dev (>= 0.9.30), - libosmo-ranap-dev (>= 1.3.0), - libosmo-sigtran-dev (>= 1.6.0), - libosmo-sccp-dev (>= 1.6.0), - osmo-gsm-manuals-dev (>= 1.3.0) + libosmo-ranap-dev (>= 1.4.0), + libosmo-sigtran-dev (>= 1.7.0), + libosmo-sccp-dev (>= 1.7.0), + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
-- To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/31229
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn Gerrit-Branch: master Gerrit-Change-Id: I89eb79ffeb28b8dae5b4a5c3cc1142d07052692c Gerrit-Change-Number: 31229 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 4 months
1
0
0
0
Change in osmo-sgsn[master]: Bump version: 1.9.0.56-07fe-dirty → 1.10.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/31229
) Change subject: Bump version: 1.9.0.56-07fe-dirty → 1.10.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/31229
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn Gerrit-Branch: master Gerrit-Change-Id: I89eb79ffeb28b8dae5b4a5c3cc1142d07052692c Gerrit-Change-Number: 31229 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 07 Feb 2023 16:42:34 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 4 months
1
0
0
0
← Newer
1
...
201
202
203
204
205
206
207
...
261
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
260
261
Results per page:
10
25
50
100
200