This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 "Cellmanager NG, intended to interface with BSplus".
The branch, master has been updated
via bfa6d0703f9c3b4fb2db13574e5c14243eaeaf4c (commit)
via 9e0723fb6d1d35572254b46c4f089acb7a33f909 (commit)
from 2012f40ec39d9045e85b63ef188691ee4efb9753 (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/cellmgr-ng/commit/?id=bfa6d0703f9c3b4fb2db13574e5c14243eaeaf4c
commit bfa6d0703f9c3b4fb2db13574e5c14243eaeaf4c
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Wed Jan 18 09:23:31 2017 +0100
build: Remove old left over from before libosmocore..
Change-Id: Id3c41595475dac06dcdf3a104570640349c8f8bf
http://cgit.osmocom.org/cellmgr-ng/commit/?id=9e0723fb6d1d35572254b46c4f089acb7a33f909
commit 9e0723fb6d1d35572254b46c4f089acb7a33f909
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Wed Jan 18 09:13:43 2017 +0100
build: Link -losmocore last to please Ubuntu linker
It seems that the Ubuntu linker is quite picky in where it is looking
for symbols. Link libosmocore (and as such talloc) last of the Osmocom
libraries. This could fix:
gcc -Wall -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -DNO_UNIPORTE -g -O2 -fdebug-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o cellmgr_ng main.o mtp_layer3.o thread.o ipaccess.o pcap.o bss_patch.o bssap_sccp.o bsc_sccp.o bsc_ussd.o links.o msc_conn.o link_udp.o snmp_mtp.o debug.o isup.o mtp_link.o counter.o sccp_state.o bsc.o ss7_application.o vty_interface_legacy.o vty_interface_cmds.o mgcp_patch.o mgcp_callagent.o isup_filter.o -ltalloc -losmocore -ltalloc -losmogsm -losmocore -ltalloc -losmovty -losmocore -losmosccp -losmoxua -lpthread -lnetsnmp -lcrypto
[ 79s] /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libosmosccp.so: undefined reference to `talloc_free'
Change-Id: I94c87496ebffd41a6217d860b0ca4bed6ff2d24c
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Cellmanager NG, intended to interface with BSplus