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, master has been updated
via 8dbacacd37e2d4810c8e0ff2008c94cc6ded0b13 (commit)
via 4fbf93040e7c8a128032c4fa05a6a8bc002afb7b (commit)
via b353686451a7372610a75cb5f8b89e79972d616a (commit)
via 37872f1032400ea5b1223c79128f7d6bbe002507 (commit)
via 584cc7a26b975fb788d8079b6621187a82a401bc (commit)
from b7ff8b589332771f4843f4f050817bd92a577355 (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/osmocom-bb/commit/?id=8dbacacd37e2d4810c8e0ff2008c9…
commit 8dbacacd37e2d4810c8e0ff2008c94cc6ded0b13
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 17:40:08 2017 +0700
mobile: get rid of unused variables / functions
Change-Id: Id867ffed9b2b67025320d002e1e009e19c759a23
http://cgit.osmocom.org/osmocom-bb/commit/?id=4fbf93040e7c8a128032c4fa05a6a…
commit 4fbf93040e7c8a128032c4fa05a6a8bc002afb7b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 17:06:12 2017 +0700
mobile/gsm411_sms.c: use secure gsm_7bit_(en|de)code_n
Since some 'gsm_7bit_*' functions were deprecated and replaced by
more secure ones with the '_n_' postfix in names, it's better to
use the updated functions.
Change-Id: I58150e9b74699e5f54b9a83416ad8efcb2eccd8e
http://cgit.osmocom.org/osmocom-bb/commit/?id=b353686451a7372610a75cb5f8b89…
commit b353686451a7372610a75cb5f8b89e79972d616a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 16:57:49 2017 +0700
mobile/gsm48_mm.c: use secure gsm_7bit_decode_n
Since some 'gsm_7bit_*' functions were deprecated and replaced by
more secure ones with the '_n_' postfix in names, it's better to
use the updated functions.
Change-Id: I4499b592a0dfea71462aed19fe641419d79b3cbd
http://cgit.osmocom.org/osmocom-bb/commit/?id=37872f1032400ea5b1223c79128f7…
commit 37872f1032400ea5b1223c79128f7d6bbe002507
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 16:41:14 2017 +0700
mobile/gsm480_ss.c: use secure gsm_7bit_(en|de)code_n_ussd
Since some 'gsm_7bit_*' functions were deprecated and replaced by
more secure ones with the '_n_' suffix in names, it's better to
use the updated functions.
Change-Id: If8a1983592f5800e3981f29962eb333ac9473f40
http://cgit.osmocom.org/osmocom-bb/commit/?id=584cc7a26b975fb788d8079b66211…
commit 584cc7a26b975fb788d8079b6621187a82a401bc
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Oct 31 00:16:32 2017 +0700
mobile/vty_interface.c: fix incompatible pointer type warning
According to the vty_app_info struct definition, the go_parent_cb()
should return an integer, but not enum. So, this change fixes the
following compiler warning:
warning: initialization from incompatible pointer
type
.go_parent_cb = ms_vty_go_parent,
Change-Id: Ib55e43eaaebdd9fe0d74a030b1057ae82804a77e
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/include/osmocom/bb/mobile/vty.h | 2 +-
src/host/layer23/src/mobile/gsm411_sms.c | 10 ++++---
src/host/layer23/src/mobile/gsm480_ss.c | 8 ++----
src/host/layer23/src/mobile/gsm48_mm.c | 14 +++-------
src/host/layer23/src/mobile/gsm48_rr.c | 34 +++++++++++-------------
src/host/layer23/src/mobile/vty_interface.c | 2 +-
6 files changed, 28 insertions(+), 42 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack