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 6f6cbf7c5dedfd6335024004b1d21809e806a40d (commit)
from 40407835b30d204a819772c4fd935e2ee71228b2 (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=6f6cbf7c5dedfd6335024004b1d21809…
commit 6f6cbf7c5dedfd6335024004b1d21809e806a40d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Apr 4 19:35:22 2015 +0200
bts: "Repair" broken channels if we receive the release ack
We had issues with odd behavior on the nanoBTS which lead
to the introduction of the "broken" state. On busy multi
BTS cells (e.g. rhizomatica) with wifi backhaul the timeout
we set to wait for a RF Channe Release ACK is sometimes too
little and channels are marked broken that look to be okay
(besides the still to be determined delay).
In case of a sysmoBTS we now know that we can change the
state of a broken channel back to normal in case we do
receive the right response.
Manually verified using the Smalltalk BTS code
PackageLoader fileInPackage: 'FakeBTS'
bts := FakeBTS.BTS new.
bts btsId: '1903/0/0'.
bts connect: 'localhost'.
bts waitForBTSReady.
test := FakeBTS.OpenBSCTest new.
test bts: bts.
test requireAnyChannel
... wait for NITB output
<0004> abis_rsl.c:223 (bts=0,trx=0,ts=0,ss=0) Timeout during deactivation! Marked as broken.
... process pending messages
stdin next
<0004> abis_rsl.c:735 (bts=0,trx=0,ts=0,ss=0) CHAN REL ACK for broken channel. Releasing it.
So the channel went from broken to unallocated.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 11 +++++++++++
openbsc/src/libbsc/abis_rsl.c | 17 ++++++++++++++---
2 files changed, 25 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, zecke/fixes/release-channel has been created
at 8c83038b2b99df20edd0705d8b4274c03872690b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=8c83038b2b99df20edd0705d8b4274c0…
commit 8c83038b2b99df20edd0705d8b4274c03872690b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Apr 4 18:42:46 2015 +0200
filter: Move the gsm 04.08 filter to a common place
For customer requirements we want to be able to do
filtering on the BSC as well. The same messages need
to be scanned and the same access-lists will be looked
at. In the future we might even split traffic based
on the IMSI. Begin with moving the code to a new top
level directory and then renaming and removing the
nat dependency.
-----------------------------------------------------------------------
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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/gr has been updated
discards 2fa8bf59113913fedd9f91a0fee8d9bd199ac347 (commit)
discards bf8e70f363ac3fa7c2def7ac5634999728f750dc (commit)
discards b9dfcabf5ce748d29fbe967b59f003072807c74c (commit)
discards 864f9cb8b45881b0962188355b65ddd207b1e30c (commit)
discards 94beb6c0379637379a164b0f4c8beb1c4418dff1 (commit)
discards fca78ef3dc7713287c0d2a72ec39bd9af2cddf60 (commit)
discards cb2c24683dd668dd9aeb0d485e981186583294fe (commit)
discards 614990c4287ec16fa992c960f93a1198d8cfb0bc (commit)
discards 6049478618ed9b90f7aef057d32e18511218c382 (commit)
via 7be39dc3b0fff33e4c1b231fde25cc90e9558440 (commit)
via a7209fc0cce4df4468797c2a608691c62399c403 (commit)
via a2a370a46eedaf22b0b81cb473828fe47ff17d3c (commit)
via 0803baa9eac94f1566394715a49569ebacd2164a (commit)
via 531665e38431f0967e1ef652ab4fb5c3ee87283e (commit)
via 5763a1ecafb5889c99dfca99cddc3366f05415d3 (commit)
via 6e1160b9e6ee6b48f45d794637e6a25b6f6541b3 (commit)
via d0b41f0780ad1c3cdf61211b1ab32439eae8289f (commit)
via 8625ee2df36d5f4b1c37c663435bd44c3cf80f5c (commit)
via ab449343f9fe62ddc5de16bb535987308c26a916 (commit)
via a23f3d3243cb99d94a3a61a8c01eb06179c2a557 (commit)
via 5334182d5a1029a302f55273ae2a214cf3f6c38a (commit)
via d4aba57dc3206cb0221f38ac5b9eb1b94c7fd4d0 (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 (2fa8bf59113913fedd9f91a0fee8d9bd199ac347)
\
N -- N -- N (7be39dc3b0fff33e4c1b231fde25cc90e9558440)
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/osmo-gmr/commit/?id=7be39dc3b0fff33e4c1b231fde25cc9…
commit 7be39dc3b0fff33e4c1b231fde25cc90e9558440
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Mar 29 20:59:06 2015 +0200
gr-gmr1/rach_demod: Improve initial frequency estimation
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=a7209fc0cce4df4468797c2a608691c…
commit a7209fc0cce4df4468797c2a608691c62399c403
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Mar 29 20:56:53 2015 +0200
gr-grm1/rach_detect_fft: Fix the direction of peak offset compensation
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=a2a370a46eedaf22b0b81cb473828fe…
commit a2a370a46eedaf22b0b81cb473828fe47ff17d3c
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Mar 29 20:56:29 2015 +0200
gr-gmr1: Add a tag with the time of RACH and write it to file
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=0803baa9eac94f1566394715a49569e…
commit 0803baa9eac94f1566394715a49569ebacd2164a
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Mar 29 20:55:44 2015 +0200
gr-gmr1/rach_detect_fft: Use a global constant for freq key
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=531665e38431f0967e1ef652ab4fb5c…
commit 531665e38431f0967e1ef652ab4fb5c3ee87283e
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Feb 22 20:43:15 2015 +0100
gr-gmr1: Make use of that new text sink in the default GRC app
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=5763a1ecafb5889c99dfca99cddc336…
commit 5763a1ecafb5889c99dfca99cddc3366f05415d3
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Feb 22 20:42:49 2015 +0100
gr-gmr1: Add special file sink to record RACH in text format
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=6e1160b9e6ee6b48f45d794637e6a25…
commit 6e1160b9e6ee6b48f45d794637e6a25b6f6541b3
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Jan 30 10:11:02 2015 +0100
gr-gmr1: Make use of the new delimited burst feature
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=d0b41f0780ad1c3cdf61211b1ab3243…
commit d0b41f0780ad1c3cdf61211b1ab32439eae8289f
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Jan 30 10:07:22 2015 +0100
gr-gmr1: Import new burst_to_tagged_stream logic
Note that this cheats a little since I use the output buffer as temporary
storage (i.e. writing samples to it and not telling GR until later ...)
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=8625ee2df36d5f4b1c37c663435bd44…
commit 8625ee2df36d5f4b1c37c663435bd44c3cf80f5c
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Aug 31 22:10:41 2014 +0200
gr-gmr1: First code import with working RACH detection
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gmr1/sdr/pi4cxpsk.h | 8 +++-
src/Makefile.am | 7 ++-
src/gmr1_rach_gen.c | 65 ++++++++++++++++++++++++++++
src/l1/rach.c | 8 ++--
src/sdr/pi4cxpsk.c | 86 +++++++++++++++++++++++++++++++++++--
5 files changed, 166 insertions(+), 8 deletions(-)
create mode 100644 src/gmr1_rach_gen.c
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/live has been updated
discards 520bbd9f3cbb50f208f3a9863e80545c815ed4e6 (commit)
discards 8c34477edd3c2b6a3665df9211dc898e67e0819a (commit)
via c9bebd030983a97145b1e4781ceae1b1061ee3e2 (commit)
via a8733e64e82a6171d14197df2231270f87d4ee95 (commit)
via ab449343f9fe62ddc5de16bb535987308c26a916 (commit)
via a23f3d3243cb99d94a3a61a8c01eb06179c2a557 (commit)
via 5334182d5a1029a302f55273ae2a214cf3f6c38a (commit)
via d4aba57dc3206cb0221f38ac5b9eb1b94c7fd4d0 (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 (520bbd9f3cbb50f208f3a9863e80545c815ed4e6)
\
N -- N -- N (c9bebd030983a97145b1e4781ceae1b1061ee3e2)
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/osmo-gmr/commit/?id=c9bebd030983a97145b1e4781ceae1b…
commit c9bebd030983a97145b1e4781ceae1b1061ee3e2
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Feb 8 17:05:20 2015 +0100
rxfwk: Create a new rxfwk subdir to contain the 'RX framework' files
So that other apps can re-use it. Note that it's not part of the gmr1
lib proper and so include files are in that dir and not installed.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=a8733e64e82a6171d14197df2231270…
commit a8733e64e82a6171d14197df2231270f87d4ee95
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Wed Mar 14 10:48:46 2012 +0100
[hack] Add first attempt at live stream processing
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gmr1/sdr/pi4cxpsk.h | 8 +++-
src/Makefile.am | 7 ++-
src/gmr1_rach_gen.c | 65 ++++++++++++++++++++++++++++
src/l1/rach.c | 8 ++--
src/sdr/pi4cxpsk.c | 86 +++++++++++++++++++++++++++++++++++--
5 files changed, 166 insertions(+), 8 deletions(-)
create mode 100644 src/gmr1_rach_gen.c
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, master has been updated
via ab449343f9fe62ddc5de16bb535987308c26a916 (commit)
via a23f3d3243cb99d94a3a61a8c01eb06179c2a557 (commit)
via 5334182d5a1029a302f55273ae2a214cf3f6c38a (commit)
via d4aba57dc3206cb0221f38ac5b9eb1b94c7fd4d0 (commit)
from 810984f26f0c37dfdfa428963d803c9883e23540 (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-gmr/commit/?id=ab449343f9fe62ddc5de16bb5359873…
commit ab449343f9fe62ddc5de16bb535987308c26a916
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Apr 4 13:53:45 2015 +0200
misc: Add an utility to modulate a RACH burst
The output is only 1sps and needs to be filtered by an RRC filter (0.35)
before transmission.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=a23f3d3243cb99d94a3a61a8c01eb06…
commit a23f3d3243cb99d94a3a61a8c01eb06179c2a557
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Apr 3 20:24:10 2015 +0200
sdr/pi4cxpsk: Add a method for modulation of pi/4 CxPSK bursts
This currently only supports 1sps. To upconvert, it should be
convoluted with a RRC filter.
It required adding a second table of symbol in the modulation
type where the entries are sorted by the 'bits' value rather
than the symbol number.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=5334182d5a1029a302f55273ae2a214…
commit 5334182d5a1029a302f55273ae2a214cf3f6c38a
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Apr 3 20:02:01 2015 +0200
l1/rach: Fix the gmr1_rach_encode function
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=d4aba57dc3206cb0221f38ac5b9eb1b…
commit d4aba57dc3206cb0221f38ac5b9eb1b94c7fd4d0
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Apr 4 13:42:57 2015 +0200
l1/rach: Clear up the unused bits in gmr1_rach_decode return array
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gmr1/sdr/pi4cxpsk.h | 8 +++-
src/Makefile.am | 7 ++-
src/gmr1_rach_gen.c | 65 ++++++++++++++++++++++++++++
src/l1/rach.c | 8 ++--
src/sdr/pi4cxpsk.c | 86 +++++++++++++++++++++++++++++++++++--
5 files changed, 166 insertions(+), 8 deletions(-)
create mode 100644 src/gmr1_rach_gen.c
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/master has been updated
via cd20d12392811ef92fe0f60c6184c31f483fc07e (commit)
via b61d91b50d1efe4cc303c2e9838de9fb54148d26 (commit)
from 3531a6a6ac36e59c41a93cd9e07ae4cc1529522f (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-trx/commit/?id=cd20d12392811ef92fe0f60c6184c31…
commit cd20d12392811ef92fe0f60c6184c31f483fc07e
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 25 14:22:37 2015 +0300
uhd: Use full DAC scale with UmTRX to improve signal quality.
http://cgit.osmocom.org/osmo-trx/commit/?id=b61d91b50d1efe4cc303c2e9838de9f…
commit b61d91b50d1efe4cc303c2e9838de9fb54148d26
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Mar 1 10:30:12 2015 +0100
Logger: Output ERR log messages to stderr as well.
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Logger.cpp | 2 +-
Transceiver52M/UHDDevice.cpp | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "SS7 (TCAP, ROS, MAP, CAP) ASN1 files".
The branch, master has been updated
via 54950c369bf682bb5d27495359f6b704764af2c0 (commit)
from b42fd7c3b48f53fd13de901cdd88e8f7f3d2c206 (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/asn1/ss7/commit/?id=54950c369bf682bb5d27495359f6b70…
commit 54950c369bf682bb5d27495359f6b704764af2c0
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 3 09:38:39 2015 +0200
MAP: Add IMSI/correlationID to MAP
Copied from PDF with 12.7.0 Release 12
Found: *#115
-----------------------------------------------------------------------
Summary of changes:
asn1/MAP/MAP-SM-DataTypes.asn | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
SS7 (TCAP, ROS, MAP, CAP) ASN1 files
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 "GNURadio block for spectrum visualization using GPU".
The branch, master has been updated
via 3fdfe7cf812238804f25f5cdfe39f848fd657b33 (commit)
from 985c78ffa7ecfc0d4b5b43d2541e68a9e6d94576 (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-fosphor/commit/?id=3fdfe7cf812238804f25f5cdfe39f…
commit 3fdfe7cf812238804f25f5cdfe39f848fd657b33
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Apr 2 22:59:40 2015 +0200
gr-fopshor: Add a MANIFEST for CGRAN
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
MANIFEST.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 MANIFEST.md
hooks/post-receive
--
GNURadio block for spectrum visualization using GPU
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 d0261b72dea475c1fccdf00b77d6be6317588232 (commit)
via 0c1c8778dfdda80222d30b903d62156adb6927c4 (commit)
from 0a0b5dcb324d3652f55541855426c91f0c9d9536 (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=d0261b72dea475c1fccdf00b77d6be6…
commit d0261b72dea475c1fccdf00b77d6be6317588232
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu Apr 2 13:58:09 2015 +0200
tbf: Force ACK after the last DL LCC frame has been received
If the protocol layers above LLC (e.g. TCP) need an acknowledgement
to continue, it can take up to 400ms (single TS) until the MS is
polled for Ack/Nack which it can use to request an uplink TBF
quickly. The 400ms result from requesting an DL Ack/Nack every 20 RLC
blocks until all pending LLC frames have been sent.
Especially TCP's slow start mechanism can lead to a high delay at the
start of the connection, since the sender will eventually stop after
having sent the first packets (up to 4 (RFC2581) or 10 (RFC6928)).
This commit modifies append_data() to (re-)start
a timer every time it handles an LLC packet and to request an
Ack/Nack every time it expires. So if the server ceases to send IP
packets, the MS is polled in the assumption, that the server is
waiting for an ACK.
The following VTY commands are added (pcu node):
- queue idle-ack-delay <1-65535> timeout in centiseconds
- no queue idle-ack-delay disable this feature (default)
A sensible value is 10 (100ms) that at gave promising results when
testing locally.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=0c1c8778dfdda80222d30b903d62156…
commit 0c1c8778dfdda80222d30b903d62156adb6927c4
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Mar 20 12:02:42 2015 +0100
tbf: Use a hysteresis when discarding DL LLC frames
Currently single LLC blocks are discarded when the PDU lifetime
expires. If an IP packet has been fragmented either on the IP or on
the LLC layer and is therefore distributed over several LLC frames,
the kept fragments are transmitted and then discarded by the MS
because of the missing PDU. This can cause massive IP packet loss
when there are many fragmented packets (e.g. when trying 'ping
-s1800' or if the GGSN chops downlink IP packets into several SNDCP
packets).
On the other hand, discarding too many packets might disturb the
congestion handling of TCP. Dropping plain TCP ACKs might also hinder
flow control and congestion avoidance.
This commit adds a hysteresis algorithm to the LLC discard loop. If
an LLC message's age reaches the high water mark, further message's
with an age above the low water mark are discarded, too. This is
aborted, if a GMM, a non-UI, or a small message is detected. In
these cases, that message is kept.
The following VTY commands are added (pcu config node):
- queue hysteresis <1-65535> set the difference between high
(lifetime) and low watermark in
centiseconds
- no queue hysteresis disable this feature (default)
Since the SGSN will most probably send all fragments of a single
N-PDU without much delay between them, a value slightly above the
average transmission delay jitter between SGSN and PCU is probably a
sensible value to discard all fragments of a single IP packet.
This is an experimental feature that might be replaced by more
advanced means of active queue management in the future.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 2 ++
src/llc.cpp | 15 ++++++++++
src/llc.h | 1 +
src/pcu_utils.h | 5 ++++
src/pcu_vty.c | 66 ++++++++++++++++++++++++++++++++++++++++++++
src/tbf.cpp | 1 +
src/tbf.h | 5 ++++
src/tbf_dl.cpp | 85 +++++++++++++++++++++++++++++++++++++++++++++++++--------
8 files changed, 169 insertions(+), 11 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, master has been updated
via 4e0543f730b255849305787ecce89867e89f40f8 (commit)
from f8699ca51eeb4f3d34336501abcaf071b4a95a47 (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=4e0543f730b255849305787ecce8…
commit 4e0543f730b255849305787ecce89867e89f40f8
Author: Michael McTernan <Michael.McTernan(a)wavemobile.com>
Date: Mon Mar 30 13:22:14 2015 +0100
Tests: Fix broken loggingrb testcase.
The loggingrb (ringbuffer) test case was not actually being built or ran, instead still using the normal logging test.
This patch fixes the makefile, then the loggingrb testcase is changed to use the current loggingrb API so that it builds and passes.
Signed-off-by: Michael McTernan <mike.mcternan(a)wavemobile.com>
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 2 +-
tests/loggingrb/loggingrb_test.c | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications