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 216ac210bfb0e540545ae22faa3da7ee44ccdd28 (commit)
via 3761ef479070497242bcd2c024c195c8d79ba608 (commit)
from b66c5d0e623c3283ac2221cb0f3d6d23004b438d (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=216ac210bfb0e540545ae22faa3da7e…
commit 216ac210bfb0e540545ae22faa3da7ee44ccdd28
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 18:12:22 2016 +0100
add pkg-config file for libosmo-ranap
http://cgit.osmocom.org/osmo-iuh/commit/?id=3761ef479070497242bcd2c024c195c…
commit 3761ef479070497242bcd2c024c195c8d79ba608
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 18:07:32 2016 +0100
add git-version-gen to auto-generate git based version number
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 13 ++++-
configure.ac | 5 +-
git-version-gen | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++
libosmo-ranap.pc.in | 10 ++++
4 files changed, 176 insertions(+), 3 deletions(-)
create mode 100755 git-version-gen
create mode 100644 libosmo-ranap.pc.in
hooks/post-receive
--
Osmocom code for Iuh interface
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 b66c5d0e623c3283ac2221cb0f3d6d23004b438d (commit)
via 1f6bd7b51cc1c995cd6c1d1d4d21afdede097d64 (commit)
from 06bc548cee8aa3f2ff91a61ccf9bf4995c189c65 (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=b66c5d0e623c3283ac2221cb0f3d6d2…
commit b66c5d0e623c3283ac2221cb0f3d6d23004b438d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 18:04:28 2016 +0100
move tests/rua_helper.[ch] to src directory
The RUA Helper is not test-specific.
http://cgit.osmocom.org/osmo-iuh/commit/?id=1f6bd7b51cc1c995cd6c1d1d4d21afd…
commit 1f6bd7b51cc1c995cd6c1d1d4d21afdede097d64
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jan 1 16:56:09 2016 +0100
add test-ranap to testsuite
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
src/{tests/rua_helper.c => rua_msg_factory.c} | 17 ++-
src/{tests/rua_helper.h => rua_msg_factory.h} | 0
src/tests/Makefile.am | 4 +-
src/tests/hnb-test.c | 2 +-
src/tests/test-ranap.ok | 205 ++++++++++++++++++++++++++
src/tests/testsuite.at | 6 +
7 files changed, 225 insertions(+), 11 deletions(-)
rename src/{tests/rua_helper.c => rua_msg_factory.c} (91%)
rename src/{tests/rua_helper.h => rua_msg_factory.h} (100%)
create mode 100644 src/tests/test-ranap.ok
hooks/post-receive
--
Osmocom code for Iuh interface
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 06bc548cee8aa3f2ff91a61ccf9bf4995c189c65 (commit)
from e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec (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=06bc548cee8aa3f2ff91a61ccf9bf49…
commit 06bc548cee8aa3f2ff91a61ccf9bf4995c189c65
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 17:54:24 2016 +0100
steps towards making 'make distcheck' work
'make distcheck' checks for out-of-source-tree builds and whether
the distribution tarball includes all source files. This commit
fixes many problems, except some remaining with src/test still
to-be-fixd.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
src/Makefile.am | 3 ++-
src/hnbap/Makefile.am | 2 +-
src/rua/Makefile.am | 2 +-
src/tests/Makefile.am | 8 ++++----
5 files changed, 10 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "asn1c runtime code as shared library".
The branch, master has been updated
via 2d4f2bd91ce5724c9f1c3916dfa5b21c8f6e7fbc (commit)
from 667d758c92825208e318ec27e090aac2805d4678 (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/libasn1c/commit/?id=2d4f2bd91ce5724c9f1c3916dfa5b21…
commit 2d4f2bd91ce5724c9f1c3916dfa5b21c8f6e7fbc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 17:14:54 2016 +0100
import ans1helpers.[ch] (originally part of osmo-iuh)
-----------------------------------------------------------------------
Summary of changes:
include/asn1c/Makefile.am | 2 +-
include/asn1c/asn1helpers.h | 26 ++++++++
src/Makefile.am | 2 +-
src/asn1helpers.c | 151 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 179 insertions(+), 2 deletions(-)
create mode 100644 include/asn1c/asn1helpers.h
create mode 100644 src/asn1helpers.c
hooks/post-receive
--
asn1c runtime code as shared library
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 e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec (commit)
via bdf3fd1dc4368c965f2e02bf2f171dfa8685712b (commit)
via de6a11bb1765e17f0489b35e7d9465068b853e7d (commit)
via 056984fab1c1d6f80b5dc28f4c83eb80515d7c25 (commit)
via a95d5a5f51d2dcc6b7bffdfe971148a6307e94d9 (commit)
via 0322feb68cf775ec43e390fa1b6f5a7b253bdf6a (commit)
from 09806e7da49af6260f499dc3983dfe7a16b4052e (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=e8a4dc6b7048fbec5132b6f1323e4e3…
commit e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 17:16:07 2016 +0100
move asn1helpers.[ch] to libasn1c
Those helper functions are not specific to osmo-iuh, so I moved
them to libasn1c, which also resolves the problem that libosmo-ranap
is depending on those helpers (and subsequently external programs
linking libosmo-ranap will need to have access to the helpers)
http://cgit.osmocom.org/osmo-iuh/commit/?id=bdf3fd1dc4368c965f2e02bf2f171df…
commit bdf3fd1dc4368c965f2e02bf2f171dfa8685712b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 17:04:09 2016 +0100
don't include hnbgw.h from ranap header files
To use libosmo-ranap from outside of this repository, we need to
eliminated all dependencies to local header files
http://cgit.osmocom.org/osmo-iuh/commit/?id=de6a11bb1765e17f0489b35e7d94650…
commit de6a11bb1765e17f0489b35e7d9465068b853e7d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 16:34:01 2016 +0100
update .gitignore
http://cgit.osmocom.org/osmo-iuh/commit/?id=056984fab1c1d6f80b5dc28f4c83eb8…
commit 056984fab1c1d6f80b5dc28f4c83eb80515d7c25
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 16:31:31 2016 +0100
merge (+rename) iu_helpers.c into libosmo-ranap
http://cgit.osmocom.org/osmo-iuh/commit/?id=a95d5a5f51d2dcc6b7bffdfe971148a…
commit a95d5a5f51d2dcc6b7bffdfe971148a6307e94d9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 16:22:16 2016 +0100
Makefile restructuring; install ranap header files
http://cgit.osmocom.org/osmo-iuh/commit/?id=0322feb68cf775ec43e390fa1b6f5a7…
commit 0322feb68cf775ec43e390fa1b6f5a7b253bdf6a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 3 15:39:11 2016 +0100
Introduce libosmo-ranap.so as shared RANAP lib
This shared RANAP library will be used not only by hnbgw, but also by
OsmoCSCN, OsmoSGSN.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 8 +++
configure.ac | 3 +-
src/Makefile.am | 46 ++++++++++++---
src/asn1helpers.c | 151 -----------------------------------------------
src/asn1helpers.h | 26 --------
src/hnbgw.c | 1 +
src/hnbgw_hnbap.c | 8 +--
src/iu_helpers.c | 4 +-
src/iu_helpers.h | 4 +-
src/ranap/Makefile.am | 9 +--
src/ranap_common.c | 8 ++-
src/ranap_common.h | 6 +-
src/ranap_msg_factory.c | 6 +-
src/tests/Makefile.am | 25 ++++----
src/tests/dummy_cn_sua.c | 1 +
src/tests/hnb-test.c | 4 +-
src/tests/test-helpers.c | 5 +-
src/tests/test-hnbap.c | 4 +-
src/tests/test_common.c | 1 +
19 files changed, 94 insertions(+), 226 deletions(-)
delete mode 100644 src/asn1helpers.c
delete mode 100644 src/asn1helpers.h
hooks/post-receive
--
Osmocom code for Iuh interface
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=09806e7da49af6260f499dc3983dfe7…
commit 09806e7da49af6260f499dc3983dfe7a16b4052e
Author: Harald Welte <laforge(a)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=a575ebfd0f83504570135557ec2e759…
commit a575ebfd0f83504570135557ec2e7592cb8609bb
Author: Harald Welte <laforge(a)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=74157f6120d285a187ae9377e046c59…
commit 74157f6120d285a187ae9377e046c59783a64137
Author: Harald Welte <laforge(a)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=962da50e082b6ad262c533ab185eee0…
commit 962da50e082b6ad262c533ab185eee0e9a770e60
Author: Harald Welte <laforge(a)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=1cdb81dd98a8366aac495b8ebc6758e…
commit 1cdb81dd98a8366aac495b8ebc6758e138e55808
Author: Harald Welte <laforge(a)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=37223d82188bdee65a994eb163bbaa6…
commit 37223d82188bdee65a994eb163bbaa69a481a8b8
Author: Harald Welte <laforge(a)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 code for Iuh interface
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 "GSM Audio Pocket Knife".
The branch, mmx has been updated
discards fafa9ce88b438891956f1ed512513a367b10e786 (commit)
via 16506674545b38ddd38325470d6d7756f4486ffc (commit)
via d192d8c017492a740353780d115bd4fc6cec20e9 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (fafa9ce88b438891956f1ed512513a367b10e786)
\
N -- N -- N (16506674545b38ddd38325470d6d7756f4486ffc)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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/gapk/commit/?id=16506674545b38ddd38325470d6d7756f44…
commit 16506674545b38ddd38325470d6d7756f4486ffc
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Wed Dec 30 21:08:10 2015 +0100
libgsmhr: Experimental MMX support by Harald
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
include/gapk/get_cycles.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife
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 "GSM Audio Pocket Knife".
The branch, master has been updated
via d192d8c017492a740353780d115bd4fc6cec20e9 (commit)
from db94df5f9c6c88b7b1f6601c35811a4d99184c0f (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/gapk/commit/?id=d192d8c017492a740353780d115bd4fc6ce…
commit d192d8c017492a740353780d115bd4fc6cec20e9
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Jan 1 13:17:37 2016 +0100
benchmark: Fix cpuid clobbering
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
include/gapk/get_cycles.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife