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 63d33ad2d79683fab33542570e20d082bb66476c (commit)
via 7952282b78867e53ab8fd9cf819d1f9fdece58ba (commit)
via a859a2180043759a762af0701a056e23e22f1d19 (commit)
via 7a05b039c835868eff34308d861edfeb28d1763b (commit)
via e44383baa4a883beb49a4b0ec370ba3256389b94 (commit)
from 5a5d2b7a27e64deef8b7b48842204414c611942b (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=63d33ad2d79683fab33542570e20d08…
commit 63d33ad2d79683fab33542570e20d082bb66476c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Mar 30 22:08:18 2016 +0200
fix compiler warnings about format string for size_t
with gcc-5.3 on x86_64 I get the following compliler warnings:
warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has
type ‘size_t {aka long unsigned int}
This patch resolves them
http://cgit.osmocom.org/osmo-pcu/commit/?id=7952282b78867e53ab8fd9cf819d1f9…
commit 7952282b78867e53ab8fd9cf819d1f9fdece58ba
Author: Aravind Sirsikar <arvind.sirsikar(a)radisys.com>
Date: Wed Mar 23 18:29:47 2016 +0530
Support puncturing scheme selection for EGPRS DL
Adds support to find the puncturing scheme for retransmission
with MCS change, retransmission with no MCS change, transmission
case. Puncturing scheme selection for retransmission case with
MCS change is aligned with TS 44.060 9.3.2.1. Puncturing scheme
selection for retransmission without MCS change, fresh transmission
is aligned with TS 44.060 10.4.8a.3.1, 10.4.8a.2.1, 10.4.8a.1.1
http://cgit.osmocom.org/osmo-pcu/commit/?id=a859a2180043759a762af0701a056e2…
commit a859a2180043759a762af0701a056e23e22f1d19
Author: Aravind Sirsikar <arvind.sirsikar(a)radisys.com>
Date: Wed Mar 23 18:29:46 2016 +0530
Update CPS calculation with new data structures
Update existing CPS calculation function to align with new data
structure introduced
http://cgit.osmocom.org/osmo-pcu/commit/?id=7a05b039c835868eff34308d861edfe…
commit 7a05b039c835868eff34308d861edfeb28d1763b
Author: Aravind Sirsikar <arvind.sirsikar(a)radisys.com>
Date: Wed Mar 23 18:29:45 2016 +0530
Add data structure for CPS calculation in DL
Define new data structure with respect to TS 44.060
10.4.8a.3.1, 10.4.8a.2.1, 10.4.8a.1.1 for puncturing scheme values
and initialize the variable introduced
http://cgit.osmocom.org/osmo-pcu/commit/?id=e44383baa4a883beb49a4b0ec370ba3…
commit e44383baa4a883beb49a4b0ec370ba3256389b94
Author: Bhargava Abhyankar <Bhargava.Abhyankar(a)radisys.com>
Date: Tue Mar 22 18:42:30 2016 +0530
Refactor the Uplink RLC header parsing function
Parsing the uplink data header for GPRS and EGPRS header type 3
is handled in separate functions.
This patch will enhance modularity of the code.
-----------------------------------------------------------------------
Summary of changes:
src/decoding.cpp | 140 +++++++++++++++++++++++++---------------------
src/decoding.h | 9 ++-
src/pcu_vty_functions.cpp | 6 +-
src/rlc.cpp | 110 ++++++++++++++++++++++++++++++++----
src/rlc.h | 34 ++++++++++-
src/tbf_dl.cpp | 26 ++++++++-
tests/tbf/TbfTest.err | 52 ++++++++---------
7 files changed, 266 insertions(+), 111 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via fb348eeff25e8e66a4a8651dc94901c7a004343a (commit)
from 92c4ec293d0b73e5c6306d26e608340edc40b04c (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=fb348eeff25e8e66a4a8651dc949…
commit fb348eeff25e8e66a4a8651dc94901c7a004343a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 30 21:14:53 2016 +0200
Export names for gsm_chan_t and gsm48_chan_mode
This can be used with get_value_string() to improve debugging output.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm_utils.h | 3 +++
include/osmocom/gsm/protocol/gsm_04_08.h | 4 ++++
src/gsm/gsm48.c | 26 +++++++++++++++++++++++++-
src/gsm/libosmogsm.map | 2 ++
4 files changed, 34 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, max/nat has been updated
discards 641b1cc0d98edd2de5782ac209981b5090e0f975 (commit)
via 8313c0fda14f085cb2666bf89e99cad67ad05511 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (641b1cc0d98edd2de5782ac209981b5090e0f975)
\
N -- N -- N (8313c0fda14f085cb2666bf89e99cad67ad05511)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=8313c0fda14f085cb2666bf89e99cad6…
commit 8313c0fda14f085cb2666bf89e99cad67ad05511
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 29 17:06:32 2016 +0200
wip: reload config dynamically
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc_nat/bsc_nat.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
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, max/nat has been updated
discards 83195f6346651440a9987c5e747994cd4a1de459 (commit)
discards aef2acfe6abc774073486db6d22d0afcb1db0a15 (commit)
via 641b1cc0d98edd2de5782ac209981b5090e0f975 (commit)
via 871a12f0de7376441b425a48a04beab621caae8a (commit)
via a612132f46b22afa3395ba8182ecc17ab7678672 (commit)
via 72ba6105d768753814845c8ff9fde591aa9dab83 (commit)
via ecf3d20b4651c43761487d42fae4d0b33a7d76e1 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (83195f6346651440a9987c5e747994cd4a1de459)
\
N -- N -- N (641b1cc0d98edd2de5782ac209981b5090e0f975)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=641b1cc0d98edd2de5782ac209981b50…
commit 641b1cc0d98edd2de5782ac209981b5090e0f975
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 29 17:06:32 2016 +0200
wip: reload config dynamically
http://cgit.osmocom.org/openbsc/commit/?id=871a12f0de7376441b425a48a04beab6…
commit 871a12f0de7376441b425a48a04beab621caae8a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 30 14:34:25 2016 +0200
Ignore vty test byproducts
http://cgit.osmocom.org/openbsc/commit/?id=a612132f46b22afa3395ba8182ecc17a…
commit a612132f46b22afa3395ba8182ecc17ab7678672
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 30 14:31:23 2016 +0200
NAT: fix vty tests
Add explicit config path override.
Add example bscs.cfg to ignore file to avoid warning.
Note: this requires recent version of osmo-python-tests.
http://cgit.osmocom.org/openbsc/commit/?id=72ba6105d768753814845c8ff9fde591…
commit 72ba6105d768753814845c8ff9fde591aa9dab83
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 30 14:29:50 2016 +0200
NAT: add command-line option for bscs-config file
This option takes precedence over the one in configuration file.
http://cgit.osmocom.org/openbsc/commit/?id=ecf3d20b4651c43761487d42fae4d0b3…
commit ecf3d20b4651c43761487d42fae4d0b33a7d76e1
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 29 10:07:45 2016 +0200
NAT: add 'show bsc-config' command
It will display all configured BSC: both from included file and vty.
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 2 ++
openbsc/osmoappdesc.py | 5 ++++-
openbsc/src/osmo-bsc_nat/bsc_nat.c | 11 ++++++++++-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 10 +++++++++-
4 files changed, 25 insertions(+), 3 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 code for Iuh interface".
The branch, master has been updated
via e5c5525baebac7e784f801f91fc12fca700a3c4e (commit)
via e25faa89662f069bd67e6cc37626fff59e05f1d6 (commit)
via 3588810cb779274b5536263120be7796d41f69db (commit)
via 5dbb7b2c3fb0eaf357acf23b302167778f8d150d (commit)
via d4598fa45351f9bb038d0666e7ff280f3a12ff62 (commit)
via 576f642eba7266108ac51537aafc0e13da36436a (commit)
via 3da8608b6ad014fc74536dbb49019704fd425b8c (commit)
from c04eb533e1bb1588bbe1ffaa1c197caf44a275ec (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
doc/{README.msc => README} | 0
src/Makefile.am | 5 +-
src/hnbgw_cn.c | 12 ++--
src/sccp_helpers.c | 135 ---------------------------------------------
src/sccp_helpers.h | 33 -----------
src/tests/hnb-test.c | 95 ++++++++++++++++++++++++-------
6 files changed, 84 insertions(+), 196 deletions(-)
rename doc/{README.msc => README} (100%)
delete mode 100644 src/sccp_helpers.c
delete mode 100644 src/sccp_helpers.h
hooks/post-receive
--
Osmocom code for Iuh interface
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 code for Iuh interface".
The branch, sysmocom/iu-cs has been updated
discards 428e074b9b396a77a4d319a857bb6af2b127861f (commit)
discards 557808becd8289a36e5ed6e225da78b4fd1ea39f (commit)
discards a8ea2cf29d3ea87b0cb46eae3b99fa23a1fb2b14 (commit)
discards 9b0e769a7f2fe6efda717de3dda380926e073cf2 (commit)
discards e90b54ace1600146bb2ffeccaa76b7b7622b456c (commit)
discards e30c015feb490d8f8093e8286c7f1d0ee68fde74 (commit)
via bb2bdfe1718295bcaf698fa80452bdeea4501721 (commit)
via e5c5525baebac7e784f801f91fc12fca700a3c4e (commit)
via e25faa89662f069bd67e6cc37626fff59e05f1d6 (commit)
via 3588810cb779274b5536263120be7796d41f69db (commit)
via 5dbb7b2c3fb0eaf357acf23b302167778f8d150d (commit)
via d4598fa45351f9bb038d0666e7ff280f3a12ff62 (commit)
via 576f642eba7266108ac51537aafc0e13da36436a (commit)
via 3da8608b6ad014fc74536dbb49019704fd425b8c (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (428e074b9b396a77a4d319a857bb6af2b127861f)
\
N -- N -- N (bb2bdfe1718295bcaf698fa80452bdeea4501721)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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-iuh/commit/?id=bb2bdfe1718295bcaf698fa80452bde…
commit bb2bdfe1718295bcaf698fa80452bdeea4501721
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jan 14 12:52:53 2016 +0100
move dummy_cn to 127.0.0.2 (Iu-PS) because I'm testing Osmo-CSCN on 127.0.0.1 (Iu-CS)
http://cgit.osmocom.org/osmo-iuh/commit/?id=e5c5525baebac7e784f801f91fc12fc…
commit e5c5525baebac7e784f801f91fc12fca700a3c4e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 29 17:16:30 2016 +0200
rename README.msc to README
The .msc file ending is no good for shell globs like '*.msc'
http://cgit.osmocom.org/osmo-iuh/commit/?id=e25faa89662f069bd67e6cc37626fff…
commit e25faa89662f069bd67e6cc37626fff59e05f1d6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Mar 4 02:49:52 2016 +0100
hnb-test: print sent bytes
http://cgit.osmocom.org/osmo-iuh/commit/?id=3588810cb779274b5536263120be779…
commit 3588810cb779274b5536263120be7796d41f69db
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 9 01:39:56 2016 +0100
hnb-test: answer MM Authentication Request
With hardcoded SRES matching the hardcoded auth tuple in openbsc's
sysmocom/iu branch for testing.
http://cgit.osmocom.org/osmo-iuh/commit/?id=5dbb7b2c3fb0eaf357acf23b3021677…
commit 5dbb7b2c3fb0eaf357acf23b302167778f8d150d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 9 01:38:13 2016 +0100
hnb-test: print LU Reject
http://cgit.osmocom.org/osmo-iuh/commit/?id=d4598fa45351f9bb038d0666e7ff280…
commit d4598fa45351f9bb038d0666e7ff280f3a12ff62
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 9 01:37:40 2016 +0100
hnb-test: factor out MM header parsing
http://cgit.osmocom.org/osmo-iuh/commit/?id=576f642eba7266108ac51537aafc0e1…
commit 576f642eba7266108ac51537aafc0e13da36436a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 13:32:40 2016 +0200
use of sccp_helpers: apply osmo_ name prefix addition
http://cgit.osmocom.org/osmo-iuh/commit/?id=3da8608b6ad014fc74536dbb4901970…
commit 3da8608b6ad014fc74536dbb49019704fd425b8c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:36:15 2016 +0200
Move sccp_helpers.[hc] to libosmo-sigtran
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 5 +-
src/hnbgw_cn.c | 12 +++--
src/sccp_helpers.c | 135 -----------------------------------------------------
src/sccp_helpers.h | 33 -------------
4 files changed, 9 insertions(+), 176 deletions(-)
delete mode 100644 src/sccp_helpers.c
delete mode 100644 src/sccp_helpers.h
hooks/post-receive
--
Osmocom code for Iuh interface
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, sysmocom/iu has been updated
via 9694e939f676433d6716ac0f5e6805ad8aa60e86 (commit)
via 826075f24450bda206758096a672a6a44acf515d (commit)
via 90bd3ce89579538de99b58c99ce30e2fdd3ae265 (commit)
via 8f569002decb1c48baf4d727083996e408f7b532 (commit)
via dbadcd6de5671e74257c55cba2a867ab2205adbf (commit)
from e7520e38b9a77ab63c7cad13a1f1c88d715794f1 (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=9694e939f676433d6716ac0f5e6…
commit 9694e939f676433d6716ac0f5e6805ad8aa60e86
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:45:38 2016 +0200
cosmetic: add comments for GT, PC, SSN to help noobs finding their way
http://cgit.osmocom.org/libosmo-sccp/commit/?id=826075f24450bda206758096a67…
commit 826075f24450bda206758096a672a6a44acf515d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:44:21 2016 +0200
sccp_helpers: add convenience function for RANAP unitdata
http://cgit.osmocom.org/libosmo-sccp/commit/?id=90bd3ce89579538de99b58c99ce…
commit 90bd3ce89579538de99b58c99ce30e2fdd3ae265
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:43:04 2016 +0200
sccp_helpers: add osmo_ prefix to all functions
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8f569002decb1c48baf4d727083…
commit 8f569002decb1c48baf4d727083996e408f7b532
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 13:39:04 2016 +0200
sccp_helpers: adjust .h include and copyright
http://cgit.osmocom.org/libosmo-sccp/commit/?id=dbadcd6de5671e74257c55cba2a…
commit dbadcd6de5671e74257c55cba2a867ab2205adbf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:41:00 2016 +0200
Add sccp_helpers.[hc] moved from osmo-iuh, 1:1 at first
Move here unchanged first, so we're able to see the modifications in diffs.
Pending changes will follow in subsequent patches.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/Makefile.am | 4 +-
include/osmocom/sigtran/sccp_helpers.h | 39 +++++++++
include/osmocom/sigtran/sccp_sap.h | 6 +-
src/Makefile.am | 2 +-
src/sccp_helpers.c | 151 +++++++++++++++++++++++++++++++++
5 files changed, 197 insertions(+), 5 deletions(-)
create mode 100644 include/osmocom/sigtran/sccp_helpers.h
create mode 100644 src/sccp_helpers.c
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn has been updated
via afd051c62a45bc645fe545a8245fb5fad893b06c (commit)
from 6f7750b134e6efae4bab08006c2a8a483f942166 (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=afd051c62a45bc645fe545a8245fb5fa…
commit afd051c62a45bc645fe545a8245fb5fad893b06c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 29 18:58:10 2016 +0200
wip: paging
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libiu/iu.c | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
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 code for Iuh interface".
The branch, sysmocom/iu-cs has been updated
via 428e074b9b396a77a4d319a857bb6af2b127861f (commit)
from 557808becd8289a36e5ed6e225da78b4fd1ea39f (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-iuh/commit/?id=428e074b9b396a77a4d319a857bb6af…
commit 428e074b9b396a77a4d319a857bb6af2b127861f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 29 17:16:30 2016 +0200
rename README.msc to README
The .msc file ending is no good for shell globs like '*.msc'
-----------------------------------------------------------------------
Summary of changes:
doc/{README.msc => README} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename doc/{README.msc => README} (100%)
hooks/post-receive
--
Osmocom code for Iuh interface
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/nat has been updated
via 83195f6346651440a9987c5e747994cd4a1de459 (commit)
from aef2acfe6abc774073486db6d22d0afcb1db0a15 (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=83195f6346651440a9987c5e747994cd…
commit 83195f6346651440a9987c5e747994cd4a1de459
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 29 17:06:32 2016 +0200
wip: reload config dynamically
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_nat.h | 6 ++++
openbsc/src/osmo-bsc_nat/bsc_nat.c | 5 ++++
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 51 ++++++++++++++++++++++++++++++++--
3 files changed, 60 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)