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, neels/dyn_ts has been updated
discards 93a446d638e09262bb4fa7c76bef37a566643165 (commit)
discards da4c3d933bbfd29caf097779ae97e1d787cdf904 (commit)
discards 51d7af9ff6b6123a265fda018703815a3e961368 (commit)
via 47390764ddeb98109e39aa379d433ddc064e058b (commit)
via fd80f5a04239c2ab7b561401476dd89f2861748b (commit)
via 15b96ff70ca0c13bc5cbe6c79d85854fee1568b1 (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 (93a446d638e09262bb4fa7c76bef37a566643165)
\
N -- N -- N (47390764ddeb98109e39aa379d433ddc064e058b)
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/libosmocore/commit/?id=47390764ddeb98109e39aa379d43…
commit 47390764ddeb98109e39aa379d433ddc064e058b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 18 23:54:01 2016 +0200
rsl: add rsl_act_type_name()
Change-Id: Ie90c76d8aef42d5e2c9be94f4b206d4994e305f8
http://cgit.osmocom.org/libosmocore/commit/?id=fd80f5a04239c2ab7b561401476d…
commit fd80f5a04239c2ab7b561401476dd89f2861748b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:21:05 2016 +0200
dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH
Add:
* GSM_PCHAN_TCH_F_TCH_H_PDCH
* NM_CHANC_OSMO_TCHFull_TCHHalf_PDCH
* RSL_CHAN_OSMO_PDCH
* RSL_ACT_OSMO_PDCH
Related: OS#1776
Change-Id: Ib1a8b11f37af4686d00ac88beba38557aa29edc2
http://cgit.osmocom.org/libosmocore/commit/?id=15b96ff70ca0c13bc5cbe6c79d85…
commit 15b96ff70ca0c13bc5cbe6c79d85854fee1568b1
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 18 23:33:48 2016 +0200
gsm_08_58.h: introduce RSL_CHAN_NR_1 constant
Using the RSL_CHAN_* constants, we sometimes need to add 1 to the chan bits
to indicate e.g. the second TCH/H channel.
RSL_CHAN_NR_1 marks this lowest channel bit that needs to be added.
The name is analogous to RSL_CHAN_NR_MASK.
Change-Id: Iea06432039d1cd23cc6b5acec308bb829b596d47
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_08_58.h | 6 +++---
src/gsm/rsl.c | 1 +
2 files changed, 4 insertions(+), 3 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, dexter/draft has been updated
via 42076ce7e1ff77a8b3bf7dac222d4ed633e84021 (commit)
from 6e047ba35f0dbd0f311ed4916e14077d4cf37522 (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=42076ce7e1ff77a8b3bf7dac222d4ed6…
commit 42076ce7e1ff77a8b3bf7dac222d4ed633e84021
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Jul 22 18:37:47 2016 +0200
Ported SLHC from the kernel, tests look ok
Change-Id: I42ca773cf7bf4e1f96484678b7c89726e931721c
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sndcp_hdrcomp.h | 7 +
openbsc/include/openbsc/slhc.h | 187 +++++++
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/gprs/gprs_sndcp.c | 21 +-
openbsc/src/gprs/gprs_sndcp_hdrcomp.c | 283 ++++++++++
openbsc/src/gprs/sgsn_libgtp.c | 3 +
openbsc/src/gprs/slhc.c | 796 +++++++++++++++++++++++++++
openbsc/tests/sgsn/Makefile.am | 2 +
8 files changed, 1298 insertions(+), 3 deletions(-)
create mode 100644 openbsc/include/openbsc/gprs_sndcp_hdrcomp.h
create mode 100644 openbsc/include/openbsc/slhc.h
create mode 100644 openbsc/src/gprs/gprs_sndcp_hdrcomp.c
create mode 100644 openbsc/src/gprs/slhc.c
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_ts has been updated
via 00651bfbdffa926bea2c8befa00bc27c9e936f88 (commit)
from cd01802ffbdbada8b54e6ff5af04fad540a11ac5 (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=00651bfbdffa926bea2c8befa00bc27…
commit 00651bfbdffa926bea2c8befa00bc27c9e936f88
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 18:55:01 2016 +0200
Revert "LC15: Hardware changes:"
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/calib_file.c | 12 +-
src/osmo-bts-litecell15/hw_misc.c | 4 +-
src/osmo-bts-litecell15/l1_transp_hw.c | 4 +-
src/osmo-bts-litecell15/misc/lc15bts_bid.c | 4 +-
src/osmo-bts-litecell15/misc/lc15bts_clock.c | 18 +-
src/osmo-bts-litecell15/misc/lc15bts_mgr.c | 20 +--
src/osmo-bts-litecell15/misc/lc15bts_mgr.h | 22 ++-
src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c | 2 +-
src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c | 105 +++++------
src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c | 222 +++++++++++-------------
src/osmo-bts-litecell15/misc/lc15bts_misc.c | 62 ++++---
src/osmo-bts-litecell15/misc/lc15bts_par.c | 14 +-
src/osmo-bts-litecell15/misc/lc15bts_par.h | 7 +-
src/osmo-bts-litecell15/misc/lc15bts_power.c | 34 ++--
src/osmo-bts-litecell15/misc/lc15bts_power.h | 2 +-
src/osmo-bts-litecell15/misc/lc15bts_temp.c | 64 +++++--
src/osmo-bts-litecell15/misc/lc15bts_temp.h | 10 +-
17 files changed, 310 insertions(+), 296 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, neels/dyn_ts has been updated
via cd01802ffbdbada8b54e6ff5af04fad540a11ac5 (commit)
from a56be35e011609ae5ca6995563997023847d1638 (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=cd01802ffbdbada8b54e6ff5af04fad…
commit cd01802ffbdbada8b54e6ff5af04fad540a11ac5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 21 18:28:30 2016 +0200
dyn TS: lc15
Change-Id: Ia52d307eb8e5b13b3b4b1f12721284c2f2654838
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 13 +++++++++----
src/osmo-bts-litecell15/oml.c | 33 ++++++++++++++++++++++++++-------
src/osmo-bts-sysmo/oml.c | 6 +-----
3 files changed, 36 insertions(+), 16 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/dyn_ts has been updated
via f7a39aa4df6d0ffdaae615e6c7a7afa6df19aa4b (commit)
from db11ebc4bbb3e65753f7770e83cde01df937ed42 (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=f7a39aa4df6d0ffdaae615e6c7a7afa6…
commit f7a39aa4df6d0ffdaae615e6c7a7afa6df19aa4b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 21 18:21:33 2016 +0200
wip
Change-Id: I31e6f93f123397ebb5c3b786fed2c883e6c4b9a9
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/chan_alloc.c | 53 ++++++++++++++++++++++++++++++------
openbsc/src/libbsc/gsm_04_08_utils.c | 2 --
2 files changed, 44 insertions(+), 11 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_ts has been updated
via a56be35e011609ae5ca6995563997023847d1638 (commit)
from a3c257eaa9fe7f3b5d648c9607a372b44cfa5f49 (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=a56be35e011609ae5ca699556399702…
commit a56be35e011609ae5ca6995563997023847d1638
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 21 17:01:20 2016 +0200
wip
Change-Id: I74d5ab6e2f549cf54feea6142b931f8ec5a29f31
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 4 ++++
src/osmo-bts-sysmo/oml.c | 3 +++
2 files 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/dyn_ts has been updated
via db11ebc4bbb3e65753f7770e83cde01df937ed42 (commit)
from b5ad4405b4005947332cc9e4ecf5938fb27e764f (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=db11ebc4bbb3e65753f7770e83cde01d…
commit db11ebc4bbb3e65753f7770e83cde01df937ed42
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 21 17:01:00 2016 +0200
wip
Change-Id: I278c851fbb70ceffbbffd741d946e0a33ada5068
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 1 +
openbsc/include/openbsc/gsm_data_shared.h | 2 ++
openbsc/src/libbsc/abis_rsl.c | 50 ++++++++++++++++++++++++++-----
openbsc/src/libbsc/gsm_04_08_utils.c | 10 +++++--
4 files changed, 54 insertions(+), 9 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_ts has been updated
via a3c257eaa9fe7f3b5d648c9607a372b44cfa5f49 (commit)
from 4e029e237b3121b0249e347e0d50273b3ccf0afd (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=a3c257eaa9fe7f3b5d648c9607a372b…
commit a3c257eaa9fe7f3b5d648c9607a372b44cfa5f49
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 21 10:54:26 2016 +0200
dbg
Change-Id: I29710c4f2fbc5bb6e66e17cd0472a741078caa89
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_if.c | 7 +++++--
src/osmo-bts-sysmo/oml.c | 4 ++++
2 files changed, 9 insertions(+), 2 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, master has been updated
via 8f0ccf618d553b2731caa24a2575a48065917959 (commit)
from 06676ead634d85d2acdd84dfdd79d55dd618187b (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=8f0ccf618d553b2731caa24a2575a48…
commit 8f0ccf618d553b2731caa24a2575a48065917959
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Wed Jul 20 16:35:03 2016 -0700
uhd: Update USRP2/N200/N210 for 4 SPS Rx
Requires changing the radioInterface API to pass in Rx side SPS
value. Update the (deprecated) diversity configuration to match
as well.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 4 +--
Transceiver52M/osmo-trx.cpp | 58 ++++++++++++++++++------------
Transceiver52M/radioInterface.h | 8 ++---
Transceiver52M/radioInterfaceDiversity.cpp | 4 +--
Transceiver52M/radioInterfaceResamp.cpp | 21 +++--------
5 files changed, 47 insertions(+), 48 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, dexter/draft has been updated
via 6e047ba35f0dbd0f311ed4916e14077d4cf37522 (commit)
from 7ae75f4bceae4310a12d5ef1afb2560793ff132e (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=6e047ba35f0dbd0f311ed4916e14077d…
commit 6e047ba35f0dbd0f311ed4916e14077d4cf37522
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Jul 20 18:16:11 2016 +0200
Fixed wongly packed TLV structure
Change-Id: Ifc47c63dfaab9ca8ef8bd5fdb05eeb541bb8ca57
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_sndcp_xid.c | 61 +++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)