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 673018fed99aab80c3ac23c95f568ff0bf272f60 (commit)
from f5f773f0130e1f61b84636f7aeb6e17f5140fd25 (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=673018fed99aab80c3ac23c95f56…
commit 673018fed99aab80c3ac23c95f568ff0bf272f60
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jul 10 15:09:43 2016 +0200
fsm: call 'onenter' as last step of a state change
This is useful to allow the user to terinate the fsm from the onenter()
callback.
Change-Id: Ia45a1f3279e702028250e10dc54b2d46a4039905
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 7 ++++---
1 file 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, laforge/om2000-fsm has been created
at d058dde994bf5a53a15d1ab8c85854a1d3c2a169 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=d058dde994bf5a53a15d1ab8c85854a1…
commit d058dde994bf5a53a15d1ab8c85854a1d3c2a169
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jul 9 22:20:57 2016 +0200
WIP: OM2000: Full state machine implementation using osmo_fsm
Our existing OM2000 code for initializing all Managed Objects of a BTS
at startup was never complete. Rather than trying to fix the old-style
code, introudce a hierarchy of osmo_fsm's reflecting the full protocol
hand-shake and sequence of bringing up the individual MO's.
If this works out well, it mihgt make sense to convert the TS 12.21 OML
code for other BTS models, too.
Change-Id: I3e11b28ba22b8c227e0401e6207fdda5381dda8c
http://cgit.osmocom.org/openbsc/commit/?id=f5a0d88547aa4471684afc92c7889e3a…
commit f5a0d88547aa4471684afc92c7889e3a7bda10db
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 4 17:13:57 2016 +0200
Attempt at extending dynamic PDCH support to Ericcson RBS2000
In Ericsson RBS2000, all PDCH's are dynamic, i.e. there is only one
shared PCHAN type for TCH/F, TCH/H and PDCH. The PDCH needs to be
activated with a RSL CHAN ACT with some proprietary coding of the
Channel Number IE.
Change-Id: I48089fcf8328d52f57e97b003790ffdeed766367
-----------------------------------------------------------------------
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via e6052c4cc756f7d3a5023a0ba57fe8d80783967c (commit)
from 9f8f9b80214fabfb3ac7674341c18a61a6ffcc5f (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=e6052c4cc756f7d3a5023a0ba57fe8d8…
commit e6052c4cc756f7d3a5023a0ba57fe8d80783967c
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 30 10:25:49 2016 +0200
Make random MSISDN assignment optional
Previously if subscriber was automatically created it got assigned
random MSISDN number. Make it optional (defaulting to previous behavior)
by adding following:
* new optional no-extension argument for subscriber-create-on-demand vty
command
* db unit tests
* vty test
Note: using the db made with new code might result in subscribers with
empty extension. Such subscribers cannot be deleted using old
code. Make sure not to mix db versions or manually fix it by editing
sqlite with external program.
Fixes: OS#1658
Change-Id: Ibbc2e88e4722b08854ebc631485f19ed56443cbb
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/db.h | 4 ++-
openbsc/include/openbsc/gsm_data.h | 10 ++----
openbsc/include/openbsc/gsm_subscriber.h | 5 +--
openbsc/src/libbsc/bsc_vty.c | 4 +++
openbsc/src/libbsc/net_init.c | 10 +++++-
openbsc/src/libmsc/ctrl_commands.c | 6 ++--
openbsc/src/libmsc/db.c | 31 +++++++++++--------
openbsc/src/libmsc/gsm_04_08.c | 10 +++---
openbsc/src/libmsc/gsm_subscriber.c | 9 ++++--
openbsc/src/libmsc/vty_interface_layer3.c | 31 ++++++++++---------
openbsc/tests/db/db_test.c | 30 ++++++++++++------
openbsc/tests/vty_test_runner.py | 51 ++++++++++++++++++++++++++++++-
12 files changed, 141 insertions(+), 60 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, master has been updated
via cff0d44e53bce69a9c8831925d1489c4024ccb1c (commit)
from b8f5f4e176c5402ec529225864313f0787502049 (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=cff0d44e53bce69a9c8831925d1489c…
commit cff0d44e53bce69a9c8831925d1489c4024ccb1c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 6 14:06:51 2016 +0200
log: osmo-bts-trx: change PDTCH block logs to DEBUG level
Many erratic PDTCH blocks are expected. To not bloat the log,
notifications for this should be on debug level.
See http://lists.osmocom.org/pipermail/openbsc/2016-June/009457.html
(Thu, 30 Jun 2016 01:49:33 +0300 / Alexander Chemeris
<alexander.chemeris(a)gmail.com> / Re: GPRS on osmo-trx not working)
Change-Id: Ie318248aa2b8de455174e72a63c602c7aeae312c
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/scheduler_trx.c | 4 ++--
1 file changed, 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via b8f5f4e176c5402ec529225864313f0787502049 (commit)
via b151301c6c91f8ecc02aa18ee746b02cf61f6fee (commit)
from 1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (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=b8f5f4e176c5402ec529225864313f0…
commit b8f5f4e176c5402ec529225864313f0787502049
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 6 14:06:23 2016 +0200
log: osmo-bts-trx: change access burst logs to DEBUG level
Many erratic bursts are expected. To not bloat the log, notifications for this
should be on debug level.
See http://lists.osmocom.org/pipermail/openbsc/2016-July/009482.html
(Tue, 5 Jul 2016 15:38:27 -0700 / Tom Tsou <tom(a)tsou.cc>
/ Re: osmo-bts-trx error logs -- was: GPRS on osmo-trx not working)
Change-Id: If591c087ba8fd48564139e32930050ee8ab07001
http://cgit.osmocom.org/osmo-bts/commit/?id=b151301c6c91f8ecc02aa18ee746b02…
commit b151301c6c91f8ecc02aa18ee746b02cf61f6fee
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 6 14:05:08 2016 +0200
cosmetic: osmo-bts-trx: add comment, fix comment typo
Change-Id: Iea62bd98954d0219ba597613cea6db63f7a6b396
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/scheduler.h | 4 ++--
src/osmo-bts-trx/l1_if.c | 1 +
src/osmo-bts-trx/scheduler_trx.c | 4 ++--
3 files changed, 5 insertions(+), 4 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, master has been updated
via 9f8f9b80214fabfb3ac7674341c18a61a6ffcc5f (commit)
from 3955025c2a83a334f65322def52466c1cc86ed89 (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=9f8f9b80214fabfb3ac7674341c18a61…
commit 9f8f9b80214fabfb3ac7674341c18a61a6ffcc5f
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Mon Jul 4 16:34:41 2016 +0200
libbsc: skip channel state LCHAN_S_INACTIVE while handover
The state is directly overwritten by the next function. Because
there isn't any state transition, remove this state.
Change-Id: I7f287692dbd559268fb5e61d81ac19e5dd4827eb
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/handover_logic.c | 1 -
1 file changed, 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, master has been updated
via c37594f3b96a22d440d1ec8f52e0d968fca37185 (commit)
via ffee30d19047a6f6bff061d95c3bbbb21a81098f (commit)
from 24575a6530a5b0d451611f07cf660f3c93e93a13 (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=c37594f3b96a22d440d1ec8f52e0d96…
commit c37594f3b96a22d440d1ec8f52e0d968fca37185
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Fri Jul 8 14:39:42 2016 -0700
mcbts: Allow out of order channel setup
Previous checks on multi-channel TSC and ARFCN settings would fail
if channels were initialized out of order. Namely, if channel 0
was not configured first, osmo-trx would error on the control
interface leading osmo-bts to fail.
Allow global TSC setting on all channels with added logging notice.
Notify if channel frequency is unexpected - which may happen if
channels are setup out of order - but do no report as error.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=ffee30d19047a6f6bff061d95c3bbbb…
commit ffee30d19047a6f6bff061d95c3bbbb21a81098f
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Thu Jul 7 19:39:18 2016 -0700
transceiver: Remove HANDOVER warnings
These warnings simply echo the socket command arguments with no
indication of any unexpected or improper operation.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 5 +----
Transceiver52M/radioInterfaceMulti.cpp | 12 ++++++++----
2 files changed, 9 insertions(+), 8 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via f5f773f0130e1f61b84636f7aeb6e17f5140fd25 (commit)
from fdca25dfb881871ffb4142bd1bcd808c71e6c4e3 (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=f5f773f0130e1f61b84636f7aeb6…
commit f5f773f0130e1f61b84636f7aeb6e17f5140fd25
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jul 5 19:17:19 2016 +0200
Add strings with GPRS GMM messages
Change-Id: I48477b733e2da72f59349c00554dd3e080c9f445
Related: OS#1582
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08_gprs.h | 1 +
src/gsm/gsm_04_08_gprs.c | 24 ++++++++++++++++++++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 26 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_pdch_trx has been updated
discards a2c2120234541fe782de780347392b2706ce0d6a (commit)
via 980fd1f8cdec5a3c6dee28a51fdd53165d30c080 (commit)
via af7b7feb11fc13e0e81cf7619d8d2c061c9b63b8 (commit)
via 1eda517edd81cd464d0b658a7f8b2ae9dd6e8fff (commit)
via 4b0355256bdacb0cfb2a57d89595d3887aee7b42 (commit)
via eeab9e75a69378ab936a8cc1dbac583f9eb51367 (commit)
via cb854fd531b09f25f94a9bf987dfd777164d7352 (commit)
via 1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (commit)
via e3edc17426139e16da869ac62f80ce45bd452935 (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 (a2c2120234541fe782de780347392b2706ce0d6a)
\
N -- N -- N (980fd1f8cdec5a3c6dee28a51fdd53165d30c080)
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-bts/commit/?id=980fd1f8cdec5a3c6dee28a51fdd531…
commit 980fd1f8cdec5a3c6dee28a51fdd53165d30c080
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 8 03:06:20 2016 +0200
cosmetic: osmo-bts-trx: remove obsolete commented code
Change-Id: I1a5b6a9d9592952877c6640e5117dc269d67925a
http://cgit.osmocom.org/osmo-bts/commit/?id=af7b7feb11fc13e0e81cf7619d8d2c0…
commit af7b7feb11fc13e0e81cf7619d8d2c061c9b63b8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 8 03:05:46 2016 +0200
osmo-bts-trx: clear TS flags on CHANNEL OPSTART
Change-Id: Ia6de5960f910a9db32c55dc1d38527e871c76e99
http://cgit.osmocom.org/osmo-bts/commit/?id=1eda517edd81cd464d0b658a7f8b2ae…
commit 1eda517edd81cd464d0b658a7f8b2ae9dd6e8fff
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 8 03:04:37 2016 +0200
fix debug log: pick proper l1ts
Change-Id: Ic3d1c1c61c2ca1adc043ec02d7249e2b0798ae12
http://cgit.osmocom.org/osmo-bts/commit/?id=4b0355256bdacb0cfb2a57d89595d38…
commit 4b0355256bdacb0cfb2a57d89595d3887aee7b42
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 8 03:03:30 2016 +0200
scores of temporary debug logs
Change-Id: I4cf69f301295a70a10b920039c8b874db18de672
http://cgit.osmocom.org/osmo-bts/commit/?id=eeab9e75a69378ab936a8cc1dbac583…
commit eeab9e75a69378ab936a8cc1dbac583f9eb51367
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 5 15:32:30 2016 +0200
WIP
Change-Id: Ib2a9c7e126fe4a5c91a0ef6c3973071970292d65
-----------------------------------------------------------------------
Summary of changes:
src/common/msg_utils.c | 6 +++---
src/common/oml.c | 3 +++
src/common/scheduler.c | 5 +++++
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 2 +-
src/osmo-bts-sysmo/misc/sysmobts_par.c | 6 ++++++
src/osmo-bts-trx/l1_if.c | 31 ++++++++++++++++++++++++++++---
src/osmo-bts-trx/scheduler_trx.c | 2 ++
7 files changed, 48 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/trx_double_init has been updated
discards 8195b8d27da5700b003fadabcccb49dbe6ce9a83 (commit)
via cb854fd531b09f25f94a9bf987dfd777164d7352 (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 (8195b8d27da5700b003fadabcccb49dbe6ce9a83)
\
N -- N -- N (cb854fd531b09f25f94a9bf987dfd777164d7352)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)