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 9cacb6f74b73f90d79aa53f707124cceee19f8af (commit)
via 372868baa37010625eb66f3c03677cac743cec5b (commit)
from adc6648841d50f459fe2ef5b044146838a7a3b21 (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=9cacb6f74b73f90d79aa53f707124cc…
commit 9cacb6f74b73f90d79aa53f707124cceee19f8af
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 20 17:22:56 2017 +0100
CTRL: add enable/disable packet service cmds
Add commands to enable/disable Packet Service for a given IMSI. Changes
are synced to DB and propagated at runtime to SGSN (in case of disable
command).
Change-Id: I23163ce8667292443ed61cb15c928357dba4b4be
Related: OS#1645
http://cgit.osmocom.org/osmo-hlr/commit/?id=372868baa37010625eb66f3c03677ca…
commit 372868baa37010625eb66f3c03677cac743cec5b
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 2 12:12:00 2017 +0100
Add CTRL interface
* add command to query Packet Services (GPRS etc.) for particular IMSI.
* add vty command to configure ctrl bind address
* add missing vty copyright notice
Change-Id: Id787ef4aa88473c3bbde6ee25117b1fd99dc8fcb
Related: OS#1645
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
src/Makefile.am | 4 ++
src/ctrl.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/{hlr.h => ctrl.h} | 14 +++---
src/gsup_server.c | 8 ++--
src/gsup_server.h | 10 ++--
src/hlr.c | 24 +++++++++-
src/hlr.h | 4 ++
src/luop.c | 13 ++++++
src/luop.h | 1 +
10 files changed, 188 insertions(+), 15 deletions(-)
create mode 100644 src/ctrl.c
copy src/{hlr.h => ctrl.h} (78%)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 68930e85b5945db8ffea055fd178bc1f88b31d99 (commit)
via 77a5b0946f67d0228a4dbb5a04940070e12ebf2f (commit)
via 804c4c7d423f85f610fdbafe846edf04c7140c4b (commit)
via e9a90ee0d590d435d62dfe8c171c388e0ab9b93d (commit)
from cb5c4edda910059afd8dad26bafbc2ddb5e877fb (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=68930e85b5945db8ffea055fd178…
commit 68930e85b5945db8ffea055fd178bc1f88b31d99
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Jan 19 03:33:24 2017 +0700
tests/conv: separate test logic
To be able to add some more tests, related to convolutional coding,
without duplication of code, the test logic was separated from the
conv_test.c into conv.c and conv.h.
Change-Id: Idbdc7e19cb9b9a36cd1fccd621cd858e87530d98
http://cgit.osmocom.org/libosmocore/commit/?id=77a5b0946f67d0228a4dbb5a0494…
commit 77a5b0946f67d0228a4dbb5a04940070e12ebf2f
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jan 13 16:03:40 2017 +0700
gsm0503.h: generate header automatically
Since we have automatic header generation, implemented in the
utils/conv_gen.py, it's time to use this feature!
Change-Id: I21caa4e433b2cc1861611e35350a9671da444c2a
http://cgit.osmocom.org/libosmocore/commit/?id=804c4c7d423f85f610fdbafe846e…
commit 804c4c7d423f85f610fdbafe846edf04c7140c4b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jan 13 15:04:37 2017 +0700
utils/conv_gen.py: add header generation feature
Change-Id: Iae830d716f01810972edbef14fc5383ac647d0ea
http://cgit.osmocom.org/libosmocore/commit/?id=e9a90ee0d590d435d62dfe8c171c…
commit e9a90ee0d590d435d62dfe8c171c388e0ab9b93d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jan 13 03:43:58 2017 +0700
utils/conv_gen.py: add test vectors generation feature
Change-Id: Ie10c47ee952f253b1ba77ecf6e79f2c033545bc1
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
include/Makefile.am | 6 ++
include/osmocom/gsm/gsm0503.h | 174 ------------------------------------------
tests/Makefile.am | 3 +-
tests/conv/conv.c | 143 ++++++++++++++++++++++++++++++++++
tests/conv/conv.h | 16 ++++
tests/conv/conv_test.c | 160 ++------------------------------------
utils/conv_gen.py | 125 ++++++++++++++++++++++++++++--
8 files changed, 295 insertions(+), 333 deletions(-)
delete mode 100644 include/osmocom/gsm/gsm0503.h
create mode 100644 tests/conv/conv.c
create mode 100644 tests/conv/conv.h
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 0823a322972ce5abf2fafc3907c3dc458a0884f0 (commit)
from 93479e3b0ee55a50de2764fbb2492449899f0e23 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=0823a322972ce5abf2fafc3…
commit 0823a322972ce5abf2fafc3907c3dc458a0884f0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Mar 5 13:17:52 2017 +0100
bibliography: Add TES 35.205 on MILENAGE
Change-Id: Ifd4eee72b1dc7bf2a993670e28f6c8adb51ab00f
-----------------------------------------------------------------------
Summary of changes:
common/chapters/bibliography.adoc | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Manuals for Osmocom GSM components
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via cb5c4edda910059afd8dad26bafbc2ddb5e877fb (commit)
from 777be2e734b95ab9982a20c22f134d004a78c961 (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=cb5c4edda910059afd8dad26bafb…
commit cb5c4edda910059afd8dad26bafbc2ddb5e877fb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Mar 2 14:32:52 2017 +0100
ctrl_type_vals: fix range check
In ctrl_cmd_parse(), fix missing check for not parseable ctrl type.
Fixup for Icd4e96dd9f00876cb70b43cfcf42ab4f10311b28.
Change-Id: I7f8055225e3ee04b2a723bae07b12c42618963a0
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_cmd.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 "UNNAMED PROJECT".
The branch, master has been updated
via 9b0a51fb8761f448d6ab604eb7f39bf197c5b59d (commit)
via 119bed52fa77294ad810dc9cc29dcdb933b89c3f (commit)
via abd4b7d7057bf4f33e9720c12853348562720c38 (commit)
via 4e64b8821d73b29edab2e0a945ba3c05587cfd3a (commit)
via 8e9f30f3e12b59d2a432bd0306f08a9825d42f5e (commit)
via e34932099218d7b8c4e00629242551edced2e2fb (commit)
via cb320b8ddf91037872b0fe47a2b8f8d5ac26da4f (commit)
via ac0b59d93a11687060f4a2328961d6d5bff3426a (commit)
via 2bdab3d2911badc892f62bb34c83c20e4eb79b85 (commit)
from f6ab3d8e9cc90a5bc028334ca96001a612a3e001 (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/python/osmo-python-tests/commit/?id=9b0a51fb8761f44…
commit 9b0a51fb8761f448d6ab604eb7f39bf197c5b59d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 02:38:42 2017 +0100
osmoutil: end_proc: wait for term in a loop
Recent commit b59b677c9b13483aac72b15f4f797863d841d958 called proc.terminate()
instead of killing right away, with a .1 second sleep. Reduce this sleep to
a minuscule first wait_time, remaining tolerant for processes that take longer.
Actually all of our current processes are very fast to terminate. This patch
was created while looking for a different problem, now that it's there we might
as well keep it.
Change-Id: I98849e4550116c5666fdf6f5d4cbb576ffa3e14a
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=119bed52fa77294…
commit 119bed52fa77294ad810dc9cc29dcdb933b89c3f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 28 02:44:25 2017 +0100
osmoutil: add pick_test() to pick unittest tests by name
Change-Id: I92f90c334169f31920c63dd5c5ac8dac215065e6
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=abd4b7d7057bf4f…
commit abd4b7d7057bf4f33e9720c12853348562720c38
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:03:44 2017 +0100
speed up python tests more than 10 fold by sleeping less
The VTYInteract tests gave a constant sleep(1) grace period for the process to
startup. This caused the test to take minutes for no reason at all.
Add code to VTYInteract._connect_socket() to try and connect right away,
retrying up to three seconds in .1 second intervals. This flies through most
tests without any sleep() at all.
When TCP socket debugging is switched on, also print how many connection tries
it took to connect the VTY socket.
Note that the openbsc python tests also add some sleep()s that also need to be
removed to benefit from this.
Change-Id: Icc337f52a93d5fe31fc4ff235ccaf4e0fe75fa39
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=4e64b8821d73b29…
commit 4e64b8821d73b29edab2e0a945ba3c05587cfd3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:31:02 2017 +0100
cosmetic: put socket connection code in separate function
Prepare for upcoming patch that adds connection retries to speed up tests.
Change-Id: I2dddf8794b4241898373178c8a1aa2e98b01095c
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=8e9f30f3e12b59d…
commit 8e9f30f3e12b59d2a432bd0306f08a9825d42f5e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:17:22 2017 +0100
tcp_debug: don't abort when socket can't be removed
It appears that during some error conditions, the socket will not be in the tcp
socket debug tracking list, and on top of an exception this barfs as well.
Let's not care about the tcp debug list and avoid confusing error messages.
Change-Id: I8daa317fed8fc7e720dccb70fd5f7fc74fde423f
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=e34932099218d7b…
commit e34932099218d7b8c4e00629242551edced2e2fb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:12:14 2017 +0100
cosmetic: early exit instead of if-cascade
It appears that during some error conditions, the socket will not be in the tcp
socket debug tracking list, and on top of an exception this barfs as well.
Let's not care about the tcp debug list and avoid confusing error messages.
Change-Id: Ib7b0e45fa1f5551da2fc81b71dcc227eee533f44
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=cb320b8ddf91037…
commit cb320b8ddf91037872b0fe47a2b8f8d5ac26da4f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:11:13 2017 +0100
debug_tcp_sockets: clearly mark as global var
Change-Id: I56e26590ea380c7deab7ce132d688b37eb2d11a3
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=ac0b59d93a11687…
commit ac0b59d93a11687060f4a2328961d6d5bff3426a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:02:45 2017 +0100
debug: also output nr of open file descriptors for 'tcp debug'
Change-Id: I8a583df549f3e2b79068fd8cd32b75473539410d
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=2bdab3d2911badc…
commit 2bdab3d2911badc892f62bb34c83c20e4eb79b85
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 00:58:19 2017 +0100
tcp debugging: allow switching on TCP debug by env var
Print monitoring info about TCP sockets when the env var
OSMOPY_DEBUG_TCP_SOCKETS is present and not "0".
Makes it easy to enable it on jenkins without blowing up output of normal runs
"at home".
Change-Id: I46212d07a2c1be05672a37766457e6c98b68f90d
-----------------------------------------------------------------------
Summary of changes:
osmopy/obscvty.py | 68 +++++++++++++++++++++++++++++++++++-------------
osmopy/osmodumpdoc.py | 1 -
osmopy/osmotestconfig.py | 1 -
osmopy/osmotestvty.py | 1 -
osmopy/osmoutil.py | 46 ++++++++++++++++++++++++++++----
5 files changed, 91 insertions(+), 26 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 89ef1f32976b47e053b45674d766232ec5d2e236 (commit)
via eb522cf5e5dcb2795667734433837314842b6103 (commit)
from 8242b8e0fc7909a13f199e6897429f06a2db201a (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=89ef1f32976b47e053b45674d766232ec5d…
commit 89ef1f32976b47e053b45674d766232ec5d2e236
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Mar 6 09:17:50 2017 -0500
initial dstar checkin
http://cgit.osmocom.org/op25/commit/?id=eb522cf5e5dcb2795667734433837314842…
commit eb522cf5e5dcb2795667734433837314842b6103
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Mar 6 09:17:16 2017 -0500
initial dstar checkin
-----------------------------------------------------------------------
Summary of changes:
.../op25_repeater/{ysf_tx_sb.h => dstar_tx_sb.h} | 16 +-
op25/gr-op25_repeater/lib/CMakeLists.txt | 1 +
op25/gr-op25_repeater/lib/ambe.c | 94 ++-
op25/gr-op25_repeater/lib/ambe.h | 1 +
op25/gr-op25_repeater/lib/ambe3600x2400_const.h | 884 +++++++++++++++++++++
op25/gr-op25_repeater/lib/ambe_encoder.cc | 153 +++-
op25/gr-op25_repeater/lib/ambe_encoder.h | 2 +
op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc | 162 ++++
.../{dmr_bs_tx_bb_impl.h => dstar_tx_sb_impl.h} | 33 +-
op25/gr-op25_repeater/lib/p25p2_vf.cc | 156 ++++
op25/gr-op25_repeater/lib/p25p2_vf.h | 1 +
op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 +
12 files changed, 1423 insertions(+), 84 deletions(-)
copy op25/gr-op25_repeater/include/op25_repeater/{ysf_tx_sb.h => dstar_tx_sb.h} (79%)
create mode 100644 op25/gr-op25_repeater/lib/ambe3600x2400_const.h
create mode 100644 op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
copy op25/gr-op25_repeater/lib/{dmr_bs_tx_bb_impl.h => dstar_tx_sb_impl.h} (68%)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 "Python scripting interface to the OsmoNITB MNCC interface".
The branch, master has been updated
via 08207d9e6fcc9b5e48f1b4dd6a2e99df69264cb2 (commit)
from 19f678d2592680a08b38fd537a93ea133c7155cd (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/mncc-python/commit/?id=08207d9e6fcc9b5e48f1b4dd6a2e…
commit 08207d9e6fcc9b5e48f1b4dd6a2e99df69264cb2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 5 17:39:18 2017 +0100
mncc_sock.py: Fix typo and say connecting
We don't have a connection yet, so let's say this meant connecting.
Change-Id: Iba0423add3ae4d6920fed74800b0c2b298dda501
-----------------------------------------------------------------------
Summary of changes:
mncc_sock.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Python scripting interface to the OsmoNITB MNCC interface
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via adc6648841d50f459fe2ef5b044146838a7a3b21 (commit)
via d4bebbd8554ff221453fade22371646f941184f0 (commit)
from 4436dececdd2180c7148be113f0841d0a4bcb5fb (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=adc6648841d50f459fe2ef5b0441468…
commit adc6648841d50f459fe2ef5b044146838a7a3b21
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 20 11:23:20 2017 +0100
Make subscr parameter to db_subscr_get() optional
This allows to check for subscriber's presence in DB without the need to
bother with unused structure allocation.
While at it also call to db_remove_reset() and return explicitly instead
of using goto to make it a bit easier to follow the code.
Change-Id: I83b0f4a5dacb97614721690ef55bc1311624a58e
http://cgit.osmocom.org/osmo-hlr/commit/?id=d4bebbd8554ff221453fade22371646…
commit d4bebbd8554ff221453fade22371646f941184f0
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 2 12:00:19 2017 +0100
Add global HLR struct
Introduce g_hlr of type 'struct hlr' which holds pointers to all
globally accessible variables.
Change-Id: I275d3d54482f696e3378606b2406c7e0ad939e0f
Related: OS#1645
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/db_hlr.c | 14 +++++++++-----
src/db_test.c | 23 +++++++++++++----------
src/hlr.c | 31 +++++++++++++++++--------------
src/{hlr_vty.h => hlr.h} | 18 +++++++++++-------
5 files changed, 51 insertions(+), 36 deletions(-)
copy src/{hlr_vty.h => hlr.h} (70%)
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 0b61932e7f1efd8d6f914da48d9304ff31c9d6d1 (commit)
from 6ee49d8416ffba435ad7cc9fe5c685ec538c5571 (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=0b61932e7f1efd8d6f914da48d9304ff…
commit 0b61932e7f1efd8d6f914da48d9304ff31c9d6d1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 28 02:37:39 2017 +0100
vty tests: close msc socket after nat_msc_test
Change-Id: Ib64cf8690627803e1b4a8497ea63f1e766960478
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 50 ++++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 23 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 6ee49d8416ffba435ad7cc9fe5c685ec538c5571 (commit)
from 3f8a8f7736c6a6ef41c0a1572488acbafdbc35e2 (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=6ee49d8416ffba435ad7cc9fe5c685ec…
commit 6ee49d8416ffba435ad7cc9fe5c685ec538c5571
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Feb 28 16:53:07 2017 +0100
sgsn: fix problem with leading-zero-IMSIs
When the IMSI ACL is maintained via the VTY, users may enter IMSIs
without leading zeros. Especially in test environments, where
MCC=001 and MNC=01 is common, it is likely that someone enters the
corresponding IMSI (001010000000001) without the two zeros at the
beginning.
This patch fixes the problem by sanitizing the IMSI, eventually
missing zeros in the beginning will be automatically added.
Change-Id: I56ba0da61978bbdce71d0e320166c52b20b42517
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_vty.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)