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 28f637ec2ca556896fce345f6dcb9b871a5ada53 (commit)
via e78ae21ff44a7442be065b67b827efcd10de34fc (commit)
via 2d521a0296fdecc1a8cb337354654123a864015b (commit)
via 27681a3407e2bde5cf3566aeabc7acbe2023f6e2 (commit)
via 402006dfdf84c3bf3b22a48ba6ef6922ff6991c7 (commit)
via c69ee8527c8ec88bdbff820d0a8aa706502516a5 (commit)
from 16606c9007ae97bbb0ca796384381b4decceee91 (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:
openbsc/configure.ac | 1 +
openbsc/include/openbsc/Makefile.am | 2 +
openbsc/include/openbsc/abis_nm.h | 2 +
openbsc/include/openbsc/bss.h | 5 +-
openbsc/include/openbsc/common_bsc.h | 9 +++
openbsc/include/openbsc/common_cs.h | 13 ++++
openbsc/include/openbsc/gsm_data.h | 8 +--
openbsc/src/Makefile.am | 1 +
openbsc/src/ipaccess/Makefile.am | 1 +
openbsc/src/ipaccess/ipaccess-config.c | 4 +-
openbsc/src/libbsc/bsc_init.c | 6 +-
openbsc/src/libbsc/gsm_04_08_utils.c | 33 ---------
openbsc/src/libbsc/net_init.c | 41 ++---------
.../src/{libfilter => libcommon-cs}/Makefile.am | 14 ++--
.../net_init.c => libcommon-cs/common_cs.c} | 83 +++++++++++++---------
.../misdn.h => src/libcommon-cs/common_cs_vty.c} | 14 +---
openbsc/src/osmo-bsc/Makefile.am | 1 +
openbsc/src/osmo-bsc_nat/Makefile.am | 3 +-
openbsc/src/osmo-nitb/Makefile.am | 1 +
openbsc/src/utils/Makefile.am | 1 +
openbsc/src/utils/bs11_config.c | 4 +-
openbsc/tests/bsc-nat/Makefile.am | 1 +
openbsc/tests/bsc/Makefile.am | 1 +
openbsc/tests/channel/Makefile.am | 1 +
openbsc/tests/channel/channel_test.c | 3 +-
openbsc/tests/db/Makefile.am | 2 +-
openbsc/tests/gsm0408/Makefile.am | 1 +
openbsc/tests/gsm0408/gsm0408_test.c | 5 +-
openbsc/tests/subscr/Makefile.am | 1 +
openbsc/tests/trau/Makefile.am | 1 +
30 files changed, 119 insertions(+), 144 deletions(-)
create mode 100644 openbsc/include/openbsc/common_bsc.h
create mode 100644 openbsc/include/openbsc/common_cs.h
copy openbsc/src/{libfilter => libcommon-cs}/Makefile.am (60%)
copy openbsc/src/{libbsc/net_init.c => libcommon-cs/common_cs.c} (58%)
copy openbsc/{include/openbsc/misdn.h => src/libcommon-cs/common_cs_vty.c} (74%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)