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, neels/sgsn-id has been updated
via c89f8ac5dac1a4e58412b98b35222bc088a62ac2 (commit)
from c320a4f56f320a682713749d650c51969e3ecbb9 (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=c89f8ac5dac1a4e58412b98b35222bc0…
commit c89f8ac5dac1a4e58412b98b35222bc088a62ac2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Sep 22 15:27:35 2015 +0200
wip (segfault)
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_ipa_client.h | 7 +-
openbsc/include/openbsc/gprs_oap.h | 19 +++--
openbsc/src/gprs/gprs_ipa_client.c | 43 +---------
openbsc/src/gprs/gprs_oap.c | 47 ++++++++++-
openbsc/src/gprs/gprs_oap_messages.c | 2 +-
openbsc/tests/sgsn/sgsn_test.c | 130 +++++++++++++++++++++++++++---
6 files changed, 183 insertions(+), 65 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, neels/sgsn-id has been updated
via c320a4f56f320a682713749d650c51969e3ecbb9 (commit)
from 4922cf8e8d9e9a46b2c6e9557c519a897fed421d (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=c320a4f56f320a682713749d650c5196…
commit c320a4f56f320a682713749d650c51969e3ecbb9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Sep 22 01:23:58 2015 +0200
wip
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_oap.h | 22 +++++-
openbsc/include/openbsc/gprs_utils.h | 2 +
openbsc/src/gprs/gprs_oap.c | 81 +++++++++++++++++----
openbsc/src/gprs/gprs_utils.c | 11 +++
openbsc/src/gprs/sgsn_main.c | 1 +
openbsc/src/osmo-bsc_nat/bsc_nat.c | 16 +----
openbsc/tests/sgsn/Makefile.am | 3 +-
openbsc/tests/sgsn/sgsn_test.c | 134 ++++++++++++++++++++++++++++-------
openbsc/tests/sgsn/sgsn_test.ok | 3 +-
9 files changed, 217 insertions(+), 56 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, neels/sgsn-id has been updated
via 4922cf8e8d9e9a46b2c6e9557c519a897fed421d (commit)
from 7d3821d4c777c4fe7dc8b456a8a47d9e5c77c0ab (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=4922cf8e8d9e9a46b2c6e9557c519a89…
commit 4922cf8e8d9e9a46b2c6e9557c519a897fed421d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Sep 21 23:20:04 2015 +0200
wip: first oap tests
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
.../openbsc/{openbscdefines.h => gprs_oap.h} | 40 +++++++-----
openbsc/include/openbsc/sgsn.h | 6 +-
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/gprs/gprs_oap.c | 43 +++++++++++++
openbsc/tests/sgsn/Makefile.am | 1 +
openbsc/tests/sgsn/sgsn_test.c | 75 ++++++++++++++++++++++
openbsc/tests/sgsn/sgsn_test.ok | 3 +
8 files changed, 152 insertions(+), 19 deletions(-)
copy openbsc/include/openbsc/{openbscdefines.h => gprs_oap.h} (61%)
create mode 100644 openbsc/src/gprs/gprs_oap.c
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, neels/sgsn-id has been updated
via 7d3821d4c777c4fe7dc8b456a8a47d9e5c77c0ab (commit)
from 68c57adc28dbe9f8c6139d713759587bcf296e9a (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=7d3821d4c777c4fe7dc8b456a8a47d9e…
commit 7d3821d4c777c4fe7dc8b456a8a47d9e5c77c0ab
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Sep 21 21:21:58 2015 +0200
wip -- compiles
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 4 +-
openbsc/include/openbsc/gprs_gsup_client.h | 54 ----------------
openbsc/src/gprs/gprs_gsup_client.c | 99 ------------------------------
openbsc/src/gprs/gprs_ipa_client.c | 4 +-
openbsc/tests/sgsn/Makefile.am | 6 +-
openbsc/tests/sgsn/sgsn_test.c | 39 ++++++------
6 files changed, 30 insertions(+), 176 deletions(-)
delete mode 100644 openbsc/include/openbsc/gprs_gsup_client.h
delete mode 100644 openbsc/src/gprs/gprs_gsup_client.c
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 "Cellmanager NG, intended to interface with BSplus".
The branch, master has been updated
via 2f79ae9b66dba654d77cb4ba76e8019ceb8556b4 (commit)
via b492e86e4f75a4c09998d00930bf6c076293b3ed (commit)
via 78f5060c622c9af9f9a3724c4032d045e1c45ff9 (commit)
from d5be846c920a9f008ba439dad9bc610f7fbd6d89 (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/cellmgr-ng/commit/?id=2f79ae9b66dba654d77cb4ba76e80…
commit 2f79ae9b66dba654d77cb4ba76e8019ceb8556b4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 16:52:03 2015 +0200
ss7: Make the failure mode configurable
Try to make it clear that this is only for the IPA bridging
mode and not a general setting.
http://cgit.osmocom.org/cellmgr-ng/commit/?id=b492e86e4f75a4c09998d00930bf6…
commit b492e86e4f75a4c09998d00930bf6c076293b3ed
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 16:42:04 2015 +0200
ss7: Allow to force the link down when the IPA conn is going down
For the "bridging" to IPA mode we can force the SCTP/M3UA connection
down. This way the remote STP will do a proper link fail-over
procedure instead of the STP throwing data away.
This is not configurable yet.
http://cgit.osmocom.org/cellmgr-ng/commit/?id=78f5060c622c9af9f9a3724c4032d…
commit 78f5060c622c9af9f9a3724c4032d045e1c45ff9
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 15:47:10 2015 +0200
ss7: Inform the application layer that a connection is down
This can be used to force one connection down while the other
is down. E.g. to force SCTP down when the IPA connection is
down as well.
-----------------------------------------------------------------------
Summary of changes:
include/ss7_application.h | 8 ++++++++
src/msc_conn.c | 3 +++
src/sctp_m3ua_client.c | 1 +
src/ss7_application.c | 47 +++++++++++++++++++++++++++++++++++++++++++----
src/vty_interface.c | 27 +++++++++++++++++++++++++++
5 files changed, 82 insertions(+), 4 deletions(-)
hooks/post-receive
--
Cellmanager NG, intended to interface with BSplus
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, neels/sgsn-id has been updated
via 68c57adc28dbe9f8c6139d713759587bcf296e9a (commit)
from 7063db9581193e8a1eea142a2add140b111d02e6 (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=68c57adc28dbe9f8c6139d713759587b…
commit 68c57adc28dbe9f8c6139d713759587bcf296e9a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Sep 21 15:35:57 2015 +0200
wip
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/osmocom-authn-protocol.txt | 70 +++++------
openbsc/include/openbsc/gprs_ipa_client.h | 7 ++
openbsc/include/openbsc/gprs_oap_messages.h | 20 +++-
openbsc/include/openbsc/gprs_utils.h | 3 +
openbsc/include/openbsc/ipa_client.h | 4 +-
openbsc/src/gprs/gprs_gsup_messages.c | 44 ++-----
openbsc/src/gprs/gprs_ipa_client.c | 71 +++++++++--
openbsc/src/gprs/gprs_oap_messages.c | 178 ++++++++++++----------------
openbsc/src/gprs/gprs_utils.c | 28 +++++
openbsc/src/gprs/ipa_client.c | 14 +--
10 files changed, 237 insertions(+), 202 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 1eaa3d72eaa10bb854b2adff48d3f7f3e06dcb8c (commit)
via 668f8df3be7f644056d16ea4a7fd7929429da0b4 (commit)
via cc4a08bdc753492c4367e4786a573a6cdf84b56e (commit)
from 862807504b5ecf4fe79c435286487a1a576d09eb (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=1eaa3d72eaa10bb854b2adff48d3f7f…
commit 1eaa3d72eaa10bb854b2adff48d3f7f3e06dcb8c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 11:28:03 2015 +0200
audio/rsl: Honor the speech mode and don't send anything
Spotted by Ciaby while debugging an audio issue. Do not
send anything to port==0 to the BSC/NITB. Look at the
upper bits of the speech_mode to determine if sending is
allowed. 0x1 means recv_only and all other modes allow us
to send.
Manually verified with a single phone call with LCR bridge
mode to send a CRCX early but a MDCX sendrecv later. The
audio starts to flow after the MDCX message. Virtual Addr
space didn't increase over 10 calls. The l1p_msg is freed
by the caller.
The code might not re-set speech_mode from one call to
another but if it is ever != 0 it can be expected that
the BSC will always set it. This is because we do not
(and don't want to) allocate the lchan dynamically on
every usage.
Fixes: SYS#2111
http://cgit.osmocom.org/osmo-bts/commit/?id=668f8df3be7f644056d16ea4a7fd792…
commit 668f8df3be7f644056d16ea4a7fd7929429da0b4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 11:18:06 2015 +0200
audio/rsl: Include statistics for one call
Use the new libosmo-abis API to query the session for the
statistics and then send it as a TLV element to the BSC.
This can be used to do post processing about the call. E.g
to figure out if no audio arrived at all.
http://cgit.osmocom.org/osmo-bts/commit/?id=cc4a08bdc753492c4367e4786a573a6…
commit cc4a08bdc753492c4367e4786a573a6cdf84b56e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 09:52:36 2015 +0200
audio/rsl: Include the connection identifier in the DLCX ind
I have traces that include the connection identifier in the
DLCX indication.
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 41 ++++++++++++++++++++++++++++++++++++++---
src/osmo-bts-sysmo/tch.c | 8 ++++++++
2 files changed, 46 insertions(+), 3 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 71bc9e2ac815aa07480110361651fdb5dbaf9003 (commit)
from fe01908428d9745e7d111a0902d3d090d0090f91 (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=71bc9e2ac815aa0748011036165…
commit 71bc9e2ac815aa07480110361651fdb5dbaf9003
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 12:18:37 2015 +0200
ortp: Guard the jitter stats with a version check
ortp 0.18 has introduced the jitter_stats but we only check for
0.21 an later. It is okay that at some point the jitter stats
will be reported. For previous versions it is 0.
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom A-bis protcol interface 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 A-bis protcol interface library".
The branch, master has been updated
via fe01908428d9745e7d111a0902d3d090d0090f91 (commit)
from b37c5d48f0e5ceed98da7523ddab7878ab1b1cd9 (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=fe01908428d9745e7d111a0902d…
commit fe01908428d9745e7d111a0902d3d090d0090f91
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Sep 21 10:52:52 2015 +0200
ortp: Export statistics for the bts or similar
We might want to know how many things arrived at the BTS and
ortp is already counting for us. We don't intend to use RTCP
so I am not sure what the last "sender report" is and how
accurate the jitter is.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/trau/osmo_ortp.h | 6 ++++++
src/trau/osmo_ortp.c | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
hooks/post-receive
--
Osmocom A-bis protcol interface 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, neels/sgsn-id has been updated
via 7063db9581193e8a1eea142a2add140b111d02e6 (commit)
from 33775a21788fbcfc16fefb51d8f87c6cafd1428d (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=7063db9581193e8a1eea142a2add140b…
commit 7063db9581193e8a1eea142a2add140b111d02e6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Sep 19 03:20:05 2015 +0200
wip
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/osmocom-authn-protocol.txt | 28 ++-
.../{sgsn_ipa_client.h => gprs_ipa_client.h} | 22 ++-
openbsc/include/openbsc/gprs_oap_messages.h | 106 +++--------
openbsc/include/openbsc/sgsn.h | 8 +-
openbsc/src/gprs/Makefile.am | 7 +-
.../gprs/{sgsn_ipa_client.c => gprs_ipa_client.c} | 88 ++++++---
openbsc/src/gprs/gprs_oap_messages.c | 206 +++++++++++++++++++++
openbsc/src/gprs/gprs_subscriber.c | 43 +----
openbsc/src/gprs/sgsn_main.c | 12 +-
openbsc/src/gprs/sgsn_vty.c | 48 ++---
10 files changed, 358 insertions(+), 210 deletions(-)
rename openbsc/include/openbsc/{sgsn_ipa_client.h => gprs_ipa_client.h} (63%)
rename openbsc/src/gprs/{sgsn_ipa_client.c => gprs_ipa_client.c} (50%)
create mode 100644 openbsc/src/gprs/gprs_oap_messages.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)