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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/pending has been updated
via 8828b65e3feaf1dce3be382104655486e938aa5c (commit)
via b594b120161861f03d7dfc15189e604a5677aa43 (commit)
via a96a0578134a5c719a25198e9790f2e84f356f0a (commit)
from 37b445d4c8ecb06ab2bd5cd5aa582de4d74b8eba (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-trx/commit/?id=8828b65e3feaf1dce3be38210465548…
commit 8828b65e3feaf1dce3be382104655486e938aa5c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 8 23:14:42 2015 -0400
Cheacking in a more relevant README.
This one is from the OpenBTS's TRXManager and actually describes the transceiver
API and behavior.
http://cgit.osmocom.org/osmo-trx/commit/?id=b594b120161861f03d7dfc15189e604…
commit b594b120161861f03d7dfc15189e604a5677aa43
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 8 23:14:18 2015 -0400
Checking in clockdump.sh utility.
http://cgit.osmocom.org/osmo-trx/commit/?id=a96a0578134a5c719a25198e9790f2e…
commit a96a0578134a5c719a25198e9790f2e84f356f0a
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 8 22:46:38 2015 -0400
Transceiver: Update noise level only when the timeslot is marked as IDLE.
We can't rely on an assumption that if we can't decode a burst - it's noise.
There are many rasons why we can't decode a burst even if it's well above the
noise level. Just one example is a RACH burst which can be overlapped with
another RACH burst up to a level both are completely unrecognizable. Another
example is when a burst is destroyed by bad multi-path.
-----------------------------------------------------------------------
Summary of changes:
README | 218 ++++++++++++++++-------------------------
Transceiver52M/Transceiver.cpp | 39 +++++---
Transceiver52M/Transceiver.h | 2 +-
clockdump.sh | 3 +
4 files changed, 114 insertions(+), 148 deletions(-)
create mode 100755 clockdump.sh
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "Repository for Realtek RTL2832U based SDR software".
The branch, master has been updated
via e3c03f738f5aef4dc51e2b741fbdb542b9cc1bb1 (commit)
via 5c376fc79c919c0e16a832328c92f5213f0cdd54 (commit)
from 8b4d755ba1b889510fba30f627ee08736203070d (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/rtl-sdr/commit/?id=e3c03f738f5aef4dc51e2b741fbdb542…
commit e3c03f738f5aef4dc51e2b741fbdb542b9cc1bb1
Author: Hoernchen <la(a)tfc-server.de>
Date: Tue Jun 9 01:48:55 2015 +0200
lib: check for libusb init failure
http://cgit.osmocom.org/rtl-sdr/commit/?id=5c376fc79c919c0e16a832328c92f521…
commit 5c376fc79c919c0e16a832328c92f5213f0cdd54
Author: Hoernchen <la(a)tfc-server.de>
Date: Tue Jun 9 01:37:46 2015 +0200
tools: allow built-in functions for newer versions of MSVC
-----------------------------------------------------------------------
Summary of changes:
src/librtlsdr.c | 22 ++++++++++++++++------
src/rtl_adsb.c | 2 ++
src/rtl_fm.c | 4 ++--
src/rtl_power.c | 4 ++--
4 files changed, 22 insertions(+), 10 deletions(-)
hooks/post-receive
--
Repository for Realtek RTL2832U based SDR software
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 a098c19b5531e175a308fbe4aee39c54cb3c71f1 (commit)
via d9e102472a97c767cba1bd5687db30028436d623 (commit)
via 1db67e0a35a479ef20b871c459ea3f3e0155b620 (commit)
via 9200ce60196a289968144582f1acfac25e17eed5 (commit)
via ddfc0d57632c5f57aeb123f6506d3923fcec69dc (commit)
via d3eac2867a84d009fa3c1c7d8da9502f8468fbca (commit)
via 1c68abaffab6b7f8472d54b7881c3618d72e00d9 (commit)
via 71e55118f52002af433077251a5a7fee2017b40b (commit)
via 7b9f825ae8f8a39c072413820a1a0557f420499d (commit)
via b0e5eaf59adbefc44e01850a6784c9da0c3abbf9 (commit)
via 9a2845d491b088cb9e1962ba6dc8af5a4e279401 (commit)
via 0e50ce614569b9ae7bcc6e7becc4aeec46e8369d (commit)
via 767193e20b4172dfb0e76ec63444115dc5ae8806 (commit)
from d1cb41bfd020eb9b94b17e5bcaa5be36bceccc12 (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 | 102 +++-----
src/bts.h | 14 +-
src/encoding.cpp | 4 +-
src/gprs_ms.cpp | 97 +++++++-
src/gprs_ms.h | 46 +++-
src/gprs_ms_storage.cpp | 42 ++--
src/gprs_ms_storage.h | 3 +-
src/pcu_main.cpp | 2 -
src/pcu_vty.c | 27 ++
src/ta.cpp | 142 -----------
src/ta.h | 40 ---
src/tbf.cpp | 186 +++++++-------
src/tbf.h | 30 +--
src/tbf_dl.cpp | 41 +---
tests/alloc/AllocTest.cpp | 16 +-
tests/ms/MsTest.cpp | 106 +++++++-
tests/ms/MsTest.err | 15 +-
tests/ms/MsTest.ok | 4 +
tests/tbf/TbfTest.cpp | 241 ++++++++++++++++--
tests/tbf/TbfTest.err | 608 ++++++++++++++++++++++++++++++----------------
tests/tbf/TbfTest.ok | 6 +
22 files changed, 1080 insertions(+), 694 deletions(-)
delete mode 100644 src/ta.cpp
delete mode 100644 src/ta.h
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
discards d3350c8cd2aa6a32a65fd0ea1691db16e662592e (commit)
discards 5bf5b0da30700bb881295794ad6ea1edf0d854d3 (commit)
discards a92f9825845313cee04ee805a6abf1bd30a4ae47 (commit)
discards 693d4f787d70dba6b2ce4becdfd219c2cacd6a06 (commit)
discards 504d1e34c061e236a377fb4040d70bf6a00d1416 (commit)
discards c93d457de7ca952b46b97dcad686a3880a5c2be0 (commit)
discards 53efddb64fdc2c2526313bea005d8ca6cab73a4d (commit)
discards 87e9169fc5c576e4815a18d57831a0773cfc22dc (commit)
discards 092f3c60b5e5cadbc044ede4617d074208649c3d (commit)
discards 3b343d0cb1734ba42befc6b44d590be1ee86cb96 (commit)
discards b6ab897d0e1e7c43b1a15118d7508b03e7f4d18c (commit)
discards a29c640f28d9f1a065671b91d1ab1ff320b73e71 (commit)
discards 0a21c4016109d81dd45797a576d7c035660273e6 (commit)
discards eb69865cbb9a6190a1adc0cc586e93b2fa26437c (commit)
discards bb4e151c3c2e6e3a859c004b32890637ea95a3d1 (commit)
discards cd5f42e588805e6bc5b5cf6d4c64cb426656c562 (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)
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 (d3350c8cd2aa6a32a65fd0ea1691db16e662592e)
\
N -- N -- N (37e896dff112fda77c29de770a0d8b3fe8800a5a)
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/osmo-pcu/commit/?id=37e896dff112fda77c29de770a0d8b3…
commit 37e896dff112fda77c29de770a0d8b3fe8800a5a
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Jun 5 16:33:33 2015 +0200
vty: Add command to show detailed MS info
This commit extends the "show ms" command to display an extended set
of information for a single MS.
The following VTY commands are added:
- show ms tlli TLLI
- show ms imsi IMSI
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=b33e675e5a9f80be81ffef87ba3a9ed…
commit b33e675e5a9f80be81ffef87ba3a9ed05d6945c5
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 19:04:30 2015 +0200
ms: Add support for maximum CS values
Currently the CS values can be increased to CS4 even when the "cs"
configuration command has been used with a lower value. The "cs"
command just sets the initial coding scheme, so other means are
needed to limit the selection. One approach is to use the CS flags
passed in SI, but these are currently ignored.
To make it possible to limit the CS selection by configuring the PCU,
this commit adds the following VTY commands to config-pcu:
- cs max <1-4> Limit DL and UL CS to the given value
- cs max <1-4> <1-4> Limit DL and UL CS separately (DL first)
- no cs max Don't limit
Ticket: #1674
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=8158ea7288f57d7bc66d8ccd1c27899…
commit 8158ea7288f57d7bc66d8ccd1c278999fd656076
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 17:46:33 2015 +0200
ms: Add blocking period for CS upgrade
Currently the CS level is immediately increased if the error rate
drops below the lower threshold. Since the measurement values are not
damped, this behaviour leads to a quick return to higher CS values
even under bad radio conditions. Since with GPRS RLC/MAC blocks
cannot be resent with another coding scheme, increasing the CS value
should be done carefully.
This commit adds a blocking period that only allows higher CS values
if all error rate measurements were below the LOW threshold for a
certain amount of time (currently fixed to 1s).
Ticket: #1674
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=144a1d0516187d09f80c8b9125c6e51…
commit 144a1d0516187d09f80c8b9125c6e51b4988503f
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 16:51:44 2015 +0200
tbf: Ignore lost+recv == 1
Currently the CS level gets changed quickly if single RLC/MAC blocks
are sent (e.g. LLC dummy commands), since the rate is either 0% or
100%.
This commit ignores measurements which are based on a single block
only.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=8322d08071d740b033941271d584a52…
commit 8322d08071d740b033941271d584a52d25565a94
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 15:12:10 2015 +0200
tbf: Add adaptive coding scheme configuration
This commit adds the following VTY commands to config-pcu:
- cs threshold <0-100> <0-100> Enables adaptive CS selection
- no cs threshold Disables it
The "cs threshold LOW HIGH" command sets the water marks
(cs_adj_lower_limit and cs_adj_upper_limit) used to
decide about switching coding schemes.
Ticket: #1739
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=a17fccbcf47bff8f0cca7f3f02d55d6…
commit a17fccbcf47bff8f0cca7f3f02d55d63cf5b4d01
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 16:52:23 2015 +0200
tbf: Add debugging output to analyse_errors()
To help with the debugging, optimisation, and understanding of this
method, this commit adds an info string containing a flag character per
RLC/MAC data block in the current window.
Note that the blocks are shown in reversed order (highest BSN first)
in comparison to other logging output.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=1751c62c980f8d6ed965e08fcb9ad1a…
commit 1751c62c980f8d6ed965e08fcb9ad1af485d8854
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 12:12:32 2015 +0200
tbf: Add adaptive DL CS adjustment
To cope with transmission failures due to bad radio conditions, a
different coding scheme with more redundance can be used.
This commit adds an implemenation that is based on the Ack/Nack
ratio per PACKET DOWNLINK ACK/NACK message received from the MS.
Basically the CS level is decreased, if the block error rate goes
above cs_adj_upper_limit (default 33%), and it is increased, if the
rate drops below cs_adj_lower_limit (default 10%). Only blocks that
have been encoded with the current CS are taken into account.
Note that this approach doesn't measure the MS->BTS conditions and
that the measurement values reported by the MS are not taken into
account.
Ticket: #1739
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=f47f68a9d8e4421398e2369e4b18de8…
commit f47f68a9d8e4421398e2369e4b18de8c52a9d396
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 10:23:24 2015 +0200
vty: Add 'show ms all' command
This command lists the entries of the ms_store by a line per MS.
Beside TLLI and IMSI, some measurement and state information is
shown.
A ms_list() getter method is added to GprsMsStorage to obtain a list
of the MsGprs objects.
The following VTY command is added to the 'enable' node:
- show ms all
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=62e96a3535714088a5dabe3cb4a8523…
commit 62e96a3535714088a5dabe3cb4a8523165b19877
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Jun 4 09:42:14 2015 +0200
vty: Add a file for C++ functions
Currently the pcu_vty.c doesn't compile with C++. Thus C++ object
cannot be access directly there.
This commit adds a helper C++ file that exports all functions with C
calling conventions and naming to work around that limitation until
the transition of pcu_vty.c is completed.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=a700dd9e11d31805cfe8dd07fc27ac9…
commit a700dd9e11d31805cfe8dd07fc27ac96425cbf0c
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Jun 2 16:00:41 2015 +0200
tbf: Move the current CS field to GprsMs
Currently the current CS value is stored in the cs field of
gprs_rlcmac_tbf and initialised when it is used the first time.
This commit adds separate fields for UL and DL CS values to the
GprsMs class and provides corresponding getter methods for GprsMs and
gprs_rlcmac_tbf.
Ticket: #1739
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=17214bb06de4a1d8b626dab0f695017…
commit 17214bb06de4a1d8b626dab0f695017b0c74b358
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Jun 2 14:06:12 2015 +0200
ms: Add back pointer to BTS
Since more functionality will be moved to the GprsMs class, a pointer
to the current BTS object is added to allow access to configuration
data and other methods.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=befc760f8677d794e5a0dbc1f02f8ac…
commit befc760f8677d794e5a0dbc1f02f8ac85b649aa0
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Jun 2 12:33:30 2015 +0200
tbf: Store MS class in GprsMs objects
The ms_class value is a property of the MS and thus belongs to the
GprsMs class. Nevertheless the MS object is created after the TLLI
gets known, so the value still has to be stored in the TBF initially.
This commit add the ms_class value to the GprsMs class and introduces
TBF accessor functions which either access that object or, if that is
not available, the value stored locally.
Ticket: #1674
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=489a2b35d87610fb077a51de696555a…
commit 489a2b35d87610fb077a51de696555a54e5fb247
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu May 28 19:07:01 2015 +0200
tbf: Move the LLC queue to GprsMs
Currently the enqueued DL LLC messages which have not yet passed to
RLC/MAC encoding are eventually copied from one TBF to the next one
(see gprs_rlcmac_dl_tbf::reuse_tbf). Since the enqueued LLC messages
are related to a specific MS, they should be stored at that layer.
This commit moves the gprs_llc_queue object to GprsMs and changes the
TBF's accessor methods accordingly. The LLC copying code is removed
from gprs_rlcmac_dl_tbf::reuse_tbf().
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=10ed79553a8e7241b69c4155325c291…
commit 10ed79553a8e7241b69c4155325c29105c7a606d
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Jun 2 11:37:22 2015 +0200
tbf: Make the ms() getter method const
Currently this method cannot be used in other const methods.
This commit adds the missing const keyword.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=1d0a52a3497ada98bb4013ba907a00b…
commit 1d0a52a3497ada98bb4013ba907a00b4ab9a1ccd
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Jun 2 11:28:07 2015 +0200
llc: Add missing declarations to llc.h
Currently llc.h relies on the structs BTS, timeval, and msgb being
declared before the file is included.
This commit adds forward declaration for these structs, because they
will only be used for pointer types.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=6dbe822062d54a6c765c6fa7e2c6b79…
commit 6dbe822062d54a6c765c6fa7e2c6b79a5dff29b1
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri May 29 10:37:09 2015 +0200
llc: Separate LLC queue handling from gprs_llc
Currently the gprs_llc class handles both LLC queueing and the
partition into smaller pieces for RLC/MAC encapsulation. This hinders
the separation of TBF and MS related data, since LLC queueing belongs
to the MS related code while the RLC/MAC encoding/decoding belongs to
the TBF layer.
This commits takes the LLC queueing related methods and members and
puts them into a new class gprs_llc_queue. It puts the queueing
object into gprs_rlcmac_tbf and adds accessor functions. The
implementation in tbf.cpp and tbf_dl.cpp is adapted accordingly.
Ticket: #1674
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=b3f713bd7be2af9bf7c3168099d35df…
commit b3f713bd7be2af9bf7c3168099d35df089020164
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jun 8 09:30:31 2015 +0200
l1: Fix warning by logging acc_delay
The acc_delay value is computed but not used, resulting in a warning.
This commit adds a logging message it case the function is executed
to make the warning disappear. It also adds a CPP warning to remind
of the incomplete implementation.
Addresses:
sysmo_l1_if.c:226:10: error: variable ‘acc_delay’ set but not used
[-Werror=unused-but-set-variable]
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/sysmo_l1_if.c | 6 ++++++
src/tbf_dl.cpp | 1 -
2 files changed, 6 insertions(+), 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 "SS7 (TCAP, ROS, MAP, CAP) ASN1 files".
The branch, master has been updated
via 02ed07f6e076bed9310f68b3a1aeddcafc37ef30 (commit)
via f0618d4ebf76b86a7a3e82d8099314dad08f4d80 (commit)
via d5db49e21c4b8909f96c33b2002ede341cd03cf1 (commit)
via 9f792944f8a3a456725b974ce843c97b73a69c60 (commit)
from 54950c369bf682bb5d27495359f6b704764af2c0 (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/asn1/ss7/commit/?id=02ed07f6e076bed9310f68b3a1aeddc…
commit 02ed07f6e076bed9310f68b3a1aeddcafc37ef30
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Jun 7 20:14:50 2015 +0200
Add necessary operation code to the operation
http://cgit.osmocom.org/asn1/ss7/commit/?id=f0618d4ebf76b86a7a3e82d8099314d…
commit f0618d4ebf76b86a7a3e82d8099314dad08f4d80
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 10 23:06:36 2015 +0200
purgeMS: Correct the V2 message of purgeMS
http://www.etsi.org/deliver/etsi_i_ets/300500_300599/300599/09_60/ets_30059…
purgeMS-Arg ::= SEQUENCE {
imsi IMSI,
vlr-Number ISDN-AddressString, ...}
http://cgit.osmocom.org/asn1/ss7/commit/?id=d5db49e21c4b8909f96c33b2002ede3…
commit d5db49e21c4b8909f96c33b2002ede341cd03cf1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 10 16:24:37 2015 +0200
Add cancelVcsgLocation/updateVcsgLocation
http://cgit.osmocom.org/asn1/ss7/commit/?id=9f792944f8a3a456725b974ce843c97…
commit 9f792944f8a3a456725b974ce843c97b73a69c60
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 3 09:38:39 2015 +0200
MAP: Add IMSI/correlationID to MAP
Copied from PDF with 12.7.0 Release 12
Found: *#115
-----------------------------------------------------------------------
Summary of changes:
asn1/CAMEL/CAP-gsmSSF-gsmSCF-ops-args.asn | 2 +-
asn1/MAP/MAP-MS-DataTypes.asn | 28 +++++++++++++++++++++++++++-
asn1/MAP/MAP-MobileServiceOperations.asn | 29 ++++++++++++++++++++++++++++-
asn1/MAP/MAP-OperationPackages.asn | 23 -----------------------
asn1/MAP/MAP-SM-DataTypes.asn | 8 ++++++++
5 files changed, 64 insertions(+), 26 deletions(-)
hooks/post-receive
--
SS7 (TCAP, ROS, MAP, CAP) ASN1 files
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/pending has been updated
via 37b445d4c8ecb06ab2bd5cd5aa582de4d74b8eba (commit)
from df127bc74e5032020dc5bacd8bb52cd82f936b68 (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-trx/commit/?id=37b445d4c8ecb06ab2bd5cd5aa582de…
commit 37b445d4c8ecb06ab2bd5cd5aa582de4d74b8eba
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 7 01:10:11 2015 -0400
transceiver: Remove noise/RSSI gating.
It does more harm than good. the current noise calculation is too error
prone, so we can't trust it. And we end up loosing perfectly good bursts
because of that.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/pending has been updated
via df127bc74e5032020dc5bacd8bb52cd82f936b68 (commit)
from 6512812e43179ae3e4bf85c3203f11e281f19cd0 (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-trx/commit/?id=df127bc74e5032020dc5bacd8bb52cd…
commit df127bc74e5032020dc5bacd8bb52cd82f936b68
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 7 01:07:45 2015 -0400
osmo-trx: Add an option to swap channels on UmTRX.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 6 +++---
Transceiver52M/USRPDevice.cpp | 2 +-
Transceiver52M/USRPDevice.h | 2 +-
Transceiver52M/osmo-trx.cpp | 13 ++++++++++---
Transceiver52M/radioDevice.h | 2 +-
5 files changed, 16 insertions(+), 9 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via 46e95395e09f952654da30bf575790ad1f7736e1 (commit)
from f33f30815a7b9494315d4782245447ebca21c02e (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/gr-osmosdr/commit/?id=46e95395e09f952654da30bf57579…
commit 46e95395e09f952654da30bf575790ad1f7736e1
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Sat Jun 6 22:01:33 2015 +0200
cmake: move check for hackrf_device_list to hackrf subdirectory
-----------------------------------------------------------------------
Summary of changes:
cmake/Modules/FindLibHackRF.cmake | 9 ---------
lib/hackrf/CMakeLists.txt | 9 +++++++++
2 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/625 has been updated
discards f6ec7be7c5666e7162861ad3f9b9dc19f96fb2f4 (commit)
discards ffba9779246fc9ac7ca3e001f85d6ce1a25e0192 (commit)
discards c777a761c570c9f2b5ff17a39134014006fc96f0 (commit)
via 2518186b450c17382e2cd9adca912fb3cf7c41ec (commit)
via 6512812e43179ae3e4bf85c3203f11e281f19cd0 (commit)
via ded68da44f1b9641e920231be596a4ca8add198b (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 (f6ec7be7c5666e7162861ad3f9b9dc19f96fb2f4)
\
N -- N -- N (2518186b450c17382e2cd9adca912fb3cf7c41ec)
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/osmo-trx/commit/?id=2518186b450c17382e2cd9adca912fb…
commit 2518186b450c17382e2cd9adca912fb3cf7c41ec
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon May 18 17:13:00 2015 -0700
sigproc: Setup downlink bursts at 156.25 duration with 4 SPS
Instead of extending 156/157 symbol sized bursts to 624/628 when 4
samples-per-symbol are used, use a fixed size of 625 samples, or
625.25 us.
This is a breaking timing change.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/pending has been updated
discards ffba9779246fc9ac7ca3e001f85d6ce1a25e0192 (commit)
discards c777a761c570c9f2b5ff17a39134014006fc96f0 (commit)
via 6512812e43179ae3e4bf85c3203f11e281f19cd0 (commit)
via ded68da44f1b9641e920231be596a4ca8add198b (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 (ffba9779246fc9ac7ca3e001f85d6ce1a25e0192)
\
N -- N -- N (6512812e43179ae3e4bf85c3203f11e281f19cd0)
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/osmo-trx/commit/?id=6512812e43179ae3e4bf85c3203f11e…
commit 6512812e43179ae3e4bf85c3203f11e281f19cd0
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Jun 4 19:05:28 2015 -0400
sigProcLib: Check for bogus TOA before using it.
http://cgit.osmocom.org/osmo-trx/commit/?id=ded68da44f1b9641e920231be596a4c…
commit ded68da44f1b9641e920231be596a4ca8add198b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Jun 4 15:39:41 2015 -0400
Transceiver: Fix clipping detection.
There are two primary changes in this commit:
1) Return values of detect functions changed form bool to int to actually pass
the return value from the inner function and notify higher levels about clipping.
Previously the information was lost due to conversion to bool.
2) Clipping level is not the final verdict now. We still try to demod a burst
and mark it as clipped only if the level is above the clipping level AND we can't
demod it. The reasoning for this is that in real life we want to do as much as
possible to demod the burst, because we want to get as much from our dynamic
range as possible. So a little bit of clipping is fine and is expected. We just
don't want too much of it to break our demod.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
OpenBTS' transceiver retro-fit