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 2d2d885bd124b8ae2d3a04f3583a756029820dc0 (commit)
from 6334e3bcfd0c52d18ae3fc2d03e25c18135e835f (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=2d2d885bd124b8ae2d3a04f3583…
commit 2d2d885bd124b8ae2d3a04f3583a756029820dc0
Author: Andreas Rottmann <a.rottmann(a)gmx.at>
Date: Mon May 25 00:10:06 2015 +0200
build: Fix "make distcheck"
Running "make distcheck" failed trying to generate ".version" into the
read-only unpacked source directory. Actually shipping ".version" in the
tarball fixes that.
The error manifested as:
make[1]: Entering directory '/tmp/build/libosmo-sccp-0.0.6.3.24-758d/_build'
echo 0.0.6.3.24-758d > ../.version-t && mv ../.version-t ../.version
/bin/bash: ../.version-t: Permission denied
Makefile:807: recipe for target '../.version' failed
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
1 file changed, 2 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 "SCCP Library".
The branch, master has been updated
via 6334e3bcfd0c52d18ae3fc2d03e25c18135e835f (commit)
from a9c411ec8cb594775bbfc9faefcf8c8d21080402 (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=6334e3bcfd0c52d18ae3fc2d03e…
commit 6334e3bcfd0c52d18ae3fc2d03e25c18135e835f
Author: Andreas Rottmann <a.rottmann(a)gmx.at>
Date: Mon May 25 00:10:05 2015 +0200
gitignore: Add 'compile'
This file is dropped into the top-level source directory by "autoreconf
-i".
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
1 file changed, 1 insertion(+)
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 "Osmocom network interface library".
The branch, master has been updated
via c55d867508c8ddb93a822c018b5ce5a9a72006aa (commit)
from 87947aff533cd097a39a77772e127ac05f0de04b (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=c55d867508c8ddb93a822c018b…
commit c55d867508c8ddb93a822c018b5ce5a9a72006aa
Author: Andreas Rottmann <a.rottmann(a)gmx.at>
Date: Sun May 17 20:06:43 2015 +0200
build: fix regarding missing CFLAGS constituents
When libosmo-abis is installed in a distinct prefix, the build failed
with non-found headers, for example:
../../src/rs232.c:38:35: fatal error: osmocom/abis/e1_input.h: No such file or directory
#include <osmocom/abis/e1_input.h>
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 797eb7b592e2912ef3e12dbac415f6fa9d444ab9 (commit)
via 4bb3fccb75d4bf66fccb22da27138e702f0cef1c (commit)
via b25c8342cc850a421da3ffa1054a70a6be6645dc (commit)
from c58a1e573b4eedc213f210b97f6a3d82ffdc056f (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=797eb7b592e2912ef3e12dbac415f6fa…
commit 797eb7b592e2912ef3e12dbac415f6fa9d444ab9
Author: Andreas Rottmann <a.rottmann(a)gmx.at>
Date: Tue Jun 16 23:23:31 2015 +0200
build: avoid spurious hard dependency on libosmo-sccp
In the libfilter source code, which is built regardless of --enable-nat,
headers from libosmo-sccp were used, thus causing a build failure (see
below) when building without --enable-nat, and libosmo-sccp not being
installed (or being installed in a prefix not otherwise included in the
build).
The build fails like this:
In file included from ../../../src/libfilter/bsc_msg_filter.c:27:0:
../../../include/openbsc/bsc_nat_sccp.h:27:37: fatal error: osmocom/sccp/sccp_types.h: No such file or directory
As the includes seem not to be actually needed, this change fixes the
issue by just omitting them.
http://cgit.osmocom.org/openbsc/commit/?id=4bb3fccb75d4bf66fccb22da27138e70…
commit 4bb3fccb75d4bf66fccb22da27138e702f0cef1c
Author: Andreas Rottmann <a.rottmann(a)gmx.at>
Date: Tue Jun 16 23:23:30 2015 +0200
Fix "make distcheck"
Running "make distcheck" failed trying to generate ".version" into the
read-only unpacked source directory. Actually shipping ".version" in the
tarball fixes that.
http://cgit.osmocom.org/openbsc/commit/?id=b25c8342cc850a421da3ffa1054a70a6…
commit b25c8342cc850a421da3ffa1054a70a6be6645dc
Author: Andreas Rottmann <a.rottmann(a)gmx.at>
Date: Tue Jun 16 23:23:28 2015 +0200
Fix build wrt. missing CFLAGS constituents
When libosmo-netif and/or libosmo-abis are installed in distinct
prefixes, the build failed with non-found headers.
-----------------------------------------------------------------------
Summary of changes:
openbsc/Makefile.am | 2 +-
openbsc/src/libfilter/Makefile.am | 2 +-
openbsc/src/libfilter/bsc_msg_filter.c | 3 ---
openbsc/src/libtrau/Makefile.am | 2 +-
openbsc/src/osmo-bsc/Makefile.am | 2 +-
openbsc/src/osmo-bsc_mgcp/Makefile.am | 3 ++-
openbsc/tests/gbproxy/Makefile.am | 2 +-
openbsc/tests/gprs/Makefile.am | 2 +-
openbsc/tests/mgcp/Makefile.am | 2 +-
9 files changed, 9 insertions(+), 11 deletions(-)
hooks/post-receive
--
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c1cb75eff5b060da9e6d43521e4913a8bf4e74fc (commit)
via 2c58197e5d717c5eb24e2b8cecac43c2afdff22a (commit)
from 7f31c90b80c08fbfe2d84d70d397402fdb38b94c (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=c1cb75eff5b060da9e6d43521e49…
commit c1cb75eff5b060da9e6d43521e4913a8bf4e74fc
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 18 13:21:30 2015 +0200
bssgp: Fix IMSI buffer size (Coverity)
Currently the size of the IMSI pointer is used instead of the size of
the talloc'ed buffer.
This commit changes the call to gsm48_mi_to_string to use the same
value that has been used with talloc_zero_size(). The length is
changed to 17 since that value is used for GSM_IMSI_LENGTH in
openbsc.
Fixes: Coverity CID 1040663
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=2c58197e5d717c5eb24e2b8cecac…
commit 2c58197e5d717c5eb24e2b8cecac43c2afdff22a
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 18 11:51:34 2015 +0200
bssgp/test: Add missing START/END printfs
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_bssgp_bss.c | 6 ++++--
tests/gb/gprs_bssgp_test.c | 7 ++++++-
tests/gb/gprs_bssgp_test.ok | 2 ++
3 files changed, 12 insertions(+), 3 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via c58a1e573b4eedc213f210b97f6a3d82ffdc056f (commit)
from ce97a06fa385c97715bb52b34cc571789e9c79e5 (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=c58a1e573b4eedc213f210b97f6a3d82…
commit c58a1e573b4eedc213f210b97f6a3d82ffdc056f
Author: Michael McTernan <mike.mcternan(a)wavemobile.com>
Date: Fri Jun 19 20:51:43 2015 +0200
Fix GSM900 ARFCN range check
Allow ARFCN 0 to be used in GSM900 band.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_init.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
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 "UNNAMED PROJECT".
The branch, jerlbeck/wip/pdch-alloc has been created
at 3f2fd384307eeb67c278244b6b60bba47543187e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=3f2fd384307eeb67c278244b6b60bba…
commit 3f2fd384307eeb67c278244b6b60bba47543187e
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Jun 19 16:35:38 2015 +0200
tbf: Load balancing for algo A (TODO)
STATUS:
- <= min(32, N_PDCH * 7) UL TBFs
- <= 32 DL TBFs
TODO:
- split commits
- cm
- more testing
Ticket: #1794
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
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, jerlbeck/wip/ms-struct has been updated
via 407851b865f49ddb0ea37a1d8a26a979f08e50d8 (commit)
via 196ddc58a414bb0209e672896d1119d7297c2872 (commit)
via 77a23a7de4435b1076bdfd1ac1f0e47d0fac1af6 (commit)
via e75e76defef5e7c1e0ecf3246185bcdcca64152d (commit)
from 67728acc7a90dbf076eb179d6e3e119a4197896a (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=407851b865f49ddb0ea37a1d8a26a97…
commit 407851b865f49ddb0ea37a1d8a26a979f08e50d8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Jun 19 10:59:58 2015 +0200
tbf: Add BTS::ms_alloc method
Currently the code that creates the MS objects with tbf.cpp is
duplicated.
This commit moves the corresponding code into a new method. Since
there is no TLLI available there, the GprsMsStorage::create_ms method
has been refactored into two variants, one with TLLI/direction and
one without.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=196ddc58a414bb0209e672896d1119d…
commit 196ddc58a414bb0209e672896d1119d7297c2872
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Jun 19 09:08:23 2015 +0200
tbf: Always create an MS object on TBF allocation
Currently the MS object are created when the TLLI gets known.
Therefore some information (TA, MS class) must be stored in the TBF
itself and is copied to the MS object later on. This would get even
more complex, if the allocation algorithms were extended based on
this scheme.
This commit ensures, that an MS object will always be created on TBF
allocation, even if the TLLI is not yet known. These 'anonymous'
objects are still managed by the MS storage. To avoid dangling
entries without a TLLI there (which cannnot be retrieved anyway), the
timer in the MS objects is not started after all TBF have been
detached, so that they get deleted immediately in that case.
Note that an MS object can still be removed (e.g. by replacement)
from an existing TBF, so tbf->ms() can be NULL.
Ticket: #1794
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=77a23a7de4435b1076bdfd1ac1f0e47…
commit 77a23a7de4435b1076bdfd1ac1f0e47d0fac1af6
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 18 17:16:26 2015 +0200
tbf: Pass the MS object around instead of old_tbf
Currently the old TBF (either uplink or downlink) is passed around at
TBF allocation mainly to get information about the MS. To implement
more complex allocation algorithms, the MS object itself will be
needed anyway.
This commit replaces the old_tbf arguments by MS object arguments.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=e75e76defef5e7c1e0ecf3246185bcd…
commit e75e76defef5e7c1e0ecf3246185bcdcca64152d
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 18 15:49:52 2015 +0200
tbf: Remove update_tlli method
This method does not do anything anymore, it's functionality has been
taken over by update_ms.
This commit removes gprs_rlcmac_tbf::update_tlli completely.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 16 ++-
src/bts.h | 4 +-
src/gprs_ms.cpp | 2 +-
src/gprs_ms_storage.cpp | 17 ++-
src/gprs_ms_storage.h | 1 +
src/gprs_rlcmac.h | 5 +-
src/gprs_rlcmac_ts_alloc.cpp | 20 ++--
src/tbf.cpp | 81 ++++++--------
src/tbf.h | 8 +-
src/tbf_dl.cpp | 3 +-
tests/alloc/AllocTest.cpp | 16 +--
tests/tbf/TbfTest.cpp | 5 +-
tests/tbf/TbfTest.err | 252 ++++++++++++++++++++++---------------------
13 files changed, 225 insertions(+), 205 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, jerlbeck/master has been updated
via 67728acc7a90dbf076eb179d6e3e119a4197896a (commit)
via 967e4dd2c357b3b3ff716fa6c77e7b7350f81711 (commit)
via 0a9639012204a79bf5ae4c103a6de083e7e488d6 (commit)
via 155cf8442a796d7263e5fb480e029cad353afcf0 (commit)
via bd8c689ed42c5260719b3ca172ad3052d73467e0 (commit)
via 618babae128ddc2cd1bdca8d65ea1156ad78ee75 (commit)
via 2f7228b15fd8b55c6bc0c3e203aa19cb41497bf6 (commit)
via e61b652e1b9f184d8cf9584b068600e907df2347 (commit)
via 53a32b8e95bed5cca800c98861458cbfed753104 (commit)
via 6634635cf57c551538c43892de3e7eb2e10b1631 (commit)
via 5823b20f2f81bff984461436e8e2512b5daa8793 (commit)
via 6659c516fa32ab64642b5822bf4b880f3cc27bbb (commit)
via 54fff3b3e4cef0bf182ec7779793a252b73c48b0 (commit)
via 3bea905e0d013de9a0b9d77fdc5318a133a6af9b (commit)
via 4ff709c3aca86f9974c99b99aea3da9bfde714a3 (commit)
from 0808f6860111ef54e80a2865029760e063c29755 (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:
src/bts.cpp | 82 ++++++++++++++++--
src/bts.h | 8 +-
src/gprs_bssgp_pcu.cpp | 4 +-
src/gprs_bssgp_pcu.h | 4 +-
src/gprs_ms.cpp | 115 +++++++++++++++++++++++--
src/gprs_ms.h | 18 ++--
src/llc.cpp | 29 +++++--
src/llc.h | 27 +++++-
src/pcu_l1_if.cpp | 8 +-
src/pcu_l1_if.h | 76 ++++++++++++++++-
src/pcu_main.cpp | 10 +++
src/pcu_vty.c | 79 +++++++++++++++++
src/pcu_vty_functions.cpp | 31 +++++++
src/sysmo_l1_if.c | 18 +++-
src/tbf.h | 7 +-
src/tbf_dl.cpp | 142 +++++++++++++++----------------
src/tbf_ul.cpp | 9 +-
tests/Makefile.am | 14 ++-
tests/llc/LlcTest.cpp | 211 ++++++++++++++++++++++++++++++++++++++++++++++
tests/llc/LlcTest.err | 4 +
tests/llc/LlcTest.ok | 4 +
tests/ms/MsTest.cpp | 38 +++++++++
tests/ms/MsTest.err | 2 +
tests/ms/MsTest.ok | 2 +
tests/tbf/TbfTest.cpp | 79 ++++++++++++++++-
tests/tbf/TbfTest.err | 161 +++++++++++++++++++++++++++++------
tests/tbf/TbfTest.ok | 2 +
tests/testsuite.at | 7 ++
28 files changed, 1042 insertions(+), 149 deletions(-)
create mode 100644 tests/llc/LlcTest.cpp
create mode 100644 tests/llc/LlcTest.err
create mode 100644 tests/llc/LlcTest.ok
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 0808f6860111ef54e80a2865029760e063c29755 (commit)
via 25db7c6116d11a91697e439fcbc21eb824beace4 (commit)
via 7bf9f49728a306976b1974a52a9039807b0a2979 (commit)
via 0ae431380015a5c6a944a9edd1620e56b0b65445 (commit)
via d0aee85b29a17e6ef3fb1454a798e10ced0d0266 (commit)
via 09fdf6622a3774849bc90b9c4fedf76fdc76ac03 (commit)
via 37e896dff112fda77c29de770a0d8b3fe8800a5a (commit)
via b33e675e5a9f80be81ffef87ba3a9ed05d6945c5 (commit)
via 8158ea7288f57d7bc66d8ccd1c278999fd656076 (commit)
via 144a1d0516187d09f80c8b9125c6e51b4988503f (commit)
via 8322d08071d740b033941271d584a52d25565a94 (commit)
via a17fccbcf47bff8f0cca7f3f02d55d63cf5b4d01 (commit)
via 1751c62c980f8d6ed965e08fcb9ad1af485d8854 (commit)
via f47f68a9d8e4421398e2369e4b18de8c52a9d396 (commit)
via 62e96a3535714088a5dabe3cb4a8523165b19877 (commit)
via a700dd9e11d31805cfe8dd07fc27ac96425cbf0c (commit)
via 17214bb06de4a1d8b626dab0f695017b0c74b358 (commit)
via befc760f8677d794e5a0dbc1f02f8ac85b649aa0 (commit)
via 489a2b35d87610fb077a51de696555a54e5fb247 (commit)
via 10ed79553a8e7241b69c4155325c29105c7a606d (commit)
via 1d0a52a3497ada98bb4013ba907a00b4ab9a1ccd (commit)
via 6dbe822062d54a6c765c6fa7e2c6b79a5dff29b1 (commit)
via b3f713bd7be2af9bf7c3168099d35df089020164 (commit)
via 3c91cb881d6a5126673e88d8421a207efec6a42d (commit)
from a098c19b5531e175a308fbe4aee39c54cb3c71f1 (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:
src/Makefile.am | 2 +
src/bts.cpp | 3 +-
src/bts.h | 4 +
src/encoding.cpp | 4 +-
src/gprs_bssgp_pcu.cpp | 8 +-
src/gprs_ms.cpp | 104 +++++++++++++++++-
src/gprs_ms.h | 50 ++++++++-
src/gprs_ms_storage.cpp | 5 +-
src/gprs_ms_storage.h | 6 +-
src/gprs_rlcmac_ts_alloc.cpp | 14 +--
src/llc.cpp | 76 +++++++-------
src/llc.h | 36 +++++--
src/pcu_main.cpp | 6 ++
src/pcu_vty.c | 140 ++++++++++++++++++++++++-
src/pcu_vty_functions.cpp | 108 +++++++++++++++++++
src/{gprs_ms_storage.h => pcu_vty_functions.h} | 33 +++---
src/rlc.h | 2 +
src/sysmo_l1_if.c | 6 ++
src/tbf.cpp | 51 ++++++++-
src/tbf.h | 17 +--
src/tbf_dl.cpp | 111 ++++++++++++++++----
tests/alloc/AllocTest.cpp | 3 +
tests/ms/MsTest.cpp | 12 +--
tests/tbf/TbfTest.cpp | 10 +-
tests/tbf/TbfTest.err | 41 +++++++-
25 files changed, 722 insertions(+), 130 deletions(-)
create mode 100644 src/pcu_vty_functions.cpp
copy src/{gprs_ms_storage.h => pcu_vty_functions.h} (62%)
hooks/post-receive
--
UNNAMED PROJECT