This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 code for Iuh interface".
The branch, master has been updated
via f898d6bc106d7e9522888300484a0bc732999628 (commit)
from 2c56f6d4540cd5288ab24ef35f95764bb73d2c79 (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-iuh/commit/?id=f898d6bc106d7e9522888300484a0bc732999628
commit f898d6bc106d7e9522888300484a0bc732999628
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date: Tue Dec 19 03:12:08 2017 +0100
fix 3 compiler warnings in ranap_common.c
ranap_common.c:282 col 45: warning: format â%uâ expects argument of type âunsigned intâ, but argument 4 has type âRANAP_CauseNon_Standard_t {aka const long int}â [-Wformat=]
ranap_common.c:527 col 15: warning: implicit declaration of function âasn1str_to_u16â; did you mean âasn_strtolâ? [-Wimplicit-function-declaration]
ranap_common.c:546 col 11: warning: unused variable âaddrâ [-Wunused-variable]
Change-Id: I0b399e78fa7b202a36e5e4be86f338c0ceb9823e
-----------------------------------------------------------------------
Summary of changes:
src/ranap_common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface