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 fork of the Open SMPP 3.4 library".
The branch, master has been updated
via 6d47c170cccd8a72eae985c7ecffba3f07d3861a (commit)
via 166c8aacdc9a1640a70b9a5b9227a449d4d02b0a (commit)
via 1648066f1652e758d93393a875b1337a27fc0cf7 (commit)
from 6f481f066ed4cd2692abbf994170ac4409d4b809 (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/libsmpp34/commit/?id=6d47c170cccd8a72eae985c7ecffba…
commit 6d47c170cccd8a72eae985c7ecffba3f07d3861a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Aug 14 19:11:37 2017 +0200
prepare for 1.12 release
Change-Id: If21d2456dd8ebf4bcea0592a841741269b33a308
http://cgit.osmocom.org/libsmpp34/commit/?id=166c8aacdc9a1640a70b9a5b9227a4…
commit 166c8aacdc9a1640a70b9a5b9227a449d4d02b0a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Aug 14 19:06:36 2017 +0200
update .gitignore
Change-Id: Ie294cb355a6618295e9864358413052837c35a03
http://cgit.osmocom.org/libsmpp34/commit/?id=1648066f1652e758d93393a875b133…
commit 1648066f1652e758d93393a875b1337a27fc0cf7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Aug 14 18:55:24 2017 +0200
Use osmocom-style versioning in Makefile, configure, debian/rules
We have a particular method of generating package version information
in the Osmocom project, based on a 'git-version-gen' script that
looks up the latest git tag and generates a version from that.
This version is then used in pkgconfig, etc.
Change-Id: I1e6ed7af7107f8a74010721acd34f92a3237a7a1
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 7 +++
Makefile.am | 6 +++
configure.ac | 3 +-
debian/changelog | 11 +++-
debian/rules | 7 +++
git-version-gen | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 182 insertions(+), 3 deletions(-)
create mode 100755 git-version-gen
hooks/post-receive
--
Osmocom fork of the Open SMPP 3.4 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 fork of the Open SMPP 3.4 library".
The annotated tag, 1.12 has been created
at 063bba7809d01a9bc708d4915381662d016e7039 (tag)
tagging 6d47c170cccd8a72eae985c7ecffba3f07d3861a (commit)
replaces 1.10
tagged by Harald Welte
on Mon Aug 14 19:11:49 2017 +0200
- Log -----------------------------------------------------------------
Tag v1.12
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEigrqmUioHHGhfemTShB5H1XkRJYFAlmR2dkVHGxhZm9yZ2VA
Z251bW9ua3Mub3JnAAoJEEoQeR9V5ESW+QgQALfrl/73gYUctPh/OyNAmPNX9nMn
fq6g9Zfc/AYrQK4p4Smh5Vp71Xyl315xCVFKBJoWyTNqeeZK9KlZ80U5ZWA8fxmD
OFkrHc3t/M50NwjMUaJbXtAgMGrvMNj6a+GyNjQ0ndyXQbQxj4SfN4z61t3v/OvA
FU3o01cBSy6yVxyZG0+/wTH1XsJ20+BLq5sESqMYZu14ybTGGpTRkgqYpurNcema
bPvyTMIhMNBOHC8D3oHrxRVYZjDCj+jNh8/aZdRXeFxWSL3I/AhsTxWO+IhmXipb
tUJz2A+jfSbM0pawMekoWyYpC5M0PKLropu0+WKBNvOwZOf2Hqs4m3+vhEGW7pam
2b3bi7l2ZX/oUf6i07aaH3v4M9NP1MimIX0vEuJ6dKouue5UieuyFxVKi0HsaBEr
IoGTww4ugtV9FfbtxYYBioaKImilhqPOVfdrSp69j5fDqMBGCXjBQJXfCNG9UdP0
1cXYW+lkikuwRJ8zHihRfVyc8OEnT71xntNFZIlhkKWqFoPB5n7ufiRKAmLpempd
GhgJ02pwM3EL8/yFX6ohy6UqfjerLQnXwwK+LIb+ivXD7FTqs/1bC9jnHUo/z+ug
/7KuzlR2lN2gqjddu35AC+4WibwWs0M85ZkG59Q+SW2dyL+tsnOGZzAzGNMZOzjb
B12jXk+Y6mWYL6Bj
=qNKh
-----END PGP SIGNATURE-----
Harald Welte (14):
delete auto-generated files
add pkg-config support
add .gitignore
don't install all the test programs to the system!
add missing C files for running a small SMSC-side SMPP implementation
auto-foo: Build test apps with libxml2 only if it is available
add test_apps/Makefile to configure.ac
binary/Makefile.am: library is in builddir, not srcdir
build test_apps only if libxml2 is available
Actually fill the README file with contents (and markdown syntax)
README.md: Make sure all hyperlinks use <>
Use osmocom-style versioning in Makefile, configure, debian/rules
update .gitignore
prepare for 1.12 release
Holger Hans Peter Freyther (11):
misc: Use stdlib.h instead of malloc.h to make it compile on FreeBSD
misc: Always include stdint.h as it is almost 2013 now
const: Make the data parameter for unpack const
misc: Fix compilation on FreeBSD of the example
Rename binary to binaries to fix building a debian package
debian: Add a package
debian: Add depedency between packages
libsmpp: Fix src != build directory build needed for dizzy
test: Be able to bind to a local source/port
jenkins: Add the build script from jenkins here
debian: Make upgrading from debian SID easier
Max (2):
Add gerrit settings
Integrate Debian packaging changes
Neels Hofmeyr (2):
gitignore: ignore all build artifacts
configure: check for pkg-config presence
Pablo Neira Ayuso (3):
add smpp34_tlv_for_each() helper
add esm_class definitions
add delivery receipt definitions
Ruben Undheim (1):
Fix various typos in log messages
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom fork of the Open SMPP 3.4 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, osmux-fix has been created
at e78605556770c19c7a2e52fbc67c1a89718ba9de (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=e78605556770c19c7a2e52fbc6…
commit e78605556770c19c7a2e52fbc67c1a89718ba9de
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Aug 14 17:23:05 2017 +0200
osmux: Slightly improve output format of osmux_snprintf
The buffer for osmux_test is increased as the former doesn't seem to be
able to cope with the whole output.
Change-Id: Ic838dd9d7ad89b4510ccfa58c0390c69a075b616
http://cgit.osmocom.org/libosmo-netif/commit/?id=7cca0da1cc58bd589989684147…
commit 7cca0da1cc58bd589989684147ae3a0cd5819902
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Aug 14 17:19:55 2017 +0200
osmux: Fix buffer overflow in osmux_snprintf
When running osmux_test on my PC, the process was aborted with a "stack
smashing detected" error.
Change-Id: I8a7cc422c181c0c5712ac8976a5be5f0ad44a9c0
-----------------------------------------------------------------------
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 "UNNAMED PROJECT".
The branch, master has been updated
via f60cf62f4fca3ee0f3803ecc0b7e87b35d74d9f3 (commit)
from a10c39866b4b6e5515b1ceb35b15955226679eb3 (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=f60cf62f4fca3ee0f3803ecc0b7e87b…
commit f60cf62f4fca3ee0f3803ecc0b7e87b35d74d9f3
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jul 10 14:40:09 2017 +0200
Simplify polling troubleshooting
* introduce enum describing poll kind and use it in set_polling()
* move state change into set_polling()
* move logging into set_polling() and unify output
* move duplicated code into static function
* adjust tests to match unified logging output
Change-Id: I14074207f8bbc18b3ebd60875bb99a0a3a4b399d
Related: OS#1524
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 4 +-
src/tbf.cpp | 54 +++++++++++++++------
src/tbf.h | 9 +++-
src/tbf_dl.cpp | 4 +-
src/tbf_ul.cpp | 3 +-
tests/tbf/TbfTest.err | 129 ++++++++++++++++++--------------------------------
6 files changed, 100 insertions(+), 103 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 "UNNAMED PROJECT".
The branch, master has been updated
via a10c39866b4b6e5515b1ceb35b15955226679eb3 (commit)
via 341dccd7e25f0987c80cfcba7605e07fe962c8a8 (commit)
via fd13f6c199d22a9f8a083c0e27fc2e8377894f6d (commit)
from c4178e55ea5a0ac480f11e3352a3579cdb78025a (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=a10c39866b4b6e5515b1ceb35b15955…
commit a10c39866b4b6e5515b1ceb35b15955226679eb3
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jul 7 18:25:41 2017 +0200
Move DL assignment to TBF-DL
This function does not really belongs to BTS and it heavily relies on
direct access to TBF-DL members anyway.
Change-Id: I04584103018675a2f35cfb565473bfd81a208d7c
Closes: OS#1540
http://cgit.osmocom.org/osmo-pcu/commit/?id=341dccd7e25f0987c80cfcba7605e07…
commit 341dccd7e25f0987c80cfcba7605e07fe962c8a8
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Aug 14 15:49:59 2017 +0200
Move common code into functions
* separate channel request responder into inline function
* move generic TBF poll check into inline function
Change-Id: I9ec3ab8de100f0bc75044f55ac769d1083d52806
Related: OS#1539
http://cgit.osmocom.org/osmo-pcu/commit/?id=fd13f6c199d22a9f8a083c0e27fc2e8…
commit fd13f6c199d22a9f8a083c0e27fc2e8377894f6d
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jul 7 14:29:36 2017 +0200
Encapsulate handling of UL ACK timeout
Use helper methods instead checking and manipulating flag directly.
Change-Id: Ia3f009c52118db95b38a077e08eecda844e7f8d1
Related: OS#1539
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 142 +++++++++++++++++----------------------------------------
src/bts.h | 2 -
src/tbf.cpp | 26 +++++------
src/tbf.h | 3 ++
src/tbf_dl.cpp | 36 ++++++++++++++-
src/tbf_ul.cpp | 21 +++++++++
6 files changed, 113 insertions(+), 117 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 183070bcede412e38268c7f298262710b1351f6e (commit)
via 53552a303e8089d288c0caadb2b462a898589a01 (commit)
from 2a55e0917d230505152b3da636a1da9a36d7fbe4 (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=183070bcede412e38268c7f298262710…
commit 183070bcede412e38268c7f298262710b1351f6e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Aug 12 13:43:54 2017 +0200
Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()
In 2015, Jacob moved/copied related functions to libosmocore, but
for some reason didn't remove the copies here. Let's follow-up on
that and remove duplicated code.
The libosmocore commit introducing osmo_apn_to_str() was
8114294bf29ac6e44822c0ae43d4b0819f11b022
Change-Id: I7315ffcbed8a54cca2056f313bb7783ad82d0ee9
http://cgit.osmocom.org/openbsc/commit/?id=53552a303e8089d288c0caadb2b462a8…
commit 53552a303e8089d288c0caadb2b462a898589a01
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Aug 13 00:56:45 2017 +0200
sgsn_vty: Don't assume pdp->lib is always valid
We can only print libgtp pdp information if a library context is
attached to this pdp context. This is not always the case,
particuarly during some teardown scenarios.
Change-Id: Ia3184877f9709db65f5f93a98403f2ef5b04a8ca
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_utils.h | 1 -
openbsc/src/gprs/gb_proxy_patch.c | 7 +--
openbsc/src/gprs/gb_proxy_vty.c | 3 +-
openbsc/src/gprs/gprs_sgsn.c | 3 +-
openbsc/src/gprs/gprs_subscriber.c | 3 +-
openbsc/src/gprs/gprs_utils.c | 28 -----------
openbsc/src/gprs/gtphub.c | 4 +-
openbsc/src/gprs/sgsn_cdr.c | 3 +-
openbsc/src/gprs/sgsn_vty.c | 47 +++++++-----------
openbsc/tests/gprs/gprs_test.c | 96 ------------------------------------
openbsc/tests/gtphub/Makefile.am | 2 +
11 files changed, 35 insertions(+), 162 deletions(-)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 2a55e0917d230505152b3da636a1da9a36d7fbe4 (commit)
via 91dd2a62bee77b56a953e0edc55c5441aa3b5d84 (commit)
from 06bd94b8f5601fddb4842e9a6a685b21f6a6d7e2 (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=2a55e0917d230505152b3da636a1da9a…
commit 2a55e0917d230505152b3da636a1da9a36d7fbe4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 1 18:35:49 2017 +0200
Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH
When converting from GSM_PCHAN_PDCH, we should generate
a RSL channel number IE with the osmocom extension
RSL_CHAN_OSMO_PDCH rather than claiming it is a regular
TCH/F channel.
This is important as this function is used by
osmo-bts, too - and it decides which channel number IE is
put in the GSMTAP header for both GSMTAP tracing as well
as the GSMTAP based osmo-bts-virtual.
In order to avoid any unintended effect on libbsc,
we make sure to modify rsl_ipacc_pdch_activate() to
always use GSM_PCHAN_TCH_F in related RSL message.
Change-Id: Ie34219e64a6d89da4a79f2db8ec73d1909fb8280
http://cgit.osmocom.org/openbsc/commit/?id=91dd2a62bee77b56a953e0edc55c5441…
commit 91dd2a62bee77b56a953e0edc55c5441aa3b5d84
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 1 19:08:21 2017 +0200
SGSN: Fix RAN information exposed on GTP during PDP CTX CREATE
In the PDP Context Create from SGSN to GGSN, we include information
about the RAN type (GERAN/UTRAN) and the Cell of the MS. This was
all hard-coded to GERAN, and wasn't updated when we added UTRAN
support to the SGSN.
Change-Id: I6c79e42c5e08b28fe8182555302a5505fbbaa313
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_libgtp.c | 18 ++++++++++++++----
openbsc/src/libbsc/abis_rsl.c | 2 +-
openbsc/src/libcommon/gsm_data_shared.c | 5 ++++-
3 files changed, 19 insertions(+), 6 deletions(-)
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 "Osmocom fork of the Open SMPP 3.4 library".
The branch, master has been updated
via 6f481f066ed4cd2692abbf994170ac4409d4b809 (commit)
from c283d8431c5c145db1e5a327f9ccea412097c179 (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/libsmpp34/commit/?id=6f481f066ed4cd2692abbf994170ac…
commit 6f481f066ed4cd2692abbf994170ac4409d4b809
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Fri Aug 11 14:30:24 2017 +0200
add delivery receipt definitions
The registered_delivery field in SMPP message is a toggle on/off, this
patch adds two new definition so we don't have to use magic numbers from
the code.
Change-Id: I5b3afff1b3b77cccd949e0606914c7ac3ba6114c
-----------------------------------------------------------------------
Summary of changes:
src/smpp34.h | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Osmocom fork of the Open SMPP 3.4 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 06bd94b8f5601fddb4842e9a6a685b21f6a6d7e2 (commit)
from 948847c23802ac344b0be0813d55a496d6a73263 (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=06bd94b8f5601fddb4842e9a6a685b21…
commit 06bd94b8f5601fddb4842e9a6a685b21f6a6d7e2
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Aug 11 18:32:22 2017 +0200
mgcp: Fix uplink activation of Osmux stream
Commit 575420637981828b64c1292ada015d7170b89390 introduced
OSMUX_STATE_NEGOTIATING to fix a race condition present in osmo-bsc_nat.
However, after this change osmo-bsc_mgcp cannot switch to
OSMUX_STATE_ACTIVATING anymore, which means during osmux_send_dummy time
it won't call osmux_enable_endpoint(), which in turn won't set endp type
to MGCP_OSMUX_BSC.
If MGCP_OSMUX_BSC is not set, uplink streams are sent using regular RTP
instead of Osmux not matter it is enabled in config or not.
Change-Id: Ibcb59aa1ca25408f82cc88c2d5b81177b5f276dc
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_protocol.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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 "asn1c runtime code as shared library".
The branch, master has been updated
via aaae8c76496a97050264e4c49e539b0420496737 (commit)
from c8512b15107644810a6a5e1f46ed3b2b1c37b849 (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/libasn1c/commit/?id=aaae8c76496a97050264e4c49e539b0…
commit aaae8c76496a97050264e4c49e539b0420496737
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Aug 14 00:44:00 2017 +0200
debian/copyright: Code in this repository is under BSD-2-Clause
The license is not a 3-clause BSD, but a 2-clause BSD. Couldn't
find any trace to a 3rd clause anywhere.
Change-Id: I4f908ce4f670e062e6808ac7966d0e52bfe6b4f9
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
asn1c runtime code as shared library