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 1d604d8be409b7678452c41936d3b78d05712595 (commit)
via 898ffefde4198a23a92810a9cf39ff6846f3bb39 (commit)
via 7f24c155f5acd898cd49f9f429500461fa4fd8a5 (commit)
via 7711713b7a30dab16bcba3920433f3fa58f89149 (commit)
via 799bef5cf614c303df1f88c1a7c4cc46a02e8c34 (commit)
via a362ee90b42898dc730ffddf3bdc1b7a6523f1b8 (commit)
via 7af6d22a4e15ea7dde5869ca6784e06dbff87a28 (commit)
via fe71ee9d993af078aac0596ee081f04ca9145e7e (commit)
via df8e89f06696a35da98a4ae0e4c14e3ba6cbcb16 (commit)
via 1d640889dfcf841738f1b279056c440d2e409a30 (commit)
from 8a4eb837ab74bbbfa2a51dd6d1e8c4a03c15505a (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=1d604d8be409b7678452c41936d3…
commit 1d604d8be409b7678452c41936d3b78d05712595
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed May 17 15:32:35 2017 +0100
src/select.c: Don't #include <sys/select.h> if it doesn't exist
We have to #include <sys/select.h> inside the block protected by
HAVE_SYS_SELECT_H, otherwise it will fail on (embedded) builds where
that file doesn't exist, such as the arm-none-eabi target on Debian
stable and Ubuntu 16.04.
Change-Id: I82a2dcbc55b6ee0e914881c5e09b80506c5de4f2
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
Makefile.am | 2 +-
configure.ac | 10 +++
include/Makefile.am | 1 +
include/osmocom/core/sercomm.h | 43 ++++++++++---
src/Makefile.am | 6 +-
src/codec/Makefile.am | 5 ++
src/coding/Makefile.am | 4 ++
src/gsm/Makefile.am | 4 ++
src/panic.c | 1 -
src/pseudotalloc/Makefile.am | 12 ++++
src/pseudotalloc/pseudotalloc.c | 63 +++++++++++++++++++
src/pseudotalloc/talloc.h | 42 +++++++++++++
src/select.c | 2 +-
src/sercomm.c | 124 ++++++++++++++++++------------------
tests/Makefile.am | 8 ++-
tests/sercomm/sercomm_test.c | 136 ++++++++++++++++++++++++++++++++++++++++
tests/sercomm/sercomm_test.ok | 21 +++++++
tests/testsuite.at | 6 ++
19 files changed, 417 insertions(+), 75 deletions(-)
create mode 100644 src/pseudotalloc/Makefile.am
create mode 100644 src/pseudotalloc/pseudotalloc.c
create mode 100644 src/pseudotalloc/talloc.h
create mode 100644 tests/sercomm/sercomm_test.c
create mode 100644 tests/sercomm/sercomm_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 8a4eb837ab74bbbfa2a51dd6d1e8c4a03c15505a (commit)
via ea3d3ba595458024cfd4b55f6c8fcf510b234a32 (commit)
from 1a97e2c962a640e8e13eef50a8509788be349138 (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:
include/osmocom/core/sercomm.h | 36 +++++++++++++++++++-----------------
src/sercomm.c | 23 ++++++++++++++++++++---
2 files changed, 39 insertions(+), 20 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via b16eed22c70602178a4a2d26aed112064c95a6d3 (commit)
from 2c841100a96f66ed55524df0610784d7e7d15165 (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=b16eed22c70602178a4a2d26aed1120…
commit b16eed22c70602178a4a2d26aed112064c95a6d3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 11:52:22 2017 +0200
octphy: ensure that 11 bit rach flag is not set
The l1 interface does not explicitly set the flag for 11 bit
rach when a rach request is received. Since the current and
previous octphy firmwares do not support 11 bit rach requests,
the flag should be explicitly set to zero.
Change-Id: Ifa165c56e54d272caafa45d1bf0e177848fcdfbd
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 2 ++
1 file changed, 2 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 2c841100a96f66ed55524df0610784d7e7d15165 (commit)
from 17a09507b8a91c62c1b1d8d06b02b115275a4aac (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=2c841100a96f66ed55524df0610784d…
commit 2c841100a96f66ed55524df0610784d7e7d15165
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 2 17:32:57 2017 +0100
octphy: align frame number for new firmware versions
Firmware releases OCTSDR-2G-02.07.00-B1314-BETA and newer require
to align the GPRS frame number (fn-3) for ph_data indications.
To preserve compatibility the header version is checked during
compile time and the right method is compiled in.
Change-Id: Ib93d5fb3b34ff92f10021a0e9ce9c8aa3044b7ff
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 17a09507b8a91c62c1b1d8d06b02b115275a4aac (commit)
from e3de64cd67bedbc024d31a3866fc45027dd0dd0d (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=17a09507b8a91c62c1b1d8d06b02b11…
commit 17a09507b8a91c62c1b1d8d06b02b115275a4aac
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 17:52:38 2017 +0200
octphy: activate CBCH after all physical channels are activated
CBCH is activated when the SAPI for TS0 is activated. Since the CBCH can be
configured on any physical TS, we wait until all (TS7 is the last) physical
timeslots are configured.
Change-Id: Ie307bf9f370a346686e3bd8c8a8483953a1bc279
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_oml.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via e3de64cd67bedbc024d31a3866fc45027dd0dd0d (commit)
via 22704a88e2caa28a231d6f4f4fbb6181fab48e93 (commit)
from 2d848a061e5dd82ca95d1e18e5f1a5f615653a6c (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=e3de64cd67bedbc024d31a3866fc450…
commit e3de64cd67bedbc024d31a3866fc45027dd0dd0d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 17:17:55 2017 +0200
measurement/cosmetic: Fixup source code comment
the function is_meas_complete() uses the *_meas_rep_fn104[]
lookup tables, defined at the beginning of the source file.
These lookup tabels contain a lot of magic numbers. This
commit adds a more elaborated comment with a reference
to the specification/section in order make the values
understandable.
Change-Id: Ic6e4037f965772e6b851c67662d5e7bf64cc04eb
http://cgit.osmocom.org/osmo-bts/commit/?id=22704a88e2caa28a231d6f4f4fbb618…
commit 22704a88e2caa28a231d6f4f4fbb6181fab48e93
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 15:46:11 2017 +0200
measurement/cosmetic: Fixup source code comment
the function ber10k_to_rxqual() has only a very brief
comment with the spec reference. This commit adds a more
explainatory comment that makes it easier to understand
from where the ber10k constants are taken.
Change-Id: I3d3488c97d0bffa7d449d3675afcc75b2a6a2703
-----------------------------------------------------------------------
Summary of changes:
src/common/measurement.c | 31 +++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 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, laforge/embedded has been deleted
was 0047602435d3229cf065fb40822c0a5ef9c4380d
-----------------------------------------------------------------------
0047602435d3229cf065fb40822c0a5ef9c4380d timer: use timerclear() rather than explicit tv_set = tv_usec = 0
-----------------------------------------------------------------------
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, laforge/sercomm has been updated
discards 0f0ea5d68581812f429596ef7299debae5eeb7c2 (commit)
discards f609745d44ada3c1c3a250cc0602ab6f12afb35d (commit)
discards 94cd536174343803cd876e5f08c4a3e8ca2f2e08 (commit)
discards a69ac80dd4c268eff692175a7931b6b988a91a36 (commit)
discards b7209638e32dce82bed9675c2f6b15174d996c9a (commit)
discards 8da9925f21b0cd27db7f982ba9bb8817a77ac640 (commit)
discards 542279803dcc70961fbddafff76fdb7064888ed2 (commit)
discards aa68236e904e55c7474a637dcc99d3ecba76bdce (commit)
discards 05259c5a9ed0450876b20e7405dbf8728ae72574 (commit)
discards 174a3ea28641b65af5cbdef8793778e5b4de84c5 (commit)
discards 752b3c529a936c4f01fdd69263336cc1c6b5c5f5 (commit)
discards b36c62938188873b687b46e9f183a749199f1bfe (commit)
discards 94fc232350b48611bbe7988bc2e1bc405c160490 (commit)
discards 2577218c027fc168baac24750dccd3036c391dcd (commit)
via 898ffefde4198a23a92810a9cf39ff6846f3bb39 (commit)
via 7f24c155f5acd898cd49f9f429500461fa4fd8a5 (commit)
via 7711713b7a30dab16bcba3920433f3fa58f89149 (commit)
via 799bef5cf614c303df1f88c1a7c4cc46a02e8c34 (commit)
via a362ee90b42898dc730ffddf3bdc1b7a6523f1b8 (commit)
via 7af6d22a4e15ea7dde5869ca6784e06dbff87a28 (commit)
via fe71ee9d993af078aac0596ee081f04ca9145e7e (commit)
via df8e89f06696a35da98a4ae0e4c14e3ba6cbcb16 (commit)
via 1d640889dfcf841738f1b279056c440d2e409a30 (commit)
via 8a4eb837ab74bbbfa2a51dd6d1e8c4a03c15505a (commit)
via ea3d3ba595458024cfd4b55f6c8fcf510b234a32 (commit)
via 1a97e2c962a640e8e13eef50a8509788be349138 (commit)
via f6adcd7dd6d71063f7653860cedfacddff5ac4b0 (commit)
via 1358836282cb57dfc22c30de275e733decd78a5e (commit)
via cc95f4b06db2b396587e687b89075418b86041a5 (commit)
via c68af6a64bc762b570b84eb90401da0acc914ed4 (commit)
via 1cd9991cf68eda563f65a7b8eda8e3cec5ed0859 (commit)
via 4c3e4ea305fd145aff499cc7fece2922213f290f (commit)
via 18d49d694f1154b1fd2129791f491bb0a96fb432 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (0f0ea5d68581812f429596ef7299debae5eeb7c2)
\
N -- N -- N (898ffefde4198a23a92810a9cf39ff6846f3bb39)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=898ffefde4198a23a92810a9cf39…
commit 898ffefde4198a23a92810a9cf39ff6846f3bb39
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 15 21:37:34 2017 +0200
add libpseudotalloc as super-simplistic talloc replacement
In tightly embedded builds (--enable-embedded), we want the ability to
replace talloc with a very simple heap allocator to avoid the complexity
of talloc without modifying all our code that assumes talloc.
This will break the hierarchical notion of the allocator, but
libosmo{core,gsm,coding,codec} don't rely on that anyway.
Change-Id: Ie341034076f242a813f081919dd09d845775ad35
http://cgit.osmocom.org/libosmocore/commit/?id=7f24c155f5acd898cd49f9f42950…
commit 7f24c155f5acd898cd49f9f429500461fa4fd8a5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 15 21:37:04 2017 +0200
gitignore: Update with new *_gen.c files and generic 'tags'
Change-Id: I6e9df474b4d93e6e20c6d19ac9ffab5b7b959143
http://cgit.osmocom.org/libosmocore/commit/?id=7711713b7a30dab16bcba3920433…
commit 7711713b7a30dab16bcba3920433f3fa58f89149
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 15 17:33:02 2017 +0200
sercomm: More API documentation
Change-Id: I5d5002ceedd10e10d772693478f4f9cab6b1290a
http://cgit.osmocom.org/libosmocore/commit/?id=799bef5cf614c303df1f88c1a7c4…
commit 799bef5cf614c303df1f88c1a7c4cc46a02e8c34
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 15 17:16:48 2017 +0200
sercomm: Better integration of driver interface
We cannot assume a certain UART API like uart_baudrate() which only
exists in OsmocomBB. Rather, use generic function prototypes
(sercomm_drv_*) which are to be provided by the application /
environment to the sercomm core.
Change-Id: I01ea3067baf1791000c1a7d537ccce496a1ab1ee
http://cgit.osmocom.org/libosmocore/commit/?id=a362ee90b42898dc730ffddf3bdc…
commit a362ee90b42898dc730ffddf3bdc1b7a6523f1b8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 15 16:39:56 2017 +0200
add sercomm unit test
Change-Id: I9e2e7fcda28e7c6844d5faa09e02acf537cea44d
http://cgit.osmocom.org/libosmocore/commit/?id=7af6d22a4e15ea7dde5869ca6784…
commit 7af6d22a4e15ea7dde5869ca6784e06dbff87a28
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 21:48:41 2017 +0200
sercomm: Include in libosmocore Makefile
Change-Id: If9d50d634381f43b2c67b97fea36a462a66e4559
http://cgit.osmocom.org/libosmocore/commit/?id=fe71ee9d993af078aac0596ee081…
commit fe71ee9d993af078aac0596ee081f04ca9145e7e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 21:47:08 2017 +0200
src/panic.c: Remove unneeded #include of gsm_utils.h
Change-Id: I25cea5d3a4a900550e8f18c2bea392e642bfb191
http://cgit.osmocom.org/libosmocore/commit/?id=df8e89f06696a35da98a4ae0e4c1…
commit df8e89f06696a35da98a4ae0e4c14e3ba6cbcb16
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 21:46:08 2017 +0200
sercomm: Rename sercomm_lock() to sercomm_drv_lock()
The user of the code is supposed to provide a "driver" implementing
those calls according to the specific target architecture/hardware.
This only applies to non-host (i.e. embedded) builds
Change-Id: I9a6848f23b70fc32f4de10149d857374f76f000d
http://cgit.osmocom.org/libosmocore/commit/?id=1d640889dfcf841738f1b279056c…
commit 1d640889dfcf841738f1b279056c440d2e409a30
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue May 2 21:42:46 2017 +0200
sercomm: remove unrequired helper functions
osmo_sercomm_{bind,get}_uart() are not really needed anymore, as
sercomm_inst is public and thus the user can access the uart_id member
directly.
Change-Id: I6d57709c3764036046202f16a26c9eb87426c8d1
http://cgit.osmocom.org/libosmocore/commit/?id=8a4eb837ab74bbbfa2a51dd6d1e8…
commit 8a4eb837ab74bbbfa2a51dd6d1e8c4a03c15505a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue May 2 21:41:36 2017 +0200
sercomm: Move HDLC related defines into C file
Those values are not relevant to the sercomm user, only to the
implementation and thus can remain inside sercomm.c
Change-Id: I5700a45985b7c119c6338932171aae62ee4e2d22
http://cgit.osmocom.org/libosmocore/commit/?id=ea3d3ba595458024cfd4b55f6c8f…
commit ea3d3ba595458024cfd4b55f6c8fcf510b234a32
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue May 2 21:24:48 2017 +0200
sercomm: Add doxygen-style documentation to public API
Change-Id: I2d8b11905692920d328262836420f01305be489e
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 ++
Makefile.am | 2 +-
configure.ac | 10 +++++++
include/osmocom/gsm/l1sap.h | 1 +
src/Makefile.am | 4 +++
src/codec/Makefile.am | 5 ++++
src/coding/Makefile.am | 4 +++
src/gsm/Makefile.am | 4 +++
src/gsm/gsm0411_smr.c | 3 +-
src/pseudotalloc/Makefile.am | 12 ++++++++
src/pseudotalloc/pseudotalloc.c | 63 +++++++++++++++++++++++++++++++++++++++++
src/pseudotalloc/talloc.h | 42 +++++++++++++++++++++++++++
utils/osmo-sim-test.c | 6 +---
13 files changed, 150 insertions(+), 8 deletions(-)
create mode 100644 src/pseudotalloc/Makefile.am
create mode 100644 src/pseudotalloc/pseudotalloc.c
create mode 100644 src/pseudotalloc/talloc.h
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 "SCCP Library".
The branch, master has been updated
via 4c9041b9d34bc20b716838e3cb3c5642677abbc9 (commit)
from 872c6b2a8e309ca6739ef295f1fc468c189e4ec9 (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=4c9041b9d34bc20b716838e3cb3…
commit 4c9041b9d34bc20b716838e3cb3c5642677abbc9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 22:59:33 2017 +0200
stp: Add test scripts for executing m3ua-testtool and sua-testtool
You will need to have
* GNU/Linux with support for [network] namespaces
* the 'unshare' command line tool
* m3ua-testtool and sua-testtool repositories
from git.osmocom.org/nplab installed adjacent to libosmo-sccp
* their requirements, i.e.
** guile
** guile-sctp from https://github.com/nplab/guile-sctp
When those are installed, you can do things like
(cd contrib/test && ./run-in-ns.sh test-m3ua.sh)
(cd contrib/test && ./run-in-ns.sh test-sua.sh)
to execute the test suite.
Change-Id: Ic36eafbb9868b2ec9ae2173f8d1b651b976ccf88
-----------------------------------------------------------------------
Summary of changes:
contrib/test/osmo-stp.cfg | 48 +++++++++++++++++++++++++++++++++++++++++++++++
contrib/test/run-in-ns.sh | 13 +++++++++++++
contrib/test/test-m3ua.sh | 31 ++++++++++++++++++++++++++++++
contrib/test/test-sua.sh | 31 ++++++++++++++++++++++++++++++
4 files changed, 123 insertions(+)
create mode 100644 contrib/test/osmo-stp.cfg
create mode 100755 contrib/test/run-in-ns.sh
create mode 100755 contrib/test/test-m3ua.sh
create mode 100755 contrib/test/test-sua.sh
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 1a97e2c962a640e8e13eef50a8509788be349138 (commit)
via f6adcd7dd6d71063f7653860cedfacddff5ac4b0 (commit)
via 1358836282cb57dfc22c30de275e733decd78a5e (commit)
via cc95f4b06db2b396587e687b89075418b86041a5 (commit)
via c68af6a64bc762b570b84eb90401da0acc914ed4 (commit)
from 1cd9991cf68eda563f65a7b8eda8e3cec5ed0859 (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=1a97e2c962a640e8e13eef50a850…
commit 1a97e2c962a640e8e13eef50a8509788be349138
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 1 00:19:38 2017 +0200
sercomm: include header file from osmocom/core
Change-Id: Iff5ff3a51d7781bcfb3aff0839b733bc7a71b7e5
http://cgit.osmocom.org/libosmocore/commit/?id=f6adcd7dd6d71063f7653860cedf…
commit f6adcd7dd6d71063f7653860cedfacddff5ac4b0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 1 00:19:13 2017 +0200
sercomm: make rx msg size configurable per instance
Change-Id: I835506e26e83232e1e7290c0da04d389c8d7fb40
http://cgit.osmocom.org/libosmocore/commit/?id=1358836282cb57dfc22c30de275e…
commit 1358836282cb57dfc22c30de275e733decd78a5e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 30 23:57:55 2017 +0200
sercomm: introduce osmo_ naming prefix in struct and function names
Change-Id: If4e22f182a47b72b1fe43146716a4fbccceb62e6
http://cgit.osmocom.org/libosmocore/commit/?id=cc95f4b06db2b396587e687b8907…
commit cc95f4b06db2b396587e687b89075418b86041a5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 30 21:39:33 2017 +0200
sercomm: Enable multiple instances of 'sercomm'
Rather than having one global instance, let's permit multiple instances
of sercomm to co-exist, with all API functions extended by the instance
as first argument.
Change-Id: I0f3b53f464b119d65747bcb0be0af2d631e1cc05
http://cgit.osmocom.org/libosmocore/commit/?id=c68af6a64bc762b570b84eb90401…
commit c68af6a64bc762b570b84eb90401da0acc914ed4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 30 21:21:52 2017 +0200
Import sercomm.c from osmocom-bb
This imports the file src/target/firmware/comm/sercomm.c from
osmocom-bb.git without introducing any modifications. It will not even
be built yet, as Makefile integration is intentionally left until it has
been adapted to work inside libosmocore.
Change-Id: I9ee199381c7b5986a9540d124836cdddd0f66c86
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/sercomm.h | 87 +++++++++++
src/sercomm.c | 321 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 408 insertions(+)
create mode 100644 include/osmocom/core/sercomm.h
create mode 100644 src/sercomm.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications