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
2026
August
July
June
May
April
March
February
January
2025
December
November
October
September
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
August 2026
----- 2026 -----
August 2026
July 2026
June 2026
May 2026
April 2026
March 2026
February 2026
January 2026
----- 2025 -----
December 2025
November 2025
October 2025
September 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
1 participants
1434 discussions
Start a n
N
ew thread
[S] Change in meta-telephony[201705]: libsmpp34: Split into .inc + _git.bb files
by pespin
21 Aug '26
21 Aug '26
pespin has submitted this change. (
https://gerrit.osmocom.org/c/meta-telephony/+/43358?usp=email
) Change subject: libsmpp34: Split into .inc + _git.bb files ...................................................................... libsmpp34: Split into .inc + _git.bb files This way it is more similar to other osmocom recipes we usually update during OsmoCNI release. While at it, add INC_PR as part of PR, and avoid using hardcoded version value in PV (use $SRCREV instead), as done in all osmocom recipes. Change-Id: Ie8b46a97ea0f91095a74dc0d55647547a77fb541 --- A recipes-misc/libsmpp/libsmpp34.inc M recipes-misc/libsmpp/libsmpp34_git.bb 2 files changed, 18 insertions(+), 15 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/recipes-misc/libsmpp/libsmpp34.inc b/recipes-misc/libsmpp/libsmpp34.inc new file mode 100644 index 0000000..0de6b8d --- /dev/null +++ b/recipes-misc/libsmpp/libsmpp34.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "C Open SMPP library" +HOMEPAGE = "
http://osmocom.org/projects/libsmpp34/
" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" +SECTION = "libs" +DEPENDS = "libxml2" + +PARALLEL_MAKE = "" + +INC_PR="r0.${META_TELEPHONY_OSMO_INC}" + +inherit autotools pkgconfig + +PACKAGES =+ "${PN}-apps" +FILES_${PN}-apps = "${bindir}/*" diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb index 6dda1fa..c225ecf 100644 --- a/recipes-misc/libsmpp/libsmpp34_git.bb +++ b/recipes-misc/libsmpp/libsmpp34_git.bb @@ -1,19 +1,7 @@ -DESCRIPTION = "C Open SMPP library" -HOMEPAGE = "
http://osmocom.org/projects/libsmpp34/
" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -SECTION = "libs" -DEPENDS = "libxml2" +require ${PN}.inc S = "${WORKDIR}/git" SRCREV = "1.14.3" SRC_URI = "
git://gerrit.osmocom.org/libsmpp34.git;protocol=https;tag=${SRCREV};nobranc…
" -PV = "1.14.3+gitr${SRCPV}" -PR = "r0" - -PARALLEL_MAKE = "" - -inherit autotools pkgconfig - -PACKAGES =+ "${PN}-apps" -FILES_${PN}-apps = "${bindir}/*" +PV = "${SRCREV}+gitr${SRCPV}" +PR = "${INC_PR}.0" -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43358?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: Ie8b46a97ea0f91095a74dc0d55647547a77fb541 Gerrit-Change-Number: 43358 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in meta-telephony[201705]: Update Osmocom recipes to latest tags (release 202608)
by pespin
21 Aug '26
21 Aug '26
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/meta-telephony/+/43361?usp=email
) Change subject: Update Osmocom recipes to latest tags (release 202608) ...................................................................... Patch Set 1: Code-Review+2 Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43361?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: I5592d846b8564586a6e56d0a7356daf1dde8c0a9 Gerrit-Change-Number: 43361 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Fri, 21 Aug 2026 10:06:03 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in meta-telephony[201705]: osmo-ggsn: depend on libosmo-netif
by pespin
21 Aug '26
21 Aug '26
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/meta-telephony/+/43360?usp=email
) Change subject: osmo-ggsn: depend on libosmo-netif ...................................................................... Patch Set 1: Code-Review+2 Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43360?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: I0f9da0f68d07aff367948df51c6ae2822d6c3941 Gerrit-Change-Number: 43360 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-CC: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Fri, 21 Aug 2026 10:05:59 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in meta-telephony[201705]: Fix hardcoded PV in multiple osmocom recipes
by pespin
21 Aug '26
21 Aug '26
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/meta-telephony/+/43359?usp=email
) Change subject: Fix hardcoded PV in multiple osmocom recipes ...................................................................... Patch Set 1: Code-Review+2 Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43359?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: I14d1c10da2f40c2904f6d228046e9f9768ae9f07 Gerrit-Change-Number: 43359 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Fri, 21 Aug 2026 10:05:56 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[S] Change in meta-telephony[201705]: libsmpp34: Split into .inc + _git.bb files
by pespin
21 Aug '26
21 Aug '26
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/meta-telephony/+/43358?usp=email
) Change subject: libsmpp34: Split into .inc + _git.bb files ...................................................................... Patch Set 1: Code-Review+2 Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43358?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: Ie8b46a97ea0f91095a74dc0d55647547a77fb541 Gerrit-Change-Number: 43358 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Fri, 21 Aug 2026 10:05:51 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[S] Change in meta-telephony[201705]: Update Osmocom recipes to latest tags (release 202608)
by pespin
21 Aug '26
21 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/meta-telephony/+/43361?usp=email
) Change subject: Update Osmocom recipes to latest tags (release 202608) ...................................................................... Update Osmocom recipes to latest tags (release 202608) Change-Id: I5592d846b8564586a6e56d0a7356daf1dde8c0a9 --- M recipes-misc/libsmpp/libsmpp34_git.bb M recipes-osmocom/libasn1c/libasn1c_git.bb M recipes-osmocom/libosmo-abis/libosmo-abis_git.bb M recipes-osmocom/libosmo-netif/libosmo-netif_git.bb M recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb M recipes-osmocom/libosmocore/libosmocore_git.bb M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb M recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb M recipes-osmocom/osmo-hlr/osmo-hlr_git.bb M recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb M recipes-osmocom/osmo-iuh/osmo-iuh_git.bb M recipes-osmocom/osmo-mgw/osmo-mgw_git.bb M recipes-osmocom/osmo-msc/osmo-msc_git.bb M recipes-osmocom/osmo-pcap/osmo-pcap_git.bb M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb 16 files changed, 16 insertions(+), 16 deletions(-) git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/61/43361/1 diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb index c225ecf..5cfd5b5 100644 --- a/recipes-misc/libsmpp/libsmpp34_git.bb +++ b/recipes-misc/libsmpp/libsmpp34_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.14.3" +SRCREV = "1.14.6" SRC_URI = "
git://gerrit.osmocom.org/libsmpp34.git;protocol=https;tag=${SRCREV};nobranc…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb b/recipes-osmocom/libasn1c/libasn1c_git.bb index bc6cdcf..96a9378 100644 --- a/recipes-osmocom/libasn1c/libasn1c_git.bb +++ b/recipes-osmocom/libasn1c/libasn1c_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "0.9.37" +SRCREV = "0.9.39" SRC_URI = "
git://gerrit.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb index 0ba9259..5b988db 100644 --- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb +++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "2.1.0" +SRCREV = "2.2.0" SRC_URI = "
git://gerrit.osmocom.org/libosmo-abis.git;protocol=https;tag=${SRCREV};nobr…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb index 3e5885c..7eb6a6c 100644 --- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb +++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.7.0" +SRCREV = "1.8.0" SRC_URI = "
git://gerrit.osmocom.org/libosmo-netif.git;protocol=https;tag=${SRCREV};nob…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb b/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb index d4b5b4e..306c64e 100644 --- a/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb +++ b/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "2.2.1" +SRCREV = "2.3.0" SRC_URI = "
git://gerrit.osmocom.org/libosmo-sigtran.git;protocol=https;tag=${SRCREV};n…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index 5b9cd67..df948fe 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.14.0" +SRCREV = "1.14.2" SRC_URI = "
git://gerrit.osmocom.org/libosmocore.git;protocol=https;tag=${SRCREV};nobra…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb index 3719a88..d50b97b 100644 --- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb +++ b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.14.1" +SRCREV = "1.15.0" SRC_URI = "
git://gerrit.osmocom.org/osmo-bsc.git;protocol=https;tag=${SRCREV};nobranch…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb index 9034673..cdfe136 100644 --- a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb +++ b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "0.5.1" +SRCREV = "0.5.2" SRC_URI = "
git://gerrit.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobr…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb index 884dbdd..506ef04 100644 --- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb +++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.14.0" +SRCREV = "1.15.0" SRC_URI = "
git://gerrit.osmocom.org/osmo-ggsn;protocol=https;tag=${SRCREV};nobranch=1
\ file://0001-libgtp-set-PDP_MAX-to-128.patch \ " diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb index cdd90c2..03ee12d 100644 --- a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb +++ b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.9.2" +SRCREV = "1.9.4" SRC_URI = "
git://gerrit.osmocom.org/osmo-hlr.git;protocol=https;tag=${SRCREV};nobranch…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb index 209456b..95dbacf 100644 --- a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb +++ b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.8.1" +SRCREV = "1.9.0" SRC_URI = "
git://gerrit.osmocom.org/osmo-hnbgw.git;protocol=https;tag=${SRCREV};nobran…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb index d8a90af..c011cbc 100644 --- a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb +++ b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.8.0" +SRCREV = "1.8.1" SRC_URI = "
git://gerrit.osmocom.org/osmo-iuh.git;protocol=https;tag=${SRCREV};nobranch…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb index caae2d0..2e2ce96 100644 --- a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb +++ b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.15.0" +SRCREV = "1.16.1" SRC_URI = "
git://gerrit.osmocom.org/osmo-mgw.git;protocol=https;tag=${SRCREV};nobranch…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-msc/osmo-msc_git.bb b/recipes-osmocom/osmo-msc/osmo-msc_git.bb index fb0bd57..7d5b429 100644 --- a/recipes-osmocom/osmo-msc/osmo-msc_git.bb +++ b/recipes-osmocom/osmo-msc/osmo-msc_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.15.0" +SRCREV = "1.16.0" SRC_URI = "
git://gerrit.osmocom.org/osmo-msc.git;protocol=https;tag=${SRCREV};nobranch…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb index 8b75a47..4a3e988 100644 --- a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb +++ b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "0.6.0" +SRCREV = "0.8.1" SRC_URI = "
git://gerrit.osmocom.org/osmo-pcap.git;protocol=https;tag=${SRCREV};nobranc…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb index 26cf3d6..20ecedf 100644 --- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb +++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "1.13.1" +SRCREV = "1.13.2" SRC_URI = "
git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranc…
" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43361?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: I5592d846b8564586a6e56d0a7356daf1dde8c0a9 Gerrit-Change-Number: 43361 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[XS] Change in meta-telephony[201705]: osmo-ggsn: depend on libosmo-netif
by pespin
21 Aug '26
21 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/meta-telephony/+/43360?usp=email
) Change subject: osmo-ggsn: depend on libosmo-netif ...................................................................... osmo-ggsn: depend on libosmo-netif Related: osmo-ggsn I8d8fae362f302d48afaed28a9c664f76ca4a2739 Change-Id: I0f9da0f68d07aff367948df51c6ae2822d6c3941 --- M recipes-osmocom/osmo-ggsn/osmo-ggsn.inc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/60/43360/1 diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc b/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc index 276ac47..929816d 100644 --- a/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc +++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc @@ -3,7 +3,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -DEPENDS = "libosmocore" +DEPENDS = "libosmocore libosmo-netif" INC_PR="r4.${META_TELEPHONY_OSMO_INC}" -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43360?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: I0f9da0f68d07aff367948df51c6ae2822d6c3941 Gerrit-Change-Number: 43360 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-CC: osmith <osmith(a)sysmocom.de>
1
0
0
0
[S] Change in meta-telephony[201705]: libsmpp34: Split into .inc + _git.bb files
by pespin
21 Aug '26
21 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/meta-telephony/+/43358?usp=email
) Change subject: libsmpp34: Split into .inc + _git.bb files ...................................................................... libsmpp34: Split into .inc + _git.bb files This way it is more similar to other osmocom recipes we usually update during OsmoCNI release. While at it, add INC_PR as part of PR, and avoid using hardcoded version value in PV (use $SRCREV instead), as done in all osmocom recipes. Change-Id: Ie8b46a97ea0f91095a74dc0d55647547a77fb541 --- A recipes-misc/libsmpp/libsmpp34.inc M recipes-misc/libsmpp/libsmpp34_git.bb 2 files changed, 18 insertions(+), 15 deletions(-) git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/58/43358/1 diff --git a/recipes-misc/libsmpp/libsmpp34.inc b/recipes-misc/libsmpp/libsmpp34.inc new file mode 100644 index 0000000..0de6b8d --- /dev/null +++ b/recipes-misc/libsmpp/libsmpp34.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "C Open SMPP library" +HOMEPAGE = "
http://osmocom.org/projects/libsmpp34/
" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" +SECTION = "libs" +DEPENDS = "libxml2" + +PARALLEL_MAKE = "" + +INC_PR="r0.${META_TELEPHONY_OSMO_INC}" + +inherit autotools pkgconfig + +PACKAGES =+ "${PN}-apps" +FILES_${PN}-apps = "${bindir}/*" diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb index 6dda1fa..c225ecf 100644 --- a/recipes-misc/libsmpp/libsmpp34_git.bb +++ b/recipes-misc/libsmpp/libsmpp34_git.bb @@ -1,19 +1,7 @@ -DESCRIPTION = "C Open SMPP library" -HOMEPAGE = "
http://osmocom.org/projects/libsmpp34/
" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -SECTION = "libs" -DEPENDS = "libxml2" +require ${PN}.inc S = "${WORKDIR}/git" SRCREV = "1.14.3" SRC_URI = "
git://gerrit.osmocom.org/libsmpp34.git;protocol=https;tag=${SRCREV};nobranc…
" -PV = "1.14.3+gitr${SRCPV}" -PR = "r0" - -PARALLEL_MAKE = "" - -inherit autotools pkgconfig - -PACKAGES =+ "${PN}-apps" -FILES_${PN}-apps = "${bindir}/*" +PV = "${SRCREV}+gitr${SRCPV}" +PR = "${INC_PR}.0" -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43358?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: Ie8b46a97ea0f91095a74dc0d55647547a77fb541 Gerrit-Change-Number: 43358 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[XS] Change in meta-telephony[201705]: Fix hardcoded PV in multiple osmocom recipes
by pespin
21 Aug '26
21 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/meta-telephony/+/43359?usp=email
) Change subject: Fix hardcoded PV in multiple osmocom recipes ...................................................................... Fix hardcoded PV in multiple osmocom recipes Change-Id: I14d1c10da2f40c2904f6d228046e9f9768ae9f07 --- M recipes-osmocom/libasn1c/libasn1c_git.bb M recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb M recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/59/43359/1 diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb b/recipes-osmocom/libasn1c/libasn1c_git.bb index f7496c9..bc6cdcf 100644 --- a/recipes-osmocom/libasn1c/libasn1c_git.bb +++ b/recipes-osmocom/libasn1c/libasn1c_git.bb @@ -3,5 +3,5 @@ S = "${WORKDIR}/git" SRCREV = "0.9.37" SRC_URI = "
git://gerrit.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch…
" -PV = "0.9.37+gitr${SRCPV}" +PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb index 151ff29..9034673 100644 --- a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb +++ b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb @@ -3,5 +3,5 @@ S = "${WORKDIR}/git" SRCREV = "0.5.1" SRC_URI = "
git://gerrit.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobr…
" -PV = "0.5.0+gitr${SRCPV}" +PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb index 552892b..26cf3d6 100644 --- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb +++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb @@ -3,5 +3,5 @@ S = "${WORKDIR}/git" SRCREV = "1.13.1" SRC_URI = "
git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranc…
" -PV = "1.13.1+gitr${SRCPV}" +PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb index 708f783..a3ce742 100644 --- a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb +++ b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb @@ -3,5 +3,5 @@ S = "${WORKDIR}/git" SRCREV = "0.3.2" SRC_URI = "
git://gerrit.osmocom.org/osmo-sysmon.git;protocol=https;tag=${SRCREV};nobra…
" -PV = "0.3.2+gitr${SRCPV}" +PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" -- To view, visit
https://gerrit.osmocom.org/c/meta-telephony/+/43359?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-Change-Id: I14d1c10da2f40c2904f6d228046e9f9768ae9f07 Gerrit-Change-Number: 43359 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[L] Change in onomondo-eim[master]: contrib: restructure REST API usage examples (tryme-scripts)
by jolly
21 Aug '26
21 Aug '26
Attention is currently required from: dexter, laforge. jolly has posted comments on this change by dexter. (
https://gerrit.osmocom.org/c/onomondo-eim/+/43142?usp=email
) Change subject: contrib: restructure REST API usage examples (tryme-scripts) ...................................................................... Patch Set 4: Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/onomondo-eim/+/43142?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: onomondo-eim Gerrit-Branch: master Gerrit-Change-Id: I4e42ce85c84b47d3561011083da4a1e54958fd8e Gerrit-Change-Number: 43142 Gerrit-PatchSet: 4 Gerrit-Owner: dexter <pmaier(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: jolly <andreas(a)eversberg.eu> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Attention: dexter <pmaier(a)sysmocom.de> Gerrit-Comment-Date: Fri, 21 Aug 2026 09:46:57 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
← Newer
1
...
4
5
6
7
8
9
10
...
144
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
Results per page:
10
25
50
100
200