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 abf53d87b6648f2d42562c5699e9035afd92e608 (commit)
from 0b61932e7f1efd8d6f914da48d9304ff31c9d6d1 (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=abf53d87b6648f2d42562c5699e9035a…
commit abf53d87b6648f2d42562c5699e9035afd92e608
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 25 16:19:20 2017 +0100
Add MS time. offset to gsm_lchan
Add MS TIMING OFFSET (3GPP TS 48.058 § 8.4.8) and P offset (3GPP TS
45.010 § 1.2) which can be used to compute MS TO from known TA.
This will be used by osmo-bts (see
I4dfe5c48834a083e757d5de3236a02e15a238b28) to provide MS TO as part of
RSL MEASUREMENT RESULT.
Change-Id: I8bda57c8d6c15bbb803eca708931556dae118a00
Related: OS#1574
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 6 ++++++
1 file changed, 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via b14caa0ab9c6b8b8671171a238ab70eb66cf5bbe (commit)
from 3262f820b5cfb4c76448f605c9804f3e5ca1023d (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=b14caa0ab9c6b8b8671171a238ab…
commit b14caa0ab9c6b8b8671171a238ab70eb66cf5bbe
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 7 15:36:33 2017 +0100
libosmocoding: fix .deb building
dpkg-buildpackage fails due to missing file descriptions - add necessary
.install and .doc-base files to fix it.
Change-Id: I5fb7e813c0860a3b5037e805deb84f9bf649ffa3
-----------------------------------------------------------------------
Summary of changes:
debian/libosmocoding-doc.doc-base | 7 +++++++
debian/libosmocoding-doc.install | 1 +
debian/libosmocoding0.install | 1 +
3 files changed, 9 insertions(+)
create mode 100644 debian/libosmocoding-doc.doc-base
create mode 100644 debian/libosmocoding-doc.install
create mode 100644 debian/libosmocoding0.install
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 49880ddf740a7af47a1247dbff9acb34087b6afc (commit)
via 068f54795495d478e51d40dfcd390ce005933f9d (commit)
from 7166d0f448eae451b1a6287b522c0fc82387b05b (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-sip-connector/commit/?id=49880ddf740a7af47a124…
commit 49880ddf740a7af47a1247dbff9acb34087b6afc
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 6 10:02:37 2017 +0100
mncc: Fix use after free on mncc socket disconnection
When the MNCC socket breaks down we would release all callds but when
there is no remote call the call would be released before
if (call->remote)
...
is being executed leading to a use after free. Fix it by copying the
legs first and assuming the call will be gone after that.
==3618== Invalid read of size 4
==3618== at 0x804A18A: app_mncc_disconnected (app.c:49)
==3618== by 0x804B52D: close_connection (mncc.c:255)
==3618== by 0x804BCFA: mncc_rtp_send.constprop.13 (mncc.c:145)
==3618== by 0x804CC86: check_setup (mncc.c:435)
==3618== by 0x804CC86: mncc_data (mncc.c:795)
==3618== by 0x42FCF94: osmo_fd_disp_fds (select.c:167)
==3618== by 0x804D1F2: evpoll (evpoll.c:92)
==3618== by 0x4205053: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3618== by 0x4205478: g_main_loop_run (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3618== by 0x8049AA6: main (main.c:171)
==3618== Address 0x47f3258 is 64 bytes inside a block of size 76 free'd
==3618== at 0x402A3A8: free (vg_replace_malloc.c:473)
==3618== by 0x42E7FD1: ??? (in /usr/lib/i386-linux-gnu/libtalloc.so.2.1.5)
==3618== by 0x804A3FD: call_leg_release (call.c:87)
==3618== by 0x804A186: app_mncc_disconnected (app.c:48)
==3618== by 0x804B52D: close_connection (mncc.c:255)
==3618== by 0x804BCFA: mncc_rtp_send.constprop.13 (mncc.c:145)
==3618== by 0x804CC86: check_setup (mncc.c:435)
==3618== by 0x804CC86: mncc_data (mncc.c:795)
==3618== by 0x42FCF94: osmo_fd_disp_fds (select.c:167)
==3618== by 0x804D1F2: evpoll (evpoll.c:92)
==3618== by 0x4205053: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3618== by 0x4205478: g_main_loop_run (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3618== by 0x8049AA6: main (main.c:171)
==3618==
Change-Id: I1889013ed315f896e4295358f6daf76ce523dc2a
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=068f54795495d478e51d4…
commit 068f54795495d478e51d40dfcd390ce005933f9d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 6 09:50:26 2017 +0100
call: Fix call release handling on mncc connection loss
The app_mncc_disconnected will be called when the MNCC socket is down
and lead to all calls being released. It directly released the call but
did not stop the MNCC CMD timer. Go through the call release callback.
==3618== at 0x804A18A: app_mncc_disconnected (app.c:49)
==3618== by 0x804B52D: close_connection (mncc.c:255)
This lead to the timer not being removed:
==3593== Invalid read of size 4
==3593== at 0x4305D42: rb_first (rbtree.c:294)
==3593== by 0x42FCB37: osmo_timers_update (timer.c:220)
==3593== by 0x804D1D5: evpoll (evpoll.c:89)
==3593== by 0x4205053: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3593== by 0x4205478: g_main_loop_run (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3593== by 0x8049AA6: main (main.c:171)
==3593== Address 0x47f3380 is 232 bytes inside a block of size 272 free'd
==3593== at 0x402A3A8: free (vg_replace_malloc.c:473)
==3593== by 0x42E7FD1: ??? (in /usr/lib/i386-linux-gnu/libtalloc.so.2.1.5)
==3593== by 0x804A3C4: call_leg_release (call.c:83)
==3593== by 0x804A188: app_mncc_disconnected (app.c:48)
==3593== by 0x804B52D: close_connection (mncc.c:255)
==3593== by 0x804BCFA: mncc_rtp_send.constprop.13 (mncc.c:145)
==3593== by 0x804CC86: check_setup (mncc.c:435)
==3593== by 0x804CC86: mncc_data (mncc.c:795)
==3593== by 0x42FCF94: osmo_fd_disp_fds (select.c:167)
==3593== by 0x804D1F2: evpoll (evpoll.c:92)
==3593== by 0x4205053: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3593== by 0x4205478: g_main_loop_run (in /lib/i386-linux-gnu/libglib-2.0.so.0.4200.1)
==3593== by 0x8049AA6: main (main.c:171)
Change-Id: I2e8e14b3983f84c9be046bbd96bbcd1e5766993e
-----------------------------------------------------------------------
Summary of changes:
src/app.c | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 7166d0f448eae451b1a6287b522c0fc82387b05b (commit)
from 42b073a233740e0e0125e99e4bea29ac7d3d27ed (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-sip-connector/commit/?id=7166d0f448eae451b1a62…
commit 7166d0f448eae451b1a6287b522c0fc82387b05b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 5 16:47:57 2017 +0100
contrib: Add Dockerfile to build and configure a FreeSWITCH
Rhizomatica is using FreeSWITCH and we should have an easy way to
test against it. A docker container with exposed ports seems like
the easiest. FreeSWITCH by default is giving us some exmaple numbers:
* 5000 a menu... that allows DTMF
* 9195 an echo test
* 9198 tetris.
The config is copied on top of the default/big config that is
installed. If this PBX should be reached from the outside one needs
to change 127.0.0.1 to the external address and maybe configure the
acl as well to add more CIDRs.
Besides that
make container
make run
Will build it and start the container. Takes a bit of time and requires
docker. With it configure one can see things like:
2017-03-05 15:32:49.913912 [INFO] switch_channel.c:515 RECV DTMF 3:2000
2017-03-05 15:32:50.952752 [INFO] switch_channel.c:515 RECV DTMF 2:2000
Now to test DTMF in the system.
Change-Id: I7f3aa8c81b9e8698df090a05d2e41a41b67d8e3c
-----------------------------------------------------------------------
Summary of changes:
contrib/testpbx/Dockerfile | 25 +
contrib/testpbx/Makefile | 12 +
contrib/testpbx/README | 29 ++
contrib/testpbx/configs/acl.conf.xml | 34 ++
contrib/testpbx/configs/default.xml | 832 ++++++++++++++++++++++++++++++++
contrib/testpbx/configs/internal.xml | 422 ++++++++++++++++
contrib/testpbx/configs/public.xml | 68 +++
contrib/testpbx/configs/switch.conf.xml | 181 +++++++
contrib/testpbx/configs/vars.xml | 450 +++++++++++++++++
9 files changed, 2053 insertions(+)
create mode 100644 contrib/testpbx/Dockerfile
create mode 100644 contrib/testpbx/Makefile
create mode 100644 contrib/testpbx/README
create mode 100644 contrib/testpbx/configs/acl.conf.xml
create mode 100644 contrib/testpbx/configs/default.xml
create mode 100644 contrib/testpbx/configs/internal.xml
create mode 100644 contrib/testpbx/configs/public.xml
create mode 100644 contrib/testpbx/configs/switch.conf.xml
create mode 100644 contrib/testpbx/configs/vars.xml
hooks/post-receive
--
MNCC <-> SIP bridge
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 3262f820b5cfb4c76448f605c9804f3e5ca1023d (commit)
from 68930e85b5945db8ffea055fd178bc1f88b31d99 (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=3262f820b5cfb4c76448f605c980…
commit 3262f820b5cfb4c76448f605c9804f3e5ca1023d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 23 01:48:59 2016 +0700
libosmocoding: migrate transcoding routines from OsmoBTS
There are some projects, such as GR-GSM and OsmocomBB, which would
benefit from using one shared implementation of GSM 05.03 code. So,
this commit introduces a new sub-library called libosmocoding, which
(for now) provides GSM, GPRS and EDGE transcoding routines, migrated
from OsmoBTS.
The original GSM 05.03 code from OsmoBTS was relicensed under
GPLv2-or-later with permission of copyright holders (Andreas Eversberg,
Alexander Chemeris and Tom Tsou).
The following data types are currently supported:
- xCCH
- PDTCH (CS 1-4 and MCS 1-9)
- TCH/FR
- TCH/HR
- TCH/AFS
- RCH/AHS
- RACH
- SCH
Change-Id: I0c3256b87686d878e4e716d12393cad5924fdfa1
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +
Doxyfile.codec.in => Doxyfile.coding.in | 10 +-
Makefile.am | 16 +-
configure.ac | 4 +
debian/control | 34 +
include/Makefile.am | 5 +
include/osmocom/coding/gsm0503_coding.h | 63 +
include/osmocom/coding/gsm0503_interleaving.h | 51 +
include/osmocom/coding/gsm0503_mapping.h | 33 +
include/osmocom/coding/gsm0503_parity.h | 13 +
include/osmocom/coding/gsm0503_tables.h | 50 +
libosmocodec.pc.in => libosmocoding.pc.in | 4 +-
src/coding/Makefile.am | 27 +
src/coding/gsm0503_coding.c | 2681 +++++++++++++++++++++++++
src/coding/gsm0503_interleaving.c | 573 ++++++
src/coding/gsm0503_mapping.c | 291 +++
src/coding/gsm0503_parity.c | 132 ++
src/coding/gsm0503_tables.c | 1732 ++++++++++++++++
src/coding/libosmocoding.map | 117 ++
src/gsm/libosmogsm.map | 2 +
tests/Makefile.am | 12 +-
tests/coding/coding_test.c | 501 +++++
tests/coding/coding_test.ok | 21 +
tests/testsuite.at | 6 +
utils/conv_codes_gsm.py | 24 +
25 files changed, 6391 insertions(+), 14 deletions(-)
copy Doxyfile.codec.in => Doxyfile.coding.in (99%)
create mode 100644 include/osmocom/coding/gsm0503_coding.h
create mode 100644 include/osmocom/coding/gsm0503_interleaving.h
create mode 100644 include/osmocom/coding/gsm0503_mapping.h
create mode 100644 include/osmocom/coding/gsm0503_parity.h
create mode 100644 include/osmocom/coding/gsm0503_tables.h
copy libosmocodec.pc.in => libosmocoding.pc.in (61%)
create mode 100644 src/coding/Makefile.am
create mode 100644 src/coding/gsm0503_coding.c
create mode 100644 src/coding/gsm0503_interleaving.c
create mode 100644 src/coding/gsm0503_mapping.c
create mode 100644 src/coding/gsm0503_parity.c
create mode 100644 src/coding/gsm0503_tables.c
create mode 100644 src/coding/libosmocoding.map
create mode 100644 tests/coding/coding_test.c
create mode 100644 tests/coding/coding_test.ok
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 4acc98e68a6ee0f3ab39ac4d7bcf090b55969825 (commit)
from 758522947f2937a1d17b6c3988b03abc80bd0051 (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=4acc98e68a6ee0f3ab39ac4d7bcf090…
commit 4acc98e68a6ee0f3ab39ac4d7bcf090b55969825
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 19 13:02:36 2017 +0100
Use oml-alert CTRL command for temp report
Send temperature reports via OML alert facility exposed by CTRL
protocol.
Change-Id: If29fbd0ab01fefc76e87b90cf1fbc81b2089ba76
Related: OS#1615
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/Makefile.am | 2 +-
src/osmo-bts-sysmo/misc/sysmobts_mgr.c | 29 ++++++++++++++++++--
src/osmo-bts-sysmo/misc/sysmobts_mgr.h | 5 ++--
src/osmo-bts-sysmo/misc/sysmobts_mgr_temp.c | 42 +++++++++++++++++++++++------
4 files changed, 65 insertions(+), 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 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