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/osmo-ggsn has been updated
discards e1f9bb04c73b1f9817d6e83a8a4058c15d5eb205 (commit)
discards 0cc0c92d7d182c4a20ebbac830d1f0a0938301a3 (commit)
discards 4aa33dbef2950474138ab9de4279e1c76d3d3021 (commit)
via 22db55dec786d8937822963c0a2366ce2ca56731 (commit)
via c18c52be6fae27b90bff241fea5ebc1c0a617aba (commit)
via 0ea01ca222cf1109e91343156ada05386d5525f3 (commit)
via 26facb39da17b0b11a73ff7415dd0c5ed6b86062 (commit)
via 5c8b77af2541811c87319af2016f6a25b73ba224 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (e1f9bb04c73b1f9817d6e83a8a4058c15d5eb205)
\
N -- N -- N (22db55dec786d8937822963c0a2366ce2ca56731)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=22db55dec786d8937822963c0a2366c…
commit 22db55dec786d8937822963c0a2366ce2ca56731
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Sep 5 18:12:14 2017 +0200
Rename OpenGGSN to OsmoGGSN
Osmocom has maintained this program since about 7 years now, while
the original author / copyright holder has completely disappeared.
With the introduction of Osmocom-style CTRL and VTY interfaces,
the way how the program is used and configured has substantially
changed. In order to avoid confusion in terms of configuration file
format etc, let's rename it to OsmoGGSN.
Change-Id: I2da30f7d4828e185bfac1a4e2d8414b01cbe4f9d
http://cgit.osmocom.org/openggsn/commit/?id=c18c52be6fae27b90bff241fea5ebc1…
commit c18c52be6fae27b90bff241fea5ebc1c0a617aba
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Aug 12 21:33:08 2017 +0200
WIP: manpage update
Change-Id: Icc49721c3d52d5b1c921ea5e4ccfc8b705a2c9bc
http://cgit.osmocom.org/openggsn/commit/?id=0ea01ca222cf1109e91343156ada053…
commit 0ea01ca222cf1109e91343156ada05386d5525f3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Aug 20 12:44:21 2017 +0200
ggsn: Handle SIGTERM like SIGINT and terminate
Change-Id: I0c8773bd6ef41332b91b5b025aef9ef129af8289
http://cgit.osmocom.org/openggsn/commit/?id=26facb39da17b0b11a73ff7415dd0c5…
commit 26facb39da17b0b11a73ff7415dd0c5ed6b86062
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Aug 12 20:01:59 2017 +0200
Documentation update: Remove NEWS, README.Solaris, update README.md
* README.Solaris is obsolete and related code has been removed
* NEWS file was unmaintained for more than a decade, remove it
* Remove "Performance" chapter about 550MHz Athlon
* gengetopt is no longer needed for ggsn
* remove compilation/installation instructions horribly out of date
* command line syntax of 'ggsn' program has changed
Change-Id: I45d627911503c7b733cae6a1396ca4d69a9994db
http://cgit.osmocom.org/openggsn/commit/?id=5c8b77af2541811c87319af2016f6a2…
commit 5c8b77af2541811c87319af2016f6a25b73ba224
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Aug 12 15:07:02 2017 +0200
Introduce a VTY, factually turning OpenGGSN into an Osmocom program
Change-Id: I9613ca3436e77ea132c47f0096df7c5050d7e826
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 +-
AUTHORS | 2 +-
README.FreeBSD | 2 +-
README.MacOSX | 2 +-
README.md | 54 ++++++------
configure.ac | 6 +-
debian/changelog | 6 ++
debian/control | 24 +++---
debian/copyright | 14 ++--
debian/{openggsn.init => osmo-ggsn.init} | 18 ++--
debian/rules | 2 +-
doc/Compliance.html | 2 +-
doc/Makefile.am | 2 +-
doc/{ggsn.8 => osmo-ggsn.8} | 137 ++++++-------------------------
doc/sgsnemu.8 | 8 +-
examples/{ggsn.init => osmo-ggsn.init} | 36 ++++----
ggsn/Makefile.am | 12 +--
ggsn/cmdline.ggo | 38 ---------
ggsn/ggsn.c | 6 +-
ggsn/ggsn_vty.c | 2 +-
gtp/gtp.c | 4 +-
gtp/gtp.h | 2 +-
gtp/gtpie.c | 2 +-
gtp/gtpie.h | 2 +-
gtp/pdp.c | 3 +-
gtp/pdp.h | 3 +-
gtp/queue.c | 3 +-
gtp/queue.h | 2 +-
libgtp.pc.in | 2 +-
openggsn.spec.in => osmo-ggsn.spec.in | 45 +++++-----
sgsnemu/cmdline.ggo | 2 +-
sgsnemu/sgsnemu.c | 2 +-
32 files changed, 171 insertions(+), 278 deletions(-)
rename debian/{openggsn.init => osmo-ggsn.init} (92%)
rename doc/{ggsn.8 => osmo-ggsn.8} (62%)
rename examples/{ggsn.init => osmo-ggsn.init} (58%)
delete mode 100644 ggsn/cmdline.ggo
rename openggsn.spec.in => osmo-ggsn.spec.in (58%)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 03516d6dd2fe94e94879db285d0b3492f0734831 (commit)
from b9759dba9ecd2720aab1c91d6824a18e2c0ffbcd (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=03516d6dd2fe94e94879db285d0b…
commit 03516d6dd2fe94e94879db285d0b3492f0734831
Author: Keith <keith(a)rhizomatica.org>
Date: Mon Sep 4 11:19:13 2017 +0200
cosmetic: clarify language in vty read error
This is very minor but it annoys every time I see it.
The text: "Error occurred during reading below line:"
is not a complete sentence. The default understanding
in english having left out the article implies
that the error occured reading below [the] specified line, not
that the error occured reading [the] specified line.
That is to say, The message implied that the printed line
was the last successfully parsed line.
Change-Id: Ib4dd135feb9609b14983db5dac321a70267d8f30
-----------------------------------------------------------------------
Summary of changes:
src/vty/vty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via b0a6d1b92daffa37761bbb342d465c46825ad68a (commit)
from 5932ff04a1c7c3c831dae366d394d7ef0f8d1ffd (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/openbsc/commit/?id=b0a6d1b92daffa37761bbb342d465c46…
commit b0a6d1b92daffa37761bbb342d465c46825ad68a
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 23 17:39:36 2017 +0300
handover_decision: Fix condition for power budget handover attempt
Handover attempt for power budget case should be performed every N SACCH frames,
where N = Power Budget Interval.
First measurement report with mr->nr = 0 was used for the first handover attempt
in this case, which is not correct, because first usable report should have
mr->nr = net->handover.pwr_interval-1.
Moreover using the first measurement report with mr->nr = 0 for handover attempt
could lead to unnecessary handover, because usually av_rxlev for first measurement report
from MS is worse than for following reports.
Change-Id: If7f54a4cb179eaa9e5eb147b9477633ac618e69e
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/handover_decision.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 37f8b7856d9e53a9d6c3438b3159358e7d7ce81c (commit)
from b1503f04bf109e28ea938b3a42d962d56d3fed6e (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=37f8b7856d9e53a9d6c3438…
commit 37f8b7856d9e53a9d6c3438b3159358e7d7ce81c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Aug 28 11:58:25 2017 +0200
OsmoGsmTester: Move coredump section and add reference to kernel.core_pattern sysctl
This section is moved further below in order to have it after section
which explains how to create user jenkins and osmo-gsm-tester group, as
we need this group already created anyway for the config to work
correctly.
Change-Id: I5bdde0a9960f9806f081e9a876b8b66db9e7f37c
-----------------------------------------------------------------------
Summary of changes:
OsmoGSMTester/chapters/install.adoc | 57 +++++++++++++++++++++----------------
1 file changed, 32 insertions(+), 25 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 5a6bcfb7977b9db8964016582e51218a60c8431f (commit)
from 8bfa659087756056cc6c131d27c88807787f7c05 (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-pcu/commit/?id=5a6bcfb7977b9db8964016582e51218…
commit 5a6bcfb7977b9db8964016582e51218a60c8431f
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 14:36:44 2017 +0200
cosmetic: convert explicit warnings to fixme/todo
We do not use this style (#warning as an issue tracker replacement) in
any other Osmocom project. Also those warnings clutter compiler output
making it harder to spot warnings for the actual code.
Change-Id: I72070e2a027e60e8b80c12ccfa23ff075434689f
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 2 +-
src/gprs_rlcmac_meas.cpp | 2 +-
src/gprs_rlcmac_sched.cpp | 3 ++-
src/osmobts_sock.cpp | 3 ++-
src/tbf.cpp | 4 ++--
src/tbf_dl.cpp | 2 +-
6 files changed, 9 insertions(+), 7 deletions(-)
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 "The OpenGGSN project".
The branch, master has been updated
via 0ab62fe0811f6a4cf8f50c5e70908fa3935951c7 (commit)
from bdc504e29c267af29c10a04aa8afcdfbd6daea22 (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=0ab62fe0811f6a4cf8f50c5e70908fa…
commit 0ab62fe0811f6a4cf8f50c5e70908fa3935951c7
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Aug 30 15:51:24 2017 +0200
ggsn: Fix DNS not sent in PDP context response
During IPv6 support implementation, helper function pco_contains_proto
was added which contains an error: It is only capable of finding first
protocol correctly, and as a consequence, in my setup DNS servers where not
sent back to the SGSN/MS, resulting in phone being able to connect to
IPs but not to domain names which required DNS resolution.
The condition in the while loop is also changed to match the increment
of the variable inside the loop to make it easier to understand at first
glance.
Fixes: 1ae98777d9b1ee62e6900caf4bb580d1a42bb416
Change-Id: Icc2e6716c33d78d3c3e000f529806228d8aa155e
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 "SCCP Library".
The branch, master has been updated
via 769e9354abcbccc530b6b93421ee974071f540f4 (commit)
from d8552d70114cccce28aeffe5010eaf750a2277c5 (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=769e9354abcbccc530b6b93421e…
commit 769e9354abcbccc530b6b93421ee974071f540f4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Sep 3 21:20:32 2017 +0200
sccp_sap.h: Fix SSN for BSSAP and BSSAP-LE
* BSSAP is 254 on both MSC and BSC side: Add missing define
* BSSAP-LE (LCS Extension) has 250/251, adjust name to add -LE suffix
Change-Id: Iccec75cfc0cf16bd717a9bd4606d1e772c332ccc
-----------------------------------------------------------------------
Summary of changes:
examples/m3ua_example.c | 2 +-
include/osmocom/sigtran/sccp_sap.h | 5 +++--
src/sccp_sap.c | 5 +++--
3 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
SCCP Library