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, laforge/wip has been updated via 09806e7da49af6260f499dc3983dfe7a16b4052e (commit) via a575ebfd0f83504570135557ec2e7592cb8609bb (commit) via 74157f6120d285a187ae9377e046c59783a64137 (commit) via 962da50e082b6ad262c533ab185eee0e9a770e60 (commit) via 1cdb81dd98a8366aac495b8ebc6758e138e55808 (commit) via 37223d82188bdee65a994eb163bbaa69a481a8b8 (commit) from 01de8d716a2fbf2b2a951edc20178c5abd24a080 (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=09806e7da49af6260f499dc3983dfe7a...
commit 09806e7da49af6260f499dc3983dfe7a16b4052e Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 31 12:49:02 2015 +0100
import message sequence charts (ladder diagrams) for RUA/RANAP/NAS
http://cgit.osmocom.org/osmo-iuh/commit/?id=a575ebfd0f83504570135557ec2e7592...
commit a575ebfd0f83504570135557ec2e7592cb8609bb Author: Harald Welte laforge@gnumonks.org Date: Fri Jan 1 16:46:06 2016 +0100
test-ranap: Call new RANAP encoder functions from ranap_msg_factory.c
http://cgit.osmocom.org/osmo-iuh/commit/?id=74157f6120d285a187ae9377e046c597...
commit 74157f6120d285a187ae9377e046c59783a64137 Author: Harald Welte laforge@gnumonks.org Date: Fri Jan 1 16:43:59 2016 +0100
ranap_msg_factory: Fix memory leaks in OCTET_STRING
the 'ies' types do not have a free() function, and thus we have to avoid using any functions that dynamically allocate memory, such as OCTET_STRING_fromBuf.
http://cgit.osmocom.org/osmo-iuh/commit/?id=962da50e082b6ad262c533ab185eee0e...
commit 962da50e082b6ad262c533ab185eee0e9a770e60 Author: Harald Welte laforge@gnumonks.org Date: Fri Jan 1 16:42:52 2016 +0100
asn1helpers: Add new OCTET_STRING_noalloc
This assings the buffer + size of an OCTET_STRING without allocating a new buffer and copying the data.
http://cgit.osmocom.org/osmo-iuh/commit/?id=1cdb81dd98a8366aac495b8ebc6758e1...
commit 1cdb81dd98a8366aac495b8ebc6758e138e55808 Author: Harald Welte laforge@gnumonks.org Date: Fri Jan 1 16:21:05 2016 +0100
ranap_msg_factory: Mark 'RANAP_Cause_t *' as const
http://cgit.osmocom.org/osmo-iuh/commit/?id=37223d82188bdee65a994eb163bbaa69...
commit 37223d82188bdee65a994eb163bbaa69a481a8b8 Author: Harald Welte laforge@gnumonks.org Date: Fri Jan 1 16:18:55 2016 +0100
ranap_msg_factory: functions for RAB and IU Release Request
-----------------------------------------------------------------------
Summary of changes: doc/hnb_cs_lu.msc | 45 +++++++++++++++++++++++++ doc/hnb_cs_mo_call.msc | 75 +++++++++++++++++++++++++++++++++++++++++ doc/hnb_cs_mo_sms.msc | 67 ++++++++++++++++++++++++++++++++++++ doc/hnb_cs_mt_call.msc | 79 +++++++++++++++++++++++++++++++++++++++++++ doc/hnb_cs_mt_sms.msc | 67 ++++++++++++++++++++++++++++++++++++ doc/hnb_ps_lu.msc | 45 +++++++++++++++++++++++++ doc/hnb_ps_pdp_act.msc | 25 ++++++++++++++ src/asn1helpers.h | 6 ++++ src/ranap_msg_factory.c | 90 +++++++++++++++++++++++++++++++++++++++++++------ src/ranap_msg_factory.h | 8 ++++- src/tests/test-ranap.c | 35 +++++++++++++++++++ 11 files changed, 531 insertions(+), 11 deletions(-) create mode 100644 doc/hnb_cs_lu.msc create mode 100644 doc/hnb_cs_mo_call.msc create mode 100644 doc/hnb_cs_mo_sms.msc create mode 100644 doc/hnb_cs_mt_call.msc create mode 100644 doc/hnb_cs_mt_sms.msc create mode 100644 doc/hnb_ps_lu.msc create mode 100644 doc/hnb_ps_pdp_act.msc
hooks/post-receive
osmocom-commitlog@lists.osmocom.org