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 "An utility library for Open Source Mobile Communications".
The branch, laforge/prbs-tool has been created
at be3459697264cda28e5f471e5bd5cbb0888a7e64 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=be3459697264cda28e5f471e5bd5…
commit be3459697264cda28e5f471e5bd5cbb0888a7e64
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 1 18:41:11 2017 +0100
WIP: PRBS tool sending PRBS sequence to TRX
Change-Id: I2300f909bbfda10a7053320edfd1deaea763759a
http://cgit.osmocom.org/libosmocore/commit/?id=b55e1dc5dd01cbefa29b8a66a29a…
commit b55e1dc5dd01cbefa29b8a66a29a740730887f43
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 20 20:22:22 2017 +0100
timer: fixup whitespace issues
Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, pespin/disable-ipv6 has been created
at 31e9f03dbf9dee2d5e4a97ea96d7a9b5a63414ca (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ggsn/commit/?id=31e9f03dbf9dee2d5e4a97ea96d7a9…
commit 31e9f03dbf9dee2d5e4a97ea96d7a9b5a63414ca
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 17:54:32 2017 +0100
Add configure flag to disable ipv6 support
Change-Id: I651a12d63d025bde61dcbc3c6b949cd0fed43580
-----------------------------------------------------------------------
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 "The OpenGGSN project".
The branch, master has been updated
via b9ace14717a220edb380d21d849e95ae0c30784e (commit)
via d9fff0c543e48ac49f97fd2b2fffdcb05115dc1e (commit)
from 1d85bea152506b4c812eafaccb0d390678f17ca9 (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:
lib/tun.c | 343 +++++++++++++++++++++++++++++++-------------------------------
1 file changed, 170 insertions(+), 173 deletions(-)
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 "The OpenGGSN project".
The branch, pespin/split-ipv6 has been created
at fad9ed431b545a8b314e952f50e7fefc49477553 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ggsn/commit/?id=fad9ed431b545a8b314e952f50e7fe…
commit fad9ed431b545a8b314e952f50e7fefc49477553
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 15:29:30 2017 +0100
Split implementation of tun_setaddr6 into a separate module
Some systems containing specific versions of libc and linux kernel can
produce compilation errors due to conflicting definition of structures
in different include files. This can be the case when including <netinet/in.h>
and <linux/in6.h>. See for more information:
https://sourceware.org/glibc/wiki/Synchronizing_Headers
I hit this compilation error on the system I'm compiling osmo-ggsn with:
arm-poky-linux-gnueabi-gcc ... -c in46_addr.c
In file included from /usr/include/linux/ipv6.h:5:0,
from tun.c:75:
/usr/include/linux/in6.h:30:8: error: redefinition of 'struct in6_addr'
struct in6_addr {
^
In file included from tun.c:24:0:
/usr/include/netinet/in.h:196:8: note: originally defined here
struct in6_addr
^
To fix the issue, this patch moves tun_setaddr6 to its own file which
then includes <linux/ipv6.h> (which in turn includes in6.h).
Change-Id: Ie161f376edda605e5cd87176169553176235fafd
http://cgit.osmocom.org/osmo-ggsn/commit/?id=b9ace14717a220edb380d21d849e95…
commit b9ace14717a220edb380d21d849e95ae0c30784e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 14:45:31 2017 +0100
cosmetic: Reorder tun_addaddr to get rid of decl of tun_setaddr4
In any case, if we add support for ipv6 in tun_addaddr we will need
tun_setaddr (and also change the API of tun_addaddr to use in46_addr).
Change-Id: Iadf51379455174a642b477040ec96f28022c24c7
http://cgit.osmocom.org/osmo-ggsn/commit/?id=d9fff0c543e48ac49f97fd2b2fffdc…
commit d9fff0c543e48ac49f97fd2b2fffdcb05115dc1e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 15:39:28 2017 +0100
tun_setaddr6: Fix log typo
Change-Id: Id7f7d33a33730d57c5ecf7ebf5612f4744cf5163
-----------------------------------------------------------------------
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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via 271cdad401de897fed49c19897bf89359044457e (commit)
from ff43e1a1b306ea63f7b375bf0ab2773df7d144ba (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/osmocom-bb/commit/?id=271cdad401de897fed49c19897bf8…
commit 271cdad401de897fed49c19897bf89359044457e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 29 11:50:54 2017 +0800
mobile: Use enum and not magic value in the VTY
Change-Id: I8a1d975997e592344327e6b0783bd0c5d2534b02
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/vty_interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 Open Source GSM Base Band stack".
The branch, master has been updated
via ff43e1a1b306ea63f7b375bf0ab2773df7d144ba (commit)
from d27d4354c37fbce910869465e60bc226efc6e6f3 (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/osmocom-bb/commit/?id=ff43e1a1b306ea63f7b375bf0ab27…
commit ff43e1a1b306ea63f7b375bf0ab2773df7d144ba
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 29 16:29:08 2017 +0800
mobile: Re-introduce msg_ref in struct gsm_sms
In I4bac5f06921b5fd85a98d97770d42d4858ca1c42 I have removed the
msg_ref field. But in case we delete a transaction with a pending
SMS we need to get the msg_ref from somewhere. This is a partial
revert but for RX SMS it makes sure that msg_ref will be set (it
wasn't set before).
Change-Id: I9b0f90f875de5f072565878861d38b0bb3bfbded
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h | 1 +
src/host/layer23/src/mobile/gsm411_sms.c | 16 +++++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 "UNNAMED PROJECT".
The branch, master has been updated
via 43bd6069e83ff034dcaff4780891d0468e899b07 (commit)
from 2dee60ef443343a297ffc1bfdb9321c6f7e07a3d (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-hlr/commit/?id=43bd6069e83ff034dcaff4780891d04…
commit 43bd6069e83ff034dcaff4780891d0468e899b07
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 23 16:55:17 2017 +0100
Remove unused ipa.py
Change-Id: I0a6c22f38480ae75ae9efb452e4eeacb39ae4f42
-----------------------------------------------------------------------
Summary of changes:
contrib/ipa.py | 278 ---------------------------------------------------------
1 file changed, 278 deletions(-)
delete mode 100755 contrib/ipa.py
hooks/post-receive
--
UNNAMED 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 37a83405a5ebbaebc02b7ce8fb9c8bf597cd678c (commit)
from 33dbecbbeb2368f8f05fff181383f1c3279f0cd3 (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/libosmocore/commit/?id=37a83405a5ebbaebc02b7ce8fb9c…
commit 37a83405a5ebbaebc02b7ce8fb9c8bf597cd678c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 29 11:46:39 2017 +0800
logging: Extend the LOGPSRC macro to put cont in it as well
For the lua console printing I need to print several values with
continuation but also specify the filename. Add a "C" for continue
and forward arguments.
Change-Id: I1d6dcb2567b9ed2c8767f661737b979bc3d1377e
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 8b368b11bed5bc8fabf97a6a1494755ee288c2f8 (commit)
via 42ccd6f4353cca297730e2350f364e21b0d84f1f (commit)
via ae30379a2ccda2522fd32cec4b03388a626ee4bb (commit)
from aaeee90f0b36b573bcba94b75f1d076271ecbbff (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-gsm-manuals/commit/?id=8b368b11bed5bc8fabf97a6…
commit 8b368b11bed5bc8fabf97a6a1494755ee288c2f8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 12:22:00 2017 +0100
OsmoSGSN: configuration: Document CDR CTRL interface
Change-Id: Ib729e2fc4898c20d27e95fc0f13abe9c0656dda5
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=42ccd6f4353cca297730e23…
commit 42ccd6f4353cca297730e2350f364e21b0d84f1f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 12:21:23 2017 +0100
OsmoSGSN: configuration: Add missing pdp-periodic event
Change-Id: I2d8b11496e75abd23a42efab8eabba2b5b0912e9
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=ae30379a2ccda2522fd32ce…
commit ae30379a2ccda2522fd32cec4b03388a626ee4bb
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 1 11:56:54 2017 +0100
OsmoSGSN: configuration: Move pdp ctx specific CDR fields to its own table
Change-Id: I056f278b64ab426b9455b6a667abf2fe7fc94022
-----------------------------------------------------------------------
Summary of changes:
OsmoSGSN/chapters/configuration.adoc | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components