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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6 (commit)
via 80095748f91223d12a878f27de94c1f75cceddf2 (commit)
from 11713d88e4d2e60621e7ff7032a47f29ef53a30d (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-sip-connector/commit/?id=9d12a7c34cd02880bb5dd…
commit 9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 21 16:42:43 2016 +0100
mncc: Add code to manage the mncc connection for CC
Connect, re-connect and read messages from the MNCC socket. Dispatch
the event in case the system got disconnected.
Move the app definition to app.h and use it everywhere. Begin with a
new call for mncc.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=80095748f91223d12a878…
commit 80095748f91223d12a878f27de94c1f75cceddf2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 21 15:46:53 2016 +0100
mncc: Add the protocol description from OpenBSC
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 4 +
src/{vty.h => app.h} | 12 +--
src/main.c | 5 +-
src/mncc.c | 84 ++++++++++++++++++++
src/mncc.h | 20 +++++
src/mncc_protocol.h | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/vty.c | 1 +
src/vty.h | 16 ----
8 files changed, 335 insertions(+), 26 deletions(-)
copy src/{vty.h => app.h} (57%)
create mode 100644 src/mncc.c
create mode 100644 src/mncc.h
create mode 100644 src/mncc_protocol.h
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 11713d88e4d2e60621e7ff7032a47f29ef53a30d (commit)
via 5b0d4618df1f187dc42520e6cfe9391b2fac34d4 (commit)
via c1879e47ba99c32fb7b9c12a842723fe7f293bcb (commit)
from a1909e6c80448f3dd7b56942a5af9d4106afd2f9 (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-sip-connector/commit/?id=11713d88e4d2e60621e7f…
commit 11713d88e4d2e60621e7ff7032a47f29ef53a30d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 21 15:39:41 2016 +0100
vty: Work on configuration of the MNCC to SIP gateway
We will add addressing by IMSI but right now let's focus on the
minimum of what needs to be there.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=5b0d4618df1f187dc4252…
commit 5b0d4618df1f187dc42520e6cfe9391b2fac34d4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 21 11:48:02 2016 +0100
telnet: Use the dynamic interface for binding the VTY
This way one can bind the interface to another ip address.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=c1879e47ba99c32fb7b9c…
commit c1879e47ba99c32fb7b9c12a842723fe7f293bcb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 21 11:47:25 2016 +0100
logging: Define default logging categories
-----------------------------------------------------------------------
Summary of changes:
doc/examples/osmo-sip-connector.cfg | 6 ++
src/logging.h | 9 +++
src/main.c | 70 ++++++++++++++++++-
src/vty.c | 136 +++++++++++++++++++++++++++++++++++-
src/vty.h | 23 ++++++
5 files changed, 239 insertions(+), 5 deletions(-)
create mode 100644 doc/examples/osmo-sip-connector.cfg
create mode 100644 src/logging.h
hooks/post-receive
--
MNCC <-> SIP bridge
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, sysmocom/iu has been updated
via 0bc6c11cbf58d6cc7ebafc3ad0bb4a62ce088695 (commit)
from 182adecb983aeb632315871e0f5d47472d1e19db (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=0bc6c11cbf58d6cc7ebafc3ad0bb4a62…
commit 0bc6c11cbf58d6cc7ebafc3ad0bb4a62ce088695
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 21 11:55:49 2016 +0100
debug log fixes
gprs_gmm.c: remove extraneous debug print arg.
iu_cs.c: increment should not be in debug statement.
Fixes at least one coverity warning.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 2 +-
openbsc/src/libmsc/iu_cs.c | 3 ++-
2 files changed, 3 insertions(+), 2 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 92c4ec293d0b73e5c6306d26e608340edc40b04c (commit)
from 932d2d4ce31b9d2dfb028df2ca683b42fee7ee54 (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=92c4ec293d0b73e5c6306d26e608…
commit 92c4ec293d0b73e5c6306d26e608340edc40b04c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Mar 21 11:28:59 2016 +0100
sim: Fix compiler warning and by this fixing the test result
-----------------------------------------------------------------------
Summary of changes:
tests/sim/sim_test.c | 1 +
1 file changed, 1 insertion(+)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via d17b189cbcc95f5699aa67a969f175e4cc915dcd (commit)
from 7fec3030d46b2c35c34d90507feab253cddb9c01 (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=d17b189cbcc95f5699aa67a969f175e…
commit d17b189cbcc95f5699aa67a969f175e4cc915dcd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 18 20:13:23 2016 +0100
debian: Add packaging to master taken from fairwaves/master
There doesn't seem to be a reason why this shouldn't be in master.
The fairwaves/master branch is removing --march=native as well that
looks like a good idea as well.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 11 +++++++++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/copyright | 25 +++++++++++++++++++++++++
debian/osmo-trx.install | 1 +
debian/rules | 12 ++++++++++++
debian/source/format | 1 +
7 files changed, 75 insertions(+)
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100644 debian/osmo-trx.install
create mode 100755 debian/rules
create mode 100644 debian/source/format
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 "An utility library for Open Source Mobile Communications".
The branch, neels/pending-patches has been deleted
was c79b3972faf900e3d843ddc13601e6178e3131ff
-----------------------------------------------------------------------
c79b3972faf900e3d843ddc13601e6178e3131ff Revert "gsm48: move to hex TMSI representation"
-----------------------------------------------------------------------
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, max/octmtrx has been deleted
was ae5a737c18aebfdc2e1cb66787b070a11eb20772
-----------------------------------------------------------------------
ae5a737c18aebfdc2e1cb66787b070a11eb20772 octphy: add example configuration with 2 trx
-----------------------------------------------------------------------
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/edge_umtrx has been created
at 67bac07e4147f66430e997bc97f5b7d1f8ca236c (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=67bac07e4147f66430e997bc97f5b7d…
commit 67bac07e4147f66430e997bc97f5b7d1f8ca236c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Mar 20 20:08:57 2016 +0300
EDGE: Add support for UmTRX.
-----------------------------------------------------------------------
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 932d2d4ce31b9d2dfb028df2ca683b42fee7ee54 (commit)
via 6c33ae2605b038391a80dd5defb76a5fabb5dd2b (commit)
via 676e53446285d1b8f514580fd9485d1f27493c0b (commit)
via 4acaa13433cc15e4f1d9ee850d78af47419768ab (commit)
from 2c34ab4a80c227be4bb685f75fc24fde86a0704e (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=932d2d4ce31b9d2dfb028df2ca68…
commit 932d2d4ce31b9d2dfb028df2ca683b42fee7ee54
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Mar 19 21:18:40 2016 +0100
sim: make osim_reader_ops public
http://cgit.osmocom.org/libosmocore/commit/?id=6c33ae2605b038391a80dd5defb7…
commit 6c33ae2605b038391a80dd5defb76a5fabb5dd2b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Mar 19 21:17:58 2016 +0100
Add new osmo_fd_get_by_fd() function
This function can be used to obtain the osmo_fd corresponding to a given
fd. The latter can be useful when integrating libosmocore main loop
with other libraries.
http://cgit.osmocom.org/libosmocore/commit/?id=676e53446285d1b8f514580fd948…
commit 676e53446285d1b8f514580fd9485d1f27493c0b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 14 21:04:50 2016 +0100
sim: Add simplistic unit test for APDU class tables
http://cgit.osmocom.org/libosmocore/commit/?id=4acaa13433cc15e4f1d9ee850d78…
commit 4acaa13433cc15e4f1d9ee850d78af47419768ab
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 14 15:35:50 2016 +0100
sim: add class_tables / card profiles
The tables permit code to determine the APDU class of an APDU
based on it APDU/TPDU header (CLA/INS/P1/P2/P3).
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
include/Makefile.am | 1 +
include/osmocom/core/select.h | 2 +
include/osmocom/sim/class_tables.h | 42 +++++
include/osmocom/sim/sim.h | 9 +-
src/select.c | 12 ++
src/sim/Makefile.am | 5 +-
src/sim/class_tables.c | 313 +++++++++++++++++++++++++++++++++++++
src/sim/sim_int.h | 7 -
tests/Makefile.am | 8 +-
tests/sim/sim_test.c | 57 +++++++
tests/sim/sim_test.ok | 6 +
tests/testsuite.at | 6 +
13 files changed, 456 insertions(+), 13 deletions(-)
create mode 100644 include/osmocom/sim/class_tables.h
create mode 100644 src/sim/class_tables.c
create mode 100644 tests/sim/sim_test.c
create mode 100644 tests/sim/sim_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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/maxdly has been created
at 3c570f69a483fd652fc883e415c45ebd788e55c2 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=3c570f69a483fd652fc883e415c45eb…
commit 3c570f69a483fd652fc883e415c45ebd788e55c2
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 19 21:16:58 2016 +0300
sigProcLib: Change number of head bits in detectRACHBurst() from 4 to 8.
To match GSM 05.02 Access Burst definition.
http://cgit.osmocom.org/osmo-trx/commit/?id=83d2b7e034709376f7d98af7bbf5b00…
commit 83d2b7e034709376f7d98af7bbf5b0036f173220
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 19 21:16:22 2016 +0300
transceiver: Properly handle MAXDLY.
Previously MAXDLY value was applied to Normal Bursts, which was nice
when working with sloppy test equipment like CMD57, but useless for
real world usage. At the same time documentation and de facto usage
of MAXDLY in OsmoBTS and OpenBTS assumed that it actually applies to
Access Bursts (RACH). So this patch changes osmo-rx behavior to apply
MAXDLY to RACH bursts and introduces a new command MAXDLYNB for the
old behavior.
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit