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 270c73c11fa66171a9d85e22ce868b9669960c0b (commit)
via 6d7d7f2cd317b9c337f675da74c4bc8411cdfced (commit)
from c313ab0f6b50fc7d2bd066099624fc0a6a4454ac (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=270c73c11fa66171a9d85…
commit 270c73c11fa66171a9d85e22ce868b9669960c0b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 12:38:10 2016 +0200
mncc: Reject hold requests for now
MNCC hold to sip has not been implemented, so let me reject the
request right now. A ticket (OS#1686) has been filed to track
implementing call holding.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=6d7d7f2cd317b9c337f67…
commit 6d7d7f2cd317b9c337f675da74c4bc8411cdfced
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 12:36:31 2016 +0200
mncc: Have all release go through a local method
Have all release go through a local method first. This way we can
make sure to stop the timer. I have seen something odd (a busy loop
in the RB tree of the timer code) and we can easily avoid having a
timer run on a page of memory that has been "freed".
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 35 +++++++++++++++++++++++++++++------
1 file changed, 29 insertions(+), 6 deletions(-)
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, master has been updated
via c6a65511f326340783f0e837c6eb58b0cf2c6abc (commit)
via 740e65fb7bd1516117cd23c7b524976548e1a397 (commit)
via 3a38ee6c3d9985200b10229b27f3b9ae9edd50ae (commit)
from cf1302e4cb4875816615a23e5d7e2e9f7bcb5bca (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=c6a65511f326340783f0e837c6eb58b0…
commit c6a65511f326340783f0e837c6eb58b0cf2c6abc
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 15:27:38 2016 +0100
bsc: Add parameter to restart a bts
The ip.access nanoBTS seems to have severe issues with BSSGP when
changing the country code and/or network code. It is unlikely that
the proprietary code is getting fixed so we extend the parameter
for the apply-configuration command to carry the 'restart' param.
http://cgit.osmocom.org/openbsc/commit/?id=740e65fb7bd1516117cd23c7b5249765…
commit 740e65fb7bd1516117cd23c7b524976548e1a397
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 13:45:23 2016 +0100
bsc: Add code to send ip.access reboot command to nanoBTS
The nanoBTS continues to be buggy and seems to have broken BSSGP
when changing SIs across new OML connections. Add an easy command
to force the reboot of the system through OML.
http://cgit.osmocom.org/openbsc/commit/?id=3a38ee6c3d9985200b10229b27f3b9ae…
commit 3a38ee6c3d9985200b10229b27f3b9ae9edd50ae
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 14:27:29 2016 +0100
abis: Send the message without enforcing to wait for a response
The user might issue restarts while no BTS is connected and we
should not block the abis queue because of these messages.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_nm.c | 2 +-
openbsc/src/libbsc/bsc_ctrl_commands.c | 12 ++++++++++-
openbsc/src/libbsc/bsc_vty.c | 39 ++++++++++++++++++++++++++++++++++
3 files changed, 51 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 "UNNAMED PROJECT".
The branch, master has been updated
via ca025c02ef487c3cb05291334b02abaab161c5f3 (commit)
via 97e48a3252d75e714bd989504095fb197fbe832e (commit)
from 63d33ad2d79683fab33542570e20d082bb66476c (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=ca025c02ef487c3cb05291334b02aba…
commit ca025c02ef487c3cb05291334b02abaab161c5f3
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 1 19:27:56 2016 +0200
misc: Ignore test files and debian packaging
http://cgit.osmocom.org/osmo-pcu/commit/?id=97e48a3252d75e714bd989504095fb1…
commit 97e48a3252d75e714bd989504095fb197fbe832e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 1 19:21:16 2016 +0200
debian: Initial debian packaging
Add initial debian package for plain osmo-pcu (without the
sysmoBTS supporot).
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 15 +++++++++++++++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/osmo-pcu.install | 2 ++
debian/osmo-pcu.service | 15 +++++++++++++++
debian/rules | 19 +++++++++++++++++++
debian/source/format | 1 +
8 files changed, 82 insertions(+)
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/osmo-pcu.install
create mode 100644 debian/osmo-pcu.service
create mode 100755 debian/rules
create mode 100644 debian/source/format
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, max/dyncfg has been created
at d4a3bdeeeba2fadbcbb5006a0b7dd2e682c5da98 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=d4a3bdeeeba2fadbcbb5006a0b7dd2e6…
commit d4a3bdeeeba2fadbcbb5006a0b7dd2e682c5da98
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 1 18:49:07 2016 +0200
wip
http://cgit.osmocom.org/openbsc/commit/?id=a6c1951964c5f779c8b0ef515243aedf…
commit a6c1951964c5f779c8b0ef515243aedf784ea27f
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 15:28:01 2016 +0200
NAT: reload BSCs config dynamically
Load BSCs configuration on bscs-config-file command:
* remove all runtime configured BSC not in the config file
* close connections to all BSC with updated token value
Fixes: OS#1670
http://cgit.osmocom.org/openbsc/commit/?id=9220d5dc3078937914e0bb8cd84e3b7a…
commit 9220d5dc3078937914e0bb8cd84e3b7a4946e480
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 15:25:57 2016 +0200
Ignore vty test byproducts
http://cgit.osmocom.org/openbsc/commit/?id=c6e8b964ceb9f80c6eb0a8449a542ec0…
commit c6e8b964ceb9f80c6eb0a8449a542ec04988fcba
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 11:52:39 2016 +0200
NAT: move BSC config into separate file
Introduce new configuration option bscs-config-file which includes BSC
configuration from the given file. Both absolute and relative (to the
main config file) paths are supported.
Add 'show bsc-config' command to display current BSC configuration.
Note: it is still possible to have BSC configuration in the main
file (provided proper index number is used) and in runtime but BSC
configuration is no longer saved automatically. The management of
included configuration file is left to external tools.
Update configuration examples.
Fixes: OS#1669
-----------------------------------------------------------------------
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 227015e52e993bf8cd2228f5e7d0acce3ead910f (commit)
via 460e1b7387ded53bd2ba320d3108196dc7100d40 (commit)
from 21fc6e45fbe201dcc6c066a006cef899e931064a (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=227015e52e993bf8cd2228f5e7d0acc…
commit 227015e52e993bf8cd2228f5e7d0acce3ead910f
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 1 17:02:11 2016 +0200
misc: Ignore files generated by a debian packaging build
http://cgit.osmocom.org/osmo-bts/commit/?id=460e1b7387ded53bd2ba320d3108196…
commit 460e1b7387ded53bd2ba320d3108196dc7100d40
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 1 16:46:42 2016 +0200
debian: Create initial packaging for the osmo-bts-trx
This is only with osmo-bts-trx as others require headers that are
not packaged yet.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 11 +++++++++++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/osmo-bts-trx.install | 1 +
debian/osmo-bts-trx.service | 15 +++++++++++++++
debian/rules | 22 ++++++++++++++++++++++
debian/source/format | 1 +
8 files changed, 80 insertions(+)
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/osmo-bts-trx.install
create mode 100644 debian/osmo-bts-trx.service
create mode 100755 debian/rules
create mode 100644 debian/source/format
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via c313ab0f6b50fc7d2bd066099624fc0a6a4454ac (commit)
from 3d2787646bc579c36e64542de8cecbffe98a7735 (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=c313ab0f6b50fc7d2bd06…
commit c313ab0f6b50fc7d2bd066099624fc0a6a4454ac
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 1 15:42:41 2016 +0200
mncc: Only copy 15 chars to leave the last one as NULL
Right now we are lucky the next byte after imsi is already set
to NUL here but we should not rely on that.
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 3d2787646bc579c36e64542de8cecbffe98a7735 (commit)
from 0e9434184e7d324be13910acc4bc301dfcb8bf05 (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=3d2787646bc579c36e645…
commit 3d2787646bc579c36e64542de8cecbffe98a7735
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Apr 1 15:35:29 2016 +0200
app/mncc: Add "use-imsi" to allow calling by IMSI
In case one is using a PBX it might be the easiest just to
call based on IMSI. Add a VTY option to enable/disable this
feature. It can be used to keep the number assignment outside
of the HLR database.
-----------------------------------------------------------------------
Summary of changes:
src/app.h | 2 +-
src/mncc.c | 18 +++++++++++++-----
src/vty.c | 20 ++++++++++++++++++++
3 files changed, 34 insertions(+), 6 deletions(-)
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 "SIM card APDU tracing based on AT91SAM7 and wireshark".
The branch, master has been updated
via 197ed82a32459d6ff64d9f97b0dbc36ce8b72c67 (commit)
via 46aceb222a0d8eab1881e0f019f51ca0833019ac (commit)
from 0a530496b5bf43554c5009265a582b02ed297127 (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/simtrace/commit/?id=197ed82a32459d6ff64d9f97b0dbc36…
commit 197ed82a32459d6ff64d9f97b0dbc36ce8b72c67
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 1 12:27:51 2016 +0200
add 'sysmocom' name to mini-UICC and nano-UICC adapters
As sysmocom is the only company manufacturing them for now, we add this
branding to the design files.
http://cgit.osmocom.org/simtrace/commit/?id=46aceb222a0d8eab1881e0f019f51ca…
commit 46aceb222a0d8eab1881e0f019f51ca0833019ac
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 1 10:06:09 2016 +0200
remove second copy of mini-UICC FPC adapter
-----------------------------------------------------------------------
Summary of changes:
hardware/microSIM/mini-UICC.outline.gbr | 23 -
hardware/microSIM/mini-UICC.pcb | 925 ------
hardware/microSIM/mini-UICC.stiffener.gbr | 27 -
hardware/microSIM/mini-UICC.top.gbr | 95 -
hardware/microSIM/mini-UICC.topmask.gbr | 26 -
.../mini-UICC-reverse.outline.gbr | 8 +-
hardware/mini-UICC-reverse/mini-UICC-reverse.pcb | 2147 +++++++------
.../mini-UICC-reverse.stiffeners.gbr | 14 +-
.../mini-UICC-reverse/mini-UICC-reverse.top.gbr | 185 +-
.../mini-UICC-reverse.topmask.gbr | 14 +-
.../mini-UICC-reverse.toppaste.gbr | 26 -
.../mini-UICC-reverse.topsilk.gbr | 26 -
hardware/mini-UICC/mini-UICC.outline.gbr | 14 +-
hardware/mini-UICC/mini-UICC.pcb | 1330 ++++++++
hardware/mini-UICC/mini-UICC.stiffener.gbr | 40 +-
hardware/mini-UICC/mini-UICC.top.gbr | 186 +-
hardware/mini-UICC/mini-UICC.topmask.gbr | 16 +-
hardware/nano-UICC/4FF-FFC.bottom.gbr | 1294 +++-----
hardware/nano-UICC/4FF-FFC.bottommask.gbr | 25 +
hardware/nano-UICC/4FF-FFC.bottompaste.gbr | 25 -
hardware/nano-UICC/4FF-FFC.fab.gbr | 3260 ++++++++++++--------
hardware/nano-UICC/4FF-FFC.outline.gbr | 68 +-
hardware/nano-UICC/4FF-FFC.pcb | 1722 +++++++----
hardware/nano-UICC/4FF-FFC.plated-drill.cnc | 30 +-
hardware/nano-UICC/4FF-FFC.top.gbr | 1084 +++----
hardware/nano-UICC/4FF-FFC.topmask.gbr | 36 +-
26 files changed, 7048 insertions(+), 5598 deletions(-)
delete mode 100644 hardware/microSIM/mini-UICC.outline.gbr
delete mode 100644 hardware/microSIM/mini-UICC.pcb
delete mode 100644 hardware/microSIM/mini-UICC.stiffener.gbr
delete mode 100644 hardware/microSIM/mini-UICC.top.gbr
delete mode 100644 hardware/microSIM/mini-UICC.topmask.gbr
delete mode 100644 hardware/mini-UICC-reverse/mini-UICC-reverse.toppaste.gbr
delete mode 100644 hardware/mini-UICC-reverse/mini-UICC-reverse.topsilk.gbr
create mode 100644 hardware/mini-UICC/mini-UICC.pcb
create mode 100644 hardware/nano-UICC/4FF-FFC.bottommask.gbr
delete mode 100644 hardware/nano-UICC/4FF-FFC.bottompaste.gbr
hooks/post-receive
--
SIM card APDU tracing based on AT91SAM7 and wireshark
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/cscn has been updated
via 8d53682463c0ca345f5849f965088d24421a7a0c (commit)
via bd2e5ff22aa45c2fa681eb4a282e32a930d4bca3 (commit)
from 54df2e4576fd0b11d31a76e5291a910f7e7fe7f9 (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=8d53682463c0ca345f5849f965088d24…
commit 8d53682463c0ca345f5849f965088d24421a7a0c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:18:18 2016 +0200
wip: paging
http://cgit.osmocom.org/openbsc/commit/?id=bd2e5ff22aa45c2fa681eb4a282e32a9…
commit bd2e5ff22aa45c2fa681eb4a282e32a930d4bca3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:17:24 2016 +0200
vty l3 help: fix typo 'comamnds'; fix english s/his//
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libiu/iu.c | 22 +++++-------------
openbsc/src/libmsc/gsm_04_08.c | 12 ++++++----
openbsc/src/libmsc/gsm_subscriber.c | 38 ++++++++++++++++++++++++++++---
openbsc/src/libmsc/vty_interface_layer3.c | 10 ++++----
4 files changed, 54 insertions(+), 28 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)