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 "A python tool to program magic SIMs".
The branch, pmaier/sim has been updated
discards 7ab01eb621557406703002b4f66130b5c7e1e4ff (commit)
via d9e9e24d46124dc7707d5bd0b864dcf66d065628 (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 (7ab01eb621557406703002b4f66130b5c7e1e4ff)
\
N -- N -- N (d9e9e24d46124dc7707d5bd0b864dcf66d065628)
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/pysim/commit/?id=d9e9e24d46124dc7707d5bd0b864dcf66d…
commit d9e9e24d46124dc7707d5bd0b864dcf66d065628
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Feb 10 16:10:57 2017 +0100
sysmo-usim-tool: Add a tool for sysmosom specific tasks
This commit adds a tool that is intended to be used with sysmo-usim
only if some of the highly propritary parameters, which the regular
pysim can not handle, need to be configured.
-----------------------------------------------------------------------
Summary of changes:
sysmo-usim-tool/card.py | 8 ++++----
sysmo-usim-tool/simcard.py | 8 ++++----
sysmo-usim-tool/sysmo-usim-tool.sjs1.py | 8 ++++----
sysmo-usim-tool/sysmo_usimsjs1.py | 8 ++++----
sysmo-usim-tool/utils.py | 8 ++++----
5 files changed, 20 insertions(+), 20 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 64d16028eb7d38bb442591c6c0224ae28eb3e2be (commit)
from 70c68853c289bf13822a7c76cd2434fcf7364576 (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=64d16028eb7d38bb442591c6c0224ae…
commit 64d16028eb7d38bb442591c6c0224ae28eb3e2be
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Feb 9 19:03:11 2017 +0300
oml: Fix incorrect usage of const variable abis_nm_att_tlvdef_ipa
This bug was introduced during moving oml definitions from osmo-bts to libosmocore
in libosmocore 0bee65c0d89f81a4b90aa3d484016d9ba680dd46 and
osmo-bts 2cf6b73a4278627331bdbbb4addf1a8bc1d964ce:
The type of abis_nm_att_tlvdef_ipa was changed from struct tlv_definition to
const struct tlv_definition, so:
* create static abis_nm_att_tlvdef_ipa_local variable for oml attribute
definitions
* copy abis_nm_att_tlvdef_ipa to abis_nm_att_tlvdef_ipa_local
* merge abis_nm_att_tlvdef with abis_nm_att_tlvdef_ipa_local
* use abis_nm_att_tlvdef_ipa_local in oml_tlv_parse function
Change-Id: Ia9f3c94ab247adeecb26a01c3ccd6f3a8c17ba1c
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 00b37157231b98cfb9e940c0f488320f42d3eca8 (commit)
from ea8b0d46ebab1ed5bf7df024a69f349249296738 (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=00b37157231b98cfb9e940c0f488320…
commit 00b37157231b98cfb9e940c0f488320f42d3eca8
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 20 11:09:27 2017 +0100
db: move duplicated code into helper functions
* move common cleanup code into separate function
* add helper function for IMSI binding
* use errno.h instead of numbers
Change-Id: Iec81b56ab1ccc948807854a3947b04355a555c10
-----------------------------------------------------------------------
Summary of changes:
src/db.c | 31 +++++++++++++++++++++++++++++++
src/db.h | 2 ++
src/db_hlr.c | 60 ++++++++++++++----------------------------------------------
3 files changed, 47 insertions(+), 46 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 "A python tool to program magic SIMs".
The branch, pmaier/sim has been updated
discards 60c093fec9711a7c0fc3ba0d78e2d9853b1012bf (commit)
via 7ab01eb621557406703002b4f66130b5c7e1e4ff (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 (60c093fec9711a7c0fc3ba0d78e2d9853b1012bf)
\
N -- N -- N (7ab01eb621557406703002b4f66130b5c7e1e4ff)
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/pysim/commit/?id=7ab01eb621557406703002b4f66130b5c7…
commit 7ab01eb621557406703002b4f66130b5c7e1e4ff
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Feb 10 16:10:57 2017 +0100
sysmo-usim-tool: Add a tool for sysmosom specific tasks
This commit adds a tool that is intended to be used with sysmo-usim
only if some of the highly propritary parameters, which the regular
pysim can not handle, need to be configured.
-----------------------------------------------------------------------
Summary of changes:
sysmo-usim-tool/sysmo-usim-tool.sjs1.py | 2 +-
sysmo-usim-tool/sysmo_usimsjs1.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 "A python tool to program magic SIMs".
The branch, pmaier/sim has been updated
discards 530b90ed9ff9a96eb3b99d92703a272eb1ca1507 (commit)
via 60c093fec9711a7c0fc3ba0d78e2d9853b1012bf (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 (530b90ed9ff9a96eb3b99d92703a272eb1ca1507)
\
N -- N -- N (60c093fec9711a7c0fc3ba0d78e2d9853b1012bf)
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/pysim/commit/?id=60c093fec9711a7c0fc3ba0d78e2d9853b…
commit 60c093fec9711a7c0fc3ba0d78e2d9853b1012bf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Feb 10 16:10:57 2017 +0100
sysmo-usim-tool: Add a tool for sysmosom specific tasks
This commit adds a tool that is intended to be used with sysmo-usim
only if some of the highly propritary parameters, which the regular
pysim can not handle, need to be configured.
-----------------------------------------------------------------------
Summary of changes:
sysmo-usim-tool/card.py | 4 +--
sysmo-usim-tool/simcard.py | 4 +--
sysmo-usim-tool/sysmo-usim-tool.sjs1.py | 47 ++++++++++++++++++++++++++++-----
sysmo-usim-tool/sysmo_usimsjs1.py | 20 +++++++++-----
sysmo-usim-tool/utils.py | 26 ++++++++++++++++++
5 files changed, 85 insertions(+), 16 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 91ff08fbbdcc35a2b2e864bc17caa9c0efaa4973 (commit)
discards 7a207af53f94f9d47b55273fb782a4fc514b8443 (commit)
discards 578a13718461f8b22da53071a8f5b53495647c95 (commit)
discards c7c8f6889d02f0868bf2d57bcdf427b513d8e013 (commit)
discards 44dd71339171ddab86fa42d9668bc7f5e65f1830 (commit)
discards 11c49cf7096c2e969527d62cf0420069ab15cb67 (commit)
discards 98f69177268d142d30b7f068f6fad1c19f135168 (commit)
discards 3cb29a7bc307d4d7fd8e5742494523784adee10d (commit)
discards abd414de9da7a701fd705ddde9459713fe4f4b04 (commit)
discards 3912c8fff0445fdc22712cfb5e68092f60ae78f3 (commit)
discards eadef96f88f38ee437085ec7a9572e7ed6fab0a1 (commit)
discards c57255a84f0d7922f11ad55655a61d62fabb67e1 (commit)
discards 0aa3a3221db3edea1a70ce949a4d125f24ca98df (commit)
via 7344116a9ae89951c0cfd0ee9dae6c630f1c0414 (commit)
via e5b4e6d9b847babc2705c222ba8b8de88f1dfa9b (commit)
via 0214a12d33ffe618416f94042f76dce65a06b22f (commit)
via 1eb291df5ee15791befc13b01c579bf986eb8a0c (commit)
via dded258e1d394ae6bcab354a3e2f00a0db2569f9 (commit)
via ebbb8148a7705e16102a9adf4b09f0f93e37027e (commit)
via 11dd13ba7d1634355c2f800d0de06aa93ea9149f (commit)
via 57986d1c4cd442b770ecd7728c1c5695e45bab20 (commit)
via d70a627578454005186565dce530185f8d86e3fc (commit)
via 9ef21aa3311e7f8ee0282be89b8b2237d1cba713 (commit)
via a8e14746fc848c469d77581e0b8cffc511e43a7c (commit)
via 113e0ae2cf2e72093ba36ef97af4d70427e55bdb (commit)
via 824c96708454e9c762d07b6503efe4a2c08f46b8 (commit)
via bb038cf2dd59f024ef06640f284dd685ab5ae5a8 (commit)
via d7c0347c1b7aa75e1d4bafa23d1217e39f2d0225 (commit)
via a1613695d1472e61c85706a8daeb2f83ba5364dd (commit)
via 2c16beeb64054c83dead557ff2ae8ab9eb2b84aa (commit)
via 87bfed259dddbc87e94e50217bfd1443226e5e91 (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 (91ff08fbbdcc35a2b2e864bc17caa9c0efaa4973)
\
N -- N -- N (7344116a9ae89951c0cfd0ee9dae6c630f1c0414)
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=7344116a9ae89951c0cfd0ee9dae6c63…
commit 7344116a9ae89951c0cfd0ee9dae6c630f1c0414
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 15 00:20:44 2017 +0100
vlr: get SMS working, by SMS recipient MSISDN round-robin
The SQL based lookup of SMS for attached subscribers no longer works since the
SQL database no longer has the subscriber data. Replace with a round-robin on
the SMS recipient MSISDNs paired with a VLR subscriber RAM lookup whether the
subscriber is currently attached.
If there are many SMS for not-attached subscribers in the SMS database, this
will become inefficient: a DB hit returns a pending SMS, the RAM lookup will
reveal that the subscriber is not attached, after which the DB is hit for the
next SMS. It would become more efficient e.g. by having an MSISDN based hash
list for the VLR subscribers and by marking non-attached SMS recipients in the
SMS database so that they can be excluded with the SQL query already.
There is a sanity limit to do at most 100 db hits per attempt to find a pending
SMS. So if there are more than 100 stored SMS waiting for their recipients to
actually attach to the MSC, it may take more than one SMS queue trigger to
deliver SMS for subscribers that are actually attached.
This is not very beautiful, but is merely intended to carry us over to a time
when we have a proper separate SMSC entity.
Change-Id: I1acf9debb6ba9164e6edcfd5bc5e48e8c98f2b01
http://cgit.osmocom.org/openbsc/commit/?id=e5b4e6d9b847babc2705c222ba8b8de8…
commit e5b4e6d9b847babc2705c222ba8b8de88f1dfa9b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 14 17:42:25 2017 +0100
logging: auth request: use hexdump without spaces for RAND, AUTN
Change-Id: I656d8619a1adc93e2f627f4e1ba21512a7374279
http://cgit.osmocom.org/openbsc/commit/?id=0214a12d33ffe618416f94042f76dce6…
commit 0214a12d33ffe618416f94042f76dce65a06b22f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Feb 12 00:34:35 2017 +0100
reject concurrency test
Change-Id: I5c04b1cf0ad302c35968e0f8dfb122997f3f7bf1
http://cgit.osmocom.org/openbsc/commit/?id=1eb291df5ee15791befc13b01c579bf9…
commit 1eb291df5ee15791befc13b01c579bf986eb8a0c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:04:16 2017 +0100
Add msc_vlr test suite for MSC+VLR end-to-end tests
Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8
http://cgit.osmocom.org/openbsc/commit/?id=dded258e1d394ae6bcab354a3e2f00a0…
commit dded258e1d394ae6bcab354a3e2f00a0db2569f9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 02:42:47 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=ebbb8148a7705e16102a9adf4b09f0f9…
commit ebbb8148a7705e16102a9adf4b09f0f93e37027e
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
http://cgit.osmocom.org/openbsc/commit/?id=11dd13ba7d1634355c2f800d0de06aa9…
commit 11dd13ba7d1634355c2f800d0de06aa93ea9149f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
Change-Id: I71f51eff089cf05f32a6ef408c4606880fc2e4a5
Related: OS#1592
http://cgit.osmocom.org/openbsc/commit/?id=57986d1c4cd442b770ecd7728c1c5695…
commit 57986d1c4cd442b770ecd7728c1c5695e45bab20
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 19 18:06:02 2016 +0200
Introduce subscriber_connection ref-counting
This introduces a reference count for gsm_subscriber_connection. Every
user of the connection needs to hold a reference until done. Once the
reference count dorps to zero, the connection is cleared towards the
BSC (which subsequently will clear any logical channels associated with
it).
Related: OS#1592
Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e
http://cgit.osmocom.org/openbsc/commit/?id=d70a627578454005186565dce530185f…
commit d70a627578454005186565dce530185f8d86e3fc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 22:52:41 2016 +0200
SGSN: Integrate basic support for UMTS AKA
We already had almost all the parts in place before:
* GSUP with capability to send us auth_vectors that contain
either triplets or quintuples
* mm_context that holds such auth_vectors
All that we need to add in this patch is the capability to send
the AUTN parameter in the GMM AUTH REQ and parse the extended RES
in the GMM AUTH RESP.
TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)
Related: OS#1592
Tweaked-by: nhofmeyr
Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816
http://cgit.osmocom.org/openbsc/commit/?id=9ef21aa3311e7f8ee0282be89b8b2237…
commit 9ef21aa3311e7f8ee0282be89b8b2237d1cba713
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 01:07:28 2017 +0100
subscriber conn: add indicator for originating interface
Add via_iface to gsm_subscriber_connection to indicate whether a conn is coming
in via 2G (IFACE_A) or 3G (IFACE_IU). Prepares for Iu support, but also for
libvlr to decide between GSM or R99 (UMTS) Authentication.
Until actual Iu support is merged to master, this indicator will aid VLR unit
testing.
Change-Id: I93b870522f725170e4265a5543f6b680383d7465
http://cgit.osmocom.org/openbsc/commit/?id=a8e14746fc848c469d77581e0b8cffc5…
commit a8e14746fc848c469d77581e0b8cffc511e43a7c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Feb 19 18:04:25 2017 +0100
cosmetic: remove unused scall_signal_data.subscr
Change-Id: Ifa5901f8bf1aed3981841d24d4ec8d659f3de7a9
http://cgit.osmocom.org/openbsc/commit/?id=113e0ae2cf2e72093ba36ef97af4d704…
commit 113e0ae2cf2e72093ba36ef97af4d70427e55bdb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Feb 18 22:20:46 2017 +0100
add struct bsc_subscr, separating libbsc from gsm_subscriber
In a future commit, gsm_subscriber will be replaced by vlr_subscr, and it will
not make sense to use vlr_subscr in libbsc. Thus we need a dedicated BSC
subscriber: struct bsc_subscr.
Add rf_policy arg to bsc_grace_paging_request() because the bsc_subscr will no
longer have a backpointer to gsm_network (used to be via subscr->group).
Create a separate logging filter for the new BSC subscriber. The implementation
of adjusting the filter context is added in libbsc to not introduce
bsc_subscr_get/_put() dependencies to libcommon.
During Paging Response, fetch a bsc_subscr from the mobile identity, like we do
for the gsm_subscriber. It looks like a duplication now, but will make sense
for the VLR as well as for future MSC split patches.
Naming: it was requested to not name the new struct bsc_sub, because 'sub' is
too ambiguous. At the same time it would be fine to have 'bsc_sub_' as function
prefix. Instead of struct bsc_subscriber and bsc_sub_ prefix, I decided to
match both up as struct bsc_subscr and bsc_subscr_ function prefix. It's fast
to type, relatively short, unambiguous, and the naming is consistent.
Add bsc_subscr unit test.
Related: #1592, #1594
Change-Id: Ia61cc00e8bb186b976939a4fc8f7cf9ce6aa3d8e
http://cgit.osmocom.org/openbsc/commit/?id=824c96708454e9c762d07b6503efe4a2…
commit 824c96708454e9c762d07b6503efe4a2c08f46b8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 10 00:49:56 2017 +0100
add struct gprs_subscr, separating gprs from gsm_subscriber
Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will
not make sense to be used in gprs, so have a dedicated GPRS subscriber struct.
(Could change if the gprs code were to use libvlr; is currently independent).
Change-Id: Ia8b391ee009c8545763cba04505be3947835120e
Related: #1592
http://cgit.osmocom.org/openbsc/commit/?id=bb038cf2dd59f024ef06640f284dd685…
commit bb038cf2dd59f024ef06640f284dd685ab5ae5a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 17 17:06:59 2017 +0100
debug.h/c: remove unused cruft / cosmetic tweaks
Change-Id: I9601d478763569933bcc46bf4eaaff70a9843be9
http://cgit.osmocom.org/openbsc/commit/?id=d7c0347c1b7aa75e1d4bafa23d1217e3…
commit d7c0347c1b7aa75e1d4bafa23d1217e39f2d0225
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 17 17:05:40 2017 +0100
logging: use central filter and ctx consts from libosmocore
The LCHAN and BTS filter contexts are actually never used, so drop them until
someone adds them properly.
For now use only LOGGING_{FILTER,CTX}_VLR_SUBSCR. Some of these will change to
_BSC_SUBSCR once struct bsc_subscriber is introduced, and later on, struct
gsm_subscriber will be replaced by vlr_subscriber so that the names will match.
Depends: libosmocore change-id I5c343630020f4b108099696fd96c2111614c8067
Change-Id: Ifa82f6a461ad4c0eeddb8a38fb3833460432d16b
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/include/openbsc/bsc_subscriber.h | 33 ++++---
openbsc/include/openbsc/debug.h | 29 +-----
openbsc/include/openbsc/gprs_sgsn.h | 18 ++--
openbsc/include/openbsc/gprs_subscriber.h | 12 ++-
openbsc/include/openbsc/gsm_04_08.h | 4 +-
openbsc/include/openbsc/gsm_data.h | 8 +-
openbsc/include/openbsc/osmo_bsc_grace.h | 6 +-
openbsc/include/openbsc/paging.h | 12 +--
openbsc/include/openbsc/signal.h | 1 -
openbsc/include/openbsc/vlr.h | 6 +-
openbsc/src/gprs/gprs_gmm.c | 5 +-
openbsc/src/gprs/gprs_sgsn.c | 4 +-
openbsc/src/gprs/gprs_subscriber.c | 90 ++++++++---------
openbsc/src/gprs/sgsn_auth.c | 6 +-
openbsc/src/gprs/sgsn_vty.c | 30 +++---
openbsc/src/libbsc/abis_rsl.c | 5 +-
openbsc/src/libbsc/bsc_subscriber.c | 76 ++++++++++-----
openbsc/src/libbsc/bsc_vty.c | 106 +++++++++++++-------
openbsc/src/libbsc/e1_config.c | 1 -
openbsc/src/libbsc/gsm_04_08_utils.c | 9 +-
openbsc/src/libbsc/paging.c | 32 +++---
openbsc/src/libcommon/debug.c | 33 ++++---
openbsc/src/libmsc/ctrl_commands.c | 16 ---
openbsc/src/libmsc/gsm_04_08.c | 20 ++--
openbsc/src/libmsc/gsm_subscriber.c | 28 +++---
openbsc/src/libmsc/smpp_openbsc.c | 6 +-
openbsc/src/libmsc/sms_queue.c | 11 +--
openbsc/src/libmsc/vty_interface_layer3.c | 28 +++++-
openbsc/src/libvlr/vlr.c | 18 ++++
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 4 +-
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 16 +--
openbsc/src/osmo-bsc/osmo_bsc_grace.c | 10 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 19 +++-
openbsc/tests/channel/channel_test.c | 2 +-
openbsc/tests/msc_vlr/msc_vlr_tests.c | 6 +-
openbsc/tests/sgsn/sgsn_test.c | 56 +++++------
openbsc/tests/subscr/Makefile.am | 11 ++-
.../subscr/{subscr_test.c => bsc_subscr_test.c} | 107 ++++++---------------
openbsc/tests/subscr/bsc_subscr_test.err | 17 ++++
.../subscr/{subscr_test.ok => bsc_subscr_test.ok} | 2 +-
openbsc/tests/testsuite.at | 9 +-
42 files changed, 500 insertions(+), 413 deletions(-)
rename openbsc/tests/subscr/{subscr_test.c => bsc_subscr_test.c} (53%)
create mode 100644 openbsc/tests/subscr/bsc_subscr_test.err
rename openbsc/tests/subscr/{subscr_test.ok => bsc_subscr_test.ok} (90%)
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, neels/bsc_sub_wip has been deleted
was 2763814efdebd39d9a5e6c8b245d1e22d9ec71da
-----------------------------------------------------------------------
2763814efdebd39d9a5e6c8b245d1e22d9ec71da wip
-----------------------------------------------------------------------
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 a1613695d1472e61c85706a8daeb2f83ba5364dd (commit)
from 2c16beeb64054c83dead557ff2ae8ab9eb2b84aa (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=a1613695d1472e61c85706a8daeb2f83…
commit a1613695d1472e61c85706a8daeb2f83ba5364dd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Feb 19 01:14:39 2017 +0100
subscr_update_expire_lu(): fix (obscure) segfault
To be paranoid, catch a NULL subscriber and/or bts in
subscr_update_expire_lu(): print an error log and avoid segfault.
(I'm not sure this would really happen in a normal situation.)
During aggressive testing of Paging timeout, I came across this segfault in
msc_release_connection() when conn->expire_timer_stopped is set but
conn->subscr is NULL, at the subscr dereference after:
if (conn->expire_timer_stopped)
subscr_update_expire_lu(conn->subscr, conn->bts);
I brought this situation about by a fabricated Paging fault, i.e. in
gsm48_rx_rr_pag_resp() return 0 and don't call gsm48_handle_paging_resp() at
all. Thus conn->subscr is still NULL when expire_timer_stopped is 1.
When looking at CM Service Request handling, the conn->subscr is set before
setting expire_timer_stopped = 1, which is a saner thing to do. But without my
mad 'return 0', there is in fact no way to have a NULL subscriber there.
It looks like all other code paths already do the same, but it's not that
obvious (e.g. _gsm48_rx_mm_serv_req_sec_cb()). So rather catch this case of
NULL conn->subscr, and while at it catch NULL bts as well.
Change-Id: I430dd952b2b928bea7f8360f1e01bb3cccb0a395
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_subscriber.c | 10 ++++++++++
1 file changed, 10 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 70c68853c289bf13822a7c76cd2434fcf7364576 (commit)
from 6b4c6aa375bfe1d49594d8a43345dc6b5df917c3 (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=70c68853c289bf13822a7c76cd2434f…
commit 70c68853c289bf13822a7c76cd2434fcf7364576
Author: Ivan Klyuchnikov <kluchnikovi(a)gmail.com>
Date: Tue Feb 7 07:30:38 2017 +0000
osmo-trx-bts: Fix incorrect bts shutdown procedure in case of clock loss from osmo-trx
This issue occurs in case of osmo-trx restart which leads to losing clock from osmo-trx.
Function bts_shutdown from common/bts.c should be used in this case for proper bts shutdown.
Change-Id: Ie65cf2e8f98cb8bf3314a00048aa53c1f8cd4c25
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/scheduler_trx.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via ea8b0d46ebab1ed5bf7df024a69f349249296738 (commit)
from aa0fefd5d6a356ecde57a8e81c5d7e291765ff55 (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=ea8b0d46ebab1ed5bf7df024a69f349…
commit ea8b0d46ebab1ed5bf7df024a69f349249296738
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 14 16:53:04 2017 +0100
Move lu_operation into separate file
Create luop.(c|h) and move lu_operation and corresponding TX
functions there to facilitate re-use in upcoming control interface.
Change-Id: Ic55a45d56b37be2ba43d96f7da2af43b46af9813
Related: OS#1645
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/hlr.c | 270 +++-----------------------------------------------------
src/luop.c | 268 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/luop.h | 80 +++++++++++++++++
4 files changed, 362 insertions(+), 258 deletions(-)
create mode 100644 src/luop.c
create mode 100644 src/luop.h
hooks/post-receive
--
UNNAMED PROJECT