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 720372e4e8998d2979a423afebdfa742edbea27b (commit)
from 4adca4e8afd0478d5d52736c721ca7f25631c762 (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=720372e4e8998d2979a423afebdfa742…
commit 720372e4e8998d2979a423afebdfa742edbea27b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 14 11:29:55 2015 +0100
gtphub VTY test: use only 127.0.0.1.
Add a second example config file for gtphub so that the VTY test can use
nonstandard ports.
-----------------------------------------------------------------------
Summary of changes:
.../examples/osmo-gtphub/osmo-gtphub-1iface.cfg | 25 ++++++++++++++++++++++
openbsc/osmoappdesc.py | 2 +-
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 openbsc/doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
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 code for Iuh interface".
The branch, master has been updated
via a7b02405be1617c6b643fabb34275dc2559b8210 (commit)
via 9224731379265fa91500ce7e761c1bfc300a38ab (commit)
via 4e31250367c7f80907c9a25c281fffbe24e4dae0 (commit)
via 479cb300ce5c7917f5a3e5c41b75fe9f90a0cf51 (commit)
via 4abdee080395d435917edc1cbdd90ffe3f89a052 (commit)
via d6a45b402c5c09e079371eddbb6fbb6c4757aeab (commit)
from a1e202e15eab6c4f5ea84659472a3bb2a503a59a (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-iuh/commit/?id=a7b02405be1617c6b643fabb34275dc…
commit a7b02405be1617c6b643fabb34275dc2559b8210
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Dec 9 19:05:09 2015 +0100
hnb-test: Parse UE register accept
http://cgit.osmocom.org/osmo-iuh/commit/?id=9224731379265fa91500ce7e761c1bf…
commit 9224731379265fa91500ce7e761c1bfc300a38ab
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Dec 9 19:04:33 2015 +0100
asn1helpers: Fix 24 bit conversion function and use it in hnbgw_hnbap
The 32 bit int needs to be shifted left one byte so the correct bytes
end up at the beginning of the bit string buffer.
http://cgit.osmocom.org/osmo-iuh/commit/?id=4e31250367c7f80907c9a25c281fffb…
commit 4e31250367c7f80907c9a25c281fffbe24e4dae0
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Dec 9 17:59:24 2015 +0100
hnb-test: Send UE register request
http://cgit.osmocom.org/osmo-iuh/commit/?id=479cb300ce5c7917f5a3e5c41b75fe9…
commit 479cb300ce5c7917f5a3e5c41b75fe9f90a0cf51
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Dec 9 17:54:59 2015 +0100
hnb-test: Send HNB register request and parse the accept
http://cgit.osmocom.org/osmo-iuh/commit/?id=4abdee080395d435917edc1cbdd90ff…
commit 4abdee080395d435917edc1cbdd90ffe3f89a052
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Dec 9 17:57:32 2015 +0100
hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfo
http://cgit.osmocom.org/osmo-iuh/commit/?id=d6a45b402c5c09e079371eddbb6fbb6…
commit d6a45b402c5c09e079371eddbb6fbb6c4757aeab
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 8 13:55:17 2015 +0100
asn1helpers: Add 28 bit conversion function and use it for Cell ID
The padding bits in the bit string are at the end and the byte-order is
MSB-first. This means the number needs to be shifted left so the padding
bits are the least significant.
-----------------------------------------------------------------------
Summary of changes:
src/asn1helpers.c | 19 +++++++-
src/hnbgw_hnbap.c | 6 +--
src/tests/hnb-test.c | 132 +++++++++++++++++++++++++++++++++++++++++++++++++--
src/tests/hnb-test.h | 2 +
4 files changed, 149 insertions(+), 10 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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/power_control has been created
at acf211d9666b362bea9e8f6c9457fff59e0b1aff (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=acf211d9666b362bea9e8f6c9457fff5…
commit acf211d9666b362bea9e8f6c9457fff59e0b1aff
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 13 17:07:01 2015 +0100
gsm_data_shared: Add per-lchan power control parameters on BTS side
This is where the BTS stores its decoded power control related
configuration.
http://cgit.osmocom.org/openbsc/commit/?id=116033d0d1240cf35a20830324c82774…
commit 116033d0d1240cf35a20830324c82774a18d3e8e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 13 13:44:07 2015 +0100
Use BS/MS power control parameters in RSL (for Abis/IP)
The TS 08.58 9.3.31 / 9.3.32 IEs are unfortunately encoded in a
manufacturer-dependent way. This is why we need to add an encoding
function to the bts model. Currently we only implement it for the
Abis/IP type BTSs like nanobts and OsmoBTS.
http://cgit.osmocom.org/openbsc/commit/?id=65d4ef80c6ea0378d4c42d9525e6d94a…
commit 65d4ef80c6ea0378d4c42d9525e6d94a0de6694e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 13 11:11:51 2015 +0100
Add BS/MS power control configuration to VTY
Warning: The configured values are not used yet anywhere.
-----------------------------------------------------------------------
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 fad5752ab5b91e615dd82365c0663e38b4540dcd (commit)
from f4b173cb0c8c5179081a4b82928b375fdf0caf17 (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=fad5752ab5b91e615dd82365c066…
commit fad5752ab5b91e615dd82365c0663e38b4540dcd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 13 11:56:36 2015 +0100
RSL: Add enum + TLV definitions for ip.access style embedded IEs
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_08_58.h | 25 +++++++++++++++++++++++++
include/osmocom/gsm/rsl.h | 6 ++++++
src/gsm/libosmogsm.map | 1 +
src/gsm/rsl.c | 26 ++++++++++++++++++++++++++
4 files changed, 58 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, laforge/power_control has been created
at f0bf5de82d48bca4e574469aa85a0e0ed146caae (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=f0bf5de82d48bca4e574469aa85a0e0…
commit f0bf5de82d48bca4e574469aa85a0e0ed146caae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 13 17:08:13 2015 +0100
RSL: Be more spec compliant in terms of ms / bs power control
TS 08.58 requires that BTS-autonomous MS power control is _not_ used,
if only the MS Power IE is present in a channel activation. Rather, in
order to enable the BTS-autonomous power control loop, the MS Power
Parameters must be included.
So far we were always enabling MS power control, even in the absence of
the MS Power parmeters IE. This is fixed now. This meanas you will
need a correspondingly new OsmoBSC/OsmoNITB that sends this IE, or you
loose MS (uplink) power control altogether.
The content of the MS Power Parameters IE is parsed, but the threshold
values not used yet at this point.
-----------------------------------------------------------------------
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 4adca4e8afd0478d5d52736c721ca7f25631c762 (commit)
from 0a8cf32a481efa39bd81b027a50dd8f8f408a39a (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=4adca4e8afd0478d5d52736c721ca7f2…
commit 4adca4e8afd0478d5d52736c721ca7f25631c762
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 13 15:21:46 2015 +0100
osmoappdesc.py: fix wrong index introduced by gtphub.
vty_app should reference osmo-nitb, but by adding gtphub, apps[-1] has
changed. Use index 5, which won't change when adding further items.
-----------------------------------------------------------------------
Summary of changes:
openbsc/osmoappdesc.py | 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 "Python scripting interface to the OsmoNITB MNCC interface".
The branch, master has been updated
via 19f678d2592680a08b38fd537a93ea133c7155cd (commit)
from 031b9c9006dc992f7d6bdbceae63ad5b786c81e1 (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/mncc-python/commit/?id=19f678d2592680a08b38fd537a93…
commit 19f678d2592680a08b38fd537a93ea133c7155cd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 12 23:04:34 2015 +0100
some README clarifications, including required python modules
-----------------------------------------------------------------------
Summary of changes:
README | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
hooks/post-receive
--
Python scripting interface to the OsmoNITB MNCC interface
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 0a8cf32a481efa39bd81b027a50dd8f8f408a39a (commit)
via 53d51f501ca2ee138556258b0b5c72041c2ac95a (commit)
via da8a19fec0ae16f110869508dd20f9ebab1520e5 (commit)
from 36948bf7c71d89746314e93ffe8f3eb2c2fbc5ea (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=0a8cf32a481efa39bd81b027a50dd8f8…
commit 0a8cf32a481efa39bd81b027a50dd8f8f408a39a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 5 17:22:49 2015 +0100
indicate the GSM 04.08 channel mode in 'show lchan'
http://cgit.osmocom.org/openbsc/commit/?id=53d51f501ca2ee138556258b0b5c7204…
commit 53d51f501ca2ee138556258b0b5c72041c2ac95a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 3 14:59:04 2015 +0100
mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGE
When a MNCC handler wants to issue the MNCC_BRIDGE primitive
overt the MNCC interface, this was not possible so far via the
MNCC socket. This primitive was so far only available from the
internal MNCC handler, more or less by accident I suppose. The reason
for this is in the way the array of two call references had been passed
into mncc_tx_to_cc().
http://cgit.osmocom.org/openbsc/commit/?id=da8a19fec0ae16f110869508dd20f9eb…
commit da8a19fec0ae16f110869508dd20f9ebab1520e5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 3 14:35:05 2015 +0100
mncc.c: Convert mncc_names[] to 'struct value_string'
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mncc.h | 7 ++-
openbsc/src/libbsc/bsc_vty.c | 16 +++++
openbsc/src/libmsc/gsm_04_08.c | 6 +-
openbsc/src/libmsc/mncc.c | 129 ++++++++++++++++++--------------------
openbsc/src/libmsc/mncc_builtin.c | 10 +--
5 files changed, 90 insertions(+), 78 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, laforge/t200-fixes has been created
at feee8d52bdfe50d9dab722bdc48b85e01d5f08d9 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=feee8d52bdfe50d9dab722bdc48b85e…
commit feee8d52bdfe50d9dab722bdc48b85e01d5f08d9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 12 21:15:19 2015 +0100
LAPDm: Use T200 settings from OML rather than libosmocore defaults
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)