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 269b8ac7ee49b84bda9ab3d57a37689c08e2fab9 (commit)
via 541e429a39c5bf7120471e85f56c69e2f162b098 (commit)
via d174e76f1dc53e4ae56ae289a4e360c82d520b92 (commit)
from 8aac21a5e8219cacd3ab25023447606fb044c0c5 (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=269b8ac7ee49b84bda9ab3d57a37689…
commit 269b8ac7ee49b84bda9ab3d57a37689c08e2fab9
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 22 16:26:48 2015 +0100
hnbgw: Free msgb when connection is closed
http://cgit.osmocom.org/osmo-iuh/commit/?id=541e429a39c5bf7120471e85f56c69e…
commit 541e429a39c5bf7120471e85f56c69e2f162b098
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 22 16:25:29 2015 +0100
hnbgw_hnbap.c: Clean up after encoding a UE register accept
Need to free the ASN.1 structs after using them to encode the UE
register accept message.
http://cgit.osmocom.org/osmo-iuh/commit/?id=d174e76f1dc53e4ae56ae289a4e360c…
commit d174e76f1dc53e4ae56ae289a4e360c82d520b92
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 22 16:22:53 2015 +0100
asn1tostruct.py: Fix memory leaks in generated code
The decode_*ies functions did not clean up after them. This change is
taken from changes made to asn1tostruct.py in openair-cn repository.
-----------------------------------------------------------------------
Summary of changes:
asn1/utils/asn1tostruct.py | 11 +++++++++--
src/hnbgw.c | 6 ++++--
src/hnbgw_hnbap.c | 4 ++++
3 files changed, 17 insertions(+), 4 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, master has been updated
via 8aac21a5e8219cacd3ab25023447606fb044c0c5 (commit)
from c51f735b35e24acee59be7e205be298ad53be822 (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=8aac21a5e8219cacd3ab25023447606…
commit 8aac21a5e8219cacd3ab25023447606fb044c0c5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Dec 22 13:02:42 2015 +0100
Remove obsolete ffasn1c files.
The ffasn1c files from early trials are obsolete, we're using asn1c now.
-----------------------------------------------------------------------
Summary of changes:
asn1/hnbap/ffasn1c/hnbap.c | 6414 --------
asn1/hnbap/ffasn1c/hnbap.h | 1935 ---
asn1/ranap/ffasn1c/ranap.c | 37588 -------------------------------------------
asn1/ranap/ffasn1c/ranap.h | 10215 ------------
asn1/rua/ffasn1c/rua.c | 2044 ---
asn1/rua/ffasn1c/rua.h | 683 -
6 files changed, 58879 deletions(-)
delete mode 100644 asn1/hnbap/ffasn1c/hnbap.c
delete mode 100644 asn1/hnbap/ffasn1c/hnbap.h
delete mode 100644 asn1/ranap/ffasn1c/ranap.c
delete mode 100644 asn1/ranap/ffasn1c/ranap.h
delete mode 100644 asn1/rua/ffasn1c/rua.c
delete mode 100644 asn1/rua/ffasn1c/rua.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, master has been updated
via c51f735b35e24acee59be7e205be298ad53be822 (commit)
via fec171d8b4dd791a35e056d9e9095554a309a434 (commit)
via 6682a37875758dcf83cd030263aafae5ec3cac61 (commit)
from 8960704d1c2361568e98008435759074ed45ecbe (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=c51f735b35e24acee59be7e205be298…
commit c51f735b35e24acee59be7e205be298ad53be822
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Dec 22 12:21:16 2015 +0100
really fix src/Makefile.am
Add BUILT_SOURCES to src/Makefile.am.
(And remove a stray space.)
http://cgit.osmocom.org/osmo-iuh/commit/?id=fec171d8b4dd791a35e056d9e909555…
commit fec171d8b4dd791a35e056d9e9095554a309a434
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Mon Dec 21 20:44:35 2015 +0100
fix Makefile.am
http://cgit.osmocom.org/osmo-iuh/commit/?id=6682a37875758dcf83cd030263aafae…
commit 6682a37875758dcf83cd030263aafae5ec3cac61
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Dec 21 17:12:22 2015 +0100
README, .gitignore
Update building instructions and add tests/atconfig to .gitignore.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 8 ++++++++
README | 21 +++++++++++++++++----
src/Makefile.am | 11 ++---------
3 files changed, 27 insertions(+), 13 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, master has been updated
via 8960704d1c2361568e98008435759074ed45ecbe (commit)
via 70e84ab5f9d3085f15da9af36aafdfa13d5c8b61 (commit)
from 283c7fde3809d3bb010b736c4597641f3d290260 (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=8960704d1c2361568e9800843575907…
commit 8960704d1c2361568e98008435759074ed45ecbe
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Dec 21 23:51:08 2015 +0100
SUA: Ensure osmo_ prefix is used on all global symbols
http://cgit.osmocom.org/osmo-iuh/commit/?id=70e84ab5f9d3085f15da9af36aafdfa…
commit 70e84ab5f9d3085f15da9af36aafdfa13d5c8b61
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Dec 21 23:50:36 2015 +0100
SUA: More FIXMEs
-----------------------------------------------------------------------
Summary of changes:
sigtran/proto_sua.h | 4 +--
sigtran/sccp_sap.h | 1 +
sigtran/sua.c | 70 +++++++++++++++++++++++------------------------
sigtran/sua.h | 9 +++---
sigtran/sua_client_test.c | 6 ++--
sigtran/sua_server_test.c | 4 +--
sigtran/sua_test_common.c | 8 +++---
sigtran/sua_test_common.h | 4 +--
8 files changed, 54 insertions(+), 52 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, master has been updated
via 283c7fde3809d3bb010b736c4597641f3d290260 (commit)
via 71f73a2919ec071de8b8f1972db6cc92c29a55ee (commit)
from ef5055c275998a977d732fd15bb2c95accb0ac38 (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=283c7fde3809d3bb010b736c4597641…
commit 283c7fde3809d3bb010b736c4597641f3d290260
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Dec 21 23:35:56 2015 +0100
Add WIP code for SCCP User Adaptation (SUA) and SCCP User SAP
The idea of this code is to
* provide a SCCP User SAP as boundary between the User of SCCP
or SCCP-like transport like SUA
* implement the minimum subset of SUA to transport RANAP messages
betweene HNB-GW and MSC/SGSN
At this point
* we don't yet implement the proper state machines and timer
* we don't imp[lement the SCCP RESET procedure
* we don't implement AS/ASP management
The code is full of FIXMEs whihc hopefully will get fixed gradually.
After some cleanup + verification, it should move to a library, possibly
either replacing/renaming libomo-sccp, or adding it to libosmo-netif?
http://cgit.osmocom.org/osmo-iuh/commit/?id=71f73a2919ec071de8b8f1972db6cc9…
commit 71f73a2919ec071de8b8f1972db6cc92c29a55ee
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Dec 21 21:01:00 2015 +0100
move COPYING file to root directory
-----------------------------------------------------------------------
Summary of changes:
src/COPYING => COPYING | 0
sigtran/Makefile | 17 +
sigtran/proto_sua.h | 122 ++++
sigtran/sccp_sap.c | 43 ++
sigtran/sccp_sap.h | 198 +++++++
sigtran/sua.c | 1431 +++++++++++++++++++++++++++++++++++++++++++++
sigtran/sua.h | 20 +
sigtran/sua_client_test.c | 57 ++
sigtran/sua_server_test.c | 79 +++
sigtran/sua_test_common.c | 95 +++
sigtran/sua_test_common.h | 31 +
11 files changed, 2093 insertions(+)
rename src/COPYING => COPYING (100%)
create mode 100644 sigtran/Makefile
create mode 100644 sigtran/proto_sua.h
create mode 100644 sigtran/sccp_sap.c
create mode 100644 sigtran/sccp_sap.h
create mode 100644 sigtran/sua.c
create mode 100644 sigtran/sua.h
create mode 100644 sigtran/sua_client_test.c
create mode 100644 sigtran/sua_server_test.c
create mode 100644 sigtran/sua_test_common.c
create 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, laforge/sctp has been created
at fb3e20b4b2a38cd09bf4ed7687dacd3ab6f15d44 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=fb3e20b4b2a38cd09bf4ed7687…
commit fb3e20b4b2a38cd09bf4ed7687dacd3ab6f15d44
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Dec 21 20:54:19 2015 +0100
SCTP support for osmo_stream_{cli,srv} code
Wih this change, osmo_stream_ client and server API can be used not only
for TCP but also for SCTP. The latter is needed in SIGTRAN ad Iuh
applications, for example.
-----------------------------------------------------------------------
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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via 810a981d0c2975825a72c9c6c9db2700719928c3 (commit)
from 55fe96198733c9c57689d18e81cb2d7e8b2ebbfd (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/gr-osmosdr/commit/?id=810a981d0c2975825a72c9c6c9db2…
commit 810a981d0c2975825a72c9c6c9db2700719928c3
Author: Pavel Demin <pavel.demin(a)cern.ch>
Date: Mon Dec 21 18:28:54 2015 +0100
redpitaya: change base class to gr::sync_block
-----------------------------------------------------------------------
Summary of changes:
lib/redpitaya/redpitaya_common.cc | 12 +++++++++-
lib/redpitaya/redpitaya_sink_c.cc | 46 ++++++++++++++++++++++++++-----------
lib/redpitaya/redpitaya_sink_c.h | 10 ++++----
lib/redpitaya/redpitaya_source_c.cc | 46 +++++++++++++++++++++++++------------
lib/redpitaya/redpitaya_source_c.h | 10 ++++----
5 files changed, 87 insertions(+), 37 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
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 ef5055c275998a977d732fd15bb2c95accb0ac38 (commit)
from e98dacd1cb0edf25ca169217d494c420b7c056a4 (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=ef5055c275998a977d732fd15bb2c95…
commit ef5055c275998a977d732fd15bb2c95accb0ac38
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Dec 21 17:50:11 2015 +0100
Makefile.am: Try to model the asn1tostruct.py generation dependencies
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 5 +++++
1 file changed, 5 insertions(+)
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 e98dacd1cb0edf25ca169217d494c420b7c056a4 (commit)
via c32b0d9848d16da6279fa5348bc188b1085a21c3 (commit)
via b2daa0d803ee529af9549e1a9884e209729be6d3 (commit)
from 0a3eafee45e78ae887a7f1c579ab54befc1fa47a (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=e98dacd1cb0edf25ca169217d494c42…
commit e98dacd1cb0edf25ca169217d494c420b7c056a4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 19 16:24:22 2015 +0100
add TS 25.412 spec
http://cgit.osmocom.org/osmo-iuh/commit/?id=c32b0d9848d16da6279fa5348bc188b…
commit c32b0d9848d16da6279fa5348bc188b1085a21c3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 19 14:52:44 2015 +0100
Add various RANAP packet captures (pcap files) found on the net
http://cgit.osmocom.org/osmo-iuh/commit/?id=b2daa0d803ee529af9549e1a9884e20…
commit b2daa0d803ee529af9549e1a9884e209729be6d3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 19 13:05:19 2015 +0100
ranap ASN.1: Define IMSI as OCTET STRING to work around asn1c bug
When IMSI is a TBCD-STRING type, and TBCD-STRING is defined as OCTET
STRING, we end up encoding the IMSI the wrong way. I don't knwo why
that is, but changing it fixed the problem, as described below:
before this commit:
00 17 PeranentNAS-UE-ID
40 criticality ignore
0a (length)
00 presence = IMSI
08 BUG: why the additional length field?
46 23 91 34 70 77 80 f3 IMSI (643219430777083)
after this commit:
00 17 PeranentNAS-UE-ID
40 criticality ignore
09 (length)
50 presence = IMSI
46 23 91 34 70 77 80 f3 IMSI (643219430777083)
-----------------------------------------------------------------------
Summary of changes:
asn1/ranap/RANAP-IEs.asn | 2 +-
.../ranap/29eb1ef0-9805-012b-b2a6-0016cb8cea27.cap | Bin 0 -> 66684 bytes
pcap/ranap/3GDT_example.pcap | Bin 0 -> 1365 bytes
pcap/ranap/IuPS_PS_call_flow.pcap | Bin 0 -> 2710 bytes
pcap/ranap/MobileOriginatingCall_AMR.cap | Bin 0 -> 28475 bytes
pcap/ranap/MobileTerminatingCall_AMR.cap | Bin 0 -> 29127 bytes
pcap/ranap/ranap-linkbit_ETH.pcap | Bin 0 -> 3394 bytes
pcap/ranap/ranap.pcap | Bin 0 -> 2510 bytes
specs/by_chapter/25.412.pdf | 1 +
specs/by_name/iu_signalling_transport.pdf | 1 +
specs/files/ts_125412v120000p.pdf | Bin 0 -> 90453 bytes
src/ranap/RANAP_IMSI.c | 72 +++++++++++----------
src/ranap/RANAP_IMSI.h | 4 +-
13 files changed, 43 insertions(+), 37 deletions(-)
create mode 100644 pcap/ranap/29eb1ef0-9805-012b-b2a6-0016cb8cea27.cap
create mode 100644 pcap/ranap/3GDT_example.pcap
create mode 100644 pcap/ranap/IuPS_PS_call_flow.pcap
create mode 100644 pcap/ranap/MobileOriginatingCall_AMR.cap
create mode 100644 pcap/ranap/MobileTerminatingCall_AMR.cap
create mode 100644 pcap/ranap/ranap-linkbit_ETH.pcap
create mode 100644 pcap/ranap/ranap.pcap
create mode 120000 specs/by_chapter/25.412.pdf
create mode 120000 specs/by_name/iu_signalling_transport.pdf
create mode 100644 specs/files/ts_125412v120000p.pdf
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 "An utility library for Open Source Mobile Communications".
The branch, jerlbeck/wip/openbsc-to-core has been created
at ea7f73254f35e34d8d3f34d38cb6613ae8af4bf0 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ea7f73254f35e34d8d3f34d38cb6…
commit ea7f73254f35e34d8d3f34d38cb6613ae8af4bf0
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 17 09:53:23 2015 +0100
gb: Add bssgp_msgb_copy function
This function originates from openbsc/src/gprs but is just specific
to BSSGP/Gb on the same level like bssgp_msgb_alloc.
This commit puts the former gprs_msgb_copy function beside
bssgp_msgb_alloc.
Renamed function:
gprs_msgb_copy -> bssgp_msgb_copy
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=06895857eca144d856950db03bd3…
commit 06895857eca144d856950db03bd36cf9c6384365
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 12:52:56 2015 +0100
msgb/test: Add test case for error cases
Include a test for msgb_trim.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=cada9ff241b5891287074b89facf…
commit cada9ff241b5891287074b89facf96c491c25c09
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 10:37:05 2015 +0100
msgb: Assert len >= 0 in msgb_trim
Currently msgb_trim only checks for len > data_len and returns -1
in that case, allowing the caller to fix it somehow. Using a negative
length will always lead to a corrupt msgb, but this is not being
checked.
This commit adds a check for len < 0 and a conditional call to MSGB_ABORT.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=323562f2d8d2447443d0da2a059e…
commit 323562f2d8d2447443d0da2a059e34c18bedebfe
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 17 10:35:03 2015 +0100
msgb/test: Add tests for msgb_resize_area and msgb_copy
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=aac7933c74a7dce699718c65f76f…
commit aac7933c74a7dce699718c65f76f36fa36a7d700
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 12:57:56 2015 +0100
msgb/test: Add functions to catch and check exceptions
Currently the msgb error handling cannot be fully tested, since in
many cases osmo_panic will be called. This will in turn call abort().
Using an osmo_panic_handler that just returns will not help, since
many msgb functions rely on MSGB_ABORT to not return at all.
This commit uses an alternative osmo_panic_raise handler that just
calls longjmp to return to the test function.
Since some of this activity is logged to stderr where the strings may
contain variable parts like pointer addresses, stderr checking is
disabled in testsuite.at.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=baf9e6422ee0693e8e1da3877082…
commit baf9e6422ee0693e8e1da3877082e039001ca60b
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Mar 18 14:03:16 2014 +0100
msgb/test: Add test for msgb message buffers
This tests several API functions of the msgb by checking the
invariant and by dumping resulting message buffers as hex.
Sponsored-by: On-Waves ehf
Conflicts:
tests/Makefile.am
http://cgit.osmocom.org/libosmocore/commit/?id=5b87706bd8a106e1ba44ac351c1d…
commit 5b87706bd8a106e1ba44ac351c1d24eece736f99
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Nov 16 14:26:47 2015 +0100
gsm: Add APN conversion functions
These functions are currently part of openbsc but also needed by
other projects.
The function have been renamed as follows:
gprs_apn_to_str -> osmo_apn_to_str
gprs_str_to_apn -> osmo_apn_from_str
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications