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 eb4a3392e1f91f3a1f3485c90548a73c9ae9ea15 (commit)
from 1beb9bcbe03c7e4888ddd73f0e518dd83f60d894 (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=eb4a3392e1f91f3a1f3485c90548a73…
commit eb4a3392e1f91f3a1f3485c90548a73c9ae9ea15
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Fri Feb 3 14:52:15 2017 -0500
Fix SACCH channel release indication not sent to BSC after location update.
Based on GSM 04.08 3.4.13 RR connection release procedure, after the network
sends a deactivate SACCH it receives DISC from MS which cause BTS to
send RLL release indication to BSC in order to stop T3109 timer. It has been
found that after a location update BSC never receives RLL release indication
which causes a T3109 timeout because no TCH is currently allocated. This fix
ensures RLL release indication to be sent to BSC when no TCH is allocated
in the particular case of a location update.
Change-Id: Ibe2a365641eb8c9a7f0a462b7393ec3fd28cc366
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 3 ++-
1 file changed, 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, nrw/litecell15-meas-preproc-improvement has been deleted
was cec35c4882b8832a95d6d63ffd90f0e0ae18a583
-----------------------------------------------------------------------
cec35c4882b8832a95d6d63ffd90f0e0ae18a583 Merge branch 'nrw/litecell15-next' of git@ServGitLab01:nrw_noa/osmo-bts.git into nrw/litecell15-meas-preproc-improvement
-----------------------------------------------------------------------
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 03ab9a650068c758c1102f074606a747827583a8 (commit)
from 18d65be080591f08e4c48118c140069c8cf6114f (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=03ab9a650068c758c1102f074606…
commit 03ab9a650068c758c1102f074606a747827583a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 05:00:24 2017 +0100
osmo_auth*: fix ordering of function args
milenage_gen_vec() has parameter ordering of (..., auts, rand_auts, rand).
osmo_auth_gen_vec_auts() has (..., rand_auts, auts, rand), but actually feeds
args in the same order, so that its rand_auts becomes auts, and its auts
becomes rand_auts.
Interestingly enough, API user osmo-gen-vec.c also adheres to this misordering
and in turn passes auts for osmo_auth_gen_vec_auts()'s rand_auts and vice
versa, so that it matches milenage_gen_vec().
So both the implementation (milenage_*) and the API user use the same ordering,
just osmo_auth_gen_vec_auts() and osmo_auth_impl{ .gen_vec_auts() } in-between
have the argument names swapped.
Any current user of this API would need to adhere to this swapping or will not
get successful AUTS resolution to a SQN. So the least impact fix is to rename
the args without any actual functional change.
So swap the names rand_auts and auts for osmo_auth_gen_vec_auts() and
osmo_auth_impl{ .gen_vec_auts() }. (Also adjust API doc ordering)
Change-Id: I0dcbd49759fc32d3b8974102dbd1d6703364ebf4
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/crypt/auth.h | 4 ++--
src/gsm/auth_core.c | 6 +++---
2 files changed, 5 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 "UNNAMED PROJECT".
The branch, master has been updated
via 912a303fecbd0a803a87df27bb0bbacce39eca87 (commit)
from cc785f0c43686c0e9ec523ef5f9330e27a44dba2 (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-hlr/commit/?id=912a303fecbd0a803a87df27bb0bbac…
commit 912a303fecbd0a803a87df27bb0bbacce39eca87
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 06:02:28 2017 +0100
UMTS AKA resync: fix argument ordering
According to libosmocore change-id I0dcbd49759fc32d3b8974102dbd1d6703364ebf4
this argument ordering will not result in successful AUTS. Pass in order
auts, auts_rand so that these are passed correctly to our milenage code.
Change-Id: I6aa19004ec27bad5e9c2bf688d9bbc55d697ccb0
-----------------------------------------------------------------------
Summary of changes:
src/auc.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 89837d422e555320147fc7c305cf642e523ade27 (commit)
via 22a735bfd4b2ab1ea454635b47a4e07520522363 (commit)
from e1f8b9244a5cefc2f42878143a132007db456ef7 (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=89837d422e555320147fc7c305cf642e…
commit 89837d422e555320147fc7c305cf642e523ade27
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:11 2016 +0200
VTY: Print 3G auth tuples, not just 2G auth tuples
Change-Id: I277e4347ee1486a39e6dc4e2363a593f328f9e3b
Related: OS#1592
http://cgit.osmocom.org/openbsc/commit/?id=22a735bfd4b2ab1ea454635b47a4e075…
commit 22a735bfd4b2ab1ea454635b47a4e07520522363
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 01:22:40 2017 +0100
gsm_04_08: implement parsing of UMTS Auth responses
Parse the longer UMTS res from the extended Auth Response Parameter IE.
Parse the R99 Authentication Failure and AUTS in case of cause
GSM_REJECT_SYNCH_FAILURE which indicates a SQN re-sync request.
Both still end in 'not implemented' error logs, which are the places where the
upcoming VLR that supports UMTS AKA will integrate.
Depends on recently added constants in libosmocore in
commit 55a43b801385e07a484217925ecf2379b9f54fcf
aka change-id I745061ce8eb88aa23080dadcdbfe2d703c362a30
Change-Id: I4868bbeedc32fa7b8d03b9e3c66db618543d38ec
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_vty.c | 33 ++++--
openbsc/src/libmsc/gsm_04_08.c | 226 ++++++++++++++++++++++++++++++++++++++++-
2 files changed, 245 insertions(+), 14 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 18d65be080591f08e4c48118c140069c8cf6114f (commit)
from 94e04604fc131a65cf8d08f2a3c60ecccb4bc19a (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=18d65be080591f08e4c48118c140…
commit 18d65be080591f08e4c48118c140069c8cf6114f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 18:36:32 2017 +0100
osmo-auc-gen: cmdline help: list algorithms; error messages
In the -h help output, list the names of available algorithms.
In case of option parsing failure, also print help() (so that e.g. for a typo
in the algorithm, the list of algorithms is printed along with the error
message).
If there are -2/-3 or -a missing, show an error message that explains this.
Change-Id: I76732b28d7a553a6293d1707fe398d28b5ef4886
-----------------------------------------------------------------------
Summary of changes:
utils/osmo-auc-gen.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via b81ad173b1e508a313cedba88a7d1dd74d3e1dee (commit)
from 72090fddbb3587d32c63a745fd59c942b4990ede (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/op25/commit/?id=b81ad173b1e508a313cedba88a7d1dd74d3…
commit b81ad173b1e508a313cedba88a7d1dd74d3e1dee
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Feb 5 12:18:36 2017 -0500
get rid of offsets in tsv file, should be set to zero
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/trunk.tsv | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25