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/flow-control has been updated
discards 01e7c1f338144df3685290daf24d0c0d43f57176 (commit)
discards ace99d5f853ae3371d71ee53c40b44877cf8c500 (commit)
discards cd16e40e1afe34201aab77e09567c7ab5be9392e (commit)
discards 68c1495a820d6e20b8df8d77445cec4b9018104a (commit)
via 5e1a8403564b2af351ad8a8d462488cc25648dd8 (commit)
via fe865b1887d58302e7a68b6b01b5de69f35b0870 (commit)
via 47e945161b06edf51f19ec4d7b7baec1f09ce8b8 (commit)
via bcfa2f67b4b19174964d64992f34fae12adbcc84 (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 (01e7c1f338144df3685290daf24d0c0d43f57176)
\
N -- N -- N (5e1a8403564b2af351ad8a8d462488cc25648dd8)
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=5e1a8403564b2af351ad8a8d462488c…
commit 5e1a8403564b2af351ad8a8d462488cc25648dd8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 17:55:16 2015 +0200
vty: Fix value range of commands accepting csecs
Currently an uint8_t csec variable is used to temporarily store
the number of centiseconds which can be set within the range
1 - 65535. This way values above 255 cannot be set properly. This
affects the VTY commands "queue lifetime", "queue hysteres", and
"queue idle-ack-delay".
This commit replaces the uint8_t by an uint16_t.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=fe865b1887d58302e7a68b6b01b5de6…
commit fe865b1887d58302e7a68b6b01b5de69f35b0870
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 15:01:15 2015 +0200
bssgp: Compute BVC bucket size and leak rate
Currently the PDCH assignment and coding scheme does not influence
the values transmitted by the FLOW-CONTROL-BVC messages.
This commit adds the computation of those values. If the leak rate is
not given explicitly, it is derived from the number of PDCH and the
allowed coding scheme. If the BVC bucket size is not given
explicitly, it is derived from the leak rate and the maximum buffer time.
The latter is taken from the 'queue lifetime' command (or 10s if this
has not been used). The MS default bucket size is set to 25% of the
BVC bucket size.
http://cgit.osmocom.org/osmo-pcu/commit/?id=47e945161b06edf51f19ec4d7b7baec…
commit 47e945161b06edf51f19ec4d7b7baec1f09ce8b8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 15:59:01 2015 +0200
vty: Fix warnings about undeclared functions
This commit adds missing includes to pcu_vty.c and fixes the
llist_head type (missing struct keyword) used by tbf_print_vty_info.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=bcfa2f67b4b19174964d64992f34fae…
commit bcfa2f67b4b19174964d64992f34fae12adbcc84
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 21 12:56:48 2015 +0200
bssgp: Make BVC bucket size / leak rate configurable
Currently the FLOW-CONTROL_BVC message contains fixed values: The tag
is 1, the BVC bucket size is 6MB, the BVC bucket leak rate is
820kbit/s, the MS bucket size is 50kB, and the MS leak rate is
50kbit/s.
This commit makes the BVC parameters configurable and adds the
following VTY commands:
- flow-control force-bvc-bucket-size <1-6553500>
- no flow-control force-bvc-bucket-size
- flow-control force-bvc-leak-rate <1-6553500>
- no flow-control force-bvc-leak-rate
- flow-control force-ms-bucket-size <1-6553500>
- no flow-control force-ms-bucket-size
- flow-control force-ms-leak-rate <1-6553500>
- no flow-control force-ms-leak-rate
The 'no' variants restore the default behaviour.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty.c | 1 -
1 file changed, 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 97319359849cb21342a3243c6202def1cd18bc94 (commit)
from 580af4be0023a669d1b756f0f6180eed5ea98144 (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=97319359849cb21342a3243c6202…
commit 97319359849cb21342a3243c6202def1cd18bc94
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 19:28:03 2015 +0200
bssgp: Fix call to llist_entry in fc_queue_timer_cfg
Currently the DL sometimes hangs and sometimes a lot of messages
(still not able to send PDU) are logged. This is caused by an invalid
timer delay computation, setting msecs either to 0 or to some big value.
This is due to an '&' operator at the wrong place, accessing some
parts in fc instead of the first element of the list.
This commit fixes that issue.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_bssgp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, jerlbeck/flow-control has been updated
discards b9b0321428fa29dbb72c308901ce3df1adcb8d55 (commit)
via 01e7c1f338144df3685290daf24d0c0d43f57176 (commit)
via ace99d5f853ae3371d71ee53c40b44877cf8c500 (commit)
via cd16e40e1afe34201aab77e09567c7ab5be9392e (commit)
via 68c1495a820d6e20b8df8d77445cec4b9018104a (commit)
via fcb8e6560c5e12f55518479c6fd22344d233e9cb (commit)
via 56e8d710907b9320d41a6285f08bba39aae2ee3b (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 (b9b0321428fa29dbb72c308901ce3df1adcb8d55)
\
N -- N -- N (01e7c1f338144df3685290daf24d0c0d43f57176)
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=01e7c1f338144df3685290daf24d0c0…
commit 01e7c1f338144df3685290daf24d0c0d43f57176
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 17:55:16 2015 +0200
vty: Fix value range of commands accepting csecs
Currently an uint8_t csec variable is used to temporarily store
the number of centiseconds which can be set within the range
1 - 65535. This way values above 255 cannot be set properly. This
affects the VTY commands "queue lifetime", "queue hysteres", and
"queue idle-ack-delay".
This commit replaces the uint8_t by an uint16_t.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=ace99d5f853ae3371d71ee53c40b448…
commit ace99d5f853ae3371d71ee53c40b44877cf8c500
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 15:01:15 2015 +0200
bssgp: Compute BVC bucket size and leak rate
Currently the PDCH assignment and coding scheme does not influence
the values transmitted by the FLOW-CONTROL-BVC messages.
This commit adds the computation of those values. If the leak rate is
not given explicitly, it is derived from the number of PDCH and the
allowed coding scheme. If the BVC bucket size is not given
explicitly, it is derived from the leak rate and the maximum buffer time.
The latter is taken from the 'queue lifetime' command (or 10s if this
has not been used). The MS default bucket size is set to 25% of the
BVC bucket size.
http://cgit.osmocom.org/osmo-pcu/commit/?id=cd16e40e1afe34201aab77e09567c7a…
commit cd16e40e1afe34201aab77e09567c7ab5be9392e
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 30 15:59:01 2015 +0200
vty: Fix warnings about undeclared functions
This commit adds missing includes to pcu_vty.c and fixes the
llist_head type (missing struct keyword) used by tbf_print_vty_info.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=68c1495a820d6e20b8df8d77445cec4…
commit 68c1495a820d6e20b8df8d77445cec4b9018104a
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 21 12:56:48 2015 +0200
bssgp: Make BVC bucket size / leak rate configurable
Currently the FLOW-CONTROL_BVC message contains fixed values: The tag
is 1, the BVC bucket size is 6MB, the BVC bucket leak rate is
820kbit/s, the MS bucket size is 50kB, and the MS leak rate is
50kbit/s.
This commit makes the BVC parameters configurable and adds the
following VTY commands:
- flow-control force-bvc-bucket-size <1-6553500>
- no flow-control force-bvc-bucket-size
- flow-control force-bvc-leak-rate <1-6553500>
- no flow-control force-bvc-leak-rate
- flow-control force-ms-bucket-size <1-6553500>
- no flow-control force-ms-bucket-size
- flow-control force-ms-leak-rate <1-6553500>
- no flow-control force-ms-leak-rate
The 'no' variants restore the default behaviour.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=fcb8e6560c5e12f55518479c6fd2234…
commit fcb8e6560c5e12f55518479c6fd22344d233e9cb
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed Apr 29 14:46:52 2015 +0200
tbf: Added calls to llc_dropped_frame
Currently this function which increments the corresponding counter is
just called in gprs_llc::clear(). It is not called on places where
LLC DISCARDED messages are sent.
This commit adds calls to llc_dropped_frame() at these places.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=56e8d710907b9320d41a6285f08bba3…
commit 56e8d710907b9320d41a6285f08bba39aae2ee3b
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Apr 27 16:28:58 2015 +0200
tbf: Remove double assigment to m_last_dl_drained_fn
Currently the value -1 is assigned twice to m_last_dl_drained_fn
within append_data().
This commit removes the first of these assigments.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 2 +
src/gprs_bssgp_pcu.cpp | 90 +++++++++++++++++++++++++++++++++++++--
src/pcu_main.cpp | 2 -
src/pcu_vty.c | 113 ++++++++++++++++++++++++++++++++++++++++++++-----
src/tbf.cpp | 2 +-
src/tbf.h | 3 +-
src/tbf_dl.cpp | 4 +-
7 files changed, 196 insertions(+), 20 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 4a8b938348b9503decd2794b33a71d340fe9414f (commit)
via d6d7affa6eb9e9e158d2e0f0108ef154e24867a5 (commit)
via 0759b1b9522f0a4f8256671b9098f7bc493c3a99 (commit)
via 0ae564d9b1fcee46cd77ccc83c570376d0526c8c (commit)
via 1e28eb83c0c2f1b362114199e70b6d454fa2d08b (commit)
via b396b69cb2ac93b6e4b53c4252fe809658acd8bd (commit)
from ddc0e05604d2c004c08c23fe3c3e2e6ce9b7eabb (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=4a8b938348b9503decd2794b33a71d34…
commit 4a8b938348b9503decd2794b33a71d340fe9414f
Merge: b396b69 d6d7aff
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Apr 29 18:53:40 2015 +0200
Merge branch 'zecke/features/no-queue'
Let's get bigger exposure of the new implementation
http://cgit.osmocom.org/openbsc/commit/?id=d6d7affa6eb9e9e158d2e0f0108ef154…
commit d6d7affa6eb9e9e158d2e0f0108ef154e24867a5
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 12:03:45 2015 +0200
sub: Remove the queue from the subscriber code
The idea of "subscriber_get_channel" was that different
requests would be coordinated. At the same time we have
seen that the "queue" can get stuck at both 31C3 and the
rhizomatica installations.
Voice calls and SMS do not need coordination. We should
be able to send SMS on a voice channel and switch the MS
from a SDCCH to a TCH in case we establish a voice call.
The SMS code itself needs to coordinate to obey the limit
of one SMS per direction but this should be enforced in
the sms layer and not on the subscriber.
Modify the code to have a simple paging coordination. The
subscriber code will schedule the paging and register who
would like to know about success/failure.
This allowed to greatly simplify the paging response
handling for the transaction code (and in fact we could
move the transaction list into the subscriber structure
now). The code gained to support to cancel the notification
of a request (but not the paging itself yet).
TODO: Cancel paging request in case no one cares about it
anymore.
http://cgit.osmocom.org/openbsc/commit/?id=0759b1b9522f0a4f8256671b9098f7bc…
commit 0759b1b9522f0a4f8256671b9098f7bc493c3a99
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 09:55:10 2015 +0200
sub: Remove introspection of the "channel queue"
Over the next commits the queuing of commits will be
completely modified to remove the queue and move the
scheduling/limits to the outer callers.
http://cgit.osmocom.org/openbsc/commit/?id=0ae564d9b1fcee46cd77ccc83c570376…
commit 0ae564d9b1fcee46cd77ccc83c570376d0526c8c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 16:54:55 2015 +0200
sub: Remove paging requests before dispatching
The dispatching might lead to the removal of more
paging requests and makes "request" invalid. Remove
it before calling the callback.
http://cgit.osmocom.org/openbsc/commit/?id=1e28eb83c0c2f1b362114199e70b6d45…
commit 1e28eb83c0c2f1b362114199e70b6d454fa2d08b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 6 17:54:34 2015 +0200
mncc: Select the codec similar to the modify handling
In case the default TCH/F codec is "EFR" and we do an early
assignment from SDCCH to a TCH we would assign the TCH/H
codec. This is because the lchan_type will be neither a
TCH/H nor a TCH/F.
At the same time the _gsm48_lchan_modify code to check for
half vs. full-rate is the other way around. Align both.
It is full-rate if it is not a TCH_H. This will have some
other complications down the way (early assignment on
cells with only TCH/H). So the mode should not depend on
the _current_ channel but the kind of channel we want.
http://cgit.osmocom.org/openbsc/commit/?id=b396b69cb2ac93b6e4b53c4252fe8096…
commit b396b69cb2ac93b6e4b53c4252fe809658acd8bd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Apr 29 18:18:06 2015 +0200
debian: Do not depend on shared libraries directly
The debian shlibs:depends macro will add the depends
according to the needed libraries for us. We only need
this for the sqlite3 plugin of libdbi-drivers as there
is no direct linkage.
-----------------------------------------------------------------------
Summary of changes:
debian/control | 14 +--
openbsc/include/openbsc/gsm_data.h | 1 -
openbsc/include/openbsc/gsm_subscriber.h | 19 +--
openbsc/include/openbsc/transaction.h | 2 +-
openbsc/src/libbsc/paging.c | 14 ++-
openbsc/src/libmsc/gsm_04_08.c | 95 +++++---------
openbsc/src/libmsc/gsm_04_11.c | 8 +-
openbsc/src/libmsc/gsm_subscriber.c | 199 ++++++------------------------
openbsc/src/libmsc/mncc_builtin.c | 2 +-
openbsc/src/libmsc/osmo_msc.c | 8 --
openbsc/src/libmsc/transaction.c | 7 +-
openbsc/src/libmsc/vty_interface_layer3.c | 83 +------------
openbsc/tests/channel/channel_test.c | 12 +-
13 files changed, 124 insertions(+), 340 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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/master has been updated
via 34333e8919d02fd1e4177917dd425a9ee6e615e1 (commit)
from 947fc8cd1f6b468798d015e0032ffb541a849e50 (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=34333e8919d02fd1e4177917dd425a9…
commit 34333e8919d02fd1e4177917dd425a9ee6e615e1
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Apr 29 17:30:18 2015 +0300
debian: make it possible to install osmo-trx dependencies manually on the system
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 3 +++
1 file changed, 3 insertions(+)
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, fairwaves/master has been updated
via 574fb021c6601089417d252656b92e3c3035f30a (commit)
from 4fe6d4aaae31056846e1511e43af3cdd9955af5f (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=574fb021c6601089417d252656b92e3c…
commit 574fb021c6601089417d252656b92e3c3035f30a
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Apr 29 16:52:50 2015 +0300
dbi: Replace dbi_result_get_uint to dbi_result_get_ulonglong to avoid libdbi errors
DBI: -7: The requested variable type does not match what libdbi thinks it should be
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/db.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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 580af4be0023a669d1b756f0f6180eed5ea98144 (commit)
via 1bda44213ed90ffd00f9791d8eeea8179fe02594 (commit)
via ad69f89b529e0cdc235406802448c37fcb61efda (commit)
from 0f40ae12c87c3ddf4f93aa5c16e3be84b288f220 (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=580af4be0023a669d1b756f0f618…
commit 580af4be0023a669d1b756f0f6180eed5ea98144
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed Apr 29 15:00:30 2015 +0200
bssgp: Fix encoding of BVC_FLOW_CONTROL
Currently all 2 byte IE of the message are transmitted in the little
endian byte ordering.
This commit adds htons to the encoding expressions.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=1bda44213ed90ffd00f9791d8eee…
commit 1bda44213ed90ffd00f9791d8eeea8179fe02594
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed Apr 29 15:00:29 2015 +0200
bssgp: Fix output of the VTY 'show bssgp stats' command
The output is terminated by a '\n' instead of VTY_NEWLINE.
This is fixed by the commit.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=ad69f89b529e0cdc235406802448…
commit ad69f89b529e0cdc235406802448c37fcb61efda
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Apr 16 21:23:49 2015 +0200
debian: Build new version
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 8 +++++++-
src/gb/gprs_bssgp_bss.c | 10 +++++-----
src/gb/gprs_bssgp_vty.c | 5 +++--
3 files changed, 15 insertions(+), 8 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 ddc0e05604d2c004c08c23fe3c3e2e6ce9b7eabb (commit)
from 5a2484b10e8aeec3841833b79a8973cacb37bcee (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=ddc0e05604d2c004c08c23fe3c3e2e6c…
commit ddc0e05604d2c004c08c23fe3c3e2e6ce9b7eabb
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Apr 27 09:13:48 2015 +0200
mgcp/test: Fix mgcp-transcoding assertion (Coverity)
In test_rtp_seq_state an assignment is accidently done within an
assertion.
This commit changes that into a comparison as it was intended.
Fixes: Coverity CID 1295457, 1295458
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/mgcp/mgcp_transcoding_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "OpenBTS' transceiver retro-fit".
The branch, achemeris/uhd-args has been updated
via 79a5adf366a456bab5d7866f5960beaa22925c4b (commit)
from db203c0008535bbd0649925a02225b13ba191c3f (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=79a5adf366a456bab5d7866f5960bea…
commit 79a5adf366a456bab5d7866f5960beaa22925c4b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 23:09:02 2015 -0400
uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
OpenBTS' transceiver retro-fit