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 703c2d6eb8f82c319d774ed7e2627f86045e0e02 (commit)
from ecd5bc2aefe8611795229980105de2f0bc4e092a (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=703c2d6eb8f82c319d774ed7e2627f8…
commit 703c2d6eb8f82c319d774ed7e2627f86045e0e02
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jun 16 03:26:50 2016 +0200
pcu_sock: add pcu_connected() to query PCU availability
Will be used in upcoming dyn PDCH switching.
Change-Id: I8031089ad5e9cb9690ca7e22facc53438f28e12a
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/pcu_if.h | 2 ++
src/common/pcu_sock.c | 10 ++++++++++
2 files changed, 12 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, master has been updated
via 2ebacce4fa5ab8f3be42967033644739d78c80bf (commit)
from 0fcd2e2fec966ac4e17222e7f53f2d0e5a7bf0ba (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=2ebacce4fa5ab8f3be42967033644739…
commit 2ebacce4fa5ab8f3be42967033644739d78c80bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jun 14 14:08:35 2016 +0200
dyn PDCH: TS flags: rename one, add three, as enum
Rename TS_F_PDCH_MODE to TS_F_PDCH_ACTIVE, to more accurately reflect the truth
value's meaning.
Add TS_F_PDCH_ACT_PENDING and TS_F_PDCH_DEACT_PENDING for sysmoBTS (and
possibly other BTS implementations) to remember what to do when the PCU replies
with a channel de/activation. Also add TS_F_PDCH_PENDING_MASK to test for both.
Change from #define to an enum.
Note: These flags are also used in the upcoming osmo-bts-sysmo dyn PDCH
commits, so osmo-bts submission depends on this commit.
Change-Id: I391a103ab599648b0c5d4f3ad613a6d7c48834b3
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 9 ++++++++-
openbsc/src/libbsc/abis_rsl.c | 6 +++---
openbsc/src/libbsc/bsc_vty.c | 2 +-
3 files changed, 12 insertions(+), 5 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 136e73764e7f58e52ffb13d01304fef30eb7d291 (commit)
from 82f94ef50f592c8c89b848e91b7cb84587ef8733 (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=136e73764e7f58e52ffb13d01304…
commit 136e73764e7f58e52ffb13d01304fef30eb7d291
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 29 10:53:17 2016 +0900
Add Finite State Machine abstraction code
This code is supposed to formalize some of the state machine handling in
Osmocom code.
Change-Id: I0b0965a912598c1f6b84042a99fea9d522642466
Reviewed-on: https://gerrit.osmocom.org/163
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/core/fsm.h | 135 +++++++
src/Makefile.am | 2 +-
src/fsm.c | 422 +++++++++++++++++++++
tests/Makefile.am | 8 +-
tests/fsm/fsm_test.c | 155 ++++++++
tests/fsm/fsm_test.err | 11 +
.../{loggingrb/logging_test.ok => fsm/fsm_test.ok} | 0
tests/testsuite.at | 7 +
9 files changed, 738 insertions(+), 3 deletions(-)
create mode 100644 include/osmocom/core/fsm.h
create mode 100644 src/fsm.c
create mode 100644 tests/fsm/fsm_test.c
create mode 100644 tests/fsm/fsm_test.err
copy tests/{loggingrb/logging_test.ok => fsm/fsm_test.ok} (100%)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 82f94ef50f592c8c89b848e91b7cb84587ef8733 (commit)
from bda26c09019310dd25a2e7671f362cf2c26a3aff (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=82f94ef50f592c8c89b848e91b7c…
commit 82f94ef50f592c8c89b848e91b7cb84587ef8733
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 23:33:27 2016 +0200
Add UMTS AKA related MM/GMM message type and IE definitions
Change-Id: Id45ea2c631ee589a4df1f8213da6f7e7d1bf6616
Reviewed-on: https://gerrit.osmocom.org/305
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 1 +
include/osmocom/gsm/protocol/gsm_04_08_gprs.h | 12 ++++++++++++
src/gsm/gsm_04_08_gprs.c | 10 +++++++++-
3 files changed, 22 insertions(+), 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via bda26c09019310dd25a2e7671f362cf2c26a3aff (commit)
via de960cbc0cc6c02139d2a9be954219420cc81650 (commit)
via db78d2172b1d2ecdcbdc54d601a6477b101ebfbc (commit)
from f624c33ef2e394949c10453b327e248aa27680e2 (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=bda26c09019310dd25a2e7671f36…
commit bda26c09019310dd25a2e7671f362cf2c26a3aff
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed May 11 09:13:08 2016 +0200
Add structures defining decoded TS 23.003 identities
Change-Id: I6423f8d75bb3e7aeca285854ab3232a087d62b57
Reviewed-on: https://gerrit.osmocom.org/304
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
http://cgit.osmocom.org/libosmocore/commit/?id=de960cbc0cc6c02139d2a9be9542…
commit de960cbc0cc6c02139d2a9be954219420cc81650
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jun 16 22:57:09 2016 +0200
gsup: Add OSMO_GSUP_MSGT_AUTH_FAIL_REPORT
The VLR must be able to notify the HLR of authentication failures.
Change-Id: I156cff76e092b3548b05534141b61887ee6be3f3
Reviewed-on: https://gerrit.osmocom.org/303
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
http://cgit.osmocom.org/libosmocore/commit/?id=db78d2172b1d2ecdcbdc54d601a6…
commit db78d2172b1d2ecdcbdc54d601a6477b101ebfbc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 6 13:47:07 2016 +0200
gsup.c: Fix encoding of UMTS auth vectors
Encoding auth vectors worked fine for GSM authentication, but didn't
yet include the new IEs for UMTS authentication yet.
Change-Id: I7fa5ba1c950292bd0a9874b3102a27f221ce390d
Reviewed-on: https://gerrit.osmocom.org/302
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/gsm/gsm23003.h | 80 ++++++++++++++++++++++++++++++++++++++++++
include/osmocom/gsm/gsup.h | 2 ++
src/gsm/gsup.c | 28 +++++++++++----
4 files changed, 105 insertions(+), 6 deletions(-)
create mode 100644 include/osmocom/gsm/gsm23003.h
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, master has been updated
via 99ab0a8fa0389723e51804c1dfce8508c8826573 (commit)
from 550a54184ba44bd0fb9f32c3b2d7691d563013ed (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-pcu/commit/?id=99ab0a8fa0389723e51804c1dfce850…
commit 99ab0a8fa0389723e51804c1dfce8508c8826573
Author: Aravind Sirsikar <Arvind.Sirsikar(a)radisys.com>
Date: Wed Jun 15 17:46:41 2016 +0530
Add header type 1 support for EGPRS uplink
Function is added to parse the EGPRS header type 1 in uplink tbf path.
along with configuration parameter updation to reflect max mcs in UL
Change-Id: I13c250e2e07377982ac3f29745f3cffd4088552a
Reviewed-on: https://gerrit.osmocom.org/270
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 4 +++-
src/decoding.cpp | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
src/decoding.h | 4 ++++
src/encoding.cpp | 5 +++--
src/gprs_ms.cpp | 4 ++--
src/pcu_main.cpp | 4 ++--
6 files changed, 75 insertions(+), 9 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 "UNNAMED PROJECT".
The branch, master has been updated
via 550a54184ba44bd0fb9f32c3b2d7691d563013ed (commit)
from 23617c001d0ff85a37f136d847ba332e95b7482a (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-pcu/commit/?id=550a54184ba44bd0fb9f32c3b2d7691…
commit 550a54184ba44bd0fb9f32c3b2d7691d563013ed
Author: Aravind Sirsikar <Arvind.Sirsikar(a)radisys.com>
Date: Tue Jun 14 18:59:18 2016 +0530
Add Header Type2 support in EGPRS UL
This patch will add support for MCS5,6 in EGPRS UL along with incorrect
assert correction to let MCS 6 work.
Change-Id: Iac2422c8acbdcefe20aafbba6a4eb87c9893e3ba
Reviewed-on: https://gerrit.osmocom.org/269
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/decoding.cpp | 52 +++++++++++++++++++++++++++++++++++++++++++++++++---
src/decoding.h | 4 ++++
src/tbf_ul.cpp | 2 +-
3 files changed, 54 insertions(+), 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via 23617c001d0ff85a37f136d847ba332e95b7482a (commit)
from 189742b66ceed437772876db1086690eea1664ac (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-pcu/commit/?id=23617c001d0ff85a37f136d847ba332…
commit 23617c001d0ff85a37f136d847ba332e95b7482a
Author: Aravind Sirsikar <Arvind.Sirsikar(a)radisys.com>
Date: Tue Jun 14 18:58:25 2016 +0530
Remove GMSK only check in EGPRS UL
Since we are supporting MCS 5-9 in this patch series for EGPRS UL,
This condition is not relevant. So removing it.
Change-Id: I567acc012d8ad49681715f0104ba7e91625e1e7a
Reviewed-on: https://gerrit.osmocom.org/268
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 9 ---------
1 file changed, 9 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, master has been updated
via ecd5bc2aefe8611795229980105de2f0bc4e092a (commit)
via 7cc3c3156ef23500612724f8a38c3db95c05702b (commit)
from 58e4e18206501c3bffa65f0b876bbc5ebe175d6e (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=ecd5bc2aefe8611795229980105de2f…
commit ecd5bc2aefe8611795229980105de2f0bc4e092a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 15 17:55:21 2016 +0200
TRX: Add vty command to power on/off transceiver
Add vty command (under "phy X instance Y" hierarchy) to manually send
POWERON or POWEROFF command. It's useful for debugging issues related to
BTS/TRX initialization.
Change-Id: I6dfebaf118cdf5ad144516b2b839b17350a73ce4
Related: OS#1648
http://cgit.osmocom.org/osmo-bts/commit/?id=7cc3c3156ef23500612724f8a38c3db…
commit 7cc3c3156ef23500612724f8a38c3db95c05702b
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 16 12:36:20 2016 +0200
Fix OML activation
Previously software activation could have been reported multiple times
which broke proper BTS init. Introduce guard variable to ensure
reporting happens only once.
Note: this is just minimal workaround - ideally proper OML state machine
should be implemented.
Change-Id: Ifffbdb756bc5d2864f985c01a3299b839c4de7af
Related: OS#1648
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 2 ++
src/osmo-bts-trx/l1_if.c | 12 +++++++++---
src/osmo-bts-trx/trx_if.c | 11 +++++++----
src/osmo-bts-trx/trx_vty.c | 19 +++++++++++++++++++
4 files changed, 37 insertions(+), 7 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, max/fix has been created
at f38a0c06dcfb07360f856c6b90cb3db08be51bd2 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=f38a0c06dcfb07360f856c6b90cb3db…
commit f38a0c06dcfb07360f856c6b90cb3db08be51bd2
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 15 16:53:49 2016 +0200
Add .gitignore
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit