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, users/pravin/epdan_profiling has been updated
via bd1e4bcc4cb4207675fe62b4374b7671f25a3e15 (commit)
from 0a918983f384c5326f7c4d1ac33d3d84e6a9635e (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/radisys/osmo-pcu/commit/?id=bd1e4bcc4cb4207675fe62b…
commit bd1e4bcc4cb4207675fe62b4374b7671f25a3e15
Author: pravin <pravin.manoharan(a)radisys.com>
Date: Thu Jun 23 15:40:41 2016 +0530
Fix computation of max value in decompression profiling test
Bug in calculating max value is fixed.
Along with this, new test vectors are identified where in existing
algorithm fails whereas tree based algorithm succeeds.
Abnormally high timings are counted and counter is logged.
-----------------------------------------------------------------------
Summary of changes:
tests/tbf/TbfTest.cpp | 197 ++++++++++++++++++++++++++++++++++----------------
1 file changed, 134 insertions(+), 63 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, users/max/dtx-test has been deleted
was a6ac9985b99f57245db606cc10bf24459cd7be9c
-----------------------------------------------------------------------
a6ac9985b99f57245db606cc10bf24459cd7be9c DTXu: mark beginning of speech burst in RTP
-----------------------------------------------------------------------
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 "OpenBTS' transceiver retro-fit".
The branch, test-glich has been deleted
was 5ce815dd275a7e1550adc86f80f750746a0145b3
-----------------------------------------------------------------------
5ce815dd275a7e1550adc86f80f750746a0145b3 xxx: test
-----------------------------------------------------------------------
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, test-glich has been created
at 5ce815dd275a7e1550adc86f80f750746a0145b3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=5ce815dd275a7e1550adc86f80f7507…
commit 5ce815dd275a7e1550adc86f80f750746a0145b3
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Wed Jun 22 19:54:37 2016 -0700
xxx: test
http://cgit.osmocom.org/osmo-trx/commit/?id=b8dabf55cd0e06b76574211004982a2…
commit b8dabf55cd0e06b76574211004982a231ad334b2
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Fri Aug 21 19:32:58 2015 -0700
iface: Add inner ring-buffer implementation
Two buffers, inner and outer, are used in the transceiver
implementation. The outer buffer interfaces with the device receive
interface to guarantee timestamp aligned and contiguously allocated
sample buffers. The inner buffer absorbs vector size differences between
GSM bursts (156 or 157 samples) and the resampler interface (typically
fixed multiples of 65).
Reimplement the inner buffer with a ring buffer that allows fixed size
segments on the outer (resampler) portion and variable lengths (GSM
side) on the inner side. Compared to the previous stack-like version,
this implementation removes unnecessary copying of buffer contents.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
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, soapy_support has been updated
via ae686c462df73285fc13d3a0dc76f360a911500b (commit)
from 860e9a1a727688a0b7d2040ed4afdc0669331160 (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=ae686c462df73285fc13d3a0dc76f…
commit ae686c462df73285fc13d3a0dc76f360a911500b
Author: Josh Blum <josh(a)joshknows.com>
Date: Wed Jun 22 18:13:11 2016 -0700
soapy: support newer getBandwidthRange() API call
Switch to the newer API call which can provide a list of ranges.
There are feature detection ifdefs provided by the library
so that code will always correctly compile.
-----------------------------------------------------------------------
Summary of changes:
lib/soapy/soapy_sink_c.cc | 8 ++++++++
lib/soapy/soapy_source_c.cc | 8 ++++++++
2 files changed, 16 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 99642656a067c2e16a1b2f1e5eb34529564c584d (commit)
from c2874c4360be5692ead62f78b82d8ab962c8dc7b (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=99642656a067c2e16a1b2f1e5eb3452…
commit 99642656a067c2e16a1b2f1e5eb34529564c584d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:49:44 2016 +0200
vty: install orphaned trx nominal power command
The cfg_trx_nominal_power_cmd added 12 days ago in
58e4e18206501c3bffa65f0b876bbc5ebe175d6e was floating.
Actually add it to the TRX_NODE.
Change-Id: I89d638b2e2bb1fb9baeabe566035ff171f4bfad0
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/lc15bts_vty.c | 2 ++
1 file changed, 2 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via c2874c4360be5692ead62f78b82d8ab962c8dc7b (commit)
from 3f919171efc52c88f54cc9140588854e14d152b5 (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=c2874c4360be5692ead62f78b82d8ab…
commit c2874c4360be5692ead62f78b82d8ab962c8dc7b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:41:30 2016 +0200
dyn PDCH: safeguard: exit if nothing pending in dyn_pdch_ts_disconnected()
The function would currently only be called in cases where one of the if
branches catches on, but for safety's and clarity's sake, don't ts_connect
using as_pchan if no reconnect is pending.
Change-Id: I52c34065254e902bb80662fc04540901b36cb4c3
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 3f919171efc52c88f54cc9140588854e14d152b5 (commit)
via a4c68023154f4ac3b3fc31e1566896f9280244a9 (commit)
via 0eaa27a6beb5136fc17d99df022d58eb410b0e5c (commit)
from 037dcfe98197e91b13bbc943d128b136355f05b5 (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=3f919171efc52c88f54cc9140588854…
commit 3f919171efc52c88f54cc9140588854e14d152b5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 20:04:05 2016 +0200
dyn PDCH: lc15: complete for litecell15-bts: implement bts_model_ts_*()
Analogous to 63b296bdd9a25134ee61ce6f269750e796a8bfca on osmo-bts-sysmo.
Implement bts_model_ts_disconnect() by sending an MphDisconnect message to L1.
Pass a disconnect callback to invoke dyn_pdch_ts_disconnected() in
common/rsl.c.
Implement bts_model_ts_connect() by calling ts_connect_as(). Pass a connect cb
to invoke dyn_pdch_connected() in common/rsl.c.
Change-Id: I8c8c3244c726fd6055cedb22ee11706994ff9cd4
http://cgit.osmocom.org/osmo-bts/commit/?id=a4c68023154f4ac3b3fc31e1566896f…
commit a4c68023154f4ac3b3fc31e1566896f9280244a9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:58:17 2016 +0200
dyn PDCH: lc15: handle TCH/F_PDCH init like TCH/F
Analogous to 57fc1124e1649fa2b08ef143697689aca4677625 on osmo-bts-sysmo.
Change-Id: If65c5a86cbc1b5556b71de8a6744d92113fbbcba
http://cgit.osmocom.org/osmo-bts/commit/?id=0eaa27a6beb5136fc17d99df022d58e…
commit 0eaa27a6beb5136fc17d99df022d58eb410b0e5c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:56:47 2016 +0200
dyn PDCH: lc15: add ts_connect_as(), absorbing ts_connect() guts
Analogous to 294fbe104b9fb12f06f7cebe68a4b7a6ed28d5ef on osmo-bts-sysmo.
For upcoming dyn PDCH switching, I want to be able to set the pchan dynamically
upon ts_connect() and not continue with OPSTART ACK, but with the dyn PDCH.
Thus recoin ts_connect(ts) to ts_connect_as(ts, pchan, cb) and leave
ts_connect() as a thin wrapper to leave init code unchanged.
Change-Id: I7a27193168f83e8c40b6e54d1842f4502d0475e5
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/oml.c | 67 +++++++++++++++++++++++++++++++++++++++----
1 file changed, 61 insertions(+), 6 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 037dcfe98197e91b13bbc943d128b136355f05b5 (commit)
via 380a2e6d902fbfb00fdba9bd81abc0f0b7b2093b (commit)
from ccb11487174545672571515cf98671b0267fa141 (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=037dcfe98197e91b13bbc943d128b13…
commit 037dcfe98197e91b13bbc943d128b136355f05b5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 21:25:59 2016 +0200
dyn PDCH: lc15: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flags
Analogous to 0d10f0e482cdd50acc916e75a8b3ba1beb94227c on osmo-bts-sysmo.
According to the PDCH Active flag, handle a TS as TCH/F or PDCH.
Change-Id: I0c97b360136f76bdae8d70d06af9a31fdf75c1ba
http://cgit.osmocom.org/osmo-bts/commit/?id=380a2e6d902fbfb00fdba9bd81abc0f…
commit 380a2e6d902fbfb00fdba9bd81abc0f0b7b2093b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:47:26 2016 +0200
lc15: add L3 handle to l1prim messages
Analogous to 7158c2ed082eaca6063a501e490e8d3c3b181560 in osmo-bts-sysmo.
Place a layer 3 handle into GSM L1 messages to better match up confirmations to
respective requests. This handle is a uint32_t transparently returned in the
confirmation messages, so a match-up is easy to add.
So far, a GSM L1 confirmation message received for a preceding L1 Request was
matched only by the prim_id. That meant that only one instance of the same
primitive could be waiting for a confirmation at any given time, or the
responses would get mixed up: the struct wait_l1_conf instances entered into
the fl1h->wlc_list queue would be returned to a possibly mismatching
confirmation handler. (Seen during testing of dyn pdch switching.)
Send the hLayer3 handle out via prim_init(), using new static functions to
produce handles on different scopes:
* l1p_handle_for_trx()
* l1p_handle_for_ts()
* l1p_handle_for_lchan()
(These could possibly move to a more general .h/.c file later.)
Remember the hLayer3 handle in
* struct wait_l1_conf.
Match the incoming confirmations' and stored hLayer3 handles up in, and remove
a now obsolete comment from:
* is_prim_compat()
Since the hLayer3 members are at different byte offsets in
GsmL1_Prim_t.u.*, use large switch statements to set/get the value:
* In prim_init(), extend existing switch statement to set in GsmL1_Prim_t.
* Add l1p_get_hLayer3() to retrieve from GsmL1_Prim_t (could possibly move to a
more general .h/.c file later).
Note that some messages are already using the hLayer3 handle, and will
overwrite it after calling prim_init(), so those are not affected.
Change-Id: I17f95ba744c3e944a2241809106506f8dd1b24f0
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 75 +++++++++++++++++++++++++++++++++++---
src/osmo-bts-litecell15/oml.c | 81 ++++++++++++++++++++++++++++++++++++-----
2 files changed, 142 insertions(+), 14 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via ccb11487174545672571515cf98671b0267fa141 (commit)
from 724412a49aa86ec2d2836d9ea9da0a9ce46d665c (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=ccb11487174545672571515cf98671b…
commit ccb11487174545672571515cf98671b0267fa141
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 16:41:21 2016 +0200
fix lc15 build: put src/common/libbts.a left of -losmogsm
When switching to the gsm_chan_t_names string list from libosmogsm,
libosmogsm actually became a dependency of the local libbts.a.
The breaking change is in openbsc.git 29048b2a80b5865ffc41fa4401113c5826227e23
and came in here because gsm_data_shared.h is included from openbsc.
Change-Id: I70e5735fc2a212305182d46a7e8485d0199ade7b
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)