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 424656e527df460656e46a0430f40c90edec7529 (commit)
via 591e1d7daa6839c9a02714b7420206ca4542aafe (commit)
from b748012d3186209c0f4c38ebb7113ce7c60e333b (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=424656e527df460656e46a0430f40c90…
commit 424656e527df460656e46a0430f40c90edec7529
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 15 16:30:35 2016 +0200
OM2000: Fix state machien for CF/TRXC on START Result
When receiving the 'Start Result' message, for CF and TRXC MO
we directly transition to performing the Operational Info. In that
case, we need to return after sending the Operational Info and skip
the usual processing for the default case below.
Change-Id: I99860d198b337ffe461b240bda20dc10e1b5b2cb
http://cgit.osmocom.org/openbsc/commit/?id=591e1d7daa6839c9a02714b7420206ca…
commit 591e1d7daa6839c9a02714b7420206ca4542aafe
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
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_om2000.h | 11 +-
openbsc/include/openbsc/gsm_data_shared.h | 39 +
openbsc/src/libbsc/abis_om2000.c | 1256 +++++++++++++++++++++++++----
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 112 +--
4 files changed, 1132 insertions(+), 286 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, laforge/gbproxy-multi-ns has been created
at 7c9052398e95a84ea905cbfde4763aa039dde47b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=7c9052398e95a84ea905cbfde4763aa0…
commit 7c9052398e95a84ea905cbfde4763aa039dde47b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:43:50 2016 +0100
gb_proxy: Don't use bssgp_nsi variable, but cfg->{bss,sgsn}_nsi
The global variable bssgp_nsi should disappear soon to make the gb_proxy
work with different NS instances on the SGSN and the BSS side. Let's
remove any code that explicitly references bssgp_nsi during message
processing.
Change-Id: Iac6c5d318fde41fb6edab3cb11b4773c62bb4ef6
http://cgit.osmocom.org/openbsc/commit/?id=450710501b092986024c1348697477fd…
commit 450710501b092986024c1348697477fdcfbf80ce
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:34:31 2016 +0100
gb_proxy: differentiate between SGSN-facing and BSS-facing NS Instance
We start to differentiate between the two different NS Instances inside
struct gbproxy_config. However, both elements are still initialized to
the same (single) NS instance.
Change-Id: I08c28bbc4cdf6ecfaa1ad62e547b45b58c967abb
http://cgit.osmocom.org/openbsc/commit/?id=1af212ab902f384462101e37a1b11012…
commit 1af212ab902f384462101e37a1b11012e04519ed
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:30:23 2016 +0100
Change to build against libosmogb change
libosmogb VTY code has been modified to allow the use fo multiple NS
instances in Change-Id I483e9984f046e0e698c65b59034b3a6141e7ca73. This
commit simply makes osmo-sgsn and osmo-gbproxy build (and work) again,
still with only one NS instance.
Change-Id: I9f3453bab23258f6dad352e8e3aeb20792cb5c9a
http://cgit.osmocom.org/openbsc/commit/?id=cd3bfbaa0e1e0e1285a460b8335f78c8…
commit cd3bfbaa0e1e0e1285a460b8335f78c801490bf2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 1 03:32:50 2016 +0100
SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP
The GTP protocol specification requires us to include the MSISDN IE in
all non-secondary PDP context activations. However, when no real HLR is
used (e.g. via GSUP), we do not have the MSISDN information available
and so far simply sent a zero-length MSISDN IE in GTP. The latter is a
violation of the spec.
So to resolve this, we now send a 15-digit all-zero dummy MSISDN IE, as
described in TS 23.003.
Change-Id: I8d0a5d52d6cd2a00b5dda060bd41d45056dfa84d
-----------------------------------------------------------------------
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, pmaier/osmo-nitb-test2 has been created
at c3689ab5f6fe2bace24b7a1260b2e631c5aa2712 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c3689ab5f6fe2bace24b7a1260b2e631…
commit c3689ab5f6fe2bace24b7a1260b2e631c5aa2712
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 31 18:16:34 2016 +0100
abis_om2000: for TS conf of dyn TS, always send TCH/F as chan comb
Change-Id: If0693f7c5c85977b0e4acbc701ee5d635434d0d1
http://cgit.osmocom.org/openbsc/commit/?id=e7b9fb12d6a918ccebd671218e6431ea…
commit e7b9fb12d6a918ccebd671218e6431ea5fdaba6e
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)
Change-Id: Ie0900f9b810744172b3090ce1b0ef7b7a1132946
http://cgit.osmocom.org/openbsc/commit/?id=25a09caf688e915d5261816b4811b5c2…
commit 25a09caf688e915d5261816b4811b5c2824a0498
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Oct 27 17:54:00 2016 +0200
rbs2000: Add missing bts feature definitions
function bts_model_rbs2k_start() in bts_ericsson_rbs2000.c lacks
the feature definition for GPRS and EGPRS.
Change-Id: I777a67862084aa6cca39cfc43f5708e47608b0e6
http://cgit.osmocom.org/openbsc/commit/?id=0c646c5764c70461b6246c4feb4fc587…
commit 0c646c5764c70461b6246c4feb4fc5876fb10b38
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 26 15:19:41 2016 +0200
pcu_if: original pcu sock interface from osmo-bts
The pcu interface required to support bsc co-located
pcu uses pcu_sock.c and its related header files as
a starting point.
See also:
osmo-bts.git: ced9a5d0e2c7e3371760f1c07df7b41cfe7ab71d
Change-Id: I46b0a65f1633c40053d43b57b786b042f20f12bd
http://cgit.osmocom.org/openbsc/commit/?id=5f3e80e8461dc1e0cfdd1443e3087782…
commit 5f3e80e8461dc1e0cfdd1443e3087782b84a19f0
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Oct 20 13:55:21 2016 +0200
OM2000: Throw error when MO can not be enabled
Throw warning message in case the MO state does not change
to enabled after sendeing an Enable-Request message.
Change-Id: Idfde8d6f71526e8acfea51835732515a4bee858e
http://cgit.osmocom.org/openbsc/commit/?id=4d2072f2df3e1f8195b155df6d4ddcb1…
commit 4d2072f2df3e1f8195b155df6d4ddcb1042f53df
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 26 14:20:06 2016 +0200
om2000: added support for ericssons sabm negotiation
This patch adds support for ericssons sambm negotiation.
This patch depends on libosmo-abis commit:
2788c7eacab91cd39d68e316fc8ee87763bbfeb4
Change-Id: I56b1c1cef07a61143fc0e8058480805cddfeff96
http://cgit.osmocom.org/openbsc/commit/?id=dcf2385a6fede495322edbcff5d1466f…
commit dcf2385a6fede495322edbcff5d1466f3f2f0767
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 19 10:14:35 2016 +0200
OM2000: Add fault report parsing
This patch adds parsing for OM2000 MO fault report map parsing,
the bits in the fault maps are counted out and displayed.
Change-Id: I6e2928f39b09bc08e9ab78bc10bc81e07f7eb55d
http://cgit.osmocom.org/openbsc/commit/?id=9a24d14d4a61dfcfa8ac3830a7d9327f…
commit 9a24d14d4a61dfcfa8ac3830a7d9327ff1a4ed15
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 16 23:44:16 2016 +0200
RBS2000: re-establish any lost signalling links
Contrary to standard A-bis, in the RBS2000 case the BSC connects
the signalling data links (LAPD) to the BTS. In case one of them
drop, we need to attempt to re-establish them.
This requires libosmo-abis with Change-Id I07f0f79e0cda09766f357032ffb4e7ad643d448a
Change-Id: I710b5af5d0acbdd3febd314849340f2adb7abd80
http://cgit.osmocom.org/openbsc/commit/?id=a767b2e8b72ae789faacb30fe64afb5b…
commit a767b2e8b72ae789faacb30fe64afb5bd4103b69
Author: root <root@sysmocom>
Date: Sat Oct 15 21:24:57 2016 +0200
om2000: Add support for querying RBS capabilities
Change-Id: Id1fbaf41286f3651ce8f210eb8da05fb51179c96
http://cgit.osmocom.org/openbsc/commit/?id=295284690dcfd60d3c8469af9df55a71…
commit 295284690dcfd60d3c8469af9df55a71ea88e88f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 15 16:30:35 2016 +0200
OM2000: Fix state machien for CF/TRXC on START Result
When receiving the 'Start Result' message, for CF and TRXC MO
we directly transition to performing the Operational Info. In that
case, we need to return after sending the Operational Info and skip
the usual processing for the default case below.
Change-Id: I99860d198b337ffe461b240bda20dc10e1b5b2cb
http://cgit.osmocom.org/openbsc/commit/?id=e605d350a080a9f78cff2eef3eca53f6…
commit e605d350a080a9f78cff2eef3eca53f6bf4aaed3
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
-----------------------------------------------------------------------
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, laforge/gprs-ns-instances has been updated
via 7214a9148eeea567e6934965ee805e65c23ce59f (commit)
via c867e1472348c7a551cc83718d2fe74e6baa1c6f (commit)
from 8154266457616ca59dea4990f0e29fe0ea298662 (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=7214a9148eeea567e6934965ee80…
commit 7214a9148eeea567e6934965ee805e65c23ce59f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 9 14:43:33 2016 +0100
UNTESTED WIP: remove global bssgp_nsi variable
As we can now have several NS instances inside the program, let's
remove the global bsspg_nsi to which BSSGP bound itself. Rather,
all functions are now parametrized based on the NS Instance that's
either
* explicitly passed to the function (in case no msgb and no bctx), or
* stated in the BVC context / bctx (if any), or
* explicitly given as argument to the function (if no msgb and no bctx)
Change-Id: Ibc7df60caf4adef690001536bd7a1293d866a1c2
http://cgit.osmocom.org/libosmocore/commit/?id=c867e1472348c7a551cc83718d2f…
commit c867e1472348c7a551cc83718d2fe74e6baa1c6f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 9 14:42:18 2016 +0100
remove now-unused argument to gprs_ns_vty_init()
gprs_ns_vty_init() is now working for all NS instances, so no need to
pass in one specific NS instance
Change-Id: I5715ae4fad45a71245f83729d06414c5c44adf93
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/gprs_bssgp.h | 10 ++--
include/osmocom/gprs/gprs_bssgp_bss.h | 6 +-
include/osmocom/gprs/gprs_ns.h | 2 +-
src/gb/gprs_bssgp.c | 107 +++++++++++++++++++++-------------
src/gb/gprs_bssgp_bss.c | 45 +++++++-------
src/gb/gprs_bssgp_util.c | 13 ++---
src/gb/gprs_ns_vty.c | 2 +-
src/gb/libosmogb.map | 1 -
8 files changed, 106 insertions(+), 80 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, pmaier/osmo-nitb-test has been created
at b748012d3186209c0f4c38ebb7113ce7c60e333b (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
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, laforge/gprs-ns-instances has been created
at 8154266457616ca59dea4990f0e29fe0ea298662 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=8154266457616ca59dea4990f0e2…
commit 8154266457616ca59dea4990f0e29fe0ea298662
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:15:24 2016 +0100
libosmogb: Support multiple instances also from VTY
The NS code (part of libosmogb) already understands the concept of "NS
instances", and each of those instances can be bound to different IP
addresses with the gprs_ns_nsip_listen() call.
The problem is the VTY code for NS. It is written with a single
global ns-instance in mind. Having a second NS instance thus means that
currently only one of the two would be configurable (or available for
"show..." commands) from the VTY, which is of course of little
usefulness.
This patch addresses this by introducing the concept of "NS instance
numbers" and a global array of a maximum of 256 NS instances. The VTY
commands have been extended as needed.
Change-Id: I483e9984f046e0e698c65b59034b3a6141e7ca73
-----------------------------------------------------------------------
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 ae4838101a58feb512e88325efcae79f46af8e32 (commit)
from fb41afaaf69f1abeb56b1d95c0c707448e209b70 (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=ae4838101a58feb512e88325efcae79…
commit ae4838101a58feb512e88325efcae79f46af8e32
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jul 28 12:03:08 2016 +0200
Handle Timing Advance IE properly
Move writing Timing Advance IE and Timing Advance Index into separate
functions to simplify adding PTCCH support. This also fixes previous
incorrect (and unused) code for writing Packet TA IE which has not set
TS for TA.
Change-Id: I786bf7fc999d401cc3d9e7f1e7a1fba953b5d458
Related: OS#1545
-----------------------------------------------------------------------
Summary of changes:
src/encoding.cpp | 74 ++++++++++++++++++++++++++++++++------------------------
1 file changed, 43 insertions(+), 31 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 3de97e192688b75a24077bb7072030f4a4dc5ef3 (commit)
from e9e5f8e4e9aa3fdce06d144381d9621552476387 (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=3de97e192688b75a24077bb70720…
commit 3de97e192688b75a24077bb7072030f4a4dc5ef3
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 2 10:37:58 2016 +0100
Add logging and testing for FSM deallocation
osmo_fsm_inst_alloc() logs allocation but osmo_fsm_inst_free() is
silent. Fix this by adding log message for deallocation to make FSM
lifecycle tracking easier. Also make sure it's covered by test suite.
Change-Id: I7e5b55a1fff8e36cf61c7fb61d3e79c1f00e29d2
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 1 +
tests/fsm/fsm_test.c | 9 +++++----
2 files changed, 6 insertions(+), 4 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via c757272443e967ed7fe8e40cd9cae3986be0dd4c (commit)
from 388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6 (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=c757272443e967ed7fe8e40cd9cae39…
commit c757272443e967ed7fe8e40cd9cae3986be0dd4c
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 8 16:08:29 2016 +0100
dtx_check.gawk: add check for repetitive SID FIRST
Change-Id: Id7acdfae7880fb488b65435ab8d33f2874499967
-----------------------------------------------------------------------
Summary of changes:
contrib/dtx_check.gawk | 4 ++++
1 file changed, 4 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 388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6 (commit)
from 5ee3dba39f241c5551196e8f167b907b9920355e (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=388a91cbd1671e2e2b2b3f1203c9492…
commit 388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 8 15:17:08 2016 +0100
Add libosmocodec for octphy build
Similar to 45822227577cba5c6c4a4d4d61a7a9e8b4992c25 fix build by linking
with libosmocodec explicitly.
Change-Id: Ib52135936ae02d804b60f61088b4bdd227a71aa0
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)