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 OpenGGSN project".
The branch, master has been updated
via 0ab62fe0811f6a4cf8f50c5e70908fa3935951c7 (commit)
from bdc504e29c267af29c10a04aa8afcdfbd6daea22 (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/openggsn/commit/?id=0ab62fe0811f6a4cf8f50c5e70908fa…
commit 0ab62fe0811f6a4cf8f50c5e70908fa3935951c7
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Aug 30 15:51:24 2017 +0200
ggsn: Fix DNS not sent in PDP context response
During IPv6 support implementation, helper function pco_contains_proto
was added which contains an error: It is only capable of finding first
protocol correctly, and as a consequence, in my setup DNS servers where not
sent back to the SGSN/MS, resulting in phone being able to connect to
IPs but not to domain names which required DNS resolution.
The condition in the while loop is also changed to match the increment
of the variable inside the loop to make it easier to understand at first
glance.
Fixes: 1ae98777d9b1ee62e6900caf4bb580d1a42bb416
Change-Id: Icc2e6716c33d78d3c3e000f529806228d8aa155e
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenGGSN 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 "SCCP Library".
The branch, master has been updated
via 769e9354abcbccc530b6b93421ee974071f540f4 (commit)
from d8552d70114cccce28aeffe5010eaf750a2277c5 (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=769e9354abcbccc530b6b93421e…
commit 769e9354abcbccc530b6b93421ee974071f540f4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Sep 3 21:20:32 2017 +0200
sccp_sap.h: Fix SSN for BSSAP and BSSAP-LE
* BSSAP is 254 on both MSC and BSC side: Add missing define
* BSSAP-LE (LCS Extension) has 250/251, adjust name to add -LE suffix
Change-Id: Iccec75cfc0cf16bd717a9bd4606d1e772c332ccc
-----------------------------------------------------------------------
Summary of changes:
examples/m3ua_example.c | 2 +-
include/osmocom/sigtran/sccp_sap.h | 5 +++--
src/sccp_sap.c | 5 +++--
3 files changed, 7 insertions(+), 5 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 "CI scripts".
The branch, master has been updated
via 7b58ee99857c2961bd66a89dd74f3820a4d6813c (commit)
from ff6ea23be5610386c645a165f01c1c0972357e88 (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-ci/commit/?id=7b58ee99857c2961bd66a89dd74f3820…
commit 7b58ee99857c2961bd66a89dd74f3820a4d6813c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Sep 3 00:54:44 2017 +0200
debian nightly: don't use pre_release branches, use master
Related: OS#2297
Change-Id: I15e114389095af381978201c1bb3aad2a51fbaaa
-----------------------------------------------------------------------
Summary of changes:
scripts/osmocom-nightly-nitb-split.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
CI scripts
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 9e36dca82aa139f10e25ca037cf4a7cc03eafea0 (commit)
from bbf6c435f60083b3e964843a6461df5bdc04fd85 (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=9e36dca82aa139f10e25ca037cf4a7c…
commit 9e36dca82aa139f10e25ca037cf4a7cc03eafea0
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 27 10:02:59 2017 +0200
trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT
* do not deactivate lchan when called with LCHAN_REL_ACT_REACT
* add fixme comment
It's unclear yet if any special steps are required for osmo-bts-trx so
let's just make it compatible with setups [1] using BS_AG_BLKS_RES != 1
for now.
Background: CCCH is auto activated by some OsmoBTS - before we receive
SI3, see 4a8582846281322e8d7dfc577b18767cf35c24d1. To accommodate for
that we deactivate CCCH in common/rsl.c, which triggers BTS-model
specific callback sapi_deactivate_cb() which updates parameters and
activates it again.
In case of osmo-bts-trx there is no auto-activation and (seems to be) no
need in special interaction with hw to activate channel (no
lchan_activate()) hence we can just skip entire
deactivate/setup/activate again routine.
[1] "channel-descrption bs-ag-blks-res N" in OpenBSC config file.
Related: OS#1575
Change-Id: I20b89ba1e43d1414180b083cd1e085eeffe5d513
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/rsl.h | 2 +-
src/osmo-bts-trx/l1_if.c | 6 ++++++
2 files changed, 7 insertions(+), 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via b9759dba9ecd2720aab1c91d6824a18e2c0ffbcd (commit)
from 99377c2daab6e428194c92103a3a7c2d8a8b5551 (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=b9759dba9ecd2720aab1c91d6824…
commit b9759dba9ecd2720aab1c91d6824a18e2c0ffbcd
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu May 11 15:19:23 2017 +0300
lapd_core: Fix crash in lapd_est_req() function
lapd_est_req() function could be called on uninitialized lapd link
(before lapd_dl_init() and after lapd_dl_exit() functions) due to
invalid usage on higher levels.
In order to prevent using uninitialized lapd link, we should set
LAPD_STATE_NULL state for lapd_datalink in lapd_dl_exit() function.
So all messages for lapd_datalink in null state will be unhandled by
lapd_recv_dlsap() function and lapd_est_req() function will not be
called before lapd_dl_init() function where lapd link state is changed
to idle.
#0 0x00007f46ecd99aa5 in lapd_est_req (dp=<optimized out>, lctx=0x7f46ed80b8b8) at
lapd_core.c:1769
#1 0x00007f46ecd9dda8 in rslms_rx_rll_est_req (msg=msg@entry=0x7f46eeab4940,
dl=dl@entry=0x7f46ed80b888) at lapdm.c:845
#2 0x00007f46ecd9fc03 in rslms_rx_rll (lc=0x7f46ed80b398, msg=0x7f46eeab4940) at
lapdm.c:1157
#3 lapdm_rslms_recvmsg (msg=0x7f46eeab4940, lc=0x7f46ed80b398) at lapdm.c:1223
#4 0x00007f46ed63773d in rsl_rx_rll (msg=<optimized out>, trx=<optimized out>) at
rsl.c:2178
#5 down_rsl (trx=<optimized out>, msg=<optimized out>) at rsl.c:2541
#6 0x00007f46ed641529 in sign_link_cb (msg=<optimized out>) at abis.c:169
#7 0x00007f46ec54b111 in ipaccess_bts_read_cb (link=0x7f46eeab4940, msg=0x0) at
input/ipaccess.c:807
#8 0x00007f46ec548a8e in ipa_client_read (link=0x7f46ee26ae30) at input/ipa.c:74
#9 ipa_client_fd_cb (ofd=<optimized out>, what=1) at input/ipa.c:137
#10 0x00007f46ecfc726f in osmo_fd_disp_fds (_eset=0x7ffe7a9fcd20, _wset=0x7ffe7a9fcca0,
_rset=0x7ffe7a9fcc20) at select.c:167
#11 osmo_select_main (polling=polling@entry=0) at select.c:207
#12 0x00007f46ed63fc25 in bts_main (argc=5, argv=<optimized out>) at main.c:359
#13 0x00007f46ebd76f45 in __libc_start_main (main=0x7f46ed61b120 <main>, argc=5,
argv=0x7ffe7a9fcf18, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
#14 0x00007f46ed61b14e in _start ()
Related: OS#1982
Change-Id: I306dad9b78e3becaef14c5305ec25c312feefe3c
-----------------------------------------------------------------------
Summary of changes:
src/gsm/lapd_core.c | 4 ++++
1 file changed, 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via 8bfa659087756056cc6c131d27c88807787f7c05 (commit)
from 84bf0faed9912ba2b31e56299f5a0441973076eb (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=8bfa659087756056cc6c131d27c8880…
commit 8bfa659087756056cc6c131d27c88807787f7c05
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 31 15:42:06 2017 +0200
Move gsmtap and accounting into separate function
Change-Id: I3609da1850244f25bd4611c9d25795ca379d6325
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_sched.cpp | 44 +++++++++++++++++++++++++++++++-------------
1 file changed, 31 insertions(+), 13 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 bbf6c435f60083b3e964843a6461df5bdc04fd85 (commit)
from 6384c73fbfd852d45a63b729389afa2f92e02fb2 (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=bbf6c435f60083b3e964843a6461df5…
commit bbf6c435f60083b3e964843a6461df5bdc04fd85
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 16:13:02 2017 +0200
Support removing SI13 from PCU
If SI13 becomes unavailable in runtime than send 0-length message with
BCCH SAPI to PCU to indicate that SI13 have to be removed.
Change-Id: I72aef8bd98f21c4b5ea6eed21fc56b30d85bfc1b
Related: OS#2400
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/pcu_if.h | 2 +-
src/common/pcu_sock.c | 10 +++++-----
src/common/rsl.c | 4 +++-
3 files changed, 9 insertions(+), 7 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 "UNNAMED PROJECT".
The branch, master has been updated
via 84bf0faed9912ba2b31e56299f5a0441973076eb (commit)
via b216c6b1652454d01f10c376a16bae864b717a1e (commit)
from 10e37a50893b2f452d9ddf8042e0e9b8c7368d94 (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=84bf0faed9912ba2b31e56299f5a044…
commit 84bf0faed9912ba2b31e56299f5a0441973076eb
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 11:02:40 2017 +0200
Support receiving SI13 from BTS
* store SI13 in BTS struct
* check and handle BCCH SAPI
Change-Id: I610a93ce23725b182ec14e3507331295bd542f74
Related: OS#2400
http://cgit.osmocom.org/osmo-pcu/commit/?id=b216c6b1652454d01f10c376a16bae8…
commit b216c6b1652454d01f10c376a16bae864b717a1e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 11:00:39 2017 +0200
cosmetic: tighten direct-phy related code
* move the code to related SAPI case
* get rid of 'unused variable' warning if direct-phy is not used
Change-Id: If8cae6f3579cfdecc25bbe1d08fa88a4f664a03b
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 4 +++-
src/osmo-bts-litecell15/lc15_l1_if.c | 2 ++
src/osmo-bts-sysmo/sysmo_l1_if.c | 2 ++
src/pcu_l1_if.cpp | 46 +++++++++++++++++++++++++++---------
src/pcu_main.cpp | 1 +
src/pcu_vty.h | 1 +
6 files changed, 44 insertions(+), 12 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 layer for OpenEmbedded".
The branch, master has been updated
via 9e50dbdd1ee672494758d29482444cf40a36d1ba (commit)
from 3b2076a5563a27e114b02a1e41cf4f62330e9575 (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/meta-telephony/commit/?id=9e50dbdd1ee672494758d2948…
commit 9e50dbdd1ee672494758d29482444cf40a36d1ba
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 18:37:45 2017 +0200
Add git-review config
Change-Id: I4178b4866078f20f7415772255e9c755dcb90efe
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
hooks/post-receive
--
Osmocom layer for OpenEmbedded