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 5c18e26bc291766b0de22223abcf340bc48e3157 (commit)
via 0a59e9899f4dd4213dc72d535f0b9d5382dc7eb7 (commit)
from 868471496698657b34e7105458f76306a76b6614 (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=5c18e26bc291766b0de22223abcf…
commit 5c18e26bc291766b0de22223abcf340bc48e3157
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Feb 5 13:55:38 2016 +0100
Add T4 bit map compression routines
Add bit map encoder and decoder functions: decoder is fully functional
while encoder is good enough for testing - no backtracking to find
the best possible compression is implemented. If somebody is willing to
implement MS side of EDGE than this has to be expanded.
Add corresponding tests.
N. B: the encoding is implemented according to ETSI TS 44.060 which is
slightly different from T4 used for fax according to CCITT G31D (RFC 804).
Ticket: OW#2407
Sponsored-by: On-Waves ehf
Signed-off-by: Max <msuraev(a)sysmocom.de>
http://cgit.osmocom.org/libosmocore/commit/?id=0a59e9899f4dd4213dc72d535f0b…
commit 0a59e9899f4dd4213dc72d535f0b9d5382dc7eb7
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Feb 5 13:55:37 2016 +0100
Expand bitvec interface
Add bit filling, shifting and other functions necessary for bit
compression implementation. Add corresponding tests.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
include/Makefile.am | 1 +
include/osmocom/core/{crcgen.h => bitcomp.h} | 30 +-
include/osmocom/core/bitvec.h | 9 +
src/Makefile.am | 2 +-
src/bitcomp.c | 480 +++++++++++++++++++++++++++
src/bitvec.c | 134 +++++++-
tests/Makefile.am | 7 +-
tests/bits/bitcomp_test.c | 66 ++++
tests/bits/bitcomp_test.ok | 29 ++
tests/bitvec/bitvec_test.c | 141 +++++++-
tests/bitvec/bitvec_test.ok | 119 +++++++
tests/testsuite.at | 6 +
13 files changed, 1002 insertions(+), 23 deletions(-)
copy include/osmocom/core/{crcgen.h => bitcomp.h} (66%)
create mode 100644 src/bitcomp.c
create mode 100644 tests/bits/bitcomp_test.c
create mode 100644 tests/bits/bitcomp_test.ok
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 2259c7528e583a10628d0690d7cabfa749b23257 (commit)
from 28e9f60404b3448b140ff4af06c05181c1dd982f (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/openbsc/commit/?id=2259c7528e583a10628d0690d7cabfa7…
commit 2259c7528e583a10628d0690d7cabfa749b23257
Author: Ruben Undheim <ruben.undheim(a)gmail.com>
Date: Sun Feb 14 22:32:53 2016 +0100
Patch to make openbsc find libsmpp34
This patch lets the build script for openbsc find the libsmpp34 installation
with the help of pkg-config instead of assuming the header files are in
/usr/include.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/Makefile.am | 2 +-
openbsc/src/utils/Makefile.am | 3 ++-
openbsc/tests/smpp/Makefile.am | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 BTS-side code (Abis, scheduling, ...)".
The branch, max/l1sap has been created
at afcc88d095e13553c3e7a11cb454c4eb0a533945 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=afcc88d095e13553c3e7a11cb454c4e…
commit afcc88d095e13553c3e7a11cb454c4eb0a533945
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 17:48:07 2016 +0100
Fix OsmoPCU integration
Add support for explicitly passing PH-DATA presence info.
Remove in-band passing of presence information and replace corresponding
check. This also fixes integration between Octasic BTS hw and OsmoPCU:
previously osmo-bts-octphy have not provided in-band presence
information which cause off-by-one errors and misinterpretation of
ph_data_ind by PCU.
Note: this requires libosmocore version with osmo_ph_pres_info_type
support integrated.
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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, max/l1sap has been updated
via 01e9be5c39239bb0c962f10f448cc315a3c81256 (commit)
from a3458b20841291f974da5e6c057ee9f41efe085a (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=01e9be5c39239bb0c962f10f448c…
commit 01e9be5c39239bb0c962f10f448cc315a3c81256
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 17:06:43 2016 +0100
add unknown state
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/l1sap.h | 1 +
1 file changed, 1 insertion(+)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
via 38e2f1bca4e43414ed39a938d7c5d8bafe5e8533 (commit)
via ebd4d820b3b0d7ba5db3b25a14f407d0c7276044 (commit)
via 5a0d9c6937605ba17bfe249864c20b54d8751f4c (commit)
via 2f0e9abbb0784d6325f852423339ae93e6a6e9ba (commit)
from 05ae5b1245f95bf765b42e49af7b2596e013f0a0 (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/openbsc/commit/?id=38e2f1bca4e43414ed39a938d7c5d8ba…
commit 38e2f1bca4e43414ed39a938d7c5d8bafe5e8533
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Feb 18 15:59:01 2016 +0100
Revert "iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemies()"
There should be no need to silence this warning, the ranap_free_*
functions are declared in libranap headers. In any case this will only
obscure any real issue. Maybe osmo-iuh was not rebuilt completely
(including generation of the c files from the python script).
This reverts commit 05ae5b1245f95bf765b42e49af7b2596e013f0a0.
http://cgit.osmocom.org/openbsc/commit/?id=ebd4d820b3b0d7ba5db3b25a14f407d0…
commit ebd4d820b3b0d7ba5db3b25a14f407d0c7276044
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Feb 18 15:51:06 2016 +0100
libiu: Use custom setupormodifieditemies function
The one generated by the python script doesn't really do what we want.
Instead of futzing around with the script again just write our own
version.
http://cgit.osmocom.org/openbsc/commit/?id=5a0d9c6937605ba17bfe249864c20b54…
commit 5a0d9c6937605ba17bfe249864c20b54d8751f4c
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Feb 18 15:50:30 2016 +0100
libiu: Indicate in log where we don't handle a specific message
http://cgit.osmocom.org/openbsc/commit/?id=2f0e9abbb0784d6325f852423339ae93…
commit 2f0e9abbb0784d6325f852423339ae93e6a6e9ba
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Feb 18 15:46:52 2016 +0100
libui: Don't assume gsm_network and gsm_subscriber_conncetion in libiu
The sgsn uses other data structs so don't require them inside libiu.
Instead keep a private list of ue contexts and iterate through that.
This commit reverts the libui changes of commit
d03faa4bacd4d2a8b9155faf5219a948b73f481c
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/iu.h | 6 +-----
openbsc/src/gprs/sgsn_main.c | 2 +-
openbsc/src/libiu/iu.c | 34 ++++++++++++----------------------
openbsc/src/osmo-cscn/cscn_main.c | 2 +-
4 files changed, 15 insertions(+), 29 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 635fac0c3eefa629e8f5d167d217514fa29ba423 (commit)
from 4870b995ec0bf1b01d91b08d396ff0bffc2d0ab3 (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=635fac0c3eefa629e8f5d167d217514…
commit 635fac0c3eefa629e8f5d167d217514fa29ba423
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Feb 18 13:27:36 2016 +0100
ranap: Add custom ranap_decode_rab_setupormodifieditemies() function
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/ranap_common.h | 7 +++++++
src/ranap_common.c | 25 +++++++++++++++++++++++++
2 files changed, 32 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 "UNNAMED PROJECT".
The branch, max/gsmtap has been updated
via 7cf8a4b13b91a85a89e390915a8e850d402c3382 (commit)
from c152293f4e7a78bf8afd5a0256b04f632a076165 (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-pcu/commit/?id=7cf8a4b13b91a85a89e390915a8e850…
commit 7cf8a4b13b91a85a89e390915a8e850d402c3382
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 15:55:37 2016 +0100
fix segfault
-----------------------------------------------------------------------
Summary of changes:
src/osmobts_sock.cpp | 9 ++++++++-
src/pcu_l1_if.cpp | 15 +++++----------
src/pcu_l1_if.h | 4 +++-
src/pcu_main.cpp | 7 +++----
4 files changed, 19 insertions(+), 16 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 "An utility library for Open Source Mobile Communications".
The branch, max/l1sap has been created
at a3458b20841291f974da5e6c057ee9f41efe085a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=a3458b20841291f974da5e6c057e…
commit a3458b20841291f974da5e6c057ee9f41efe085a
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 15:15:20 2016 +0100
Extend L1SAP PH-DATA with presence information
Previously the presence of header and data blocks were communicated
in-band which decreases code readability and makes it unnecessary hard
to add support for new hardware.
Note: both OsmoBTS and OsmoPCU have to be modified to take advantage of
extended ph_data_param structure.
-----------------------------------------------------------------------
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 4870b995ec0bf1b01d91b08d396ff0bffc2d0ab3 (commit)
via 49f99cd265a89ba155afdcb8daade73c60824de6 (commit)
via eac3bf97e852bbaaf353ff324975175429237f92 (commit)
from 6c5fd7535dd8e6612428fb90024d3d6548c63dac (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=4870b995ec0bf1b01d91b08d396ff0b…
commit 4870b995ec0bf1b01d91b08d396ff0bffc2d0ab3
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Feb 4 18:00:36 2016 +0100
ranap_common: Add helper function to get IP from transport layer addr
http://cgit.osmocom.org/osmo-iuh/commit/?id=49f99cd265a89ba155afdcb8daade73…
commit 49f99cd265a89ba155afdcb8daade73c60824de6
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Jan 26 09:37:22 2016 +0100
ranap_msg_factory: Use network byte order for 16 bit mode_versions field
Instead of 0x0001 the field was 0x0100
http://cgit.osmocom.org/osmo-iuh/commit/?id=eac3bf97e852bbaaf353ff324975175…
commit eac3bf97e852bbaaf353ff324975175429237f92
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon Jan 25 17:33:18 2016 +0100
Better capture for PS Data
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/ranap_common.h | 1 +
pcap/2016-01-22_PS_data.pcapng | Bin 2223392 -> 895196 bytes
src/ranap_common.c | 17 +++++++++++++++++
src/ranap_msg_factory.c | 2 +-
4 files changed, 19 insertions(+), 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 "UNNAMED PROJECT".
The branch, max/gsmtap has been updated
via c152293f4e7a78bf8afd5a0256b04f632a076165 (commit)
from 6cb8d105e14fd9cd5e64ed8a99ac181787ca9ffe (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-pcu/commit/?id=c152293f4e7a78bf8afd5a0256b04f6…
commit c152293f4e7a78bf8afd5a0256b04f632a076165
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 12:00:00 2016 +0100
fix typo
-----------------------------------------------------------------------
Summary of changes:
src/pcu_main.cpp | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT