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 BTS-side code (Abis, scheduling, ...)".
The branch, fairwaves/update has been updated
via 9c5cd51116ff2257ae27e31362085ffe6e9acd6e (commit)
via c3bbf75524836c28c4eb1bf91f04409dab8beb01 (commit)
via 073bfb2e594a99c69b96300c2fe68ec01932d7e9 (commit)
via d32949931e1125810551525484c5cdeabe8cd41b (commit)
from 90b4e07e425198bbe651461c0fb259f7fecf33dd (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-bts/commit/?id=9c5cd51116ff2257ae27e31362085ff…
commit 9c5cd51116ff2257ae27e31362085ffe6e9acd6e
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 00:27:18 2015 -0400
trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()
http://cgit.osmocom.org/osmo-bts/commit/?id=c3bbf75524836c28c4eb1bf91f04409…
commit c3bbf75524836c28c4eb1bf91f04409dab8beb01
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 00:26:14 2015 -0400
trx: Cleanup unused parts of loops.c
http://cgit.osmocom.org/osmo-bts/commit/?id=073bfb2e594a99c69b96300c2fe68ec…
commit 073bfb2e594a99c69b96300c2fe68ec01932d7e9
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Jun 5 01:12:21 2015 -0400
trx: Remove unused variables.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/gsm0503_coding.c | 4 ++--
src/osmo-bts-trx/l1_if.c | 3 ++-
src/osmo-bts-trx/loops.c | 9 ++-------
src/osmo-bts-trx/scheduler.c | 2 +-
4 files changed, 7 insertions(+), 11 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 cb1b494c896243a92a1969bb4c0ee4baddad2423 (commit)
via 6d86628e5b6d81afae4ca1f24201ee90bfab1c2a (commit)
via e2e004e7a91a3cd680c11364d9cb8cd21c714a8b (commit)
via ace7b570a047b7ee36557091c10918240c4b8ff3 (commit)
from f1379346f7a54e6d0957932dfc90f9a62410adce (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=cb1b494c896243a92a1969bb4c0ee4b…
commit cb1b494c896243a92a1969bb4c0ee4baddad2423
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
-----------------------------------------------------------------------
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 0c0ed3e98aecb331d67910dad28842e97ece7ec8 (commit)
via 6d86628e5b6d81afae4ca1f24201ee90bfab1c2a (commit)
via e2e004e7a91a3cd680c11364d9cb8cd21c714a8b (commit)
via ace7b570a047b7ee36557091c10918240c4b8ff3 (commit)
from f1379346f7a54e6d0957932dfc90f9a62410adce (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=0c0ed3e98aecb331d67910dad28842e…
commit 0c0ed3e98aecb331d67910dad28842e97ece7ec8
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=6d86628e5b6d81afae4ca1f24201ee9…
commit 6d86628e5b6d81afae4ca1f24201ee90bfab1c2a
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=e2e004e7a91a3cd680c11364d9cb8cd…
commit e2e004e7a91a3cd680c11364d9cb8cd21c714a8b
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=ace7b570a047b7ee36557091c109182…
commit ace7b570a047b7ee36557091c10918240c4b8ff3
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, master has been updated
via f1379346f7a54e6d0957932dfc90f9a62410adce (commit)
from 34cf156b80455dd9112eb18e46fa21ae5b348582 (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/pcu_vty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 f1379346f7a54e6d0957932dfc90f9a62410adce (commit)
from 34cf156b80455dd9112eb18e46fa21ae5b348582 (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=f1379346f7a54e6d0957932dfc90f9a…
commit f1379346f7a54e6d0957932dfc90f9a62410adce
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jun 29 10:49:30 2015 +0200
vty: Fix documentation for 'no cs downgrade-threshold'
The NO_STR is missing, this commit adds it.
Fixes: Jenkins #603
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
discards 67728acc7a90dbf076eb179d6e3e119a4197896a (commit)
discards 967e4dd2c357b3b3ff716fa6c77e7b7350f81711 (commit)
discards 0a9639012204a79bf5ae4c103a6de083e7e488d6 (commit)
discards 155cf8442a796d7263e5fb480e029cad353afcf0 (commit)
discards bd8c689ed42c5260719b3ca172ad3052d73467e0 (commit)
discards 618babae128ddc2cd1bdca8d65ea1156ad78ee75 (commit)
discards 2f7228b15fd8b55c6bc0c3e203aa19cb41497bf6 (commit)
discards e61b652e1b9f184d8cf9584b068600e907df2347 (commit)
discards 53a32b8e95bed5cca800c98861458cbfed753104 (commit)
discards 6634635cf57c551538c43892de3e7eb2e10b1631 (commit)
discards 5823b20f2f81bff984461436e8e2512b5daa8793 (commit)
discards 6659c516fa32ab64642b5822bf4b880f3cc27bbb (commit)
discards 54fff3b3e4cef0bf182ec7779793a252b73c48b0 (commit)
discards 3bea905e0d013de9a0b9d77fdc5318a133a6af9b (commit)
discards 4ff709c3aca86f9974c99b99aea3da9bfde714a3 (commit)
via 34cf156b80455dd9112eb18e46fa21ae5b348582 (commit)
via 9cc783a87d59248fb3b1e9bb0ca2a72690a4e8c9 (commit)
via a99d95e3afc528829f657e37f0572ac78bf06d4b (commit)
via e500e2e5d1d44f31e0fffeda9a1e272e8fb0320c (commit)
via b671dbfe94789d849880b8c6f2a036f7db04b037 (commit)
via 1e50a3dadef7823b6f50bd387f84f324029a217d (commit)
via 70b96aa232bd9784a94247bf7b193cb2147ada9d (commit)
via 07eb655244bd973a9bdf69ef958ee06cf867a0bb (commit)
via 1eae96ca2fe1e23def798ea90645538a4e4193e5 (commit)
via 626369c2fbbd1935d9ddc5aebd86c182e8c87083 (commit)
via 409efa1ec84c14aaa43bfac85ba4956e9f3cf16a (commit)
via 411686402b6a7f148fd05c926d5fbce7a1802810 (commit)
via 04a108617ab904d7614966dfa9e4602bd1d4fae1 (commit)
via e1d2b3568afe914d5b9c77bafd48be5b35e2d1d4 (commit)
via da1a79ef5b5c61981c94e58ba76d96d40f10d3f3 (commit)
via 51b11510448bcca092db191d5f17a00892af9f71 (commit)
via 94cde130ca78d6ca1b5f815180ccdd363b234407 (commit)
via e4bcb62dbf89bf882805e3824251a3013f3eecd7 (commit)
via 20f6fd1b63355b9a3ab1423cb24b73ca27f57243 (commit)
via b4584ff6c433551f9b633d3e0c6d00380119fa89 (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 (67728acc7a90dbf076eb179d6e3e119a4197896a)
\
N -- N -- N (34cf156b80455dd9112eb18e46fa21ae5b348582)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/llc.h | 2 +-
tests/Makefile.am | 1 +
tests/llc/LlcTest.cpp | 20 ++++++++++++--------
4 files changed, 15 insertions(+), 9 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 34cf156b80455dd9112eb18e46fa21ae5b348582 (commit)
via 9cc783a87d59248fb3b1e9bb0ca2a72690a4e8c9 (commit)
from a99d95e3afc528829f657e37f0572ac78bf06d4b (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=34cf156b80455dd9112eb18e46fa21a…
commit 34cf156b80455dd9112eb18e46fa21ae5b348582
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jun 29 10:21:52 2015 +0200
llc/test: Use a portable way to set timeval variables
Using complex initialiser lists doesn't seem to work well with Debian
Squeeze.
This commit changes the initialisation to use separate assignments
instead.
Fixes: Jenkins #601, #602
Addresses:
CXX LlcTest.o
../../tests/llc/LlcTest.cpp: In function 'void test_llc_meta()':
../../tests/llc/LlcTest.cpp:137: error: expected primary-expression
before '.' token
../../tests/llc/LlcTest.cpp:137: warning: extended initializer
lists only available with -std=c++0x or -std=gnu++0x
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=9cc783a87d59248fb3b1e9bb0ca2a72…
commit 9cc783a87d59248fb3b1e9bb0ca2a72690a4e8c9
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jun 29 10:21:14 2015 +0200
Revert "llc/test: Explicitly enable extended initialiser lists"
This reverts commit a99d95e3afc528829f657e37f0572ac78bf06d4b.
That commit has only removed the warning but not the error.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 4 ----
tests/llc/LlcTest.cpp | 20 ++++++++++++--------
2 files changed, 12 insertions(+), 12 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 a99d95e3afc528829f657e37f0572ac78bf06d4b (commit)
from e500e2e5d1d44f31e0fffeda9a1e272e8fb0320c (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=a99d95e3afc528829f657e37f0572ac…
commit a99d95e3afc528829f657e37f0572ac78bf06d4b
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jun 29 09:56:55 2015 +0200
llc/test: Explicitly enable extended initialiser lists
To support extended initialiser lists some platforms (at least debian
squeeze) require to add -std=c++0x or -std=gnu++0x to CXXFLAGS. While
that option is deprecated on newer platforms (at least gcc 4.8) this
options is still supported on every platform currently in use.
This commit adds -std=gnu++0x to the CXXFLAGS used to compile
LlcTest.cpp.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
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 e500e2e5d1d44f31e0fffeda9a1e272e8fb0320c (commit)
from b671dbfe94789d849880b8c6f2a036f7db04b037 (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=e500e2e5d1d44f31e0fffeda9a1e272…
commit e500e2e5d1d44f31e0fffeda9a1e272e8fb0320c
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jun 29 09:32:46 2015 +0200
llc: Add missing include directive for struct timeval
While including time.h is sufficient with Ubuntu's current libc6
2.19, the correct (and portable) include file is sys/time.h.
This commit modifies the include directive in llc.h accordingly.
Fixes: Jenkins #600
Addresses:
In file included from gprs_ms.h:28,
from gprs_ms.cpp:22:
llc.h:68: error: field 'recv_time' has incomplete type
llc.h:69: error: field 'expire_time' has incomplete type
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/llc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b671dbfe94789d849880b8c6f2a036f7db04b037 (commit)
via 1e50a3dadef7823b6f50bd387f84f324029a217d (commit)
via 70b96aa232bd9784a94247bf7b193cb2147ada9d (commit)
via 07eb655244bd973a9bdf69ef958ee06cf867a0bb (commit)
via 1eae96ca2fe1e23def798ea90645538a4e4193e5 (commit)
via 626369c2fbbd1935d9ddc5aebd86c182e8c87083 (commit)
via 409efa1ec84c14aaa43bfac85ba4956e9f3cf16a (commit)
via 411686402b6a7f148fd05c926d5fbce7a1802810 (commit)
via 04a108617ab904d7614966dfa9e4602bd1d4fae1 (commit)
via e1d2b3568afe914d5b9c77bafd48be5b35e2d1d4 (commit)
via da1a79ef5b5c61981c94e58ba76d96d40f10d3f3 (commit)
via 51b11510448bcca092db191d5f17a00892af9f71 (commit)
via 94cde130ca78d6ca1b5f815180ccdd363b234407 (commit)
via e4bcb62dbf89bf882805e3824251a3013f3eecd7 (commit)
via 20f6fd1b63355b9a3ab1423cb24b73ca27f57243 (commit)
from b4584ff6c433551f9b633d3e0c6d00380119fa89 (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