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 A-bis protcol interface library".
The branch, laforge/rbs2000 has been created
at 5188254b99510ec1bac3d8805ee7efba39476c49 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=5188254b99510ec1bac3d8805ee…
commit 5188254b99510ec1bac3d8805ee7efba39476c49
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 16 14:06:36 2016 +0100
UNIXSOCKET: Ensure superchannel is disabled for new connections
When the BSC is shut down or disconnected it may happen that the
SIU stays in superchannel mode, while the BTS is falling back
into its normal communication mode. This causes a permanent
link failure because the SIU is still trying to reconnect on
the superchannel.
This patch ensures that for every new connection the superchannel
is taken down by default. If the connection was still good, SIU
and BTS will switch back to normal mode together. If not. The
SIU will switch back alone while the BTS is already switched
back by itsself.
http://cgit.osmocom.org/libosmo-abis/commit/?id=5969280e8494d2bb81b65e72ebb…
commit 5969280e8494d2bb81b65e72ebba6598dc6a6613
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:58:23 2016 +0100
unixsocket/e1inp_ericsson_set_altc: do more validation checks on *line parameter
Change-Id: Ieb195c41df066c1f3dd999db42075f20a072d652
http://cgit.osmocom.org/libosmo-abis/commit/?id=9e54b3c8d5d5561954e2915afef…
commit 9e54b3c8d5d5561954e2915afeff2cba0b4b3985
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:57:44 2016 +0100
unixsocket/e1inp_ericsson_set_altc: increase allocation of msgb
Change-Id: If72a46fb6c70dacc91d17e9652ded804d8f7f292
http://cgit.osmocom.org/libosmo-abis/commit/?id=10f8de1dc8f57a434d97d6f73ee…
commit 10f8de1dc8f57a434d97d6f73ee19cdd45b0980a
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:16:15 2016 +0100
add e1inp_ericsson_set_altc() to unixsocket driver
e1inp_ericsson_set_altc() set the a-bis lower traffic channel mode.
timeslot is needed to bootstrap the siu.
superchannel is used for everything else
Change-Id: I3eeac681f238cdbc4bb19e18155f0b0e93aefeb7
http://cgit.osmocom.org/libosmo-abis/commit/?id=32bef442da47252919c45c81d08…
commit 32bef442da47252919c45c81d084b0588f806b89
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 1 22:05:13 2016 +0100
add basic unixsocket support
Allow to connect to a unix socket communicating with LAPD.
Missing for merge:
- SOL_PACKET is not portable to *BSD
- unix socket path not configurable
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 5085e0bf4c9674fb26754fd16b8e0c58113e1638 (commit)
from 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (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=5085e0bf4c9674fb26754fd16b8e0c58…
commit 5085e0bf4c9674fb26754fd16b8e0c58113e1638
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Jul 12 17:53:26 2016 +0200
ussd: Add band-aid for interrogationSS
This is a speculative change for interrogateSS and by not answering
the request the radio connection would remain open long.
The SS/USSD code is from a time where none of knew much about GSM. We
do not support SS but should reject it. We have checked for an empty
string in the text field to guess if it is a result/release to not send
more information. The right way forward is to decode the ASN1 into the
fields REQUEST/RESULT(last).
Fix an issue and make the code worse. Assume ss_code > 0 to see if this
is a interrogate invoke. The issue is that code 0 is a well defined
value but unlikely to be used.
MAP ASN1 definition:
SS-Code ::= OCTET STRING (SIZE (1))
-- This type is used to represent the code identifying a single
-- supplementary service, a group of supplementary services, or
-- all supplementary services. The services and abbreviations
-- used are defined in TS 3GPP TS 22.004 [5]. The internal structure is
-- defined as follows:
--
-- bits 87654321: group (bits 8765), and specific service
-- (bits 4321)
allSS SS-Code ::= '00000000'B
Change-Id: Ib0dc4485388f030eb172fe21f5327b7ab94751f5
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_04_80.h | 4 ++--
openbsc/src/libmsc/gsm_04_80.c | 4 ++--
openbsc/src/libmsc/ussd.c | 24 ++++++++++++++++--------
3 files changed, 20 insertions(+), 12 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, neels/fsm-to-dot has been updated
discards 4ddcedcf0113ea89dcde916d6c26c7604b2a24ac (commit)
via 49a0467c7eff3bf502ef0fc1d3351270a0cb83ab (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 (4ddcedcf0113ea89dcde916d6c26c7604b2a24ac)
\
N -- N -- N (49a0467c7eff3bf502ef0fc1d3351270a0cb83ab)
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=49a0467c7eff3bf502ef0fc1d335…
commit 49a0467c7eff3bf502ef0fc1d3351270a0cb83ab
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 16 14:36:29 2016 +0100
contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs
Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7
-----------------------------------------------------------------------
Summary of changes:
contrib/fsm-to-dot.py | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 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 "An utility library for Open Source Mobile Communications".
The branch, neels/fsm-to-dot has been updated
discards 1cb8def2b1367f906ae4ac7a697e43c995bf1c29 (commit)
via 4ddcedcf0113ea89dcde916d6c26c7604b2a24ac (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 (1cb8def2b1367f906ae4ac7a697e43c995bf1c29)
\
N -- N -- N (4ddcedcf0113ea89dcde916d6c26c7604b2a24ac)
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=4ddcedcf0113ea89dcde916d6c26…
commit 4ddcedcf0113ea89dcde916d6c26c7604b2a24ac
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 16 14:36:29 2016 +0100
contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs
Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7
-----------------------------------------------------------------------
Summary of changes:
contrib/fsm-to-dot.py | 476 ++++++++++++++++++++++++++++++++++++--------------
1 file changed, 347 insertions(+), 129 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, master has been updated
via 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (commit)
from 80ccb952676cb4a068410991c5d53d19f228f695 (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=26f6ced05c8311a93eb4b9c6228ceeb2…
commit 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0
Author: Pravin Kumarvel <pmanohar(a)radisys.com>
Date: Thu Nov 17 12:19:01 2016 +0530
Correct Logging macro for pdpctx_timer_start
This commit corrects the Logging macro used in pdpctx_timer_start.
Change-Id: Id4e3a7fb934ed82af8096fda9ddd3f4550e05844
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 2 +-
1 file changed, 1 insertion(+), 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 "An utility library for Open Source Mobile Communications".
The branch, neels/fsm-to-dot has been created
at 1cb8def2b1367f906ae4ac7a697e43c995bf1c29 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=1cb8def2b1367f906ae4ac7a697e…
commit 1cb8def2b1367f906ae4ac7a697e43c995bf1c29
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 16 14:36:29 2016 +0100
contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs
Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7
-----------------------------------------------------------------------
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, master has been updated
via 80ccb952676cb4a068410991c5d53d19f228f695 (commit)
via 96638d141e43cc299c2927c600802764fa9b0ebb (commit)
from 309425e10549c4e3db8c6a95731fbeb24276ffbf (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=80ccb952676cb4a068410991c5d53d19…
commit 80ccb952676cb4a068410991c5d53d19f228f695
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 15 23:23:42 2016 +0100
OM2000: Fix missing dynamic TCH initialization
When OM2000 has confirmed that a TS is started, call dyn_ts_init()
on the timeslot to start the processing for fully dynamic (osmocom
style) TCH/F_TCH/H_PDCH. This should in turn trigger the activation of
idle timeslots as PDCH until we want to allocate any of them for TCH/F
or TCH/H.
Change-Id: I1a1fd61d6afd85449cacad4bacfb830252dab6b1
http://cgit.osmocom.org/openbsc/commit/?id=96638d141e43cc299c2927c600802764…
commit 96638d141e43cc299c2927c600802764fa9b0ebb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 15 23:23:56 2016 +0100
OM2000: Add three IEs to TCH activation about which we have no clue
Change-Id: Ie3067606033e894c558659ddf0025d01b8198cf9
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_om2000.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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 309425e10549c4e3db8c6a95731fbeb24276ffbf (commit)
from 38cba5aa7972260c4444ecea3fd47651a5d54059 (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=309425e10549c4e3db8c6a95731fbeb2…
commit 309425e10549c4e3db8c6a95731fbeb24276ffbf
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Nov 2 12:05:44 2016 +0100
rsl: support for ericssons propritary SI13 format
Ericsson has introduced a propritary format to issue the S13 BCCH
information. Normally the system info type field for SI13 would
be encoded as 0x28. Ericsson encodes that field as 0x02 and ads
a bcch mapping parameter, (IEI=F2) This patch sets the BCCH mapping
to 0x00 (=BCCH Normal) statically (0xF200)
The new constands are added to libosmocore, see commit:
f0f9c8c29daaefbf9cff19177ade4a13ffb2e36c
Change-Id: Ie0900f9b810744172b3090ce1b0ef7b7a1132946
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 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 96831049d926a6faf291a8ce29433e7718369b58 (commit)
from 6e363e7e31761f47d06d4074670d85693d03c038 (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=96831049d926a6faf291a8ce2943…
commit 96831049d926a6faf291a8ce29433e7718369b58
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 15 17:31:14 2016 +0100
build: make check: disable sim_test when built with --disable-pcsc
Numerous issues caused sim_test to be attempted even though libosmosim was not
built:
In configure.ac, the ENABLE_PCSC variable lacked an AC_SUBST() to be exported.
Furthermore in configure.ac, no value 'yes'/'no' was assigned to the
ENABLE_PCSC variable, only to the enable_pcsc value.
In testsuite.at, encapsulating the sim_test in 'if ENABLE_PCSC' seems to have
no effect, regardless (not even when using a variable that should be defined
accurately).
So fix with these steps, similarly to how we do it in openbsc:
In AC_ARG_ENABLE, directly use 'ENABLE_PCSC' to assign 'yes'/'no'.
Export the same using AC_SUBST().
Add tests/atlocal.in to translate ENABLE_PCSC to enable_sim_test (also add
atlocal to AC_OUTPUT and distclean).
Use enable_sim_test in testuite.at, as seen in openbsc: use AT_CHECK() to
indicate skipping the test if enable_sim_test isn't 'yes'.
Change-Id: I9e8740c7d2dfbd272e22fee85972ef3fda7184a8
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++----
tests/Makefile.am | 8 ++++++--
tests/atlocal.in | 1 +
tests/testsuite.at | 1 +
4 files changed, 14 insertions(+), 6 deletions(-)
create mode 100644 tests/atlocal.in
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, master has been updated
via f7b559f96017f994fc5a3a7b3e73d09f5a195bcb (commit)
from b2fbdd023be07b7031e83ec79f67fc5c39aec423 (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=f7b559f96017f994fc5a3a7b3e73d09…
commit f7b559f96017f994fc5a3a7b3e73d09f5a195bcb
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:57 2015 -0400
vty: Add commands to manually activate/deactivate a channel.
This is the easiest way I found to make BTS level loopback to work.
Another way to implement this is to have BSC/NITB to send the OML command, but
it's a longer path with no clear benefits.
Note, that the current code hardcodes the channel to be TCH/F with v1 speech,
which is what we need for the basic BER testing. We may want to extend this
later to support more channel types.
Change-Id: Ia2734afeff023e5b3d6b934c7e8b1ed95a071b72
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)