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 0a3eafee45e78ae887a7f1c579ab54befc1fa47a (commit)
via 94a62d591d59ffa1cbaf310ecb71172f25decf7e (commit)
via b7f67c4b14a0c742f41880521144eac1f67f97a7 (commit)
from de9055f1424678bbc653ee2a2ee6b381ff121725 (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=0a3eafee45e78ae887a7f1c579ab54b…
commit 0a3eafee45e78ae887a7f1c579ab54befc1fa47a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 19 02:38:09 2015 +0100
ranap: Don' shift the RAB ID by 3 bits
http://cgit.osmocom.org/osmo-iuh/commit/?id=94a62d591d59ffa1cbaf310ecb71172…
commit 94a62d591d59ffa1cbaf310ecb71172f25decf7e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 19 02:37:48 2015 +0100
ranap: No need for htonl() of IP addresses and the like
http://cgit.osmocom.org/osmo-iuh/commit/?id=b7f67c4b14a0c742f41880521144eac…
commit b7f67c4b14a0c742f41880521144eac1f67f97a7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 19 02:36:52 2015 +0100
ranap: Don't forget ProtocolIE-CointainerPair around ProtocolIE-FieldPair
-----------------------------------------------------------------------
Summary of changes:
asn1/ranap/RANAP-PDU.asn | 2 +-
src/ranap/RANAP_RAB-IE-ContainerPairList.c | 2 +-
src/ranap/RANAP_RAB-IE-ContainerPairList.h | 4 ++--
src/ranap_msg_factory.c | 17 +++++++++++------
4 files changed, 15 insertions(+), 10 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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via 55fe96198733c9c57689d18e81cb2d7e8b2ebbfd (commit)
via 3582ba17e0d7a5237c6393a1c5849533692018f7 (commit)
from 7cec4c0f517144f271630f78dd6acd1f26f6b1f7 (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=55fe96198733c9c57689d18e81cb2…
commit 55fe96198733c9c57689d18e81cb2d7e8b2ebbfd
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Fri Dec 18 22:20:27 2015 +0100
update documentation
http://cgit.osmocom.org/gr-osmosdr/commit/?id=3582ba17e0d7a5237c6393a1c5849…
commit 3582ba17e0d7a5237c6393a1c5849533692018f7
Author: Pavel Demin <pavel.demin(a)uclouvain.be>
Date: Thu Dec 17 21:12:45 2015 +0100
redpitaya: add support for Red Pitaya SDR transceiver
This patch adds two gr-osmosdr blocks that can be used with the SDR transceiver
application available from the Red Pitaya application marketplace:
http://bazaar.redpitaya.com
These new source and sink blocks are based on the file block with some pieces
borrowed from the rtl_tcp block.
More details about Red Pitaya SDR transceiver can be found at:
http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver
Usage example:
osmocom_fft -a "redpitaya=192.168.1.100:1001"
Signed-off-by: Pavel Demin <pavel.demin(a)uclouvain.be>
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 1 +
README | 2 +
grc/gen_osmosdr_blocks.py | 7 +-
lib/CMakeLists.txt | 10 +-
lib/config.h.in | 1 +
lib/{rtl_tcp => redpitaya}/CMakeLists.txt | 10 +-
.../redpitaya/redpitaya_common.cc | 54 ++--
.../api.h => lib/redpitaya/redpitaya_common.h | 21 +-
lib/redpitaya/redpitaya_sink_c.cc | 287 +++++++++++++++++++++
.../redpitaya_sink_c.h} | 39 ++-
lib/redpitaya/redpitaya_source_c.cc | 281 ++++++++++++++++++++
.../redpitaya_source_c.h} | 33 ++-
lib/sink_impl.cc | 18 ++
lib/source_impl.cc | 18 ++
14 files changed, 695 insertions(+), 87 deletions(-)
copy lib/{rtl_tcp => redpitaya}/CMakeLists.txt (85%)
copy docs/doxygen/doxyxml/example/aadvark.cc => lib/redpitaya/redpitaya_common.cc (51%)
copy include/osmosdr/api.h => lib/redpitaya/redpitaya_common.h (67%)
create mode 100644 lib/redpitaya/redpitaya_sink_c.cc
copy lib/{file/file_source_c.h => redpitaya/redpitaya_sink_c.h} (72%)
create mode 100644 lib/redpitaya/redpitaya_source_c.cc
copy lib/{file/file_source_c.h => redpitaya/redpitaya_source_c.h} (76%)
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 de9055f1424678bbc653ee2a2ee6b381ff121725 (commit)
via f8db61b554a59b12d330618fc41979a920523814 (commit)
via fcabec3665a29a25b9ceb80c047165de3b79a82f (commit)
via 16232780d893de5bcac5f6b670d8173e444d7661 (commit)
via 04329dcbdca62edf5f254bf309963d1a69c244f3 (commit)
from 629391321f10490c5b5f1edc5035ea2e5679ad3e (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=de9055f1424678bbc653ee2a2ee6b38…
commit de9055f1424678bbc653ee2a2ee6b381ff121725
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 17:33:49 2015 +0100
Makefile.am: Replace .PHONY asn1tostruct.py rules
asn1tostruct.py generates three files. Try to teach the makefile that
all three of them depend on the .asn source file to ensure they're
re-built whenever the .asn source file changes.
http://cgit.osmocom.org/osmo-iuh/commit/?id=f8db61b554a59b12d330618fc41979a…
commit f8db61b554a59b12d330618fc41979a920523814
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 17:29:59 2015 +0100
First compiling (and leak-free) RANAP message generation functions
encoding correctness still needs to be verified at this point. At least
they generate some binary output without failing somewhere earlier in
the encoding process - and they don't leave any leaked memory behind,
see talloc_report() at the end of test-ranap.c:main().
http://cgit.osmocom.org/osmo-iuh/commit/?id=fcabec3665a29a25b9ceb80c047165d…
commit fcabec3665a29a25b9ceb80c047165de3b79a82f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 17:50:57 2015 +0100
implement BIT_STRING_fromBuf() similar to OCTET_STRING_fromBuf()
http://cgit.osmocom.org/osmo-iuh/commit/?id=16232780d893de5bcac5f6b670d8173…
commit 16232780d893de5bcac5f6b670d8173e444d7661
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 17:22:04 2015 +0100
ranap_common: Fix error cleanup path while generating IE Pair
http://cgit.osmocom.org/osmo-iuh/commit/?id=04329dcbdca62edf5f254bf309963d1…
commit 04329dcbdca62edf5f254bf309963d1a69c244f3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 15:17:21 2015 +0100
{hnbap,rua,ranap}_common: check for encoding errors in new_ie()
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 8 +-
src/asn1helpers.c | 41 ++
src/asn1helpers.h | 2 +
src/hnbap_common.c | 8 +-
src/ranap_common.c | 28 +-
src/{tests/test-ranap.c => ranap_msg_factory.c} | 221 +++++++--
src/ranap_msg_factory.h | 22 +
src/rua_common.c | 8 +-
src/tests/Makefile.am | 17 +-
src/tests/test-ranap.c | 576 +++++-------------------
10 files changed, 415 insertions(+), 516 deletions(-)
copy src/{tests/test-ranap.c => ranap_msg_factory.c} (63%)
create mode 100644 src/ranap_msg_factory.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 "asn1c runtime code as shared library".
The branch, master has been updated
via a37b06d7354c5cfec0e88dc22a8a5d784551f1b3 (commit)
from 41b85d5597119fa8105dc0641ffe5cd1bbae39b2 (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=a37b06d7354c5cfec0e88dc22a8a5d7…
commit a37b06d7354c5cfec0e88dc22a8a5d784551f1b3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 15:37:17 2015 +0100
add '--enable-debug' configure option to build with EMIT_ASN_DEBUG
... which in turn causes all the ASN_DEBUG() to be turned into
fprintf(stderr, ...) statements, once the user application decides
to set 'asn_debug = 1' somewhere in its code.
The next step would be to make _ASN_DECODE_FAILED / _ASN_ENCODE_FAILED
no longer depend on ASN_DEBUG (which it currently does)
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++++
include/asn1c/asn_system.h | 2 ++
src/Makefile.am | 3 +++
src/asn_codecs_prim.c | 4 ++++
4 files changed, 13 insertions(+)
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, master has been updated
via 629391321f10490c5b5f1edc5035ea2e5679ad3e (commit)
via 8526d158f893283fee0b176ef9c7401133949815 (commit)
via 9c397d4969f6982093bfcec1f7f3770525a46752 (commit)
via 2676554c92f49557373f6c91834b97c2875163bf (commit)
via d062df5307f15f2b4b4b4a84e9c42d8f2fa268e6 (commit)
via 93690184b0f44d1436189d1504409a26dbbe8157 (commit)
via 091039d47e619c01979a4d6fb278b7fb0528e29d (commit)
from 141a0baac960e6f56b50c0abb0272b5294d6c9da (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=629391321f10490c5b5f1edc5035ea2…
commit 629391321f10490c5b5f1edc5035ea2e5679ad3e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 14:57:04 2015 +0100
{hnbap,ranap,rua}_common: use FREEMEM(), not free() directly
If we allocate with CALLOC/MALLOC macros, we need to release memory via the
same API.
http://cgit.osmocom.org/osmo-iuh/commit/?id=8526d158f893283fee0b176ef9c7401…
commit 8526d158f893283fee0b176ef9c7401133949815
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 13:41:39 2015 +0100
hnbap/rua: Don't usse malloc() directly but use CALLOC() macro
http://cgit.osmocom.org/osmo-iuh/commit/?id=9c397d4969f6982093bfcec1f7f3770…
commit 9c397d4969f6982093bfcec1f7f3770525a46752
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 13:33:20 2015 +0100
ranap: Use CALLOC() macro of libasn1c
we don't use malloc() directly, as that doesn't mix well with
our libasn1c using talloc.
http://cgit.osmocom.org/osmo-iuh/commit/?id=2676554c92f49557373f6c91834b97c…
commit 2676554c92f49557373f6c91834b97c2875163bf
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 18 13:33:00 2015 +0100
ranap: Ensure we free any intermediate dynamically allocated memory
http://cgit.osmocom.org/osmo-iuh/commit/?id=d062df5307f15f2b4b4b4a84e9c42d8…
commit d062df5307f15f2b4b4b4a84e9c42d8f2fa268e6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 17 23:18:40 2015 +0100
test-ranap.c: Further WIP, it now actually compiles
http://cgit.osmocom.org/osmo-iuh/commit/?id=93690184b0f44d1436189d1504409a2…
commit 93690184b0f44d1436189d1504409a26dbbe8157
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 17 23:17:21 2015 +0100
RANAP: Split FormatInformationParameter / SDUParameterItem
The definition of the above data types as per 3GPP specs results in a
SEQUENCE_OF() an anonymous structure, which is slightly inconvenient to
use. So let's split the SEQUENCE OF part and the actual definition of
the item in separate types.
http://cgit.osmocom.org/osmo-iuh/commit/?id=091039d47e619c01979a4d6fb278b7f…
commit 091039d47e619c01979a4d6fb278b7fb0528e29d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 17 20:37:40 2015 +0100
test-ranap.c: More WIP code for convoluted RANAP message encoding
-----------------------------------------------------------------------
Summary of changes:
asn1/ranap/RANAP-IEs.asn | 6 +-
src/hnbap_common.c | 5 +-
src/ranap/Makefile.am | 5 +-
.../RANAP_SDU-FormatInformationParameterItem.c | 83 +++++
... => RANAP_SDU-FormatInformationParameterItem.h} | 21 +-
src/ranap/RANAP_SDU-FormatInformationParameters.c | 80 +----
src/ranap/RANAP_SDU-FormatInformationParameters.h | 18 +-
src/ranap/RANAP_SDU-ParameterItem.c | 103 +++++++
src/ranap/RANAP_SDU-ParameterItem.h | 49 +++
src/ranap/RANAP_SDU-Parameters.c | 100 +-----
src/ranap/RANAP_SDU-Parameters.h | 22 +-
src/ranap_common.c | 36 ++-
src/ranap_common.h | 2 +
src/rua_common.c | 5 +-
src/tests/test-ranap.c | 343 ++++++++++++++++++---
15 files changed, 600 insertions(+), 278 deletions(-)
create mode 100644 src/ranap/RANAP_SDU-FormatInformationParameterItem.c
copy src/ranap/{RANAP_InterSystemInformation-TransparentContainer.h => RANAP_SDU-FormatInformationParameterItem.h} (51%)
create mode 100644 src/ranap/RANAP_SDU-ParameterItem.c
create mode 100644 src/ranap/RANAP_SDU-ParameterItem.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 141a0baac960e6f56b50c0abb0272b5294d6c9da (commit)
via 28b9ec1473ab7f679666d9da008a7d88b0fe9e31 (commit)
via 5f810f422288a8e366ab768713a15b100fea59d6 (commit)
via 59d17d8961df96ff7cb22338e2af314a83ba12ab (commit)
via 6637a289da9267c021497112d420ff0665507f50 (commit)
via 19dedbb6b1b9ccf9b66b0e555ee7465ac721990d (commit)
via 92856e6ef2356e82b969e526e8e23b95a2b7eefd (commit)
via 3279780557f23837b0f30742c5680c8b44a33adb (commit)
via bded9841b56b407d9dc86483b8ea543231a7cfd8 (commit)
via efceb187aa141b5e0c5894eab12f2fdd1017fbcb (commit)
via 4267a29ee0d301a653aa04c5b94488a5282a80c4 (commit)
via 7c27f7b7922f4fa8137b36d41082f14adc14b180 (commit)
from ace1d24d346d1f1184f2aceb34016f4e9143199a (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=141a0baac960e6f56b50c0abb0272b5…
commit 141a0baac960e6f56b50c0abb0272b5294d6c9da
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 18:03:52 2015 +0100
hnb-test: Add an option to transmit multiple UE register/deregister msgs
http://cgit.osmocom.org/osmo-iuh/commit/?id=28b9ec1473ab7f679666d9da008a7d8…
commit 28b9ec1473ab7f679666d9da008a7d88b0fe9e31
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 18:02:37 2015 +0100
Enable vty command to output talloc report
I don't think I can print this into a string and thus output it via VTY.
In that case it might be smarte to do in a signal handler
http://cgit.osmocom.org/osmo-iuh/commit/?id=5f810f422288a8e366ab768713a15b1…
commit 5f810f422288a8e366ab768713a15b100fea59d6
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 17:57:51 2015 +0100
hnbgw_hnbap: Initialize return value and always return something
http://cgit.osmocom.org/osmo-iuh/commit/?id=59d17d8961df96ff7cb22338e2af314…
commit 59d17d8961df96ff7cb22338e2af314a83ba12ab
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 17:56:56 2015 +0100
hnbap: Free ASN.1 components after they are no longer needed
http://cgit.osmocom.org/osmo-iuh/commit/?id=6637a289da9267c021497112d420ff0…
commit 6637a289da9267c021497112d420ff0665507f50
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 14:47:51 2015 +0100
hnb-test: Handle closed connections correctly
http://cgit.osmocom.org/osmo-iuh/commit/?id=19dedbb6b1b9ccf9b66b0e555ee7465…
commit 19dedbb6b1b9ccf9b66b0e555ee7465ac721990d
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 11:57:41 2015 +0100
hnb-test: Send UE de-register after receiving the UE registration accept
http://cgit.osmocom.org/osmo-iuh/commit/?id=92856e6ef2356e82b969e526e8e23b9…
commit 92856e6ef2356e82b969e526e8e23b95a2b7eefd
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 11:53:59 2015 +0100
hnb-test.c: Remove pdus.h include as it is not used
The messages are constructed so no need to include the binary asn1 data.
http://cgit.osmocom.org/osmo-iuh/commit/?id=3279780557f23837b0f30742c5680c8…
commit 3279780557f23837b0f30742c5680c8b44a33adb
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 12:53:05 2015 +0100
hnb-test: Add HNBAP category and reduce MAIN loglevel to INFO
http://cgit.osmocom.org/osmo-iuh/commit/?id=bded9841b56b407d9dc86483b8ea543…
commit bded9841b56b407d9dc86483b8ea543231a7cfd8
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 17 11:51:17 2015 +0100
hnbgw: Change logging priorities and add HNBAP category
Log hnbap messages to the HNBAP category. Change MAIN category to only
log INFO and above and change SCTP notification message to debug.
http://cgit.osmocom.org/osmo-iuh/commit/?id=efceb187aa141b5e0c5894eab12f2fd…
commit efceb187aa141b5e0c5894eab12f2fdd1017fbcb
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 15 20:30:12 2015 +0100
hnbgw_hnbap: Process UEDeRegister and try to free correct UE
http://cgit.osmocom.org/osmo-iuh/commit/?id=4267a29ee0d301a653aa04c5b94488a…
commit 4267a29ee0d301a653aa04c5b94488a5282a80c4
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 15 20:29:27 2015 +0100
hnbgw: Handle closed connections correctly
We still need to clean up the HNB data structures after the connection
is closed
http://cgit.osmocom.org/osmo-iuh/commit/?id=7c27f7b7922f4fa8137b36d41082f14…
commit 7c27f7b7922f4fa8137b36d41082f14adc14b180
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Dec 15 17:41:41 2015 +0100
hnbgw: Lower level of SCTP notif. msg to debug and set default log level to info
-----------------------------------------------------------------------
Summary of changes:
src/hnbap_common.c | 23 +++++++++-----
src/hnbap_common.h | 2 +-
src/hnbgw.c | 32 +++++++++++++++++--
src/hnbgw.h | 1 +
src/hnbgw_hnbap.c | 50 ++++++++++++++++++++++++------
src/tests/hnb-test.c | 86 +++++++++++++++++++++++++++++++++++++++++++++++++---
src/tests/hnb-test.h | 5 +++
7 files changed, 173 insertions(+), 26 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 "UNNAMED PROJECT".
The branch, jerlbeck/master has been updated
discards 8a78c4d6c403763ea8260d4971b1f22cd49ffb80 (commit)
discards aa614fabb186e93cd109b638aa479d9c943c148c (commit)
This update discarded existing revisions and left the branch pointing at
a previous point in the repository history.
* -- * -- N (6e75bc7fe304eec274f6e485a8b23a164fd4e28e)
\
O -- O -- O (8a78c4d6c403763ea8260d4971b1f22cd49ffb80)
The removed revisions are not necessarilly gone - if another reference
still refers to them they will stay in the repository.
No new revisions were added by this update.
Summary of changes:
src/bts.cpp | 2 --
src/tbf_ul.cpp | 3 ---
tests/tbf/TbfTest.err | 18 ------------------
3 files changed, 23 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "UNNAMED PROJECT".
The branch, jerlbeck/master has been updated
via 8a78c4d6c403763ea8260d4971b1f22cd49ffb80 (commit)
via aa614fabb186e93cd109b638aa479d9c943c148c (commit)
via 6e75bc7fe304eec274f6e485a8b23a164fd4e28e (commit)
via 845c01ef3f7df788308e56ad22408991c7d2c5ff (commit)
via 554a835e906419ff5b4b773b3a723a3fa2e15611 (commit)
via 39c6c7f738439197fd13636e9a9ea6ca192f7b4e (commit)
via b3100e187b8030fe25057978433e1dde62e86647 (commit)
via e8f5fe52554895661f7dafedb96c4c68b0ca9bda (commit)
via ce1beb423cddfddebeb2ebacb60eb10506eeff71 (commit)
via 784a0bd0001e4e81167eda6e3bb4a2001d24d1f6 (commit)
via d87e1d6ab747423d3668c74d16201a5d967accf0 (commit)
via 61679251472391bf1746eb277b5027caa1ac14ad (commit)
via 4abc686d76b1d74ba07939f5e586842c68c37e25 (commit)
via 392a5453361d639abe3eb50ec5ea7ace1595af04 (commit)
via 4aa78a8bea0d49a5fe6b3759606afd16eaf3de88 (commit)
via 6c3dc61db58bf469c504ffbfcbe061de2f18ceac (commit)
via 3b802e3c4ab59e6714d42298ca7b0b793e063f21 (commit)
via 690a734ebf392af8a8c8f443b2099e491d5aef3e (commit)
via 9e862e1e7f94e693615a843cbbbca0f4417e277f (commit)
via d0222cfe2dda4f169bf3d37cdc5eb79ef699cfd2 (commit)
via 409f980a180ad8977717cbb5ec412990a0ecbfb0 (commit)
via 14e00f8f66faf0c1f551d1d5e4527c51177d6dc8 (commit)
via 5265f59525157d135c1051f057f836395782c98e (commit)
via 86b6f05d19c8559b99d548730e54c1a4bfb7beba (commit)
via 5643f35fb4d09b160c4cd14c8e0ef6f2b7dce07e (commit)
via 76d767cbe84fbfecfd3003af622f949f04aadbe4 (commit)
via 953c78987a2dc99d4afcd3752507fcedabc9830f (commit)
via c3c58046c7223d48c61eb7126f33dca300254485 (commit)
via 111ebe84c2b0a49472ec59022aecf56adfefd82e (commit)
via eb93f592e5bdb729900d64a133d62f9fde9e280f (commit)
via f5898a0528eef82223c450caaf210389c5f00aee (commit)
via edfd7e3d94b7868c0a5eb18cde68bb03805fbbb4 (commit)
via acfb883011552a54c1d5b1b727466a3f29768e61 (commit)
via 42aba81c2f8c8313fcbf85ee422d6b747107d98a (commit)
via 08e5d604d3fce75b955549244b36fde62f20894b (commit)
via 19d1e9270d7da12b1f847d689b65dae107fc1c33 (commit)
via 218482769bc85576ed25ffbd70f5c687cd76f1ff (commit)
via d32cbbb13087eae2617920d4ea980f0e8869a89e (commit)
via 8df447dc77d69a044c6f277b369be671655590f0 (commit)
via b8a5426cf06447e22647f08b2f36b7768ffeb65f (commit)
from 2db0f08e08d074dc2876b780c76f7261851e7296 (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 | 8 -
src/Makefile.am | 15 +-
src/bts.cpp | 176 +++++++---
src/bts.h | 37 ++-
src/decoding.cpp | 437 +++++++++++++++++++++++++
src/decoding.h | 23 ++
src/encoding.cpp | 56 +++-
src/encoding.h | 2 +-
src/gprs_bssgp_pcu.cpp | 4 +-
src/gprs_coding_scheme.cpp | 122 +++++++
src/gprs_coding_scheme.h | 147 +++++++++
src/gprs_ms.cpp | 13 +
src/gprs_ms.h | 8 +
src/gprs_ms_storage.cpp | 5 +
src/gprs_rlcmac_sched.cpp | 2 +-
src/openbts_sock.cpp | 190 -----------
src/{sysmo_sock.cpp => osmobts_sock.cpp} | 14 +-
src/pcu_main.cpp | 4 +
src/pcu_vty.c | 41 +++
src/pcu_vty_functions.cpp | 1 +
src/rlc.cpp | 12 +-
src/rlc.h | 68 +++-
src/tbf.cpp | 89 +++--
src/tbf.h | 40 ++-
src/tbf_dl.cpp | 41 ++-
src/tbf_ul.cpp | 350 +++++++++-----------
tests/Makefile.am | 13 +-
tests/alloc/AllocTest.cpp | 36 +-
tests/edge/EdgeTest.cpp | 542 +++++++++++++++++++++++++++++++
tests/edge/EdgeTest.ok | 4 +
tests/tbf/TbfTest.cpp | 16 +-
tests/tbf/TbfTest.err | 146 ++++++---
tests/testsuite.at | 7 +
tests/types/TypesTest.cpp | 25 +-
34 files changed, 2067 insertions(+), 627 deletions(-)
create mode 100644 src/gprs_coding_scheme.cpp
create mode 100644 src/gprs_coding_scheme.h
delete mode 100644 src/openbts_sock.cpp
rename src/{sysmo_sock.cpp => osmobts_sock.cpp} (94%)
create mode 100644 tests/edge/EdgeTest.cpp
create mode 100644 tests/edge/EdgeTest.ok
hooks/post-receive
--
UNNAMED PROJECT
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, zecke/release/0.7-dev has been updated
via fe2aa68db819d73aec1e98eaa6054d01efb22bd1 (commit)
from 52354dd78567e898d5dd114380a17990ce1608f8 (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=fe2aa68db819d73aec1e98eaa605…
commit fe2aa68db819d73aec1e98eaa6054d01efb22bd1
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Dec 17 13:22:36 2015 +0100
ns: Force a defined state when sending NS RESET
Currently the state is assumed to remain the same while the reset
procedure is active. While this works correctly in general, a single
unexpected BLOCK_ACK or UNBLOCK_ACK can change the state but will not
stop the reset procedure. The leads to repeated RESET messages, where
the corresponding RESET_ACK is ignored. This is a stable state which
can only be left by manual intervention or by reception of a RESET
message from the peer.
This commit changes the RESET timeout handler to set the state to
BLOCKED/RESET when sending the new NS RESET message.
Note that this should ensure a clean restart even if the state has been
screwed up. It does not fix the handling of BLOCK_ACK or UNBLOCK_ACK
in abnormal cases.
Addresses:
gprs_ns.c:349 NSEI=8895 Tx NS RESET (NSVCI=8895, cause=O&M intervention)
gprs_ns.c:878 NSVCI=8895 Rx NS RESET ACK (NSEI=8895, NSVCI=8895)
gprs_ns.c:887 NS RESET ACK Discarding unexpected message for NS-VCI 8895 from SGSN NSEI=8895
Ticket: OW#1551
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_ns.c | 6 ++++
tests/gb/gprs_ns_test.c | 18 +++++++++++
tests/gb/gprs_ns_test.ok | 84 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 108 insertions(+)
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 "An utility library for Open Source Mobile Communications".
The branch, zecke/ancient/debian6.0 has been updated
via 34d770dcfdb102bc5c5a22724b2386f5ce4b7a18 (commit)
via a95f36ec03e55440859a1521820ef615518cc603 (commit)
from f8741dbe301315078b458236badab6f6cc67271a (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=34d770dcfdb102bc5c5a22724b23…
commit 34d770dcfdb102bc5c5a22724b2386f5ce4b7a18
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Dec 17 14:19:11 2015 +0100
debian: Build a new package with the GPRS-NS fix
http://cgit.osmocom.org/libosmocore/commit/?id=a95f36ec03e55440859a1521820e…
commit a95f36ec03e55440859a1521820ef615518cc603
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Dec 17 13:22:36 2015 +0100
ns: Force a defined state when sending NS RESET
Currently the state is assumed to remain the same while the reset
procedure is active. While this works correctly in general, a single
unexpected BLOCK_ACK or UNBLOCK_ACK can change the state but will not
stop the reset procedure. The leads to repeated RESET messages, where
the corresponding RESET_ACK is ignored. This is a stable state which
can only be left by manual intervention or by reception of a RESET
message from the peer.
This commit changes the RESET timeout handler to set the state to
BLOCKED/RESET when sending the new NS RESET message.
Note that this should ensure a clean restart even if the state has been
screwed up. It does not fix the handling of BLOCK_ACK or UNBLOCK_ACK
in abnormal cases.
Addresses:
gprs_ns.c:349 NSEI=8895 Tx NS RESET (NSVCI=8895, cause=O&M intervention)
gprs_ns.c:878 NSVCI=8895 Rx NS RESET ACK (NSEI=8895, NSVCI=8895)
gprs_ns.c:887 NS RESET ACK Discarding unexpected message for NS-VCI 8895 from SGSN NSEI=8895
Ticket: OW#1551
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++
src/gb/gprs_ns.c | 6 ++++
tests/gb/gprs_ns_test.c | 18 +++++++++++
tests/gb/gprs_ns_test.ok | 84 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 114 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications