[MERGED] meta-telephony[201705]: osmocom: Update recipes to latest master

2018-03-27 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: osmocom: Update recipes to latest master
..


osmocom: Update recipes to latest master

Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
---
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-sccp/libosmo-sccp_git.bb
M recipes-osmocom/libosmocore/libosmocore_git.bb
M recipes-osmocom/openbsc/openbsc_git.bb
M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
M recipes-osmocom/osmo-hlr/osmo-hlr_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-sgsn/osmo-sgsn_git.bb
M recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
15 files changed, 18 insertions(+), 18 deletions(-)

Approvals:
  Pau Espin Pedrol: Verified
  Harald Welte: Looks good to me, approved



diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb 
b/recipes-misc/libsmpp/libsmpp34_git.bb
index 73933c8..6cfe4e5 100644
--- a/recipes-misc/libsmpp/libsmpp34_git.bb
+++ b/recipes-misc/libsmpp/libsmpp34_git.bb
@@ -6,9 +6,9 @@
 DEPENDS = "libxml2"
 
 S = "${WORKDIR}/git"
-SRCREV = "7c2232e0ffd8751376d354fb95a86467d68d3bc8"
+SRCREV = "0cad3b4538710a91881ddbb80424c2d7c62de962"
 SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
-PV = "1.12+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "r0"
 
 PARALLEL_MAKE = ""
diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb 
b/recipes-osmocom/libasn1c/libasn1c_git.bb
index 8554d70..af6486e 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 = "bd2173796d90db181c22034e4acbe391d2cb57ce"
+SRCREV = "202022eaa9c36d1209cf024830b99d7d2463663e"
 SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=git"
 PV = "0.9.28+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 4a07b20..8d1b56e 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -3,7 +3,7 @@
 DEPENDS += "libtalloc"
 
 S = "${WORKDIR}/git"
-SRCREV = "d1dd22c38e86f123c8f9a93c2789deafdfcb9265"
+SRCREV = "49917c129b1456585258b0ebe89a513ecef823a8"
 SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
 PV = "0.4.0+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 094efbc..cc1795a 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -3,7 +3,7 @@
 DEPENDS += "libtalloc lksctp-tools"
 
 S = "${WORKDIR}/git"
-SRCREV = "c72be77aa330c968f9f1d624e38141b3c2e24323"
+SRCREV = "9d726d0e56665b4439bb4efe782be06be2e83ffb"
 SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
 PV = "0.1.1+gitr${SRCPV}"
 PR = "${INC_PR}.1"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb 
b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 23a97eb..23ee6b7 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "6cd8d1243711f4de2f1314c7b87b972572cdec4e"
+SRCREV = "58fcc5344ea0e914c7f9be69c309998d243142bd"
 SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
 PV = "0.8.1+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb 
b/recipes-osmocom/libosmocore/libosmocore_git.bb
index a3c18ba..98081bf 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,10 +1,10 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "32e5641dbbfd91b650a9ec8cf62d28fd22109e9e"
+SRCREV = "a2501a20651bad1c1645547c8ad99af4f5c64e2e"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
 PV = "0.10.2+gitr${SRCPV}"
-PR = "r1"
+PR = "r0"
 
 DEPENDS += "libtalloc gnutls"
 
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb 
b/recipes-osmocom/openbsc/openbsc_git.bb
index 59150d8..7aee169 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -4,7 +4,7 @@
 PRINC = "0"
 PR = "${INC_PR}.0"
 
-SRCREV = "5d69fa52cf1e679e391519dd841da1579d640087"
+SRCREV = "c6382b5e0b4790d15681e89f704465160b9aef1d"
 SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
 
 S = "${WORKDIR}/git/openbsc"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb 
b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index d04c60f..ef1eee9 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
+++ 

meta-telephony[201705]: osmocom: Update recipes to latest master

2018-03-27 Thread Harald Welte

Patch Set 1: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/7533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


meta-telephony[201705]: osmocom: Update recipes to latest master

2018-03-27 Thread Pau Espin Pedrol

Patch Set 1:

TODO: once this is merged:
- meta-telephony: rebase laforge/nightly on top of updated 201705.
- meta-sysmocom-bsp: merge local brnach pespin/new-release into 201705.
- meta-sysmocom-bsp: rebase laforge/nightly on top of updated 201705.

