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/debug has been updated
via e1fc0d5b1e244dfe376ee2260bc43686e3278bc1 (commit)
from 5bfca4ccf5473c880ad11b3b3a9e5ecfc0c63880 (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=e1fc0d5b1e244dfe376ee2260bc4368…
commit e1fc0d5b1e244dfe376ee2260bc43686e3278bc1
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 20:16:51 2015 -0400
sigProcLib: Fix burst start phase.
R&S CMD57 complains about the start phase of bursts, particularly it shows
-15 to -30 deg of error for the bit 0.5 position (start tail bit). This patch
makes it happy. ETSI TS 145 004 section 2.2 describes this: "Before the first
bit of the bursts as defined in 3GPP TS 45.002 enters the modulator,
the modulator has an internal state as if a modulating bit stream consisting
of consecutive ones (di = 1) had entered the differential encoder."
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/sigProcLib.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/debug has been updated
via 5bfca4ccf5473c880ad11b3b3a9e5ecfc0c63880 (commit)
from 5b87c6f0fab0956111703e5fc86bcea6acd75b0d (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=5bfca4ccf5473c880ad11b3b3a9e5ec…
commit 5bfca4ccf5473c880ad11b3b3a9e5ecfc0c63880
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 19:28:09 2015 -0400
transceiver: Drive clock indication form the receive thread.
Receive thread receives data from the device, which is a more stable source of
clocking than the transmit side. If transmit side has a hiccup, osmo-trx doesn't
send the clock indication, and transmit side is getting completely lost in time.
With this patch we ensure that clock indication keeps coming.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 15 +++++----------
1 file changed, 5 insertions(+), 10 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/debug has been updated
via 5b87c6f0fab0956111703e5fc86bcea6acd75b0d (commit)
from c4d67eb4881bd6815c54a51a26cfd616be0cb247 (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=5b87c6f0fab0956111703e5fc86bcea…
commit 5b87c6f0fab0956111703e5fc86bcea6acd75b0d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 19:13:38 2015 -0400
transceiver: Fix out-of-bounds acces in genRandNormalBurst().
We should read gTrainingSequence starting from 0 bit index, not 61 bit index.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 4 ++--
1 file changed, 2 insertions(+), 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/debug has been updated
via c4d67eb4881bd6815c54a51a26cfd616be0cb247 (commit)
from 45880a8169303f1b7fe2fdd6db3b8fde11c93057 (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=c4d67eb4881bd6815c54a51a26cfd61…
commit c4d67eb4881bd6815c54a51a26cfd616be0cb247
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 19:02:49 2015 -0400
fixup.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/osmo-trx.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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/debug has been updated
via 45880a8169303f1b7fe2fdd6db3b8fde11c93057 (commit)
from 57ef87d061c7e208c97635ad495f7431ec2aee9b (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=45880a8169303f1b7fe2fdd6db3b8fd…
commit 45880a8169303f1b7fe2fdd6db3b8fde11c93057
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 18:56:51 2015 -0400
osmo-trx: Fix random filler command line option.
Filler types was of "bool" type, which prevented it from taking values greter
than 1. And RAND filler type has integer value of 2, which was casted to 1 on
assigning, which led to a normal filler table being used instead of the RAND
one.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.h | 2 +-
Transceiver52M/osmo-trx.cpp | 14 ++++++++++++--
2 files changed, 13 insertions(+), 3 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/debug has been updated
via 57ef87d061c7e208c97635ad495f7431ec2aee9b (commit)
via 5721920a08eb7414799f06bfbbfc3cc8ba6cb359 (commit)
from 194a9b19828f0779f7eca05ce75e2b61a776da21 (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=57ef87d061c7e208c97635ad495f743…
commit 57ef87d061c7e208c97635ad495f7431ec2aee9b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 13:23:11 2015 -0400
Common: Log to console instead of loging to syslog by default.
http://cgit.osmocom.org/osmo-trx/commit/?id=5721920a08eb7414799f06bfbbfc3cc…
commit 5721920a08eb7414799f06bfbbfc3cc8ba6cb359
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 13:20:44 2015 -0400
Common: Introduce a global variable to disable syslog logging.
When we enable DEBUG logging level, syslog gets Gb's of data and can completely
exhaust the file system free space. Now we can just enable it. This is not to
say that logging to syslog it just not very useful in general.
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Logger.cpp | 16 +++++++++-------
CommonLibs/Logger.h | 3 ++-
2 files changed, 11 insertions(+), 8 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/debug has been updated
discards e74f7d21f6735bbc0151f993d63ffddcbe3281b6 (commit)
via 194a9b19828f0779f7eca05ce75e2b61a776da21 (commit)
via 1fe5282133fa1e4e73a98645080ba88241778158 (commit)
via 4438a9fd8f561c3e78e6acb85756aa096e7240e7 (commit)
via 64ad712daac0a9125e8827ed5d3eac0afcf369ce (commit)
via 5c7c1783697bea21f77d64338157bb26c5e5c255 (commit)
via 90f7a01d1de4bd915b3999b168535ed6e68e9c50 (commit)
via e171425b99b2bf2c21898cfcbd42d3d927721eca (commit)
via 4d029d8965022ac0de8488380a62e487a894b9f7 (commit)
via 6613331459351489436d9f91129a47750a46020f (commit)
via 577cd020c16e8d74d7464ea59157e7a44cbb6683 (commit)
via 88bbf1aafd4c5701608a319693a8e69222981eba (commit)
via 2cc2ddda41f10ec2f1981c352fae4468cac03237 (commit)
via d7610cf0b8148391d80b8991f9f070e635a035b8 (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 (e74f7d21f6735bbc0151f993d63ffddcbe3281b6)
\
N -- N -- N (194a9b19828f0779f7eca05ce75e2b61a776da21)
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=194a9b19828f0779f7eca05ce75e2b6…
commit 194a9b19828f0779f7eca05ce75e2b61a776da21
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Apr 23 17:08:27 2015 +0300
Transceiver52M: Change POWERON behavior to return success if the transceiver is already running, and only return fail on device
failure
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 107 +++++++++++++++++++++++-------
Transceiver52M/Transceiver.h | 132 ++++++++++++++++++++------------------
Transceiver52M/UHDDevice.cpp | 93 ++++++++++++++++++++++++---
Transceiver52M/osmo-trx.cpp | 44 +++++++------
Transceiver52M/radioInterface.cpp | 3 +
Transceiver52M/sigProcLib.cpp | 29 +++++++--
Transceiver52M/sigProcLib.h | 8 +++
configure.ac | 11 +++-
8 files changed, 306 insertions(+), 121 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, zecke/features/sgsn-gtp-cdr has been deleted
was c758278c075e876f83f330cab0cc417867340af2
-----------------------------------------------------------------------
c758278c075e876f83f330cab0cc417867340af2 sgsn: Give the IMEI to the GGSN for analysis
-----------------------------------------------------------------------
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, zecke/features/sgsn-hlr-number has been deleted
was 20f0fda3021e7c370ea4c57b5184ebc6926c3f27
-----------------------------------------------------------------------
20f0fda3021e7c370ea4c57b5184ebc6926c3f27 sgsn: Extract the hlr Number into the mm context
-----------------------------------------------------------------------
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5e4b88cbb2d754d691a858a3ff99bcdc7ed9c7ce (commit)
via 8ee13e293739870364e83ea54d61818fb5e44381 (commit)
via 10c0f56a0e109054a480d4affcde73dc6affbb56 (commit)
via 0bb5674cde008af942a0bfaefc9855b09117df34 (commit)
via e54a24d4e6b7e77dff72fdf2ee153a9220a94f35 (commit)
from 0f7a279a06bf10e83b8f5fbadb6871eebabc7dc1 (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=5e4b88cbb2d754d691a858a3ff99bcdc…
commit 5e4b88cbb2d754d691a858a3ff99bcdc7ed9c7ce
Merge: 0f7a279 8ee13e2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 24 12:32:36 2015 +0800
Merge branch 'zecke/features/sgsn-hlr-number'
Store the hlr-Number for purgeMS and CDR handling
http://cgit.osmocom.org/openbsc/commit/?id=8ee13e293739870364e83ea54d61818f…
commit 8ee13e293739870364e83ea54d61818fb5e44381
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon May 18 10:00:03 2015 +0200
sgsn: Extract the hlr Number into the mm context
Include the hlr-Number of the subscriber in the CDR. This is useful
for debugging and understanding which equipment was used during the
test. In contrast to the MSISDN the '+' is emitted as the number
must be in international format already.
http://cgit.osmocom.org/openbsc/commit/?id=10c0f56a0e109054a480d4affcde73dc…
commit 10c0f56a0e109054a480d4affcde73dc6affbb56
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 20:58:40 2015 +0200
gsup: Copy the hlr-Number and use it during purge
Copy the hlr-Number into the sgsn_data and use it during
the purgeMS. There is no unit test that looks at the data
we send so I manually verified this by looking at the output.
Below is the output of the test that purges the subscriber.
<000f> gprs_subscriber.c:170 SUBSCR(123456789012345) Sending GSUP, will send: 0c 01 08 21 43 65 87 09 21 43 f5 09 07 91 83 61 26 31 23 f3
http://cgit.osmocom.org/openbsc/commit/?id=0bb5674cde008af942a0bfaefc9855b0…
commit 0bb5674cde008af942a0bfaefc9855b09117df34
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 19:56:38 2015 +0200
gsup: Decode/Encode the hlr-Number in the GSUP message
Implement it similar to the msisdn_enc/msisdn_enc_len and
extend the testcase to include it as well.
http://cgit.osmocom.org/openbsc/commit/?id=e54a24d4e6b7e77dff72fdf2ee153a92…
commit e54a24d4e6b7e77dff72fdf2ee153a9220a94f35
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 18:24:40 2015 +0200
gsup: Add the HLR-Number as type and use it for UpdateLocation Res
The HLR-Number can be passed from the MAP Proxy to the SGSN and
can then be used for the CDR module or passed during the purgeMS
operation.
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/sgsn-remote-protocol.txt | 24 ++++++++++++++++++
openbsc/include/openbsc/gprs_gsup_messages.h | 3 +++
openbsc/include/openbsc/gprs_sgsn.h | 6 +++++
openbsc/src/gprs/gprs_gmm.c | 38 ++++++++++++++++++++++++++++
openbsc/src/gprs/gprs_gsup_messages.c | 8 ++++++
openbsc/src/gprs/gprs_subscriber.c | 18 +++++++++++++
openbsc/src/gprs/sgsn_cdr.c | 8 +++---
openbsc/src/gprs/sgsn_vty.c | 4 +--
openbsc/tests/gprs/gprs_test.c | 2 ++
openbsc/tests/sgsn/sgsn_test.c | 2 ++
10 files changed, 108 insertions(+), 5 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)