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 code for Iuh interface".
The branch, master has been updated
via aa8d48cbe000f1adbed63775254fbc7ab470335b (commit)
via 1eb19cf690b473307eda73ce0c2dbcb75019c166 (commit)
via ee03876dd171375d827cbec6d3c24d8ad9128671 (commit)
from ade7e8b19bf423e9090dca67c906bc4bf8242df2 (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=aa8d48cbe000f1adbed63775254fbc7…
commit aa8d48cbe000f1adbed63775254fbc7ab470335b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Dec 19 17:48:38 2017 +0100
ranap_msg_factory: remove unusued variable
remove variable i in ranap_new_msg_sec_mod_compl() as it is not
used (compiler warning)
Change-Id: I93d9e95109fb78bc6cc161745b9e14de8b623d4f
http://cgit.osmocom.org/osmo-iuh/commit/?id=1eb19cf690b473307eda73ce0c2dbcb…
commit 1eb19cf690b473307eda73ce0c2dbcb75019c166
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Dec 19 17:46:36 2017 +0100
ranap_msg_factory: check IE encoder return codes
in many functions, the returncode (rc) from the IE encoder functions
is not checked.
Add a return code check and log error message (like it is already
done in the functions which already check the return code)
Change-Id: I592c0794a94c50fde5c574b1e9bc581eb28af4ae
http://cgit.osmocom.org/osmo-iuh/commit/?id=ee03876dd171375d827cbec6d3c24d8…
commit ee03876dd171375d827cbec6d3c24d8ad9128671
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Dec 19 17:42:36 2017 +0100
iu: iu_helpers: add functions to decode ip/port from rab-ass
add ranap_transp_assoc_decode() to decode the port information from
an RANAP_IuTransportAssociation_t field.
add ranap_transp_layer_addr_decode() to decode the ip-address from
an RANAP_TransportLayerAddress_t field.
Change-Id: I3c1a0455c5f25cae41ee19229d6daf299e023062
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/iu_helpers.h | 6 +++++
src/iu_helpers.c | 53 +++++++++++++++++++++++++++++++++++++-
src/ranap_msg_factory.c | 49 +++++++++++++++++++++++++++++------
3 files changed, 99 insertions(+), 9 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface