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, master has been updated
via e9f12acbeb5a369282719f8e0deecc88034a5488 (commit)
via 7d6860b114e5d7b6f7a6b9e78e5cd879940c89f3 (commit)
from 056c267b899e264735595a205af4bea6d511f6d7 (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-bts/commit/?id=e9f12acbeb5a369282719f8e0deecc8…
commit e9f12acbeb5a369282719f8e0deecc88034a5488
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 12 21:15:19 2015 +0100
LAPDm: Use T200 settings from OML rather than libosmocore defaults
http://cgit.osmocom.org/osmo-bts/commit/?id=7d6860b114e5d7b6f7a6b9e78e5cd87…
commit 7d6860b114e5d7b6f7a6b9e78e5cd879940c89f3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jan 15 15:21:32 2016 +0100
print a NOTICE message if lchan not activ in get_active_lchan_by_chan_nr()
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/oml.h | 4 ++++
src/common/bts.c | 2 ++
src/common/l1sap.c | 7 ++++--
src/common/oml.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 70 insertions(+), 3 deletions(-)
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, master has been updated
via 17b3c3aca1290a3f2c20a0858d4d499a17752ced (commit)
via ff42b26520a7421a6c6c9c9cd4b88aed00453b01 (commit)
via 0a053ec50657ea2060a1c4b8a8e811c5027ada7d (commit)
via cbefa085593128c5f5e6da255edeae6b4f952032 (commit)
via 7cd8a1b06387427c6db4fd9f6dee116212ec304a (commit)
from 5f349be820b32a5bb312566a4a35ef679fe7e478 (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=17b3c3aca1290a3f2c20a0858d4d…
commit 17b3c3aca1290a3f2c20a0858d4d499a17752ced
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 13:26:20 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=ff42b26520a7421a6c6c9c9cd4b8…
commit ff42b26520a7421a6c6c9c9cd4b88aed00453b01
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 13:26:19 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=0a053ec50657ea2060a1c4b8a8e8…
commit 0a053ec50657ea2060a1c4b8a8e811c5027ada7d
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 13:26:18 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=cbefa085593128c5f5e6da255ede…
commit cbefa085593128c5f5e6da255edeae6b4f952032
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 13:26:17 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=7cd8a1b06387427c6db4fd9f6dee…
commit 7cd8a1b06387427c6db4fd9f6dee116212ec304a
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 13:26:16 2015 +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
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/msgb.h | 2 +
tests/Makefile.am | 7 +-
tests/msgb/msgb_test.c | 294 ++++++++++++++++++++++++++++++++++++++++++++
tests/msgb/msgb_test.ok | 35 ++++++
tests/testsuite.at | 6 +
5 files changed, 342 insertions(+), 2 deletions(-)
create mode 100644 tests/msgb/msgb_test.c
create mode 100644 tests/msgb/msgb_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 22a71421299e66077362617878deefb5c9f82690 (commit)
from 6cacc56d8eb2ddd5ae39b586b813dddf89a21d21 (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=22a71421299e66077362617878deefb5…
commit 22a71421299e66077362617878deefb5c9f82690
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Sat Nov 7 14:00:52 2015 +0100
tests/abis: fix format specifiers
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/abis/abis_test.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 "An utility library for Open Source Mobile Communications".
The branch, max/t4 has been updated
via c7e318c744e432321300ff09869c14be8ea36f20 (commit)
from 4d3d3c5b1c26661e62ea422e18e58319c7f078a2 (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=c7e318c744e432321300ff09869c…
commit c7e318c744e432321300ff09869c14be8ea36f20
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 15 17:38:54 2016 +0100
update comments
Signed-off-by: Max <msuraev(a)sysmocom.de>
-----------------------------------------------------------------------
Summary of changes:
src/bitcomp.c | 12 ++++++++++++
tests/bits/bitcomp_test.c | 36 ------------------------------------
2 files changed, 12 insertions(+), 36 deletions(-)
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, max/t4 has been updated
via 4d3d3c5b1c26661e62ea422e18e58319c7f078a2 (commit)
from d8fee44a669afb528a2bd80cc522fd17d6f47135 (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=4d3d3c5b1c26661e62ea422e18e5…
commit 4d3d3c5b1c26661e62ea422e18e58319c7f078a2
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 15 17:23:15 2016 +0100
Add T4 bit compression routines.
Ticket: #2407
Sponsored-by: On-Waves ehf
Signed-off-by: Max <msuraev(a)sysmocom.de>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
include/Makefile.am | 1 +
include/osmocom/core/{crcgen.h => bitcomp.h} | 30 +-
src/Makefile.am | 2 +-
src/bitcomp.c | 450 +++++++++++++++++++++++++++
tests/Makefile.am | 7 +-
tests/bits/bitcomp_test.c | 102 ++++++
tests/bits/bitcomp_test.ok | 29 ++
tests/testsuite.at | 6 +
9 files changed, 612 insertions(+), 16 deletions(-)
copy include/osmocom/core/{crcgen.h => bitcomp.h} (67%)
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 "An utility library for Open Source Mobile Communications".
The branch, max/t4 has been updated
via d8fee44a669afb528a2bd80cc522fd17d6f47135 (commit)
from 76f5b1f4741e774136776f53386958c14197d35f (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=d8fee44a669afb528a2bd80cc522…
commit d8fee44a669afb528a2bd80cc522fd17d6f47135
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 15 17:21:08 2016 +0100
Add Jacob's patch with bytes getter/setter.
Sponsored-by: On-Waves ehf
Signed-off-by: Max <msuraev(a)sysmocom.de>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/bitvec.h | 2 ++
src/bitvec.c | 74 +++++++++++++++++++++++++++++++++++++++++++
tests/bits/bitvec_test.c | 52 ++++++++++++++++++++++++++++++
tests/bits/bitvec_test.ok | 67 +++++++++++++++++++++++++++++++++++++++
4 files changed, 195 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 056c267b899e264735595a205af4bea6d511f6d7 (commit)
from 2b7728cd9d306648328d505c6f4700c6918506fa (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-bts/commit/?id=056c267b899e264735595a205af4bea…
commit 056c267b899e264735595a205af4bea6d511f6d7
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Fri Nov 6 20:59:50 2015 +0100
fix some format specifiers
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 5 +++--
tests/agch/agch_test.c | 9 +++++----
2 files changed, 8 insertions(+), 6 deletions(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 6cacc56d8eb2ddd5ae39b586b813dddf89a21d21 (commit)
via 5cb480a4c0870e0ca984e7c587eb6617cd879657 (commit)
from cdc548cb0ac79a6eef3903872cc6e73eaf6f59ae (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=6cacc56d8eb2ddd5ae39b586b813dddf…
commit 6cacc56d8eb2ddd5ae39b586b813dddf89a21d21
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Fri Nov 6 20:58:12 2015 +0100
tests/oap: depend on libgtp
exclude logic copied from src/gprs/Makefile.am
http://cgit.osmocom.org/openbsc/commit/?id=5cb480a4c0870e0ca984e7c587eb6617…
commit 5cb480a4c0870e0ca984e7c587eb6617cd879657
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jan 15 15:05:42 2016 +0100
bsc/vty: Provide a hint of available input
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 2 +-
openbsc/tests/oap/Makefile.am | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 5f349be820b32a5bb312566a4a35ef679fe7e478 (commit)
from 8114294bf29ac6e44822c0ae43d4b0819f11b022 (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=5f349be820b32a5bb312566a4a35…
commit 5f349be820b32a5bb312566a4a35ef679fe7e478
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Dec 21 16:04:03 2015 +0100
bitvec: Add get/set byte sequences
The new functions bitvec_get_bytes and bitvec_set_bytes copy
byte sequences from bitvecs to uint8_t arrays and vice versa.
While the bytes in the bitvecs do not need to be aligned, the uint8_t
arrays always are. In case the bytes in the bitvec are aligned, the
implementation uses memcpy.
Note that the implementation like the other existing functions assume
MSB first encoding.
[hfreyther: Squash the comment fix into this commit as well]
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/bitvec.h | 10 ++++++
src/bitvec.c | 75 +++++++++++++++++++++++++++++++++++++++++++
tests/Makefile.am | 9 ++++--
tests/bitvec/bitvec_test.c | 62 +++++++++++++++++++++++++++++++++++
tests/bitvec/bitvec_test.ok | 2 ++
tests/testsuite.at | 6 ++++
6 files changed, 162 insertions(+), 2 deletions(-)
create mode 100644 tests/bitvec/bitvec_test.c
create mode 100644 tests/bitvec/bitvec_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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 8114294bf29ac6e44822c0ae43d4b0819f11b022 (commit)
from 51660a6adefd59081f7f2883d76a875e8b2e89c9 (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=8114294bf29ac6e44822c0ae43d4…
commit 8114294bf29ac6e44822c0ae43d4b0819f11b022
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 17 08:42:05 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
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/apn.h | 3 ++
src/gsm/apn.c | 75 ++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 2 +
tests/Makefile.am | 10 ++--
tests/gprs/gprs_test.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++
tests/gprs/gprs_test.ok | 1 +
tests/testsuite.at | 6 +++
7 files changed, 216 insertions(+), 3 deletions(-)
create mode 100644 tests/gprs/gprs_test.c
create mode 100644 tests/gprs/gprs_test.ok
hooks/post-receive
--
An utility library for Open Source Mobile Communications