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 updated
discards 1859277a74eb69693e3518761d844caac2172e11 (commit)
discards ba3befe7e5299ca3e6895201b4557b855bc4f561 (commit)
via 0047602435d3229cf065fb40822c0a5ef9c4380d (commit)
via 67bdd80a96bdfc49d1aadbd32cca2b53f123d180 (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 (1859277a74eb69693e3518761d844caac2172e11)
\
N -- N -- N (0047602435d3229cf065fb40822c0a5ef9c4380d)
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=0047602435d3229cf065fb40822c…
commit 0047602435d3229cf065fb40822c0a5ef9c4380d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 15 14:29:13 2017 +0200
timer: use timerclear() rather than explicit tv_set = tv_usec = 0
Change-Id: I2735fc8d19fd68ef2c14a31e83cb396dc2e05587
http://cgit.osmocom.org/libosmocore/commit/?id=67bdd80a96bdfc49d1aadbd32cca…
commit 67bdd80a96bdfc49d1aadbd32cca2b53f123d180
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 17:56:11 2017 +0100
stats: Disable stats*.c on embedded targets
Change-Id: I6beb4fcc394ed7d3f8dd7a097b6e998245ecf401
-----------------------------------------------------------------------
Summary of changes:
src/stats.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 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 "The Open Source GSM Base Band stack".
The branch, laforge/burst_ind has been created
at ca0042dbbbca3d249557c1c2a7992f462d38adc3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmocom-bb/commit/?id=ca0042dbbbca3d249557c1c2a7992…
commit ca0042dbbbca3d249557c1c2a7992f462d38adc3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 28 14:43:50 2017 +0200
WIP: DEVCFG to set baud rate
Change-Id: Iaacc2427ef4ae371a26841f436efb5cc04b818b5
http://cgit.osmocom.org/osmocom-bb/commit/?id=0f3c33dc4f008a1fc404de1d2a6ee…
commit 0f3c33dc4f008a1fc404de1d2a6ee756801219eb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 22:35:45 2017 +0100
firmware: Introduce sercomm_change_speed() to change baudrate
The function will wait until the Tx queue is drained and then proceed to
change the UARt baud rate.
http://cgit.osmocom.org/osmocom-bb/commit/?id=36b5c8c3004644d75797deb8a438d…
commit 36b5c8c3004644d75797deb8a438df38545455b6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 21:52:35 2017 +0100
fw/layer1: Replace multiframe scheduler for sniffing if CONFIG_BURST_IND is set
If the code is compiled with CONFIG_BURST_IND, we simply replace all
dedicated multiframe scheduler sets with the dsp sniffer task. This
way, a dedicated mode assign via L1CTL makes the firmware dump all the
raw burst data.
http://cgit.osmocom.org/osmocom-bb/commit/?id=1d5267e26429b413d26aa2fd5055f…
commit 1d5267e26429b413d26aa2fd5055f95ae64b7dad
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 15 21:41:30 2017 +0100
Introduce CONFIG_BURST_IND for burst indications
The default build will not include burst_ind support, as it seems to
break the FCCH tasks in an unepected way.
http://cgit.osmocom.org/osmocom-bb/commit/?id=184f936f61244dd9c09bdafa2a944…
commit 184f936f61244dd9c09bdafa2a944af278cacb1a
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Sep 30 23:16:35 2010 +0200
target/fw/dsp: Add & load the dsp sniffer patch
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=2290e6dd56b7aa149f33acd696706…
commit 2290e6dd56b7aa149f33acd696706ebb20e47ad3
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:10:44 2010 +0100
fw/l1: Add sniffing primitives
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=2ee0ee6306ede497001d48ecdafcf…
commit 2ee0ee6306ede497001d48ecdafcf168fd0f32c0
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:12:24 2010 +0100
l1ctl: Add definition for BURST INDICATION messages
(as a side effect data_ind is no longer the biggest message, so
need to update L3_MSG_SIZE)
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=465e5c27a9bfcf76fd00c29f00c0f…
commit 465e5c27a9bfcf76fd00c29f00c0fbe90591e737
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Sep 30 23:14:23 2010 +0200
target_dsp/calypso: Add a custom DSP patch for burst sniffing
Load it, then set gprs_install_address to 0x015c and then task
23 will be a raw sniffer.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
hooks/post-receive
--
The Open Source GSM Base Band stack
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 Open Source GSM Base Band stack".
The branch, laforge/burst_ind_rebase has been updated
discards 68da36a96e2a5284b6fa97a8bafa6b3556cf5e01 (commit)
discards 80e35cb00f5872a30b3a2ff3f73827850f6db0c8 (commit)
discards 4894fada16998c854b2b989869bdb3a7ceff9a64 (commit)
discards 0c0341135f263b7d243c54cacd5d60128be73c6f (commit)
discards bd957da24bbce620c4256a1e144fde5eda482070 (commit)
discards 56183c4feddc79b6c4576fa75fe68e7bfa20783d (commit)
discards f3b94eb52b33cd6e7a352723f785bb1d27050b04 (commit)
discards ec2d58c44b9231380271c51125bafb4a58be2930 (commit)
discards 19299e5a2d81f4eb42121606f3e338cc2d4ef631 (commit)
discards 137b9e18a127fec6b028d7f59ab2ec030e8cc37e (commit)
discards 0abd96a88a33c9ec36a15c6b416ebf7ada42309c (commit)
discards 56d28d4afbbb8808247052bd60e62f2da927ab34 (commit)
via d6f43365e4802c88c7289f92276f20570581c2dc (commit)
via 611c9134d1dc5c5d24929c2ea1b8af7ce19877c7 (commit)
via a53d36486d0d94d1e07d96b97c1852e43c4a2306 (commit)
via 29067ab9e6095624f6bbe6604d9e7e7a952a64a3 (commit)
via 431471dd7c209476aac214440fd620c6272e8b00 (commit)
via df9775d95aa0bf0fc08163914d1afa3832fbc5cf (commit)
via 7b2f1e1bbf79c647b4519df5908628605fe01628 (commit)
via e4c872f6836a0ec6a828f6f755403d288225bd0b (commit)
via 3ce30701028d962f2daf513c102bf949ef54c351 (commit)
via 23f990714acea410311bd34e0886f1c98a4cedb9 (commit)
via 6973d5c0109f7a155b69c40efc4965ceda0031b1 (commit)
via 908683eadeaed05fca35526c0e9a5a53e336d713 (commit)
via 0cdf4b0a6821a0e970194ed5b122d3d6270c9814 (commit)
via c9ad46ac75d6cbd4336f405d6dc2dc6a2975c25e (commit)
via 214236fd5d89535985a18677de760c68fee9e11a (commit)
via f95d518c63b5d41f601a8d2eba61c2345bdbd2a2 (commit)
via b29c24bcb77e58f8ec57f5180766baafb3a2c7cd (commit)
via a1830440fc93ecb531f003b524fec9249f020303 (commit)
via 0fa403b51bfab1836113d560d8a5d8ba3c9e4ea6 (commit)
via 2d7321bbde4421b31139c687e8c81106bd702f60 (commit)
via 95b10c62caedc943b4686807eb4979b0b0de4c57 (commit)
via 9004de39ab1e047a7d6687e68f5bad708364b09f (commit)
via 17240037376169369b526ee8a8284961b85adbfa (commit)
via 2400386c25afe1af68531ca9689618bfa1365bdc (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 (68da36a96e2a5284b6fa97a8bafa6b3556cf5e01)
\
N -- N -- N (d6f43365e4802c88c7289f92276f20570581c2dc)
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/osmocom-bb/commit/?id=d6f43365e4802c88c7289f92276f2…
commit d6f43365e4802c88c7289f92276f20570581c2dc
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Mon Oct 17 15:35:43 2011 +0200
fw: Disable backlight for the sniffing fw
No need to waste battery life
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=611c9134d1dc5c5d24929c2ea1b8a…
commit 611c9134d1dc5c5d24929c2ea1b8af7ce19877c7
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 14:08:07 2011 +0200
[HACK] Disable neighbor measurement task
We really don't care about this and this seems to interfere with
sync for some reason ...
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=a53d36486d0d94d1e07d96b97c185…
commit a53d36486d0d94d1e07d96b97c1852e43c4a2306
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 10:08:37 2011 +0200
[HACK] Add burst deciphering support
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=29067ab9e6095624f6bbe6604d9e7…
commit 29067ab9e6095624f6bbe6604d9e7e7a952a64a3
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 08:26:49 2011 +0200
[HACK] host/layer23: Add local burst processing for cleartext bursts
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=431471dd7c209476aac214440fd62…
commit 431471dd7c209476aac214440fd620c6272e8b00
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Sep 3 00:27:12 2011 +0200
[HACK] host/layer23: Wire application logic for a simple demo sniff app
This listen for IMM.ASS and follows them
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=df9775d95aa0bf0fc08163914d1af…
commit df9775d95aa0bf0fc08163914d1afa3832fbc5cf
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 18:45:19 2010 +0100
[HACK] Disptach the received BURST_IND with a signal
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=7b2f1e1bbf79c647b4519df590862…
commit 7b2f1e1bbf79c647b4519df5908628605fe01628
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Nov 13 15:36:14 2010 +0100
[HACK] Increase speed of l1ctl to 408250bps after boot
This is required to deal with the increased traffic of a passive listener
Note that it break the 'auto-restart' of osmocon when active because
the bootloader will send the prompt at 115200 baud and we won't see it ...
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=e4c872f6836a0ec6a828f6f755403…
commit e4c872f6836a0ec6a828f6f755403d288225bd0b
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:14:01 2010 +0100
fw/layer1: Replace all dedicated multiframe task with sniff code
This way, a dedicated mode assign makes it dump all the data
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=3ce30701028d962f2daf513c102bf…
commit 3ce30701028d962f2daf513c102bf949ef54c351
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:10:44 2010 +0100
fw/l1: Add sniffing primitives
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=23f990714acea410311bd34e0886f…
commit 23f990714acea410311bd34e0886f1c98a4cedb9
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Nov 14 16:12:24 2010 +0100
l1ctl: Add definition for BURST INDICATION messages
(as a side effect data_ind is no longer the biggest message, so
need to update L3_MSG_SIZE)
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=6973d5c0109f7a155b69c40efc496…
commit 6973d5c0109f7a155b69c40efc4965ceda0031b1
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Sep 30 23:16:35 2010 +0200
target/fw/dsp: Add & load the dsp sniffer patch
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmocom-bb/commit/?id=908683eadeaed05fca35526c0e9a5…
commit 908683eadeaed05fca35526c0e9a5a53e336d713
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Sep 30 23:14:23 2010 +0200
target_dsp/calypso: Add a custom DSP patch for burst sniffing
Load it, then set gprs_install_address to 0x015c and then task
23 will be a raw sniffer.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/gsm48_rr.c | 10 ++++++++--
src/host/layer23/src/mobile/main.c | 4 ++--
src/host/layer23/src/mobile/support.c | 2 +-
src/host/layer23/src/mobile/vty_interface.c | 1 -
src/target/firmware/Makefile | 2 +-
src/target/firmware/calypso/dsp.c | 4 ++--
src/target/firmware/flash/cfi_flash.c | 14 +++++++-------
src/target/firmware/include/defines.h | 10 ++++++++++
src/target/firmware/include/endian.h | 12 ++++++++++++
src/target/firmware/include/stdio.h | 1 +
src/target/firmware/layer1/prim_pm.c | 5 +++--
11 files changed, 47 insertions(+), 18 deletions(-)
create mode 100644 src/target/firmware/include/endian.h
hooks/post-receive
--
The Open Source GSM Base Band stack
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 updated
discards 52aca0510a5f9f19f086dd3d8011d0819229bed9 (commit)
via 1859277a74eb69693e3518761d844caac2172e11 (commit)
via ba3befe7e5299ca3e6895201b4557b855bc4f561 (commit)
via ac9e2d8aa52cbc4198cd94ab9d9c92c3317a979f (commit)
via 35b54d12bbedd61562bd9f5a3131024a166a4835 (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 (52aca0510a5f9f19f086dd3d8011d0819229bed9)
\
N -- N -- N (1859277a74eb69693e3518761d844caac2172e11)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/tlv.h | 4 ++--
src/timer.c | 3 +--
tests/fsm/fsm_test.c | 4 +++-
3 files changed, 6 insertions(+), 5 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, laforge/sercomm has been updated
discards 1036d83b43f8b35650a7e766ce2b1f00f41420e2 (commit)
discards 2c68b50aad35ec11c0a04834ffe5f526c9288c3d (commit)
discards 002aff0b93e91ae80c8619c4b0e502a5f72259fb (commit)
discards e4ed87b3011ff2cafef1c4d9c820c3acf3f5c1a7 (commit)
discards 126f7debfeac29eb184fc96be55ec3067614f58e (commit)
discards 1f895df34283c8e342f48acb3499436a3a3b01ba (commit)
discards e6f2098a12549254407c7689dfdbc4ffd8a0b061 (commit)
discards 639daa098b57e902050f248bca30d680802db321 (commit)
discards 7592a005d56ba4935ac935d8523b5275f8a7b66e (commit)
discards c74dd4f11f73eeaa0ef764b629ba84389018acf1 (commit)
discards 103b2a281ae52d9dd1f5d4f001331bf4bdca1553 (commit)
discards 49e49d3fce02e6eddf09a8b895c9f8f9217610c9 (commit)
via 4a6bb11c088abde93dcfcea6a068fc69c1b0c833 (commit)
via b3af18d31e4b635a9b26d11f9f1e88b01fa20a45 (commit)
via a4eccb89c2369bd74df0b4e0407fcc03c0ffda0c (commit)
via dd99a439090eaaae41c098d7faf7ea2ede08e77a (commit)
via 9a764f05a892d82eff5d340c48b938de76fb8560 (commit)
via d750cbe6fcf7d4d9c482ae523c36f808383e0f2a (commit)
via b907bcadca6c39a1b5e9b82c2e0b76e6788440d2 (commit)
via 8ff42b3a24edb0152d9dcbe767f8f89b29f16333 (commit)
via e4e65774ca15715cc2a360061cf3ea25113f2889 (commit)
via 55e03aa84a6ec61d4644350dbbb165a32478544e (commit)
via 318414267d917b522267f3ab7fee1a1df42d0b6c (commit)
via cb89e645c1944b5ae6d7a4fdf68e70901781af1c (commit)
via d379dbee162d1b0d932733ee849f0a008234c64f (commit)
via caf15f77b10af11f1d50d7d9c3a24ce219327b6f (commit)
via 1859277a74eb69693e3518761d844caac2172e11 (commit)
via ba3befe7e5299ca3e6895201b4557b855bc4f561 (commit)
via ac9e2d8aa52cbc4198cd94ab9d9c92c3317a979f (commit)
via 35b54d12bbedd61562bd9f5a3131024a166a4835 (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 (1036d83b43f8b35650a7e766ce2b1f00f41420e2)
\
N -- N -- N (4a6bb11c088abde93dcfcea6a068fc69c1b0c833)
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=4a6bb11c088abde93dcfcea6a068…
commit 4a6bb11c088abde93dcfcea6a068fc69c1b0c833
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=b3af18d31e4b635a9b26d11f9f1e…
commit b3af18d31e4b635a9b26d11f9f1e88b01fa20a45
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=a4eccb89c2369bd74df0b4e0407f…
commit a4eccb89c2369bd74df0b4e0407fcc03c0ffda0c
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=dd99a439090eaaae41c098d7faf7…
commit dd99a439090eaaae41c098d7faf7ea2ede08e77a
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=9a764f05a892d82eff5d340c48b9…
commit 9a764f05a892d82eff5d340c48b938de76fb8560
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=d750cbe6fcf7d4d9c482ae523c36…
commit d750cbe6fcf7d4d9c482ae523c36f808383e0f2a
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=b907bcadca6c39a1b5e9b82c2e0b…
commit b907bcadca6c39a1b5e9b82c2e0b76e6788440d2
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=8ff42b3a24edb0152d9dcbe767f8…
commit 8ff42b3a24edb0152d9dcbe767f8f89b29f16333
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=e4e65774ca15715cc2a360061cf3…
commit e4e65774ca15715cc2a360061cf3ea25113f2889
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
http://cgit.osmocom.org/libosmocore/commit/?id=55e03aa84a6ec61d4644350dbbb1…
commit 55e03aa84a6ec61d4644350dbbb165a32478544e
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=318414267d917b522267f3ab7fee…
commit 318414267d917b522267f3ab7fee1a1df42d0b6c
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=cb89e645c1944b5ae6d7a4fdf68e…
commit cb89e645c1944b5ae6d7a4fdf68e70901781af1c
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=d379dbee162d1b0d932733ee849f…
commit d379dbee162d1b0d932733ee849f0a008234c64f
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=caf15f77b10af11f1d50d7d9c3a2…
commit caf15f77b10af11f1d50d7d9c3a24ce219327b6f
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 | 41 ++++++++++---
include/osmocom/gsm/tlv.h | 4 +-
src/sercomm.c | 84 +++++++++++++++----------
src/stats.c | 3 +
src/stats_statsd.c | 4 ++
src/timer.c | 3 +-
tests/Makefile.am | 8 ++-
tests/fsm/fsm_test.c | 4 +-
tests/sercomm/sercomm_test.c | 136 +++++++++++++++++++++++++++++++++++++++++
tests/sercomm/sercomm_test.ok | 21 +++++++
tests/testsuite.at | 6 ++
11 files changed, 268 insertions(+), 46 deletions(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, daniel/ow-tracking has been created
at b3d61ea7ef343dbaa79e8ea86cb6001add5b642c (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=b3d61ea7ef343dbaa79e8ea86cb6001a…
commit b3d61ea7ef343dbaa79e8ea86cb6001add5b642c
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon May 15 16:06:07 2017 +0200
Release version 0.15.0+z11
Change-Id: I401c49c147e65bec8ec8fb5f7eafaec823e8d7fc
http://cgit.osmocom.org/openbsc/commit/?id=b8aa2713300d38b4930bb03162bdad9d…
commit b8aa2713300d38b4930bb03162bdad9de7040f31
Author: Max <msuraev(a)sysmocom.de>
Date: Thu May 4 10:55:45 2017 +0200
deb: install python scripts from contrib/
Add .py scripts from contrib/ to osmo-nitb.deb package.
Change-Id: I852815f348ae330980b186e1ddbc78f18f4f42b5
Related: SYS#3028
http://cgit.osmocom.org/openbsc/commit/?id=82389f2628f6c2e6e6237c201cf7d224…
commit 82389f2628f6c2e6e6237c201cf7d224bceffdcd
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Apr 4 18:48:24 2017 +0200
python: fix Null logger
Change-Id: Ie120273eabbc670e9f19ba365508688a810a2773
Related: SYS#3028
http://cgit.osmocom.org/openbsc/commit/?id=190a106ceabf3c2a7ce4d7af2d46580d…
commit 190a106ceabf3c2a7ce4d7af2d46580dd518ceb6
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 21 13:34:55 2017 +0100
Add simple CTRL2SOAP proxy
Add python client which converts TRAP messages into SOAP requests and
perform corresponding actions.
It can be used as follows
./soap.py -d -w http://example.com/soapservice/htdocs/wsdl/test.wsdl
See ./soap.py -h for additional options.
Change-Id: I82844ec7a302bac30d6daee9ebca2188fd48ca46
Related: SYS#3028
http://cgit.osmocom.org/openbsc/commit/?id=08cfdca9f063fbdc5215d14596ff4711…
commit 08cfdca9f063fbdc5215d14596ff4711ec4cc14d
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 20 17:30:25 2017 +0100
twisted_ipa.py: make debug logging more robust
Do not print anything to stdout directly - use proper logger object
instead: either the one supplied by IPAFactory user or default to NO-OP
NullHandler logger.
Change-Id: Ic3417095a6e8848f0acabb46a9e64c0197b736e2
Related: SYS#3028
http://cgit.osmocom.org/openbsc/commit/?id=5d568740441a92a553be57124d3b77e6…
commit 5d568740441a92a553be57124d3b77e633abac52
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 20 17:26:16 2017 +0100
twisted_ipa.py: bump version properly
Adjust version string to comply with PEP8 and PEP386.
Change-Id: I44c8521f12e6432038998bfb1ac1bb37a1137787
Related: SYS#3028
http://cgit.osmocom.org/openbsc/commit/?id=8d5cfd08a74a700464a0e54507a17fe2…
commit 8d5cfd08a74a700464a0e54507a17fe2fc73dbec
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 15 19:10:05 2016 +0100
Add twisted-based IPA multiplex
Add sample applications using twisted framework for IPA and CTRL
multiplex.
Change-Id: I07559df420b7fe8418f3412f45acd9a375e43bc5
Related: SYS#3028
http://cgit.osmocom.org/openbsc/commit/?id=b8b426db98c7d15b01abdb8bb0ed1667…
commit b8b426db98c7d15b01abdb8bb0ed166760de50a8
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Nov 14 18:46:40 2016 +0100
Add IPA multiplex
Add base class and derived Ctrl class implementing ctrl-specific
routines.
Change-Id: I41e37ec143183e422c0b31af95d183bd84f0c328
Related: SYS#3028
-----------------------------------------------------------------------
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via f39d03ad21d8120af847603d9b2ead71b8c4ba43 (commit)
from 1ebf23b7fe631dbafcc2dc4a1e8a8beced4ecc0d (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=f39d03ad21d8120af847603d9b2ead71…
commit f39d03ad21d8120af847603d9b2ead71b8c4ba43
Author: Max <msuraev(a)sysmocom.de>
Date: Fri May 12 17:00:30 2017 +0200
Restructure SI2quater generation
In preparation for extended SI2q messages:
* add SI2q-specific accessor macro
* add *_offset variables to gsm_bts struct
* internalize memory check while generating rest octets - introduce
budget concept (number of bits available in a given message)
* internalize *arfcn_size() functions as they are not needed outside of
si2q_num() anymore
* change rest octets generation to work with gsm_bts struct directly
* do not generate rest octets if no SI2q is necessary
* adjust unit tests accordingly (cosmetic changes only to avoid
regressions)
Requires: I92e12e91605bdab9916a3f665705287572434f74 in libosmocore
Change-Id: Ib554cf7ffc949a321571e1ae2ada1160e1b35fa6
Related: RT#8792
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 9 +-
openbsc/include/openbsc/rest_octets.h | 3 +-
openbsc/include/openbsc/system_information.h | 5 +-
openbsc/src/libbsc/bsc_vty.c | 6 +-
openbsc/src/libbsc/rest_octets.c | 197 +++++++++++++++++----------
openbsc/src/libbsc/system_information.c | 89 +++++++-----
openbsc/tests/gsm0408/gsm0408_test.c | 87 ++++++------
openbsc/tests/gsm0408/gsm0408_test.ok | 8 +-
8 files changed, 241 insertions(+), 163 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via cc17ad5ee0ec151f00fe5f1afe7f7fba7262e074 (commit)
from 9cb9cd49ca11936027dcecdfbbf7dc826d462d8c (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-gsm-manuals/commit/?id=cc17ad5ee0ec151f00fe5f1…
commit cc17ad5ee0ec151f00fe5f1afe7f7fba7262e074
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun May 14 20:10:48 2017 +0200
all manuals: number paragraphs up to level 5 depth
Change-Id: Ic03ff99df4d655ce0b2dbc5a042a3a62f07cfef7
-----------------------------------------------------------------------
Summary of changes:
build/custom-dblatex.sty | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 ac9e2d8aa52cbc4198cd94ab9d9c92c3317a979f (commit)
via 35b54d12bbedd61562bd9f5a3131024a166a4835 (commit)
from a5bb2b9586aee6114614eed7d9b642dc03ad39fd (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=ac9e2d8aa52cbc4198cd94ab9d9c…
commit ac9e2d8aa52cbc4198cd94ab9d9c92c3317a979f
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun May 14 20:52:46 2017 +0300
gsm/tlv.h: fix copy-paste error
Change-Id: Id52ddd8358fd4af1ecc71142deb09f1e237021f3
http://cgit.osmocom.org/libosmocore/commit/?id=35b54d12bbedd61562bd9f5a3131…
commit 35b54d12bbedd61562bd9f5a3131024a166a4835
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun May 14 20:38:44 2017 +0300
fsm_test.c: fix unreachable check
Change-Id: Ic3d5da00f7ece6dbcd4c999187a5748c9331e60f
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/tlv.h | 4 ++--
tests/fsm/fsm_test.c | 4 +++-
2 files changed, 5 insertions(+), 3 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 "UNNAMED PROJECT".
The branch, master has been updated
via ccde5c9557382f56a40e0c94fc29eca8bd886c1c (commit)
from 3de6d0602f4c0c70b87d303161e154746a74b50d (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=ccde5c9557382f56a40e0c94fc29eca…
commit ccde5c9557382f56a40e0c94fc29eca8bd886c1c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sat Feb 4 03:10:08 2017 +0100
remove pcu own bitvector implementation
The osmocore bitvec is exact the same, but use a pointer instead of
a reference.
Change-Id: Id8f797631d89aa12b6e48efb2dc153a3e2f059f7
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 -
src/bitvector.cpp | 120 ---------
src/bitvector.h | 52 ----
src/bts.cpp | 8 +-
src/csn1.cpp | 210 ++++++++--------
src/csn1.h | 5 +-
src/egprs_rlc_compression.cpp | 6 +-
src/encoding.cpp | 548 +++++++++++++++++++++---------------------
src/gprs_bssgp_pcu.cpp | 2 +-
src/gprs_rlcmac.cpp | 2 +-
src/gprs_rlcmac.h | 2 +-
src/gsm_rlcmac.cpp | 124 +++++-----
src/pcu_main.cpp | 1 -
src/tbf.cpp | 6 +-
src/tbf_ul.cpp | 2 +-
tests/rlcmac/RLCMACTest.cpp | 24 +-
tests/tbf/TbfTest.cpp | 4 +-
tests/types/TypesTest.cpp | 2 +-
18 files changed, 475 insertions(+), 645 deletions(-)
delete mode 100644 src/bitvector.cpp
delete mode 100644 src/bitvector.h
hooks/post-receive
--
UNNAMED PROJECT