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 a1004640ce02e4ae63e244de241b1c43a508f044 (commit)
from fa9e05e7e83e2a2adaab6f489e2d56725511fcd2 (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=a1004640ce02e4ae63e244de241b…
commit a1004640ce02e4ae63e244de241b1c43a508f044
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Feb 23 21:07:01 2017 +0100
libosmoctrl: Fix typo in ctrl_interface_connect()
it's osmo_sock_init_ofd(), not osmo_sock_init_ifd()
Change-Id: Ia6a82031a691403f641815862613d99b31a3a159
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 2 +-
1 file changed, 1 insertion(+), 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via fa9e05e7e83e2a2adaab6f489e2d56725511fcd2 (commit)
from 8b86cd76cf6e5254f888276d73f94bb0bfcee03b (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=fa9e05e7e83e2a2adaab6f489e2d…
commit fa9e05e7e83e2a2adaab6f489e2d56725511fcd2
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 20 11:53:11 2017 +0100
Expand and expose ctrl connection allocation
Add function for allocating CTRL connection to public headers and
replace call to previous static function with it. Add doxygen docs for
this function.
It's useful if we need to allocate ctrl connection but don't need to
bind to any interfaces: when we act as ctrl client.
Related: OS#1615
Change-Id: I522ed809cbebfd3d7dd08b4ed9137b39ff192e32
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ctrl/control_if.h | 2 +-
src/ctrl/control_if.c | 56 +++++++++++++++++++++++++++++++++++----
2 files changed, 52 insertions(+), 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 8b86cd76cf6e5254f888276d73f94bb0bfcee03b (commit)
via 492e1808b0adede71be81cf0ad9d112dc39255a5 (commit)
via 0d6420b302d6638501b88460e77d33e4b1631286 (commit)
from d1c2fc6de19cf66a91139951bb386659eb1a9502 (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=8b86cd76cf6e5254f888276d73f9…
commit 8b86cd76cf6e5254f888276d73f94bb0bfcee03b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 18:03:28 2017 +0100
logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
My recent logging patch was merged to master a bit too soon. Accomodate the
request for naming that matches the general "LOG" prefix instead of "LOGGING".
libosmocore will not be backwards-compatible with the few commits from
change-id I5c343630020f4b108099696fd96c2111614c8067 up to this one. This and
following commits are backwards compatible with those before that short window.
See also:
* openbsc change-id Ib2ec5e4884aa90f48051ee2f832af557aa525991
* osmo-pcu change-id I4db4a668f2be07f3d55f848d38d1b490d8a7a685
Change-Id: I424fe3f12ea620338902b2bb8230544bde3f1a93
http://cgit.osmocom.org/libosmocore/commit/?id=492e1808b0adede71be81cf0ad9d…
commit 492e1808b0adede71be81cf0ad9d112dc39255a5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 17:45:26 2017 +0100
logging.h: fixup: add API doc for logging enums recently added
Change-Id: Ic459b04219abe70171c8f80ed09df53d412dcfb2
http://cgit.osmocom.org/libosmocore/commit/?id=0d6420b302d6638501b88460e77d…
commit 0d6420b302d6638501b88460e77d33e4b1631286
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 17:34:35 2017 +0100
logging.h: fix backwards compat broken by recent commit
Commit 812ba6dc63a75c39678dd3fe652768e76bf63183
"logging: centrally define ctx and filter indexes"
Removed definitions, which causes older e.g. openbsc and osmo-pcu code trees to
fail to build against a newer libosmocore. Re-introduce the legacy definitions
to redirect to the new ones and re-establish backwards compatibility.
The GPRS_* constants used to be defined in gprs_msgb.h, but since that header
also includes logging.h, rather place the legacy shims in logging.h next to the
other ones.
Change-Id: I455bb1bb474d758af0fd5b6397f7e57260ad739d
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 40 +++++++++++++++++++++++++++-------------
src/gb/common_vty.c | 12 ++++++------
src/gb/gprs_bssgp.c | 2 +-
src/gb/gprs_bssgp_vty.c | 10 +++++-----
src/gb/gprs_ns.c | 32 ++++++++++++++++----------------
src/gb/gprs_ns_vty.c | 10 +++++-----
src/logging.c | 16 ++++++++--------
src/vty/logging_vty.c | 4 ++--
8 files changed, 70 insertions(+), 56 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via d1c2fc6de19cf66a91139951bb386659eb1a9502 (commit)
from 812ba6dc63a75c39678dd3fe652768e76bf63183 (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=d1c2fc6de19cf66a91139951bb38…
commit d1c2fc6de19cf66a91139951bb386659eb1a9502
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 21 14:51:40 2017 +0100
gsm_04_08.h: add R99 MSCR and CBQ3 to SI3 Ctrl Chan Descr
MSCR and CBQ3 are Release 1999 additions to the Control Channel Description IE
of SI3.
Assuming that no-one is using the spare bits, this will not cause any code
conflicts.
In the R99 struct, spare1 and spare2 are in different places, so rather rename
them to spare_1 and spare_2 to make sure we get a compiler barf *if* anyone
tries to use them with the wrong structure.
Adjust the spec reference to TS 44.018; TS 04.08 Figure 10.5.33 is replaced by
TS 44.018 Figure 10.5.2.11.1 which is right there in the named Section
10.5.2.11, so drop the explicit reference.
Motivation: the R99 Control Channel Description defines MSCR to indicate
whether the MSC is R99+ or not. To use UMTS AKA on GSM networks, we want to
indicate that our libmsc is capable of R99, like OsmoSGSN already does.
CBQ3 is merely added for completeness, no particular use case in mind.
Related: OS#1593
Change-Id: If87e07b5d04e1617155383e14c98d2125fdd0608
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 8 +++++---
1 file changed, 5 insertions(+), 3 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 758522947f2937a1d17b6c3988b03abc80bd0051 (commit)
from 64d16028eb7d38bb442591c6c0224ae28eb3e2be (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=758522947f2937a1d17b6c3988b03ab…
commit 758522947f2937a1d17b6c3988b03abc80bd0051
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jan 30 19:07:03 2017 +0100
octphy: Fix VTY commands
The VTY commands show phy 0 rf-port-stats and show phy 0 clk-sync-stats
do not output their results on the VTY console. If one of those commands
is entered the user is prompted to view the logtext, which is an
uncomfortable solution. This commit adds the missing functionality to
print the information in the VTY as well.
octphy_hw_api.c contains two value_string structs (radio_std_vals and
clocksync_state_vals) which are now exported in octphy_hw_api.h in
order to access them from octphy_vty.c
Change-Id: Iae5aa91fe2ebba7c2874eed88b15ed66e8c9cd61
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/octphy_hw_api.c | 51 +++++++--------------
src/osmo-bts-octphy/octphy_hw_api.h | 44 +++++++++++++++++-
src/osmo-bts-octphy/octphy_vty.c | 89 +++++++++++++++++++++++++++++++++----
3 files changed, 139 insertions(+), 45 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 "A python tool to program magic SIMs".
The branch, pmaier/sim has been deleted
was d9e9e24d46124dc7707d5bd0b864dcf66d065628
-----------------------------------------------------------------------
d9e9e24d46124dc7707d5bd0b864dcf66d065628 sysmo-usim-tool: Add a tool for sysmosom specific tasks
-----------------------------------------------------------------------
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 f36dd7ed0f0c96a053cfc69edcb9aa634d04755a (commit)
discards 49eb23c88045c63a73969a6de9bc1849ac22957f (commit)
discards 5b7e8ff1dd76a056d52078df04c748ec91022b2d (commit)
discards 9f14dbb5cdae3138f919b76285191e40ff6e85a6 (commit)
discards 0a7be52683bbc768c992a88eb1e19297c35994a0 (commit)
discards 92ac72ff6ecdd1b4f52b265a8d478a9cadc9e4fc (commit)
discards 8eee30d41f09da7a7f5028862e6aecaf4bffdf9d (commit)
discards d297f79ac4b77e2a49467bcd93e7757b179e4d7d (commit)
discards a28cdd407c001fa83336a3002c03a254bb085d76 (commit)
discards d2600aace5f824f5672ece21b80cc18b827c87d1 (commit)
discards 6263699356837c936f8c123f6686e9bf20f1c72a (commit)
discards 780f0eee488bc1a6a7cd29feb0e3b963c7a4b202 (commit)
discards 5d4cd56402956fbce6f546a402f619371a77ae2b (commit)
discards fa93d019aee40bfa7e0c6897ae3c3b119b1229ef (commit)
discards 778cdd4e50787767532678fe073b11c0780b219a (commit)
via a7b710f0c0e335c3499a912dae21b42b05101e6c (commit)
via b01d330fadbb350ca099ee03d6b8f882e0b72764 (commit)
via 45d42cb73d1f3f28013da759fcc70bc1164e536b (commit)
via f82934cbde4268f354c3a3fbccc92e5f0152cf2a (commit)
via aca038e29f11910b3e86ace331a62c7effd49c04 (commit)
via 7e04de1a9957eea5829a8a3a23543a86795d5dab (commit)
via 5b7fb9afe65a67bf370511fdaa205889b078c6d9 (commit)
via 6bc9baada400146bb07fec5481660179b3f4b712 (commit)
via 10f504a7cf5a88ac54705e933645478c6d855508 (commit)
via 37e9b08513e79becee49352aa23d98ba61db0605 (commit)
via cc7474beb8ef17a8e9988a2cb8f132fc45133476 (commit)
via fd5a900ee3c56685c566b0051ff94f457830003e (commit)
via 2afa7995eb0460cffffe2a8e7f7f2dd5f33e3c3a (commit)
via 94f49a4f08a963d473e9ab2c935d9cafa58f9067 (commit)
via f13b3c968ff6266cc19188fe25cb3f7d8d780b6d (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 (f36dd7ed0f0c96a053cfc69edcb9aa634d04755a)
\
N -- N -- N (a7b710f0c0e335c3499a912dae21b42b05101e6c)
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=a7b710f0c0e335c3499a912dae21b42b…
commit a7b710f0c0e335c3499a912dae21b42b05101e6c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 22 02:27:59 2017 +0100
SI3: indicate R99+ MSC to GSM MS to enable UMTS AKA
Change-Id: Iaf11218327f139e8cabfbc5f9916505c66eadbd8
http://cgit.osmocom.org/openbsc/commit/?id=b01d330fadbb350ca099ee03d6b8f882…
commit b01d330fadbb350ca099ee03d6b8f882e0b72764
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=45d42cb73d1f3f28013da759fcc70bc1…
commit 45d42cb73d1f3f28013da759fcc70bc1164e536b
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=f82934cbde4268f354c3a3fbccc92e5f…
commit f82934cbde4268f354c3a3fbccc92e5f0152cf2a
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=aca038e29f11910b3e86ace331a62c7e…
commit aca038e29f11910b3e86ace331a62c7effd49c04
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=7e04de1a9957eea5829a8a3a23543a86…
commit 7e04de1a9957eea5829a8a3a23543a86795d5dab
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=5b7fb9afe65a67bf370511fdaa205889…
commit 5b7fb9afe65a67bf370511fdaa205889b078c6d9
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=6bc9baada400146bb07fec5481660179…
commit 6bc9baada400146bb07fec5481660179b3f4b712
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=10f504a7cf5a88ac54705e933645478c…
commit 10f504a7cf5a88ac54705e933645478c6d855508
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 22:52:41 2016 +0200
SGSN: Integrate 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,
as well as forwarding AUTS to the HLR upon Sync Error.
Depends: libosmocore change-ids
I277fb3d407396dffa5c07a9c5454d87a415d393f,
If943731a78089f0aac3d55245de80596d01314a4
Related: OS#1956
Tweaked-by: nhofmeyr (AUTS re-sync)
Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816
http://cgit.osmocom.org/openbsc/commit/?id=37e9b08513e79becee49352aa23d98ba…
commit 37e9b08513e79becee49352aa23d98ba61db0605
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=cc7474beb8ef17a8e9988a2cb8f132fc…
commit cc7474beb8ef17a8e9988a2cb8f132fc45133476
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=fd5a900ee3c56685c566b0051ff94f45…
commit fd5a900ee3c56685c566b0051ff94f457830003e
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/GERAN/A-Interface (IFACE_A) or 3G/UTRAN/Iu-Interface (IFACE_IU).
Prepares for Iu, but also for libvlr to decide between GSM or UMTS Auth.
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=2afa7995eb0460cffffe2a8e7f7f2dd5…
commit 2afa7995eb0460cffffe2a8e7f7f2dd5f33e3c3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Feb 19 18:04:25 2017 +0100
cosmetic: remove unused scall_signal_data.subscr
Doesn't make sense to switch this to struct vlr_subscr when it isn't used at
all. So let's remove it.
Change-Id: Ifa5901f8bf1aed3981841d24d4ec8d659f3de7a9
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/chan_alloc.h | 2 +-
openbsc/include/openbsc/db.h | 2 +-
openbsc/include/openbsc/gsm_04_11.h | 10 +-
openbsc/include/openbsc/gsm_data.h | 6 +-
openbsc/include/openbsc/gsm_subscriber.h | 6 +-
openbsc/include/openbsc/signal.h | 2 +-
openbsc/include/openbsc/silent_call.h | 4 +-
openbsc/include/openbsc/transaction.h | 6 +-
openbsc/include/openbsc/vlr.h | 132 ++++++------
openbsc/src/libbsc/bsc_vty.c | 2 +-
openbsc/src/libbsc/handover_logic.c | 2 +-
openbsc/src/libcommon-cs/common_cs_vty.c | 2 +-
openbsc/src/libcommon/debug.c | 2 +-
openbsc/src/libcommon/gsm_subscriber_base.c | 6 +-
openbsc/src/libmsc/ctrl_commands.c | 2 +-
openbsc/src/libmsc/db.c | 6 +-
openbsc/src/libmsc/gsm_04_08.c | 102 +++++-----
openbsc/src/libmsc/gsm_04_11.c | 26 +--
openbsc/src/libmsc/gsm_subscriber.c | 36 ++--
openbsc/src/libmsc/meas_feed.c | 2 +-
openbsc/src/libmsc/osmo_msc.c | 20 +-
openbsc/src/libmsc/rrlp.c | 2 +-
openbsc/src/libmsc/silent_call.c | 4 +-
openbsc/src/libmsc/smpp_openbsc.c | 20 +-
openbsc/src/libmsc/sms_queue.c | 22 +-
openbsc/src/libmsc/subscr_conn.c | 8 +-
openbsc/src/libmsc/transaction.c | 10 +-
openbsc/src/libmsc/ussd.c | 2 +-
openbsc/src/libmsc/vty_interface_layer3.c | 88 ++++----
openbsc/src/libvlr/vlr.c | 226 ++++++++++-----------
openbsc/src/libvlr/vlr_access_req_fsm.c | 40 ++--
openbsc/src/libvlr/vlr_auth_fsm.c | 66 +++---
openbsc/src/libvlr/vlr_auth_fsm.h | 2 +-
openbsc/src/libvlr/vlr_core.h | 16 +-
openbsc/src/libvlr/vlr_lu_fsm.c | 84 ++++----
openbsc/src/osmo-nitb/bsc_hack.c | 2 +-
openbsc/tests/channel/channel_test.c | 2 +-
openbsc/tests/db/db_test.c | 8 +-
openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.c | 94 ++++-----
openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.c | 122 +++++------
openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.c | 18 +-
openbsc/tests/msc_vlr/msc_vlr_test_no_authen.c | 66 +++---
.../msc_vlr/msc_vlr_test_reject_concurrency.c | 6 +-
openbsc/tests/msc_vlr/msc_vlr_test_rest.c | 2 +-
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c | 28 +--
openbsc/tests/msc_vlr/msc_vlr_tests.c | 28 +--
openbsc/tests/msc_vlr/msc_vlr_tests.h | 4 +-
openbsc/tests/sms_queue/sms_queue_test.c | 4 +-
openbsc/tests/vlr/vlr_test.c | 44 ++--
49 files changed, 698 insertions(+), 698 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, neels/cosmetic has been deleted
was 7f6a46337fe9034c838a2a6a6e204400d33fdf6e
-----------------------------------------------------------------------
7f6a46337fe9034c838a2a6a6e204400d33fdf6e doc: rename nitb graph to bsc, add msc graph
-----------------------------------------------------------------------
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 94f49a4f08a963d473e9ab2c935d9cafa58f9067 (commit)
from f13b3c968ff6266cc19188fe25cb3f7d8d780b6d (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=94f49a4f08a963d473e9ab2c935d9caf…
commit 94f49a4f08a963d473e9ab2c935d9cafa58f9067
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
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/debug.h | 12 +-----------
openbsc/src/libcommon/debug.c | 3 +--
2 files changed, 2 insertions(+), 13 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 "UNNAMED PROJECT".
The branch, master has been updated
via d0a887b28b4c3d609c9e8177ce43a9d70e19a03b (commit)
from 4ae540695901e08aa3bfcb28af3389d53745dc5c (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=d0a887b28b4c3d609c9e8177ce43a9d…
commit d0a887b28b4c3d609c9e8177ce43a9d70e19a03b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 17 17:23:46 2017 +0100
gprs_debug.h: remove unused cruft / cosmetic tweaks
Change-Id: Ied1ffc320332a605b140d23910eb0a13ef9a7a75
-----------------------------------------------------------------------
Summary of changes:
src/gprs_debug.h | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT