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 d675515bd4854e1905d27c096fa949944744b010 (commit)
from ba1468e4c66a3f6d5eef2f8ad67188805d07c9b6 (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=d675515bd4854e1905d27c096fa94994…
commit d675515bd4854e1905d27c096fa949944744b010
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 27 00:25:47 2017 +0100
gsm48_tx_mm_auth_req(): support UMTS AUTN
To be able to do R99 UMTS authentication, we need to send along AUTN bytes in
the Authentication Request. Add autn parameter to gsm48_tx_mm_auth_req() and
conditionally append the R99 AUTN TLV to the Authentication Request message.
Change-Id: I0d644559088706aa06b42b9bfe1f8c21ca6fa4da
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_04_08.h | 3 ++-
openbsc/src/libmsc/gsm_04_08.c | 23 ++++++++++++++++++++---
openbsc/src/libmsc/token_auth.c | 4 ++--
3 files changed, 24 insertions(+), 6 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, master has been updated
via ba1468e4c66a3f6d5eef2f8ad67188805d07c9b6 (commit)
via b39053ad6de50df5a2efcb4ec0c6551020b513e1 (commit)
from 7d17c3ef61c31540a45fb31cd42fbca6a932964b (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=ba1468e4c66a3f6d5eef2f8ad6718880…
commit ba1468e4c66a3f6d5eef2f8ad67188805d07c9b6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 04:23:46 2017 +0100
vty tests: testBSCreload: ipa_handle_small: ensure rx of 4 bytes
Change-Id: I995b7aba9d0b51b0861a4281dbbca888f36e9e00
http://cgit.osmocom.org/openbsc/commit/?id=b39053ad6de50df5a2efcb4ec0c65510…
commit b39053ad6de50df5a2efcb4ec0c6551020b513e1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 04:17:49 2017 +0100
vty tests: more attempts to resolve sporadic 'Broken Pipe' error
Change-Id: I3d833ddf8c62845fe68d1e5503332541a4a04a2d
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 6 +++++-
1 file changed, 5 insertions(+), 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7d17c3ef61c31540a45fb31cd42fbca6a932964b (commit)
from 35706ddd80c248a9ef26e702c81e9865a7b8cf6d (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=7d17c3ef61c31540a45fb31cd42fbca6…
commit 7d17c3ef61c31540a45fb31cd42fbca6a932964b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jan 26 23:04:28 2017 +0100
vty tests: attempt to get at sporadic 'Broken Pipe' error
Add verbose logging as well as three retries around the place that often
fails on our build server with a 'Broken Pipe' error.
Change-Id: I8851b76b2d7b87dd500ae40f47e6bea716ef3fc4
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 35706ddd80c248a9ef26e702c81e9865a7b8cf6d (commit)
from 26adfd099b8af407b038ae3bc9c70eced829a386 (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=35706ddd80c248a9ef26e702c81e9865…
commit 35706ddd80c248a9ef26e702c81e9865a7b8cf6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 22 01:58:03 2016 +0100
gsm0408_rcv_cc: guard against NULL subscriber
Check conn->subscr against NULL.
gsm0408_rcv_cc() dereferences many conn members without checking presence: the
bts and lchan members may be expected to be NULL in the ongoing MSC split and
3G developments.
But the conn->subscr is initially NULL, so an MS sending a CC message before
something like a LU or CM Service Request will result in a segfault. Prevent
that.
Note: the upcoming VLR will be more restrictive on what messages are processed,
this is a "backport" to the situation on current master.
Change-Id: If067db7cc0dd3210d9eb1da15be6b637795a3ecf
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 5 +++++
1 file changed, 5 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 26adfd099b8af407b038ae3bc9c70eced829a386 (commit)
from a5c71bf39a0347bb38e9242a0e5108eeaad16c18 (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=26adfd099b8af407b038ae3bc9c70ece…
commit 26adfd099b8af407b038ae3bc9c70eced829a386
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 01:14:20 2017 +0100
compiler warning: bsc_vty: remove two unused vars
Added in recent commit 42def7205ba91df4bbb7e3240be0df8c26c2d63e
"Implement VTY configuration to control Early Classmark Sending"
Change-Id: Iaf640fa6e1f234f594fb8dc06f716d3d3e95eb2a
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_vty.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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 8e29b2311904c2365c7797164d03b656030cffbc (commit)
from 135bc06c35551165bdeb968e2f90b545819c644e (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=8e29b2311904c2365c7797164d03b65…
commit 8e29b2311904c2365c7797164d03b656030cffbc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 23 16:36:11 2017 +0100
new_rab_par_voice(): add bitrate params, call with (6700, 12200)
The guaranteedBitrate lowers from 12200 to 6700, which is mimicking the values
found in a trace from a production 3G environment. So far we have no reason to
choose these values other than knowing that other operators seem to do this.
This came up while trying to fix voice RAB for the nano3G, but this patch had
no effect on that. Now that it's here, we might as well keep it.
Change-Id: Ia7eecca43d62a6a020466e9b8dc8b566ca988f9f
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 9 +++++----
src/tests/test-ranap.ok | 8 ++++----
2 files changed, 9 insertions(+), 8 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via cf961ee39ee2a1873e71d7872cb2b8fb7fb5b867 (commit)
from 660affb34212f8ac0bc56aba79c89620fa7078e3 (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-gsm-manuals/commit/?id=cf961ee39ee2a1873e71d78…
commit cf961ee39ee2a1873e71d7872cb2b8fb7fb5b867
Author: ikostov <ikostov(a)sysmocom.de>
Date: Thu Feb 2 18:13:54 2017 +0100
SGSN: editing OAP as per os#1874
Change-Id: Idab734e8dff947496cd0ce27c9c44bc7ef5a139e
-----------------------------------------------------------------------
Summary of changes:
common/chapters/oap.adoc | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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, neels/vlr has been updated
discards 7f2821d3cb878a367d3415c3a951f39ffa4c0e89 (commit)
discards e691f68f6fe9181f4303a5de1e2a666f1323cbe3 (commit)
discards f151cc1ce26fb788485c88bdd17165aee63734b4 (commit)
via 359ff5e8e9e3f0952e6a6c9a346287ab97416fd6 (commit)
via ef0c21e48789e82dd010fb3db24f5da0f4a27001 (commit)
via bad8ed55a3df78e8455a7b604fea2d74c8afdf22 (commit)
via b5d56d9ccb47b178a072da033a67364e842ab21d (commit)
via 6f487edd068a33f987909e013e624e0b7f1a98ed (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 (7f2821d3cb878a367d3415c3a951f39ffa4c0e89)
\
N -- N -- N (359ff5e8e9e3f0952e6a6c9a346287ab97416fd6)
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/openbsc/commit/?id=359ff5e8e9e3f0952e6a6c9a346287ab…
commit 359ff5e8e9e3f0952e6a6c9a346287ab97416fd6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 20:46:04 2017 +0100
subscr_conn_test: UMTS AKA resync
Change-Id: I04ea9cef0c4fb0707db39c17e20f75409086f8ad
http://cgit.osmocom.org/openbsc/commit/?id=ef0c21e48789e82dd010fb3db24f5da0…
commit ef0c21e48789e82dd010fb3db24f5da0f4a27001
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:04:16 2017 +0100
Add new subscr_conn_test for MSC+VLR end-to-end tests
Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8
http://cgit.osmocom.org/openbsc/commit/?id=bad8ed55a3df78e8455a7b604fea2d74…
commit bad8ed55a3df78e8455a7b604fea2d74c8afdf22
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 20:45:01 2017 +0100
gsm48: handle UMTS AKA resync
Change-Id: I64444a3f5308a14948d96939f619b4c8c4c6598c
http://cgit.osmocom.org/openbsc/commit/?id=b5d56d9ccb47b178a072da033a67364e…
commit b5d56d9ccb47b178a072da033a67364e842ab21d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:00:58 2017 +0100
Use libvlr in libmsc (large refactoring)
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
TODO: This commit may be split in several smaller changes before merging to
master.
Related: OS#1592
Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b
http://cgit.osmocom.org/openbsc/commit/?id=6f487edd068a33f987909e013e624e0b…
commit 6f487edd068a33f987909e013e624e0b7f1a98ed
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
Add libvlr implementation
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
Related: OS#1592
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 91 ++++++++++++++
openbsc/src/libvlr/vlr_auth_fsm.c | 15 ++-
openbsc/tests/subscr_conn/subscr_conn_test.c | 182 ++++++++++++++++++++++++++-
openbsc/tests/vlr/vlr_test.c | 2 +-
4 files changed, 282 insertions(+), 8 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 1beb9bcbe03c7e4888ddd73f0e518dd83f60d894 (commit)
via 1965b0d88082e427930f95071e992f0d9be79047 (commit)
from 67bc885c5d85237cc15b47ee2ee6773ea2af28e1 (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=1beb9bcbe03c7e4888ddd73f0e518dd…
commit 1beb9bcbe03c7e4888ddd73f0e518dd83f60d894
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Feb 2 18:42:42 2017 +0100
sysmobts_eeprom.h: Fix/extend model number definitions
Fix the model number definition for the 1020 and add the one for 1002.
Change-Id: Iba4cfbbda1000d7e34eca614b3a6165d2feb65e1
http://cgit.osmocom.org/osmo-bts/commit/?id=1965b0d88082e427930f95071e992f0…
commit 1965b0d88082e427930f95071e992f0d9be79047
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Feb 2 18:39:24 2017 +0100
sysmobts: Add correct nominal transmit power for sysmoBTS 1020
The sysmoBTS 1020 is a 2W BTS, hence its nominal transmit powre is
33dBm. We must handle this correctly based on the model-nr in the
EEPROM. As a result, proper power ramping will be made during start of
the unit by default.
Change-Id: I91a78dadfd7d2e1bc74c8086808c55effdcdd132
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 3 ++-
src/osmo-bts-sysmo/utils.c | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 55a43b801385e07a484217925ecf2379b9f54fcf (commit)
via 8352d31a8666e328e399ba1d2ae581c8f0021e48 (commit)
from 4a7f87cdc848891f7306109a009e51684b6c5c0e (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=55a43b801385e07a484217925ecf…
commit 55a43b801385e07a484217925ecf2379b9f54fcf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 20:27:55 2017 +0100
gsm48: add UMTS AKA res+sync IEIs, msg type and cause val
According to 3GPP TS 24.008 9.2.3a, 9.2.3, 10.5.3.6
Change-Id: I745061ce8eb88aa23080dadcdbfe2d703c362a30
http://cgit.osmocom.org/libosmocore/commit/?id=8352d31a8666e328e399ba1d2ae5…
commit 8352d31a8666e328e399ba1d2ae581c8f0021e48
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 20:05:14 2017 +0100
GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16
GSUP transmits AUTS for UMTS authentication procedures, and OAP uses the same
procedures to authenticate. osmo-gen-vec is a utility program that passes AUTS
to our osmo_auth_gen_vec_auts() API.
According to 3GPP 33.102 6.3.3, AUTS = SQN^AK || MAC-S, which are 6 || 8 == 14
bytes. This is confirmed by 24.008 9.2.3a where the TLV has 16 bytes, TL = 2
and AUTS being the V = 14.
It is not harmful for milenage_gen_vec_auts() to pass two more AUTS bytes. But
writing 16 bytes to a GSUP struct is a potential problem when passing in a 14
byte long AUTS buffer to the GSUP API, which then reads past the AUTS buffer.
The API implies the length, so far to be 16, so passing in a 14 byte buffer to
GSUP would require copying to a larger buffer first.
Fix this by using a length of 14 for AUTS everywhere instead.
This constitues an ABI breakage, we may handle it as a "fix before an official
release", otherwise we need a version bump.
The OAP protocol document has also been updated, needs an update in the
osmo-gsm-manuals as well.
Change-Id: If25b173d9ec57ea4c504d860954912b7d82af455
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 3 +++
doc/osmocom-authn-protocol.txt | 2 +-
include/osmocom/gsm/oap.h | 2 +-
include/osmocom/gsm/protocol/gsm_04_08.h | 4 ++++
src/gsm/gsup.c | 2 +-
tests/oap/oap_test.c | 4 ++--
tests/oap/oap_test.ok | 2 +-
utils/osmo-auc-gen.c | 2 +-
8 files changed, 14 insertions(+), 7 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications