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 c3851220db0608c322184e02e0e52255470e4640 (commit)
via f9c9aa5f20957917fbff340c5824874a273830ff (commit)
via 57d873392cf27daf5a7fc7e39f6b068b659e1631 (commit)
via ea98b6f6d6e5c17e8686293d86eb443fd1cd8bb6 (commit)
via afcaac08eef333411d8241918181bb126d76d695 (commit)
via b0de90639b5fe9c62ea8165fd1c49efea2f66477 (commit)
via c89c2a6e6a1a2a34413fd186670753ae1574ce89 (commit)
via 37166a27cad84fa72825f5cf9e28a57cd2bb5815 (commit)
via bc4560cf18e98d0a768c1d7a04ca1f31eb0d0d05 (commit)
from c4338deee9f3928eae61689687a1ff7ffee0d7b8 (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=c3851220db0608c322184e02e0e5225…
commit c3851220db0608c322184e02e0e52255470e4640
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 15:41:21 2015 +0100
hnb-test: Add VTY to manually issue Iuh messages
We can now send Iuh messages with commands like 'hnbap hnb register',
'hnbap ue regiter imsi 12345', 'ranap reset cs', 'ranap reset ps',
and even establish connection-oriented RUA using
'channel cs lu imsi 12345'
http://cgit.osmocom.org/osmo-iuh/commit/?id=f9c9aa5f20957917fbff340c5824874…
commit f9c9aa5f20957917fbff340c5824874a273830ff
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 15:39:00 2015 +0100
ranap_msg_factory.c: Fix compiler warnings
http://cgit.osmocom.org/osmo-iuh/commit/?id=57d873392cf27daf5a7fc7e39f6b068…
commit 57d873392cf27daf5a7fc7e39f6b068b659e1631
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 15:33:21 2015 +0100
ranap_msg_factory: use OCTET_STRING_fromBuf() in ranap_new_msg_dt()
When using asn1c, we cannot use buffers allocated elsewhere and/or on
the stack as input into encoding.
http://cgit.osmocom.org/osmo-iuh/commit/?id=ea98b6f6d6e5c17e8686293d86eb443…
commit ea98b6f6d6e5c17e8686293d86eb443fd1cd8bb6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 15:09:06 2015 +0100
ranap: New ranap_new_msg_initial_ue() funcition
for testing, it is useful if we can also generate an InitialUE
message - even though a HNB-GW only needs to receive it.
http://cgit.osmocom.org/osmo-iuh/commit/?id=afcaac08eef333411d8241918181bb1…
commit afcaac08eef333411d8241918181bb126d76d695
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 14:55:45 2015 +0100
asn1helpers.h: Add missing declarations of functions in asn1helpers.c
http://cgit.osmocom.org/osmo-iuh/commit/?id=b0de90639b5fe9c62ea8165fd1c49ef…
commit b0de90639b5fe9c62ea8165fd1c49efea2f66477
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 14:10:17 2015 +0100
hnbgw_rua.c: Incoming context IDs are 24bit wide according to spec
so don't try to decode them to u32, which expects 32bit input values.
http://cgit.osmocom.org/osmo-iuh/commit/?id=c89c2a6e6a1a2a34413fd186670753a…
commit c89c2a6e6a1a2a34413fd186670753ae1574ce89
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 14:07:05 2015 +0100
RANAP: Replace the last remainng TBCD-STRING with OCTET STRING
in order to work around a bug in asn1c. When we keep the original
TBCD-STRING, the APER-encoded PLMNidentity always has an extra leading
length byte that the decoder doesn't expect.
http://cgit.osmocom.org/osmo-iuh/commit/?id=37166a27cad84fa72825f5cf9e28a57…
commit 37166a27cad84fa72825f5cf9e28a57cd2bb5815
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 10:12:09 2015 +0100
improve logging, remove obsolete FIXMEs, return of non-void functions
http://cgit.osmocom.org/osmo-iuh/commit/?id=bc4560cf18e98d0a768c1d7a04ca1f3…
commit bc4560cf18e98d0a768c1d7a04ca1f31eb0d0d05
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 08:46:58 2015 +0100
Implement forwarding of RANAP PAGING from CN to all HNBs
-----------------------------------------------------------------------
Summary of changes:
asn1/ranap/RANAP-IEs.asn | 2 +-
src/asn1helpers.h | 3 +
src/context_map.c | 12 +-
src/hnbgw_cn.c | 28 +++--
src/hnbgw_ranap.c | 7 +-
src/hnbgw_rua.c | 31 +++--
src/ranap/RANAP_PLMNidentity.c | 72 ++++++------
src/ranap/RANAP_PLMNidentity.h | 4 +-
src/ranap_msg_factory.c | 62 +++++++++-
src/ranap_msg_factory.h | 6 +
src/tests/Makefile.am | 2 +-
src/tests/hnb-test.c | 253 +++++++++++++++++++++++++++++++++++++----
src/tests/hnb-test.h | 2 -
13 files changed, 389 insertions(+), 95 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 "Osmocom code for Iuh interface".
The branch, laforge/wip has been created
at c4338deee9f3928eae61689687a1ff7ffee0d7b8 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-iuh/commit/?id=c4338deee9f3928eae61689687a1ff7…
commit c4338deee9f3928eae61689687a1ff7ffee0d7b8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 00:40:52 2015 +0100
hnbgw: Bring all parts together
We now have the RUA and SUA parts interconnected by the
context ID mapper, and should be able to pass messages back and forward
between both sides.
Unfortunately this touches a bit of everything, but the structures are
all still very much in flux. Hopefully they will start to stabilize at
some point soon...
http://cgit.osmocom.org/osmo-iuh/commit/?id=cd5e981490796eedfb257105036f24d…
commit cd5e981490796eedfb257105036f24d6ba042563
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Dec 23 22:14:16 2015 +0100
hnbgw_rua: Don't use msgb as imput, allow more parameters
http://cgit.osmocom.org/osmo-iuh/commit/?id=90256bad581a77069e0e9232927111f…
commit 90256bad581a77069e0e9232927111f677a15272
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Dec 23 20:16:36 2015 +0100
Add a context mapper to map RUA ContextIDs <-> SUA Connection IDs
http://cgit.osmocom.org/osmo-iuh/commit/?id=f42317ba9caa170fb7f1ae1145c40ec…
commit f42317ba9caa170fb7f1ae1145c40ecc0af46e4f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Dec 23 15:36:31 2015 +0100
Introduce DRANAP/DRUA log categories to separate logging
-----------------------------------------------------------------------
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, master has been updated
via f6d0138d76d12e1842524c15eea2c16f3cd37bf3 (commit)
from ffa7c0ad3900c44fb67d486758f31b347f585eb2 (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=f6d0138d76d12e1842524c15eea2c16…
commit f6d0138d76d12e1842524c15eea2c16f3cd37bf3
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Tue Dec 22 14:59:07 2015 +0100
fix copy/paste mistake in src/Makefile.am
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "SCCP Library".
The branch, master has been updated
via 8209bc8950979eea9445e1b222b58843fdddc2d0 (commit)
via f57a1594b705f93d9711e98e169231929af70966 (commit)
via ec86dcdc2fe3b57c0f3c71918967325eeb971369 (commit)
from b4d2736ecc0528416bc1c8099950d15f2a6c239d (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/libosmo-sccp/commit/?id=8209bc8950979eea9445e1b222b…
commit 8209bc8950979eea9445e1b222b58843fdddc2d0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Dec 23 14:18:42 2015 +0100
fix some recently-introduced compiler warnings
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f57a1594b705f93d9711e98e169…
commit f57a1594b705f93d9711e98e169231929af70966
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Dec 23 14:16:21 2015 +0100
Properly define SCCP_SAP_USER without random magic number
http://cgit.osmocom.org/libosmo-sccp/commit/?id=ec86dcdc2fe3b57c0f3c7191896…
commit ec86dcdc2fe3b57c0f3c71918967325eeb971369
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 23:24:27 2015 +0100
sccp.c: Fix compiler warnings about size_t / %u
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/Makefile.am | 2 +-
include/osmocom/sigtran/sccp_sap.h | 4 +---
include/osmocom/sigtran/sigtran_sap.h | 6 ++++++
src/sccp.c | 6 +++---
tests/sigtran/sua_client_test.c | 2 +-
tests/sigtran/sua_test_common.h | 1 +
6 files changed, 13 insertions(+), 8 deletions(-)
create mode 100644 include/osmocom/sigtran/sigtran_sap.h
hooks/post-receive
--
SCCP 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via a2db75f28cfbf096b076058ff89d1ef2cac3e6b1 (commit)
from 8db1134c72d629d16368eb493a231d9ec742cf17 (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=a2db75f28cfbf096b076058ff89d…
commit a2db75f28cfbf096b076058ff89d1ef2cac3e6b1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 22:11:27 2015 +0100
Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/prim.h | 3 +++
src/Makefile.am | 2 +-
src/prim.c | 10 ++++++++++
3 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 src/prim.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 ffa7c0ad3900c44fb67d486758f31b347f585eb2 (commit)
via 75a4e65f52f02e20d56d8426219feb46ec5cabf9 (commit)
via 38a4f32d580cda9194d7c0cc9e92cbabd4af568d (commit)
from 269b8ac7ee49b84bda9ab3d57a37689c08e2fab9 (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=ffa7c0ad3900c44fb67d486758f31b3…
commit ffa7c0ad3900c44fb67d486758f31b347f585eb2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Dec 23 00:03:41 2015 +0100
use msgb_sctp_ppid() from libosmo-netif, remove local declaration
http://cgit.osmocom.org/osmo-iuh/commit/?id=75a4e65f52f02e20d56d8426219feb4…
commit 75a4e65f52f02e20d56d8426219feb46ec5cabf9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 23:59:24 2015 +0100
hnbgw: Add SUA client socket towards localhost
This socket doesn't do much yet except to connect to localhost:14001
The host/port needs to be made configurable, and the RUA<->SUA
interfacing needs to be implemented.
Also, we'll need two SUA sockets, one for MSC and one for SGSN.
http://cgit.osmocom.org/osmo-iuh/commit/?id=38a4f32d580cda9194d7c0cc9e92cba…
commit 38a4f32d580cda9194d7c0cc9e92cbabd4af568d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 23:05:10 2015 +0100
remove sigtran code, now part of libosmo-sccp
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
sigtran/Makefile | 17 -
sigtran/proto_sua.h | 122 ----
sigtran/sccp_sap.c | 43 --
sigtran/sccp_sap.h | 199 -------
sigtran/sua.c | 1431 ---------------------------------------------
sigtran/sua.h | 21 -
sigtran/sua_client_test.c | 57 --
sigtran/sua_server_test.c | 79 ---
sigtran/sua_test_common.c | 95 ---
sigtran/sua_test_common.h | 31 -
src/Makefile.am | 4 +-
src/hnbgw.c | 48 +-
src/hnbgw.h | 3 +-
src/hnbgw_hnbap.c | 3 +-
src/hnbgw_rua.c | 3 +-
16 files changed, 55 insertions(+), 2102 deletions(-)
delete mode 100644 sigtran/Makefile
delete mode 100644 sigtran/proto_sua.h
delete mode 100644 sigtran/sccp_sap.c
delete mode 100644 sigtran/sccp_sap.h
delete mode 100644 sigtran/sua.c
delete mode 100644 sigtran/sua.h
delete mode 100644 sigtran/sua_client_test.c
delete mode 100644 sigtran/sua_server_test.c
delete mode 100644 sigtran/sua_test_common.c
delete mode 100644 sigtran/sua_test_common.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 network interface library".
The branch, master has been updated
via cc4ce39fc6e3b844605eb3fbc1c413b3282ed292 (commit)
via b60edf05a6cde75dee8a7974c761f4f3929c47e3 (commit)
from b36fd0b912bb175ac6237f2ec450bf561680a0ad (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/libosmo-netif/commit/?id=cc4ce39fc6e3b844605eb3fbc1…
commit cc4ce39fc6e3b844605eb3fbc1c413b3282ed292
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 23:54:21 2015 +0100
fix/complete stream client re-connect logic
So far, when the first connection attempt failed in
osmo_stream_cli_open(), we returned a terminal errro without any
re-connection attempts. While this may be useful in some cases, our
general idea of the stream client logic is to handle the reconnection
attempts insid the library. We introduce a new osmo_stream_cli_open2()
function while keping the old behavior for backwards compatibility.
http://cgit.osmocom.org/libosmo-netif/commit/?id=b60edf05a6cde75dee8a7974c7…
commit b60edf05a6cde75dee8a7974c761f4f3929c47e3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 23:53:55 2015 +0100
stream.c: Fix another 'link' variable / symbol mismatch
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/netif/stream.h | 1 +
src/stream.c | 22 +++++++++++++++++-----
2 files changed, 18 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom network interface 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 network interface library".
The branch, master has been updated
via b36fd0b912bb175ac6237f2ec450bf561680a0ad (commit)
from fb3e20b4b2a38cd09bf4ed7687dacd3ab6f15d44 (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/libosmo-netif/commit/?id=b36fd0b912bb175ac6237f2ec4…
commit b36fd0b912bb175ac6237f2ec450bf561680a0ad
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Dec 22 23:40:47 2015 +0100
osmo_stream_cli_destroy: call talloc_free on right object
'link' turns out to be a really bad variable name, as the symbol
resolves to the global link(2)...
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom network interface 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 network interface library".
The branch, master has been updated
via fb3e20b4b2a38cd09bf4ed7687dacd3ab6f15d44 (commit)
from d4be141ab0922427232db660e09befd064a6bace (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 7 ++++
include/osmocom/netif/stream.h | 5 +++
src/Makefile.am | 4 +-
src/stream.c | 89 +++++++++++++++++++++++++++++++++++++++---
4 files changed, 98 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom network interface library