-- 
To view, visit https://gerrit.osmocom.org/7533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


meta-telephony[201705]: osmocom: Update recipes to latest master

2018-03-27 Thread Pau Espin Pedrol

Patch Set 1:

I also did some running tests in my sysmobts a few days ago and everything was 
fine.

-- 
To view, visit https://gerrit.osmocom.org/7533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


meta-telephony[201705]: osmocom: Update recipes to latest master

2018-03-27 Thread Pau Espin Pedrol

Patch Set 1: Verified+1

I build tested this branch.
It has also been working fine while running in laforge/nightly (next commits 
are cherry-picked from it as components are upgraded in here).

-- 
To view, visit https://gerrit.osmocom.org/7533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[PATCH] meta-telephony[201705]: osmocom: Update recipes to latest master

2018-03-27 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/7533

osmocom: Update recipes to latest master

Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
---
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-sccp/libosmo-sccp_git.bb
M recipes-osmocom/libosmocore/libosmocore_git.bb
M recipes-osmocom/openbsc/openbsc_git.bb
M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
M recipes-osmocom/osmo-hlr/osmo-hlr_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-sgsn/osmo-sgsn_git.bb
M recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
15 files changed, 18 insertions(+), 18 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/33/7533/1

diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb 
b/recipes-misc/libsmpp/libsmpp34_git.bb
index 73933c8..6cfe4e5 100644
--- a/recipes-misc/libsmpp/libsmpp34_git.bb
+++ b/recipes-misc/libsmpp/libsmpp34_git.bb
@@ -6,9 +6,9 @@
 DEPENDS = "libxml2"
 
 S = "${WORKDIR}/git"
-SRCREV = "7c2232e0ffd8751376d354fb95a86467d68d3bc8"
+SRCREV = "0cad3b4538710a91881ddbb80424c2d7c62de962"
 SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
-PV = "1.12+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "r0"
 
 PARALLEL_MAKE = ""
diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb 
b/recipes-osmocom/libasn1c/libasn1c_git.bb
index 8554d70..af6486e 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 = "bd2173796d90db181c22034e4acbe391d2cb57ce"
+SRCREV = "202022eaa9c36d1209cf024830b99d7d2463663e"
 SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=git"
 PV = "0.9.28+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 4a07b20..8d1b56e 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -3,7 +3,7 @@
 DEPENDS += "libtalloc"
 
 S = "${WORKDIR}/git"
-SRCREV = "d1dd22c38e86f123c8f9a93c2789deafdfcb9265"
+SRCREV = "49917c129b1456585258b0ebe89a513ecef823a8"
 SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
 PV = "0.4.0+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 094efbc..cc1795a 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -3,7 +3,7 @@
 DEPENDS += "libtalloc lksctp-tools"
 
 S = "${WORKDIR}/git"
-SRCREV = "c72be77aa330c968f9f1d624e38141b3c2e24323"
+SRCREV = "9d726d0e56665b4439bb4efe782be06be2e83ffb"
 SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
 PV = "0.1.1+gitr${SRCPV}"
 PR = "${INC_PR}.1"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb 
b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 23a97eb..23ee6b7 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "6cd8d1243711f4de2f1314c7b87b972572cdec4e"
+SRCREV = "58fcc5344ea0e914c7f9be69c309998d243142bd"
 SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
 PV = "0.8.1+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb 
b/recipes-osmocom/libosmocore/libosmocore_git.bb
index a3c18ba..98081bf 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,10 +1,10 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "32e5641dbbfd91b650a9ec8cf62d28fd22109e9e"
+SRCREV = "a2501a20651bad1c1645547c8ad99af4f5c64e2e"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
 PV = "0.10.2+gitr${SRCPV}"
-PR = "r1"
+PR = "r0"
 
 DEPENDS += "libtalloc gnutls"
 
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb 
b/recipes-osmocom/openbsc/openbsc_git.bb
index 59150d8..7aee169 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -4,7 +4,7 @@
 PRINC = "0"
 PR = "${INC_PR}.0"
 
-SRCREV = "5d69fa52cf1e679e391519dd841da1579d640087"
+SRCREV = "c6382b5e0b4790d15681e89f704465160b9aef1d"
 SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
 
 S = "${WORKDIR}/git/openbsc"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb 
b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index d04c60f..ef1eee9 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 = "4bd710d107786ecf838f568171a0175d157e809d"