This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom layer for OpenEmbedded".
The branch, laforge/nightly has been updated
via 26ebed66eef7a5016ced9a5950c49653508e6ad2 (commit)
from 507e6e6d659d281e010928243bb0423355ec045f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/meta-telephony/commit/?id=26ebed66eef7a5016ced9a595…
commit 26ebed66eef7a5016ced9a5950c49653508e6ad2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jun 2 18:33:02 2017 +0800
libosmo-sccp: Attempt to fix link issue on 201705-nightly builds
This project will build some static libraries needed for testing
and also for downstream users. Do not disable the static build on
newer Poky versions.
arm-poky-linux-gnueabi-libtool: link: arm-poky-linux-gnueabi-gcc -march=armv5te -marm --sysroot=/home/jenkinsdebian8amd64/jenkins/workspace/201705-nightly/label/Debian8-AMD64/build/tmp/work/armv5te-poky-linux-gnueabi/libosmo-sccp/git-r1.18.1/recipe-sysroot -Wall -I/home/jenkinsdebian8amd64/jenkins/workspace/201705-nightly/label/Debian8-AMD64/build/tmp/work/armv5te-poky-linux-gnueabi/libosmo-sccp/git-r1.18.1/recipe-sysroot/usr/include/ -I/home/jenkinsdebian8amd64/jenkins/workspace/201705-nightly/label/Debian8-AMD64/build/tmp/work/armv5te-poky-linux-gnueabi/libosmo-sccp/git-r1.18.1/recipe-sysroot/usr/include/ -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/jenkinsdebian8amd64/jenkins/workspace/201705-nightly/label/Debian8-AMD64/build/tmp/work/armv5te-poky-linux-gnueabi/libosmo-sccp/git-r1.18.1=/usr/src/debug/libosmo-sccp/git-r1.18.1 -fdebug-prefix-map=/home/jenkinsdebian8amd64/jenkins/workspace/201705-nightly/label/Debian8-AMD64/build/tmp/work/armv5te-poky-linux-gnueabi/libosmo-sccp/git-r1.18.1/recipe-sysroot-native= -fdebug-prefix-map=/home/jenkinsdebian8amd64/jenkins/workspace/201705-nightly/label/Debian8-AMD64/build/tmp/work/armv5te-poky-linux-gnueabi/libosmo-sccp/git-r1.18.1/recipe-sysroot= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o xua_test xua_test.o sccp_test_data.o ../../src/.libs/libosmo-sigtran.so -losmogsm -ltalloc -losmovty -losmocore -losmonetif -lsctp
| xua_test.o: In function `test_helpers':
| /usr/src/debug/libosmo-sccp/git-r1.18.1/git/tests/xua/xua_test.c:160: undefined reference to `xua_part_add_gt'
| /usr/src/debug/libosmo-sccp/git-r1.18.1/git/tests/xua/xua_test.c:168: undefined reference to `sua_parse_gt'
| xua_test.o: In function `test_sccp2sua_case':
Change-Id: I80eea9ac888ab4b13614ff475bebacb94b72b0f2
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Osmocom layer for OpenEmbedded
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via de99be4afbc35e22f4f0263b0e9661dcecdc1ea2 (commit)
from d1f8001cdf7ddc4ae5e0319af5a6a021f03fdb07 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=de99be4afbc35e22f4f0263b0e9661d…
commit de99be4afbc35e22f4f0263b0e9661dcecdc1ea2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jul 30 16:55:00 2017 +0200
L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAP
So far, L1SAP code is hiding RSL_CHAN_OSMO_PDCH from the bts specific
code below L1SAP. This is some kind of a hack/workaround, making code
and debug output / logs more difficult to understand.
So let's teach the lower layer how to treat RSL_CHAN_OSMO_PDCH and
remove the "hiding" code from the common l1sap.c code.
Change-Id: Iaaa833febe45b82166d3901f10cc5466a7591c19
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/l1sap.h | 1 +
src/common/l1sap.c | 9 +++------
src/common/scheduler.c | 4 ++--
src/osmo-bts-litecell15/l1_if.c | 4 ++--
src/osmo-bts-octphy/l1_if.c | 4 ++--
src/osmo-bts-sysmo/l1_if.c | 4 ++--
6 files changed, 12 insertions(+), 14 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via d1f8001cdf7ddc4ae5e0319af5a6a021f03fdb07 (commit)
from 6fe823a7e1aa350584e60ad1813e3e154bbd003a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=d1f8001cdf7ddc4ae5e0319af5a6a02…
commit d1f8001cdf7ddc4ae5e0319af5a6a021f03fdb07
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 27 14:36:17 2017 +0200
VIRT-BTS: Support for GPRS
Change-Id: Id851578c53255866537a16a0be6c3e9268e6ccbc
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-virtual/bts_model.c | 7 +++----
src/osmo-bts-virtual/l1_if.c | 8 ++++----
src/osmo-bts-virtual/main.c | 1 -
3 files changed, 7 insertions(+), 9 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 6fe823a7e1aa350584e60ad1813e3e154bbd003a (commit)
from d208132ab90e3314ae5fbd9830bf43c1b3fa1893 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=6fe823a7e1aa350584e60ad1813e3e1…
commit 6fe823a7e1aa350584e60ad1813e3e154bbd003a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Aug 7 11:51:19 2017 +0200
lc15bts-mgr.service: Prepare dirs and sysctls for the process
Change-Id: I0a0a10ca9498318c48c81fa94faceb2ad4ac1de6
-----------------------------------------------------------------------
Summary of changes:
contrib/lc15bts-mgr.service | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom network interface library".
The branch, master has been updated
via 6032a35be84c87607e295e46f1e37d3dd4e5f1b1 (commit)
from 76c0acb149a03e6d7945e0ee4f4c6355381b7391 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=6032a35be84c87607e295e46f1…
commit 6032a35be84c87607e295e46f1e37d3dd4e5f1b1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Apr 20 12:44:04 2017 +0200
tests: osmo-pcap: Allow different l2 pkts
Before this patch, ETH was assumed and other types were not supported.
This patch also adds Linux cooked packet support for L2.
Change-Id: Ie62fa0a8e45e1e141edb64b116dad185ad9c7a5f
-----------------------------------------------------------------------
Summary of changes:
tests/osmo-pcap-test/Makefile.am | 2 ++
tests/osmo-pcap-test/l2_eth.c | 48 ++++++++++++++++++++++++++++++++++++++
tests/osmo-pcap-test/l2_sll.c | 47 +++++++++++++++++++++++++++++++++++++
tests/osmo-pcap-test/l3_ipv4.c | 12 ++++------
tests/osmo-pcap-test/l4_tcp.c | 4 ++--
tests/osmo-pcap-test/l4_udp.c | 4 ++--
tests/osmo-pcap-test/pcap.c | 50 +++++++++++++++++++++++++---------------
tests/osmo-pcap-test/proto.c | 36 +++++++++++++++++++++--------
tests/osmo-pcap-test/proto.h | 36 +++++++++++++++++++----------
9 files changed, 189 insertions(+), 50 deletions(-)
create mode 100644 tests/osmo-pcap-test/l2_eth.c
create mode 100644 tests/osmo-pcap-test/l2_sll.c
hooks/post-receive
--
Osmocom network interface library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom network interface library".
The branch, master has been updated
via 76c0acb149a03e6d7945e0ee4f4c6355381b7391 (commit)
from 243a3b0372fe738b01c2d32d6f6cb7b7c99a1180 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=76c0acb149a03e6d7945e0ee4f…
commit 76c0acb149a03e6d7945e0ee4f4c6355381b7391
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 17:14:19 2017 +0200
tests: osmo-pcap: Fix per packet timer
Before this commit, the gap time between 2 packets {n-1, n} was being
applied to {n, n+1}.
Change-Id: I715865c1edd1fc2ec9b024671d91eb72559cbdea
-----------------------------------------------------------------------
Summary of changes:
tests/osmo-pcap-test/osmo_pcap.h | 1 +
tests/osmo-pcap-test/pcap.c | 19 ++++++++++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom network interface library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 81a029a4e46bb7c62b2401ec055fe44c5b7568cd (commit)
from 41b6803fd5d69b3a0f126e75d7734425c57644ee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=81a029a4e46bb7c62b2401ec055…
commit 81a029a4e46bb7c62b2401ec055fe44c5b7568cd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Aug 1 15:07:20 2017 +0200
sccp: add function to check sccp addresses
In order to catch invalid CS7 configurations, It is necessary
to check if sccp addresses contain plausible address data.
Change-Id: Ic6245288b0171eae10aa708403c1ddb584c92f38
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 2 ++
src/sccp_user.c | 42 ++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
hooks/post-receive
--
SCCP Library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "asn1c runtime code as shared library".
The branch, master has been updated
via 4151e593e14a9004073c042adc5c433885036aff (commit)
from 20d668cbd3c14ef32fcbd09617fbd3c8e6856ec0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
hooks/post-receive
--
asn1c runtime code as shared library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".
The branch, laforge/ipv6 has been updated
via 56cbbae2724d8babc8cb6ee92b1d58980495725d (commit)
via 4d2e4485ee9c5a9c8419ead4fd52821d6a1508bf (commit)
via 9dfd2d84e5539e7e7468c410ff50328e875b1eae (commit)
from 5a0f66a434bc519383896633004f008292183e4b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openggsn/commit/?id=56cbbae2724d8babc8cb6ee92b1d589…
commit 56cbbae2724d8babc8cb6ee92b1d58980495725d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 8 23:27:22 2017 +0200
IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisement
The 3GPP specs are quite strange when it comes to how an IPv6 address
or rather prefix is assigned to an IPv6 PDP context. The designated
method for allocating the IPv6 address via the PDP EUA (End User
Address) Information Element in the GTP signalling plane is *not*
used to allocate the address/prefix. Instead, the EUA is used to
allocate an "interface identifier" to the MS, which it the uses
to derive its link-local source address to send a router solicitation.
The GGSN subsequently answers witha router advertisement, advertising
a single/64 prefix, whihcthe MS then uses to generate it's real IPv6
source address for subsequent communication.
Change-Id: Icddf7d30e01d76a4784bcef5787b36f52f703a9f
http://cgit.osmocom.org/openggsn/commit/?id=4d2e4485ee9c5a9c8419ead4fd52821…
commit 4d2e4485ee9c5a9c8419ead4fd52821d6a1508bf
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 8 18:10:43 2017 +0200
ippool: Extend pool to work with arbitrary-length prefixes
In IPv6 GPRS, we actually don't want to allocate an individual v6
address (like in IPv4), but we want to allocate a prefix. The
standard prefix lengh is 8 bytes, i.e. a /64 prefix. This patch
extends the pool to be able to work with such v6 prefixes.
Change-Id: I0cf700b6baf195a2e5fbea000531f801acaaa443
http://cgit.osmocom.org/openggsn/commit/?id=9dfd2d84e5539e7e7468c410ff50328…
commit 9dfd2d84e5539e7e7468c410ff50328e875b1eae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 8 18:09:36 2017 +0200
in46_addr: Add new function in46a_prefix_equal()
This function is used to compare an IPv6 address against another,
using the smaller of the two prefix lengths.
Change-Id: Ic993d8abdc90897cb55276f01ae3b8a5eadf5a0d
-----------------------------------------------------------------------
Summary of changes:
ggsn/Makefile.am | 2 +-
ggsn/checksum.c | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++
ggsn/checksum.h | 13 ++++
ggsn/ggsn.c | 36 ++++++++-
ggsn/icmpv6.c | 225 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib/debug.c | 5 ++
lib/in46_addr.c | 19 +++++
lib/in46_addr.h | 1 +
lib/ippool.c | 17 +++--
lib/syserr.h | 1 +
10 files changed, 515 insertions(+), 9 deletions(-)
create mode 100644 ggsn/checksum.c
create mode 100644 ggsn/checksum.h
create mode 100644 ggsn/icmpv6.c
hooks/post-receive
--
The OpenGGSN project
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 41b6803fd5d69b3a0f126e75d7734425c57644ee (commit)
via 473048d0d26f2ac06eec5ce6346967eb293492be (commit)
from 882f340b6c394f581f6c32cafefa10c7b57073b9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
examples/m3ua_example.c | 2 +-
include/osmocom/sigtran/osmo_ss7.h | 5 ++---
include/osmocom/sigtran/sccp_helpers.h | 2 ++
src/osmo_ss7_vty.c | 17 +++++++----------
src/sccp_helpers.c | 6 ++++++
stp/stp_main.c | 2 +-
6 files changed, 19 insertions(+), 15 deletions(-)
hooks/post-receive
--
SCCP Library