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, ttsou/siggen has been updated
discards a2403021279b8c0a3025bf5818477b013370dae6 (commit)
via ae5b3703af2bb0638bf038d75eb4a648f3676c2d (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 (a2403021279b8c0a3025bf5818477b013370dae6)
\
N -- N -- N (ae5b3703af2bb0638bf038d75eb4a648f3676c2d)
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=ae5b3703af2bb0638bf038d75eb4a64…
commit ae5b3703af2bb0638bf038d75eb4a648f3676c2d
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Sat Jun 3 18:31:48 2017 -0700
siggen: Add osmo-siggen for GSM/EDGE test signal generation
* Adds 4 and 1 pulse Laurent GMSK modulators
* Adds NCO based modulator
* Adds synchronization and frequency burst generators
* Adds GPIO frame trigger on GPIO-0
* Tested on USRP B210 only
* Requires C++14 support
B210 GPIO Pin Map
J504
---------
fp_gpio<0> | 1 | 2 | fp_gpio<1>
---------
fp_gpio<2> | 3 | 4 | fp_gpio<3>
---------
fp_gpio<4> | 5 | 6 | fp_gpio<5>
---------
fp_gpio<6> | 7 | 8 | fp_gpio<7>
---------
gnd | 9 | 10| gnd
---------
Change-Id: I891725d7f0cfa97c79e64f978a60dc11a206195c
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 2 +-
Transceiver52M/osmo-siggen.cpp | 161 ++++++++++++++++++++---------------------
2 files changed, 78 insertions(+), 85 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, ttsou/siggen has been updated
discards e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b (commit)
via a2403021279b8c0a3025bf5818477b013370dae6 (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 (e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b)
\
N -- N -- N (a2403021279b8c0a3025bf5818477b013370dae6)
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=a2403021279b8c0a3025bf5818477b0…
commit a2403021279b8c0a3025bf5818477b013370dae6
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Sat Jun 3 18:31:48 2017 -0700
siggen: Add osmo-siggen for GSM/EDGE test signal generation
* Adds 4 and 1 pulse Laurent GMSK modulators
* Adds NCO based modulator
* Adds synchronization and frequency burst generators
* Adds GPIO frame trigger on GPIO-0
* Tested on USRP B210 only
* Requires C++14 support
B210 GPIO Pin Map
J504
---------
fp_gpio<0> | 1 | 2 | fp_gpio<1>
---------
fp_gpio<2> | 3 | 4 | fp_gpio<3>
---------
fp_gpio<4> | 5 | 6 | fp_gpio<5>
---------
fp_gpio<6> | 7 | 8 | fp_gpio<7>
---------
gnd | 9 | 10| gnd
---------
Change-Id: I891725d7f0cfa97c79e64f978a60dc11a206195c
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 29 +++++++++++++++++++++++++++--
Transceiver52M/laurent.m | 9 ---------
Transceiver52M/osmo-siggen.cpp | 9 ++++++++-
Transceiver52M/pulseApproximate.m | 15 +++++++++++++++
Transceiver52M/radioDevice.h | 1 +
5 files changed, 51 insertions(+), 12 deletions(-)
create mode 100644 Transceiver52M/pulseApproximate.m
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via e3a3906ee9b7e1a6d4a3af05cd34a9da4a62e33e (commit)
from 8a8d73a691c709403be4adbe8f2a7150b4d5998a (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=e3a3906ee9b7e1a6d4a3af05cd34a9d…
commit e3a3906ee9b7e1a6d4a3af05cd34a9da4a62e33e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri May 26 12:48:00 2017 +0200
trx: Save osmotrx base-port vty properties
Change-Id: I0898a8c4eb3899fc1c0f6b17da33b8c7851b90d6
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/trx_vty.c | 7 +++++++
1 file changed, 7 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 8a8d73a691c709403be4adbe8f2a7150b4d5998a (commit)
from d36b3a84638d6db940387f0e18c98855202f554d (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=8a8d73a691c709403be4adbe8f2a715…
commit 8a8d73a691c709403be4adbe8f2a7150b4d5998a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri May 26 12:45:33 2017 +0200
trx: Allow BTS and TRX to be on different IPs
Depends on libosmocore I3c655a4af64fb80497a5aaa811cce8005dba9cd9
Change-Id: I0bd34b7b02c1a9b0c6f6f89f327b486e5620c8d5
-----------------------------------------------------------------------
Summary of changes:
doc/examples/trx/osmo-bts.cfg | 2 ++
include/osmo-bts/phy_link.h | 3 ++-
src/osmo-bts-trx/main.c | 3 ++-
src/osmo-bts-trx/trx_if.c | 43 +++++++++++--------------------------------
src/osmo-bts-trx/trx_if.h | 3 ++-
src/osmo-bts-trx/trx_vty.c | 38 ++++++++++++++++++++++++++++++--------
6 files changed, 49 insertions(+), 43 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 "OpenBTS' transceiver retro-fit".
The branch, user/ttsou/siggen has been deleted
was e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b
-----------------------------------------------------------------------
e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b siggen: Add osmo-siggen for GSM/EDGE test signal generation
-----------------------------------------------------------------------
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, user/ttsou/siggen has been created
at e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
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, user/ttsou/siggen has been deleted
was e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b
-----------------------------------------------------------------------
e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b siggen: Add osmo-siggen for GSM/EDGE test signal generation
-----------------------------------------------------------------------
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, ttsou/siggen has been created
at e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
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, user/ttsou/siggen has been created
at e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=e3a82b79484bf3674c61ae2ca92e2cc…
commit e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Sat Jun 3 18:31:48 2017 -0700
siggen: Add osmo-siggen for GSM/EDGE test signal generation
* Adds 4 and 1 pulse Laurent GMSK modulators
* Adds NCO based modulator
* Adds synchronization and frequency burst generators
* Requires C++14 support
Change-Id: I891725d7f0cfa97c79e64f978a60dc11a206195c
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via aef68387ae6d78df948a6b2b3a61050c4f192c5e (commit)
via 71d082bec770b9664be5cf59e2723db09a645902 (commit)
from 8254cf75bf818e715201c670c7fb81b9a23dec0b (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=aef68387ae6d78df948a6b2b3a61050c…
commit aef68387ae6d78df948a6b2b3a61050c4f192c5e
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 31 12:15:54 2017 +0200
Add remote BTS feature storage and helpers
In addition to compile-time defined BTS model features we also need
run-time BTS features reported by BTS via OML. This should be shared by
BSC and BTS. To accommodate for this, add following:
* features bitvec to gsm_bts struct
* features descriptions
* comments to avoid confusion between 2 feature sets
* helper functions to set/query particular feature
* upper boundary on number of supported features and assertion for it
Change-Id: I02bd317097ba66585c50ebd4e8fc348f6dc3dad9
Related: OS#1614
http://cgit.osmocom.org/openbsc/commit/?id=71d082bec770b9664be5cf59e2723db0…
commit 71d082bec770b9664be5cf59e2723db09a645902
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 30 15:03:38 2017 +0200
Adjust BTS model feature check
Rename gsm_bts_has_feature() -> gsm_btsmodel_has_feature() and adjust
type signature to match gsm_btsmodel_set_feature() function and avoid
confusion with upcoming functions to check/set BTS features reported
over OML.
Change-Id: I97abdedbef568e0c2fbd37c110f7d658cf20e100
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/gsm_data_shared.h | 22 ++++++++++++++++++++++
openbsc/src/libbsc/bsc_vty.c | 4 ++--
openbsc/src/libcommon/gsm_data.c | 14 ++++++++------
openbsc/src/libcommon/gsm_data_shared.c | 15 +++++++++++++++
5 files changed, 48 insertions(+), 9 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)