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/lapdm_l3trim has been deleted
was 4b2f2b572022ba09ca67f027f8605d47ce8f11bb
-----------------------------------------------------------------------
4b2f2b572022ba09ca67f027f8605d47ce8f11bb lapdm: use new msgb_l3trim() function to trim the message buffer
-----------------------------------------------------------------------
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/smscb-endian has been deleted
was 51ae645e220556bbeabce3ac57304639328e2164
-----------------------------------------------------------------------
51ae645e220556bbeabce3ac57304639328e2164 untested fix for gsm_03_41.h and big-endian machines
-----------------------------------------------------------------------
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/pending has been deleted
was 2cf120ff128e2ef10713b7b13149805df9f269fc
-----------------------------------------------------------------------
2cf120ff128e2ef10713b7b13149805df9f269fc import oap message parsing / encoding from openbsc.git
-----------------------------------------------------------------------
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 b78a4a6dfef217c538d45949a6ae725e22a36b05 (commit)
from 06bdb3550c7dea052884a65e5a585d4d79d8fe7d (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=b78a4a6dfef217c538d45949a6ae725…
commit b78a4a6dfef217c538d45949a6ae725e22a36b05
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Dec 28 20:18:31 2016 +0100
fix segfault: check for NULL tbf in sched_select_ctrl_msg()
Apparently fixes a corrupted stack looking like this on sysmobts:
(gdb) run
Starting program: /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
<000b> telnet_interface.c:95 telnet at 127.0.0.1 4240
<0001> osmobts_sock.cpp:227 Opening OsmoPCU L1 interface to OsmoBTS
<0001> osmobts_sock.cpp:285 osmo-bts PCU socket has been connected
<0001> pcu_l1_if.cpp:368 BTS available
<0008> gprs_ns.c:233 NSVCI=65534 Creating NS-VC
<0008> gprs_ns.c:233 NSVCI=100 Creating NS-VC
<0008> gprs_ns.c:1568 NSEI=100 RESET procedure based on API request
<0008> gprs_ns.c:393 NSEI=100 Tx NS RESET (NSVCI=100, cause=O&M intervention)
<0001> pcu_l1_if.cpp:83 Sending activate request: trx=0 ts=2
<0001> pcu_l1_if.cpp:495 PDCH: trx=0 ts=2
<0001> pcu_l1_if.cpp:83 Sending activate request: trx=0 ts=3
<0001> pcu_l1_if.cpp:495 PDCH: trx=0 ts=3
<0001> pcu_l1_if.cpp:83 Sending activate request: trx=0 ts=4
<0001> pcu_l1_if.cpp:495 PDCH: trx=0 ts=4
<0001> pcu_l1_if.cpp:83 Sending activate request: trx=0 ts=5
<0001> pcu_l1_if.cpp:495 PDCH: trx=0 ts=5
<0001> pcu_l1_if.cpp:83 Sending activate request: trx=0 ts=6
<0001> pcu_l1_if.cpp:495 PDCH: trx=0 ts=6
<0001> pcu_l1_if.cpp:83 Sending activate request: trx=0 ts=7
<0001> pcu_l1_if.cpp:495 PDCH: trx=0 ts=7
<0001> pcu_l1_if.cpp:319 RACH request received: sapi=1 qta=0, ra=120, fn=103198
<0009> tbf_ul.cpp:373 LLC [PCU -> SGSN] TBF(TFI=0 TLLI=0x7f2dd569 DIR=UL STATE=FLOW) len=6
<0008> gprs_ns.c:684 All NS-VCs for NSEI 100 are either dead or blocked!
Program received signal SIGSEGV, Segmentation fault.
gprs_rlcmac_rcv_rts_block (bts=0x60a08, trx=trx@entry=0 '\000', ts=ts@entry=4 '\004', fn=7, fn@entry=103272,
block_nr=block_nr@entry=0 '\000') at gprs_rlcmac_sched.cpp:349
349 gprs_rlcmac_sched.cpp: No such file or directory.
(gdb) bt
#0 gprs_rlcmac_rcv_rts_block (bts=0x60a08, trx=trx@entry=0 '\000', ts=ts@entry=4 '\004', fn=7, fn@entry=103272,
block_nr=block_nr@entry=0 '\000') at gprs_rlcmac_sched.cpp:349
#1 0x0001151c in pcu_rx_rts_req_pdtch (trx=<optimized out>, ts=<optimized out>, fn=103272, block_nr=<optimized out>)
at pcu_l1_if.cpp:279
#2 0x0000bfcc in handle_ph_readytosend_ind (fl1h=0xafa40, rts_ind=0xb03f8) at osmo-bts-sysmo/sysmo_l1_if.c:142
#3 l1if_handle_l1prim (wq=<optimized out>, fl1h=0xafa40, msg=0xb0330) at osmo-bts-sysmo/sysmo_l1_if.c:259
#4 0x4fcd6330 in osmo_fd_disp_fds (_eset=0xbefffb68, _wset=0xbefffae8, _rset=0xbefffa68) at select.c:149
#5 osmo_select_main (polling=<optimized out>) at select.c:189
#6 0x0000b2a0 in main (argc=<optimized out>, argv=0x66628 <_ZStL8__ioinit>) at pcu_main.cpp:295
Fixes: coverity CID#158969
Related: https://lists.osmocom.org/pipermail/osmocom-net-gprs/2016-December/000785.h…
Change-Id: I357492e558e98cfdbf5bb3438b5013029195b02b
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_sched.cpp | 3 +++
1 file changed, 3 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 2cf6b73a4278627331bdbbb4addf1a8bc1d964ce (commit)
from f3763590bd4618904f9a414f80c0fc81c761237c (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=2cf6b73a4278627331bdbbb4addf1a8…
commit 2cf6b73a4278627331bdbbb4addf1a8bc1d964ce
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 2 18:17:10 2017 +0100
Move code to libosmocore
With libosmocore commits I9c3bc15662949654e7bba6aad5488c69ee7d0c45 and
Ieaaaed19da9c069fe451faa53d24c5b84d7d5615 functions to copy and merge
parsed TLV were added as well as abis_nm_att_tlvdef_ipa TLV definition
with related enums. Hence we can remove it from here.
Change-Id: Ia4980062ea88ffe9019b201f84e92e006ae3c2e3
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 135 +++----------------------------------------------------
1 file changed, 7 insertions(+), 128 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 34be86b93c243d94619a36a6db6c50021b33d36e (commit)
from fa9abaca261ffd11fa86fa4ff109df719b37c5ff (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=34be86b93c243d94619a36a6db6c5002…
commit 34be86b93c243d94619a36a6db6c50021b33d36e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 16 18:45:51 2016 +0100
Cosmetic fixes around SI generation
* add missing spaces after comma and minus
* prevent useless recursion calls
* mark static functions as such
* name and explicitly use enum for ARFCN range
Change-Id: If5b717445c8b24668bad0e78fd5bb51f66c4d18e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/arfcn_range_encode.h | 6 +++---
openbsc/include/openbsc/system_information.h | 1 -
openbsc/src/libbsc/arfcn_range_encode.c | 12 +++++++-----
openbsc/src/libbsc/bsc_init.c | 2 +-
openbsc/src/libbsc/system_information.c | 2 +-
5 files changed, 12 insertions(+), 11 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 07352fee098758431ae1434c47c054d94887a6d4 (commit)
from 848de8f1df561f4253f754ec3f2415e541071420 (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=07352fee098758431ae1434c47c0…
commit 07352fee098758431ae1434c47c054d94887a6d4
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 2 19:05:25 2017 +0100
Add event cause string descriptions
Add human-readable descriptions to event causes from 3GPP TS 12.21 §
9.4.43.
Change-Id: Id173c978616c98b7831fbafb5401064257f1cf73
Related: OS#1615
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 2 ++
src/gsm/abis_nm.c | 15 +++++++++++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 18 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 848de8f1df561f4253f754ec3f2415e541071420 (commit)
from 592fcc97c004b7e3e84ed6960ea9989157c94f75 (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=848de8f1df561f4253f754ec3f24…
commit 848de8f1df561f4253f754ec3f2415e541071420
Author: Pravin Kumarvel <pmanohar(a)radisys.com>
Date: Fri Dec 2 15:13:03 2016 +0530
Add function to get uninterrupted bit run
Function bitvec_rl_curbit added to get number of uninterrupted
bits run in vector starting from the current bit till max number
of bits.
Test case is added to check bitvec_rl_curbit.
Change-Id: Iae153d3639ea6b891c1fc10d7801a435c9492e26
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/bitvec.h | 1 +
src/bitvec.c | 45 +++++++++++++++++++++++++++++++++++++++++++
tests/bitvec/bitvec_test.c | 42 +++++++++++++++++++++++++++++++++++++++-
tests/bitvec/bitvec_test.ok | 2 ++
4 files changed, 89 insertions(+), 1 deletion(-)
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 06bdb3550c7dea052884a65e5a585d4d79d8fe7d (commit)
from 67b89cae08e245f9aa6c89055772f4a156cf77d7 (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=06bdb3550c7dea052884a65e5a585d4…
commit 06bdb3550c7dea052884a65e5a585d4d79d8fe7d
Author: Pravin Kumarvel <pmanohar(a)radisys.com>
Date: Mon Oct 24 12:21:21 2016 +0530
Refactoring write_packet_ack_nack_desc_egprs to prepare for CRBB support
Change-Id: Ie5c25b6ee30f2f1b613e923c234b03a6ffe12ae2
-----------------------------------------------------------------------
Summary of changes:
src/encoding.cpp | 69 +++++++++++++++++++++++++++------------------------
tests/tbf/TbfTest.err | 4 +--
2 files changed, 38 insertions(+), 35 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f3763590bd4618904f9a414f80c0fc81c761237c (commit)
from bfd42c2b0aa3d4b945bf3e61c5968b96656e3660 (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=f3763590bd4618904f9a414f80c0fc8…
commit f3763590bd4618904f9a414f80c0fc81c761237c
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 22 16:28:41 2016 +0100
Add copyright for .deb packages
Add debian/copyright in Debian format which should have been added in
c2ecca6b0496127709dcd3afa9d366085d8bec97.
Change-Id: I4c7ef1286ba6d2f3c6aadc8ea1864be513f8cf1d
Related: OS#1694
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
create mode 100644 debian/copyright
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)