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 "wireshark with Osmocom specific dissectors".
The branch, trunk has been deleted
was 5cfba140eef875ae993a75bfdf4f0bbd36e1f716
-----------------------------------------------------------------------
5cfba140eef875ae993a75bfdf4f0bbd36e1f716 Replace process_RequestOperation macro by a real function to speedup compilation time
-----------------------------------------------------------------------
hooks/post-receive
--
wireshark with Osmocom specific dissectors
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 "wireshark with Osmocom specific dissectors".
The branch, laforge/om2000-201610 has been updated
via 02521d44013e715bcebaa1c20169dc61734520c3 (commit)
via e20a16f266bce981d6f6589fa74f87e58e3ce7d2 (commit)
from 0a8e453bb78b828a0b5d7f5795239a690ac869db (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/wireshark/commit/?id=02521d44013e715bcebaa1c20169dc…
commit 02521d44013e715bcebaa1c20169dc61734520c3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 5 15:26:49 2016 +0100
gsm_abis_pgsl: Fix dissection of PGSL-STATUS-IND
The frame number is (as in all messages) three bytes long, not just one
byte.
Change-Id: I461121d61d2515f51462a3df1086ab988e4afab5
http://cgit.osmocom.org/wireshark/commit/?id=e20a16f266bce981d6f6589fa74f87…
commit e20a16f266bce981d6f6589fa74f87e58e3ce7d2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 5 10:38:23 2016 +0100
gsm_abis_pgsl: Dissect Upling Channel Mode Information Element
Change-Id: Ibfd490fbdbdb479f0e557be9c0d3ede6f94c5639
-----------------------------------------------------------------------
Summary of changes:
epan/dissectors/packet-gsm_abis_pgsl.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
wireshark with Osmocom specific dissectors
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 "wireshark with Osmocom specific dissectors".
The branch, laforge/om2000-201610 has been updated
via 0a8e453bb78b828a0b5d7f5795239a690ac869db (commit)
via 656ed32780aa7b63d990413778c80797df2f2586 (commit)
from bc7fdd261f9f4549f40163471c1835af36a7c982 (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/wireshark/commit/?id=0a8e453bb78b828a0b5d7f5795239a…
commit 0a8e453bb78b828a0b5d7f5795239a690ac869db
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 4 17:54:42 2016 +0100
gsm_abis_pgsl: Proper interpretation of "Q bits"
Regarding the EGPRS header, a value of '1' means bads checksum/quality,
and '0' means good quality/checksum. Let's explicitly state this by
overriding the default True/False boolean labels with Bad/Good.
Change-Id: I2168771d5552345c9c2eb6910f2839013da8210e
http://cgit.osmocom.org/wireshark/commit/?id=656ed32780aa7b63d990413778c807…
commit 656ed32780aa7b63d990413778c80797df2f2586
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 4 17:42:43 2016 +0100
AUTHORS: Update record for Harald Welte
The record has become quite a bit out-of-date over the years.
Change-Id: Id60e3e0839f27643227ddf79559769d228f17b0f
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 11 +++++++++++
epan/dissectors/packet-gsm_abis_pgsl.c | 11 ++++++++---
2 files changed, 19 insertions(+), 3 deletions(-)
hooks/post-receive
--
wireshark with Osmocom specific dissectors
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 "wireshark with Osmocom specific dissectors".
The branch, laforge/om2000-201610 has been updated
via bc7fdd261f9f4549f40163471c1835af36a7c982 (commit)
via a4781327378a8c1ce57cba18dbd9855a2a861a30 (commit)
via 07789fe21e9dea787086810535ba8fd86509ccf4 (commit)
from 59ac5aaf259b5dc1c62aa23fe112f149f9f64104 (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/wireshark/commit/?id=bc7fdd261f9f4549f40163471c1835…
commit bc7fdd261f9f4549f40163471c1835af36a7c982
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 4 17:00:35 2016 +0100
gsm_abis_pgsl: Decode dissection of codec_rxlev
Fix a copy+paste mistake (using the codec_csy string for the
codec_rxlev) and use the existing val_str_ext for decoding the GSM/GPRS
RxLev value into a dBm value range.
Change-Id: Ie19621019977f6a41201cca424de3d44ece309b0
http://cgit.osmocom.org/wireshark/commit/?id=a4781327378a8c1ce57cba18dbd985…
commit a4781327378a8c1ce57cba18dbd9855a2a861a30
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 4 16:58:25 2016 +0100
gsm_abis_pgsl: Dissect PACCH uplink messages
The P-GSL uplink PACCH messages contain information about the decoded
access burst information four consecutive frame numbers. Each burst
individually carries receive level, access burst type (8/11bit),
validity information and access delay.
Change-Id: I9d874d9b2c6de6a5461591e0f1f037ef2c34c143
http://cgit.osmocom.org/wireshark/commit/?id=07789fe21e9dea787086810535ba8f…
commit 07789fe21e9dea787086810535ba8fd86509ccf4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 4 14:39:30 2016 +0100
gsm_abis_pgsl: Fix endianness of frame numbers
The frame numbers are stored as 24bit value in little endian byte order,
not in big endian (as assumed so far).
Change-Id: Ia58db03749375a025e7b3b6b5805687af7601d9a
-----------------------------------------------------------------------
Summary of changes:
epan/dissectors/packet-gsm_abis_pgsl.c | 104 +++++++++++++++++++++++++++++++--
1 file changed, 99 insertions(+), 5 deletions(-)
hooks/post-receive
--
wireshark with Osmocom specific dissectors
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 da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 (commit)
from 8e4bcfef3c69097c8755a14f85504a22132bd7c6 (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=da1ca89bcb4c27b03bd04bbc0e5…
commit da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Nov 3 13:03:29 2016 +0000
Revert "Fix the .pc files so the -l arg matches the installed libraries"
This reverts commit ed9e76e46e530faf2560fc875ecbe83faff8d809.
The libraries in src/ do not have 'osmo' in their name, hence
neither in $prefix/lib. This patch caused linking failure.
Reproduce: do not have libosmo-sccp installed in the system
and make sure no older pkg-config pc files are around.
Build all dependencies with an arbitrary --prefix
passed to configure scripts. Point PKG_CONFIG_PATH (and
optionally LD_LIBRARY_PATH) to this prefix. Finally, build
openbsc using the same --prefix: even though libosmo-sccp
has been installed, it complains:
CCLD osmo-bsc_nat
/usr/bin/ld: cannot find -losmo-sccp
collect2: error: ld returned 1 exit status
Makefile:447: recipe for target 'osmo-bsc_nat' failed
Change-Id: I1a113604b2f037b897954fe8d370291d3c1e2a0a
-----------------------------------------------------------------------
Summary of changes:
libosmo-mtp.pc.in | 2 +-
libosmo-sccp.pc.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via b748012d3186209c0f4c38ebb7113ce7c60e333b (commit)
from 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (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=b748012d3186209c0f4c38ebb7113ce7…
commit b748012d3186209c0f4c38ebb7113ce7c60e333b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 2 14:28:15 2016 +0100
bsc_vty: include dyn TS info in vty show lchan
Extend both 'show lchan <bts> <trx> <lchan>' and 'show lchan summary' to
include information on dynamic timeslots.
Have one common function that prints " as foo" or " switching foo -> bar" to
the vty, use it in lchan_dump_full_vty() and lchan_dump_short_vty().
In lchan_dump_short_vty(), split the vty_out call in two in order to interleave
the dyn ts info right after the pchan.
The summary hence looks e.g. like this for osmocom style dyn ts:
BTS 0, TRX 0, Timeslot 5 TCH/F_TCH/H_PDCH as PDCH, Lchan 0, Type NONE, State ACTIVE - L1 MS Power: 0 dBm RXL-FULL-dl: -110 dBm RXL-FULL-ul: -110 dBm
or
BTS 0, TRX 0, Timeslot 4 TCH/F_TCH/H_PDCH switching NONE -> PDCH, Lchan 0, Type NONE, State BROKEN UNUSABLE - L1 MS Power: 0 dBm RXL-FULL-dl: -110 dBm RXL-FULL-ul: -110 dBm
Change-Id: I3eb72ac7f0a520a8eefe171b9fb357f149aa3fda
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_vty.c | 56 +++++++++++++++++++++++++++++++++++++++++---
1 file changed, 53 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 "SCCP Library".
The branch, master has been updated
via 8e4bcfef3c69097c8755a14f85504a22132bd7c6 (commit)
from ed9e76e46e530faf2560fc875ecbe83faff8d809 (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=8e4bcfef3c69097c8755a14f855…
commit 8e4bcfef3c69097c8755a14f85504a22132bd7c6
Author: Arran Cudbard-Bell <a.cudbardb(a)freeradius.org>
Date: Wed Nov 2 13:32:56 2016 -0400
Add missing xua.pc file
Change-Id: I5081799e1d7c7f5f3206e5f38060540bb4e3289b
Signed-off-by: Arran Cudbard-Bell <a.cudbardb(a)freeradius.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
configure.ac | 1 +
libosmo-mtp.pc.in => libosmo-xua.pc.in | 6 +++---
3 files changed, 5 insertions(+), 4 deletions(-)
copy libosmo-mtp.pc.in => libosmo-xua.pc.in (63%)
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 "SCCP Library".
The branch, master has been updated
via ed9e76e46e530faf2560fc875ecbe83faff8d809 (commit)
from 5606386bc907be9846c05e5fa1a5a31de026cafb (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=ed9e76e46e530faf2560fc875ec…
commit ed9e76e46e530faf2560fc875ecbe83faff8d809
Author: Arran Cudbard-Bell <a.cudbardb(a)freeradius.org>
Date: Wed Nov 2 19:03:49 2016 -0400
Fix the .pc files so the -l arg matches the installed libraries
Change-Id: I967f3c3031777837fee8717ca3f6bb59d6614149
-----------------------------------------------------------------------
Summary of changes:
libosmo-mtp.pc.in | 2 +-
libosmo-sccp.pc.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via acfccb3f028c8417df42de9a6400896eb269a614 (commit)
via 4008ebb9258b551e23ff66c5f5abf8880f4398d7 (commit)
from 9d102508a8fdbac7a9e3da59ef410997a86d6103 (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=acfccb3f028c8417df42de9a6400896…
commit acfccb3f028c8417df42de9a6400896eb269a614
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 28 16:52:48 2016 +0200
DTX fix ONSET handling
* re-introduce ST_ONSET_F to guard from repetitive ONSET messages in case
multiple FACCH occur duriing DTX silence period.
* produce ONSET event after both SID FIRST and UPDATE in case of AMR FR.
* always dispatch E_SID_F (SID FIRST) signal if in talkspurt.
* allow E_SID_* right after ONSET (zero-length talkspurt).
* add missing E_ONSET signal description.
* fix FSM transitions for AMR HR *Inhibited and First P*.
* fix incorrect return from l1if_tch_encode() in ONSET FACCH with
incoming SID UPDATE
Change-Id: I0e9033c5f169da46aed9a0d1295faff489778dcf
Related: OS#1801
http://cgit.osmocom.org/osmo-bts/commit/?id=4008ebb9258b551e23ff66c5f5abf88…
commit 4008ebb9258b551e23ff66c5f5abf8880f4398d7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Oct 27 16:58:23 2016 +0200
DTX DL: add AMR HR support to scheduling check
superfemto.sh: Expand log converter to use case-insensitive matching to
accommodate for spelling differences in DSP logs. Add strings/events
specific to AMR HR.
dtx_check.gawk: Remove redundand variables from output. Add checks
specific to AMR HR.
Change-Id: Icce3178605f46bbf3cad15d4eaff18a4d164ad1a
-----------------------------------------------------------------------
Summary of changes:
contrib/dtx_check.gawk | 12 +++++++++--
contrib/superfemto.sh | 45 ++++++++++++++++++++++++---------------
include/osmo-bts/dtx_dl_amr_fsm.h | 1 +
src/common/bts.c | 3 +++
src/common/dtx_dl_amr_fsm.c | 35 ++++++++++++++++++++----------
src/common/l1sap.c | 10 +++++----
src/common/msg_utils.c | 39 +++++++++++++++++++++++----------
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-litecell15/tch.c | 3 +--
src/osmo-bts-sysmo/l1_if.c | 2 +-
src/osmo-bts-sysmo/tch.c | 3 +--
11 files changed, 104 insertions(+), 51 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b (commit)
from 0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1 (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-abis/commit/?id=67b81eb6fe6c29e5f22bb94c83c…
commit 67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b
Author: Arran Cudbard-Bell <a.cudbardb(a)freeradius.org>
Date: Wed Nov 2 11:48:24 2016 -0400
e1_input.h: add missing extern for value string arrays
Mark two value string arrays as extern, so symbols aren't created for
each source file that includes the headers.
Tweaked-by: nhofmeyr (commit log)
Signed-off-by: Arran Cudbard-Bell <a.cudbardb(a)freeradius.org>
Change-Id: Iebf4b3922a48ca2cc20d478aba06224dd89d38cb
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/e1_input.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library