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 a6be224b889baa8aecc4e7247e596583bbcfc8cb (commit) via 3cd6753a1135b89e4665c78d18650f9addc1e874 (commit) from 4448048828db597aa99729b2b437986f59722c0e (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=a6be224b889baa8aecc4e7247e596...
commit a6be224b889baa8aecc4e7247e596583bbcfc8cb Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Mon Dec 22 10:58:46 2014 +0100
ipa: Return -errno instead of -1 in ipa_send
Currently, the ipa_send function returns -1 in one execution branch to indicate an error and -EIO in another. This is not consistent and can lead to a misinterpretation of the error code, since -1 is -EPERM and in general, EPERM is not returned by write(2).
This patch changes the return code to -errno instead of -1 for the case that write(2) fails for same reason. So -rc is always a sensible error value if there is a failure.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=3cd6753a1135b89e4665c78d18650...
commit 3cd6753a1135b89e4665c78d18650f9addc1e874 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Mon Dec 22 10:58:45 2014 +0100
ipa: Add forward declaration of struct osmo_fd
A pointer to struct osmo_fd is used in a few prototypes declared in gsm/ipa.h, but is neither declared explicitly nor is such a declaration reachable via the given include directives.
This patch adds a forward declaration of this type to ensure proper compilation.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes: include/osmocom/gsm/ipa.h | 2 ++ src/gsm/ipa.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org