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 b41b48e76a0057f9cf7b9c98dea86dbb93b602bb (commit)
from df83eced6826b65db623aa77cd4a40d307d79486 (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=b41b48e76a0057f9cf7b9c98dea8…
commit b41b48e76a0057f9cf7b9c98dea86dbb93b602bb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 00:11:34 2017 +0100
stats_test: fix mismatching osmo_stats_reporter->send_item signature
The function pointer expects the last arg as int64_t, stats_test.c uses
an int instead. Fix the argument type as well as the printf format for it.
Fixes this compiler warning seen on our FreeBSD build slave:
CC stats/stats_test.o
../../tests/stats/stats_test.c:288:18: warning: incompatible pointer types assigning to 'int (*)(struct osmo_stats_reporter *, const struct osmo_stat_item_group *, const struct osmo_stat_item_desc *, int64_t)' from 'int (struct osmo_stats_reporter *, const struct osmo_stat_item_group *, const struct osmo_stat_item_desc *, int)' [-Wincompatible-pointer-types]
srep->send_item = stats_reporter_test_send_item;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
Change-Id: I91cbfd4dd25a881b803943430101dabf07dafc7c
-----------------------------------------------------------------------
Summary of changes:
tests/stats/stats_test.c | 5 +++--
1 file changed, 3 insertions(+), 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 3d07aef8006e3953edfee6f4e74b810ee3dc16f4 (commit)
from 98bc7fa50d0731864297f8fb82932d480c426ff6 (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=3d07aef8006e3953edfee6f4e74b810e…
commit 3d07aef8006e3953edfee6f4e74b810ee3dc16f4
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 13 19:18:52 2017 +0100
Log expected SRES on GPRS AUTH REJECT
Change-Id: I19b0001650979bf7f1832f04f9fd5a26beb577d0
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 4 +++-
1 file changed, 3 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via df83eced6826b65db623aa77cd4a40d307d79486 (commit)
from 449324b2646b3a42f621756e4556f795c1f791d1 (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=df83eced6826b65db623aa77cd4a…
commit df83eced6826b65db623aa77cd4a40d307d79486
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 13:55:43 2017 +0100
doc: clarify osmo_strlcpy() doc
Stating that it 'truncates src' is misleading. Also clarify whether siz
includes the space needed for the terminating NUL.
Change-Id: I01c1a94408b471f7f54576178a60938bf9ee3261
-----------------------------------------------------------------------
Summary of changes:
src/utils.c | 10 +++++-----
1 file 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 449324b2646b3a42f621756e4556f795c1f791d1 (commit)
via f2899c674e6dc43142edbfffeacc1b0c40a2f885 (commit)
via 1a7d64ccd12bb73852f665af0bf853351a0717f9 (commit)
via 1c67e754b8e5bd25f966152d9bca347dbc75ec4e (commit)
from 2f0b0c955b4031a9dd95829322455cf883d40f53 (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=449324b2646b3a42f621756e4556…
commit 449324b2646b3a42f621756e4556f795c1f791d1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 17:55:32 2017 +0100
bitvec: Ensure bitvec.h and bitvec.c agree on function argument type
uint32_t may or may not be unsigned int.
Change-Id: I21c96985fcbb72372b6df949301c21f1ebca41f2
http://cgit.osmocom.org/libosmocore/commit/?id=f2899c674e6dc43142edbfffeacc…
commit f2899c674e6dc43142edbfffeacc1b0c40a2f885
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 17:54:11 2017 +0100
Always include <osmocom/core/talloc.h> and not <talloc.h>
In EMBEDDED builds we don't have a system-wide talloc
Change-Id: Icc526016bda45b36e584afee8669996752d6d89c
http://cgit.osmocom.org/libosmocore/commit/?id=1a7d64ccd12bb73852f665af0bf8…
commit 1a7d64ccd12bb73852f665af0bf853351a0717f9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 17:53:23 2017 +0100
configure.ac: Disable PCSC related code on EMBEDDED
The EMBEDDED conditional is used for building inside 'bare iron'
embedded devices like OsmocomBB phones. There's no PC/SC in them.
Change-Id: I2ef7561d7fdb1ef1c060f8ac73d8588fc0f8eb3f
http://cgit.osmocom.org/libosmocore/commit/?id=1c67e754b8e5bd25f966152d9bca…
commit 1c67e754b8e5bd25f966152d9bca347dbc75ec4e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 17:52:30 2017 +0100
configure.ac: Introduce --disable-ctrl
Using --disable-ctrl, one can disable the building of libosmoctrl.
The 'embedded' target will also automaticall disable ctrl.
Change-Id: I6912396338c5b23ae860fef2a55854d6df9a579d
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++++++
include/osmocom/core/bitvec.h | 4 ++--
src/ctrl/Makefile.am | 3 +++
src/ctrl/control_vty.c | 2 +-
4 files changed, 16 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 "The Open Source GSM Base Band stack".
The branch, laforge/burst_ind_rebase has been created
at 68da36a96e2a5284b6fa97a8bafa6b3556cf5e01 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmocom-bb/commit/?id=68da36a96e2a5284b6fa97a8bafa6…
commit 68da36a96e2a5284b6fa97a8bafa6b3556cf5e01
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Mon Oct 17 15:35:43 2011 +0200
fw: Disable backlight for the sniffing fw
No need to waste battery life
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=80e35cb00f5872a30b3a2ff3f7382…
commit 80e35cb00f5872a30b3a2ff3f73827850f6db0c8
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 14:08:07 2011 +0200
[HACK] Disable neighbor measurement task
We really don't care about this and this seems to interfere with
sync for some reason ...
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=4894fada16998c854b2b989869bdb…
commit 4894fada16998c854b2b989869bdb3a7ceff9a64
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 10:08:37 2011 +0200
[HACK] Add burst deciphering support
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=0c0341135f263b7d243c54cacd5d6…
commit 0c0341135f263b7d243c54cacd5d60128be73c6f
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 08:26:49 2011 +0200
[HACK] host/layer23: Add local burst processing for cleartext bursts
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=bd957da24bbce620c4256a1e144fd…
commit bd957da24bbce620c4256a1e144fde5eda482070
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 00:27:12 2011 +0200
[HACK] host/layer23: Wire application logic for a simple demo sniff app
This listen for IMM.ASS and follows them
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=56183c4feddc79b6c4576fa75fe68…
commit 56183c4feddc79b6c4576fa75fe68e7bfa20783d
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 18:45:19 2010 +0100
[HACK] Disptach the received BURST_IND with a signal
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=f3b94eb52b33cd6e7a352723f785b…
commit f3b94eb52b33cd6e7a352723f785bb1d27050b04
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Nov 13 15:36:14 2010 +0100
[HACK] Increase speed of l1ctl to 408250bps after boot
This is required to deal with the increased traffic of a passive listener
Note that it break the 'auto-restart' of osmocon when active because
the bootloader will send the prompt at 115200 baud and we won't see it ...
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=ec2d58c44b9231380271c51125baf…
commit ec2d58c44b9231380271c51125bafb4a58be2930
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:14:01 2010 +0100
fw/layer1: Replace all dedicated multiframe task with sniff code
This way, a dedicated mode assign makes it dump all the data
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=19299e5a2d81f4eb42121606f3e33…
commit 19299e5a2d81f4eb42121606f3e338cc2d4ef631
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:10:44 2010 +0100
fw/l1: Add sniffing primitives
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=137b9e18a127fec6b028d7f59ab2e…
commit 137b9e18a127fec6b028d7f59ab2ec030e8cc37e
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:12:24 2010 +0100
l1ctl: Add definition for BURST INDICATION messages
(as a side effect data_ind is no longer the biggest message, so
need to update L3_MSG_SIZE)
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=0abd96a88a33c9ec36a15c6b416eb…
commit 0abd96a88a33c9ec36a15c6b416ebf7ada42309c
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Sep 30 23:16:35 2010 +0200
target/fw/dsp: Add & load the dsp sniffer patch
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=56d28d4afbbb8808247052bd60e62…
commit 56d28d4afbbb8808247052bd60e62f2da927ab34
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Sep 30 23:14:23 2010 +0200
target_dsp/calypso: Add a custom DSP patch for burst sniffing
Load it, then set gprs_install_address to 0x015c and then task
23 will be a raw sniffer.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
hooks/post-receive
--
The Open Source GSM Base Band stack
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 182bb069bc8b7f05687728c4f497c20d426f0f50 (commit)
discards 1c34f1cc36f6f2b25eb9484087bf74f0e1143d1c (commit)
discards e74d49543014472820e1bc9b50cd4d9d9e276a03 (commit)
discards 3a1461fc3454c3ab4776fb4feabb122730dd258a (commit)
discards 6318819677c774796ad3ea761585650da060b9ae (commit)
discards e9f299b3fb110c486c9742b0e0401958ffd66eca (commit)
discards 6f49c57b3b7a69f41c0593aa87633a96762298b2 (commit)
via daa2aeab784876af3a699610d1aaf7328105867a (commit)
via ec83ce595fdef66da6ffb728d1486a89ea228034 (commit)
via d45cf48d891b63f80e79be19b7b4140c2b2d66e6 (commit)
via f035b3cb707270b81c3efe6c5b498f3480585f95 (commit)
via f7077a08a7d6987fb547cc58a03935b9094f0aa6 (commit)
via 3f0b1b77cb31e45acb91c5fd2d92db766698ad4f (commit)
via 734df99253923ea8c0a6bc48ba0145258a531655 (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 (182bb069bc8b7f05687728c4f497c20d426f0f50)
\
N -- N -- N (daa2aeab784876af3a699610d1aaf7328105867a)
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=daa2aeab784876af3a699610d1aaf732…
commit daa2aeab784876af3a699610d1aaf7328105867a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 03:34:30 2017 +0100
vlr: subscriber ref count debug log
Change-Id: Ib8b24e72868d5ba748034c3e0ff8c35a36b75553
http://cgit.osmocom.org/openbsc/commit/?id=ec83ce595fdef66da6ffb728d1486a89…
commit ec83ce595fdef66da6ffb728d1486a89ea228034
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 03:34:13 2017 +0100
vlr: fix subscriber ref counting
Change-Id: I2999feb03e97518deddab2f9d10ba03b19ba25e6
http://cgit.osmocom.org/openbsc/commit/?id=d45cf48d891b63f80e79be19b7b4140c…
commit d45cf48d891b63f80e79be19b7b4140c2b2d66e6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 03:32:12 2017 +0100
bsc_subscriber ref count log with 'BSC' name
Change-Id: I42a37b0c8a688e6c888e3a5783780c5e58179c5f
http://cgit.osmocom.org/openbsc/commit/?id=f035b3cb707270b81c3efe6c5b498f34…
commit f035b3cb707270b81c3efe6c5b498f3480585f95
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 02:13:50 2017 +0100
vty paging output tweak
Change-Id: I0d0d5a0c06bbc3d9809cea377473c43a07f2f039
http://cgit.osmocom.org/openbsc/commit/?id=f7077a08a7d6987fb547cc58a03935b9…
commit f7077a08a7d6987fb547cc58a03935b9094f0aa6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 02:14:39 2017 +0100
vty show subscr cache: safety exit after 100 subscribers
Change-Id: I5e0497cbe96f5f894ce424903454d98a7d8b20d7
http://cgit.osmocom.org/openbsc/commit/?id=3f0b1b77cb31e45acb91c5fd2d92db76…
commit 3f0b1b77cb31e45acb91c5fd2d92db766698ad4f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 02:13:15 2017 +0100
vlr_subscriber: vty dump auth stuff
Change-Id: If2e2982cadc97c7e286a9b991fd3e49978481e4a
http://cgit.osmocom.org/openbsc/commit/?id=734df99253923ea8c0a6bc48ba014525…
commit 734df99253923ea8c0a6bc48ba0145258a531655
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 01:30:44 2017 +0100
completely replace gsm_subscriber with vlr_subscriber
Change-Id: If6fe6ccf20d12f0c422256e2e1d00167fedc1d45
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/db.c | 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/vlr has been updated
discards 7eb8f06544dcc1e16ec95863764eb335325784fd (commit)
via 182bb069bc8b7f05687728c4f497c20d426f0f50 (commit)
via 1c34f1cc36f6f2b25eb9484087bf74f0e1143d1c (commit)
via e74d49543014472820e1bc9b50cd4d9d9e276a03 (commit)
via 3a1461fc3454c3ab4776fb4feabb122730dd258a (commit)
via 6318819677c774796ad3ea761585650da060b9ae (commit)
via e9f299b3fb110c486c9742b0e0401958ffd66eca (commit)
via 6f49c57b3b7a69f41c0593aa87633a96762298b2 (commit)
via af96a859632acbea92a5a0f54439a3ade4b03fa6 (commit)
via 347790a5ee934778185e25157100604f03e4542e (commit)
via 5b35b18bae06ec60871b4ca1a4a949a81c0e0196 (commit)
via 7f39549d86a96990858fb73ae0da06b72703fd8b (commit)
via d3fd817df81502814a9001b4c4e2a05eb4f8c429 (commit)
via 4efbc77fb8cba4ee6f33539e9efa8e18cdfc9183 (commit)
via 33b94ae8261089ec2869522cd5a2a4f446f1ebb2 (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 (7eb8f06544dcc1e16ec95863764eb335325784fd)
\
N -- N -- N (182bb069bc8b7f05687728c4f497c20d426f0f50)
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=182bb069bc8b7f05687728c4f497c20d…
commit 182bb069bc8b7f05687728c4f497c20d426f0f50
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 03:34:30 2017 +0100
vlr: subscriber ref count debug log
Change-Id: Ib8b24e72868d5ba748034c3e0ff8c35a36b75553
http://cgit.osmocom.org/openbsc/commit/?id=1c34f1cc36f6f2b25eb9484087bf74f0…
commit 1c34f1cc36f6f2b25eb9484087bf74f0e1143d1c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 03:34:13 2017 +0100
vlr: fix subscriber ref counting
Change-Id: I2999feb03e97518deddab2f9d10ba03b19ba25e6
http://cgit.osmocom.org/openbsc/commit/?id=e74d49543014472820e1bc9b50cd4d9d…
commit e74d49543014472820e1bc9b50cd4d9d9e276a03
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 03:32:12 2017 +0100
bsc_subscriber ref count log with 'BSC' name
Change-Id: I42a37b0c8a688e6c888e3a5783780c5e58179c5f
http://cgit.osmocom.org/openbsc/commit/?id=3a1461fc3454c3ab4776fb4feabb1227…
commit 3a1461fc3454c3ab4776fb4feabb122730dd258a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 02:13:50 2017 +0100
vty paging output tweak
Change-Id: I0d0d5a0c06bbc3d9809cea377473c43a07f2f039
http://cgit.osmocom.org/openbsc/commit/?id=6318819677c774796ad3ea761585650d…
commit 6318819677c774796ad3ea761585650da060b9ae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 02:14:39 2017 +0100
vty show subscr cache: safety exit after 100 subscribers
Change-Id: I5e0497cbe96f5f894ce424903454d98a7d8b20d7
http://cgit.osmocom.org/openbsc/commit/?id=e9f299b3fb110c486c9742b0e0401958…
commit e9f299b3fb110c486c9742b0e0401958ffd66eca
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 02:13:15 2017 +0100
vlr_subscriber: vty dump auth stuff
Change-Id: If2e2982cadc97c7e286a9b991fd3e49978481e4a
http://cgit.osmocom.org/openbsc/commit/?id=6f49c57b3b7a69f41c0593aa87633a96…
commit 6f49c57b3b7a69f41c0593aa87633a96762298b2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 01:30:44 2017 +0100
completely replace gsm_subscriber with vlr_subscriber
Change-Id: If6fe6ccf20d12f0c422256e2e1d00167fedc1d45
http://cgit.osmocom.org/openbsc/commit/?id=af96a859632acbea92a5a0f54439a3ad…
commit af96a859632acbea92a5a0f54439a3ade4b03fa6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 01:37:05 2017 +0100
vlr: consistent vlr_sub_ prefix (not some as vlr_subscr_)
Change-Id: I01e12d85be740e31583eeeff437ec435fc4f8e90
http://cgit.osmocom.org/openbsc/commit/?id=347790a5ee934778185e25157100604f…
commit 347790a5ee934778185e25157100604f03e4542e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 00:39:56 2017 +0100
vlr_subscriber ref counting
Change-Id: I3b1177c750b07ff315b7fdfa0773acac6cae32f4
http://cgit.osmocom.org/openbsc/commit/?id=5b35b18bae06ec60871b4ca1a4a949a8…
commit 5b35b18bae06ec60871b4ca1a4a949a81c0e0196
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Jan 14 00:39:33 2017 +0100
remove gsm_subscriber_connection->subscr, use ->vsub instead
Change-Id: I9cc833b6407d3d8efa3e4a6fa41839c618459193
http://cgit.osmocom.org/openbsc/commit/?id=7f39549d86a96990858fb73ae0da06b7…
commit 7f39549d86a96990858fb73ae0da06b72703fd8b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 20:56:43 2017 +0100
dismantle gsm_subscriber api: drop subscr_create_subscriber()
Change-Id: If7b9f9fe6a36fe351828fa2ee01d54a3c5503c21
http://cgit.osmocom.org/openbsc/commit/?id=d3fd817df81502814a9001b4c4e2a05e…
commit d3fd817df81502814a9001b4c4e2a05eb4f8c429
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 20:56:03 2017 +0100
requestsfu
Change-Id: I5564830da99f6f03811e2c70c93bc84e6ac8f013
http://cgit.osmocom.org/openbsc/commit/?id=4efbc77fb8cba4ee6f33539e9efa8e18…
commit 4efbc77fb8cba4ee6f33539e9efa8e18cdfc9183
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 20:47:01 2017 +0100
neutralize gsm_subscriber->sgsn_data
Change-Id: I9098634e9191c231074d4ed4dc1fd16603d53b3c
http://cgit.osmocom.org/openbsc/commit/?id=33b94ae8261089ec2869522cd5a2a4f4…
commit 33b94ae8261089ec2869522cd5a2a4f446f1ebb2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 17:59:26 2017 +0100
neutralize gsm_subscriber->requests
Change-Id: I3a0ca57179fff37bec8efb02b36024e2cf34220e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/chan_alloc.h | 2 +-
openbsc/include/openbsc/db.h | 2 +-
openbsc/include/openbsc/gsm_04_11.h | 8 +-
openbsc/include/openbsc/gsm_data.h | 7 +-
openbsc/include/openbsc/gsm_subscriber.h | 14 +-
openbsc/include/openbsc/signal.h | 2 +-
openbsc/include/openbsc/silent_call.h | 4 +-
openbsc/include/openbsc/transaction.h | 6 +-
openbsc/include/openbsc/vlr.h | 22 +-
openbsc/src/libbsc/abis_rsl.c | 2 -
openbsc/src/libbsc/bsc_api.c | 8 +-
openbsc/src/libbsc/bsc_subscriber.c | 4 +-
openbsc/src/libbsc/bsc_vty.c | 36 +-
openbsc/src/libbsc/handover_logic.c | 3 +-
openbsc/src/libcommon/gsm_subscriber_base.c | 7 +
openbsc/src/libmsc/db.c | 9 +-
openbsc/src/libmsc/gsm_04_08.c | 204 ++++------
openbsc/src/libmsc/gsm_04_11.c | 46 +--
openbsc/src/libmsc/gsm_subscriber.c | 137 ++-----
openbsc/src/libmsc/meas_feed.c | 10 +-
openbsc/src/libmsc/osmo_msc.c | 43 +-
openbsc/src/libmsc/rrlp.c | 6 +-
openbsc/src/libmsc/silent_call.c | 8 +-
openbsc/src/libmsc/smpp_openbsc.c | 42 +-
openbsc/src/libmsc/sms_queue.c | 67 ++--
openbsc/src/libmsc/subscr_conn.c | 12 +-
openbsc/src/libmsc/transaction.c | 24 +-
openbsc/src/libmsc/ussd.c | 4 +-
openbsc/src/libmsc/vty_interface_layer3.c | 448 +++++++--------------
openbsc/src/libvlr/vlr.c | 71 +++-
openbsc/src/libvlr/vlr_access_req_fsm.c | 8 +-
openbsc/src/libvlr/vlr_core.h | 8 +-
openbsc/src/libvlr/vlr_lu_fsm.c | 17 +-
openbsc/tests/channel/Makefile.am | 1 +
openbsc/tests/channel/channel_test.c | 36 +-
openbsc/tests/subscr_conn/subscr_conn_test.c | 523 ++++++++++++-------------
openbsc/tests/subscr_conn/subscr_conn_test.err | 48 +--
37 files changed, 809 insertions(+), 1090 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/vlr has been updated
via 7eb8f06544dcc1e16ec95863764eb335325784fd (commit)
via 37ceeb50ab3fa1e93335692e0f3a85ffa1d4eccb (commit)
via 85169ea27b0ea9236c7f3e11b841111aeee89c46 (commit)
via ebe805667f723924d60a9b64a7faef32c9281963 (commit)
via 6e6a77ab30c8b6a2bffa5ea2862713b2e23a9eed (commit)
from ec862163643dbf12ba1c66dfb477602b8c1420f2 (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=7eb8f06544dcc1e16ec95863764eb335…
commit 7eb8f06544dcc1e16ec95863764eb335325784fd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 17:59:26 2017 +0100
neutralize gsm_subscriber->requests
Change-Id: I3a0ca57179fff37bec8efb02b36024e2cf34220e
http://cgit.osmocom.org/openbsc/commit/?id=37ceeb50ab3fa1e93335692e0f3a85ff…
commit 37ceeb50ab3fa1e93335692e0f3a85ffa1d4eccb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 17:51:58 2017 +0100
neutralize gsm_subscriber->is_paging
Change-Id: I524ac7142ab77377d476addd3d52bc206016a741
http://cgit.osmocom.org/openbsc/commit/?id=85169ea27b0ea9236c7f3e11b841111a…
commit 85169ea27b0ea9236c7f3e11b841111aeee89c46
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 17:47:42 2017 +0100
neutralize gsm_subscriber->equipment
Change-Id: Iff5ac5be93fc936609d52ab9c363eac6346a0bd9
http://cgit.osmocom.org/openbsc/commit/?id=ebe805667f723924d60a9b64a7faef32…
commit ebe805667f723924d60a9b64a7faef32c9281963
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 17:37:12 2017 +0100
neutralize gsm_subscriber->flags
Change-Id: I84b7abbdb62cd1e5b8e91c55843222950504c77d
http://cgit.osmocom.org/openbsc/commit/?id=6e6a77ab30c8b6a2bffa5ea2862713b2…
commit 6e6a77ab30c8b6a2bffa5ea2862713b2e23a9eed
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 17:20:20 2017 +0100
neutralize gsm_subscriber->keep_in_ram
Change-Id: If726d71d683378220f940f8855d72a824fa3fae5
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 10 +++++-
openbsc/include/openbsc/gsm_subscriber.h | 32 -------------------
openbsc/include/openbsc/vlr.h | 2 +-
openbsc/src/libcommon/gsm_subscriber_base.c | 5 +--
openbsc/src/libmsc/gsm_04_08.c | 6 ++--
openbsc/src/libmsc/gsm_subscriber.c | 12 +++----
openbsc/src/libmsc/osmo_msc.c | 15 +++------
openbsc/src/libmsc/smpp_openbsc.c | 6 ++--
openbsc/src/libmsc/subscr_conn.c | 3 +-
openbsc/src/libmsc/token_auth.c | 4 +++
openbsc/src/libmsc/vty_interface_layer3.c | 4 +--
openbsc/src/libvlr/vlr.c | 1 +
openbsc/src/osmo-nitb/bsc_hack.c | 2 ++
openbsc/tests/subscr_conn/subscr_conn_test.c | 48 ++++++++++++++--------------
14 files changed, 61 insertions(+), 89 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/vlr has been updated
via ec862163643dbf12ba1c66dfb477602b8c1420f2 (commit)
from 33ab17a49c01324321f1e83fd84791bbe2e2b5c5 (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=ec862163643dbf12ba1c66dfb477602b…
commit ec862163643dbf12ba1c66dfb477602b8c1420f2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 13 16:07:55 2017 +0100
neutralize gsm_subscriber->expire_lu
Change-Id: Icd3924da544b65c507e4833b3d457f8195788a31
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_subscriber.h | 3 ---
openbsc/src/libmsc/gsm_subscriber.c | 12 +++++-------
openbsc/src/libmsc/vty_interface_layer3.c | 2 +-
openbsc/tests/channel/channel_test.c | 4 +++-
4 files changed, 9 insertions(+), 12 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)