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 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (commit)
via d37981e8f7151c6a5733f52f3209372fe96d2e59 (commit)
via b4cb83809226218db18d650aa9c8700370501d37 (commit)
from 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (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=5e5d94cd1b81e3ac0cd9b4423567d563…
commit 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Oct 14 18:08:00 2016 +0200
Cosmetic: Add missing switch to usage help
Adds the -p --pcap option to the help text.
Change-Id: I3e763c30ca13bc51c8b72af8a94558c92439f109
http://cgit.osmocom.org/openbsc/commit/?id=d37981e8f7151c6a5733f52f3209372f…
commit d37981e8f7151c6a5733f52f3209372fe96d2e59
Author: Philipp <pmaier(a)sysmocom.de>
Date: Mon Oct 10 15:11:41 2016 +0200
gsm0408: Adding log output for 3g specific RR messages
GSM 04.18, which is the successor of GSM 04.08, describes
additional RR 3g specific message types. This commit adds
log output for those messages. The behaviour is not changed
all affected message types are still forwared to the MSC
as they were before.
See also 3GPP TS 04.18, section 10.4, table 10.4.1
The change requires to update libosmocore as well, see
also commit f48fdb3a108da0dc23d7af4ac021e98e11f07152 in
libosmocore.git for details.
Change-Id: I41f2242fdf59c3eb4b3f8f7f003c17f7e0df01aa
http://cgit.osmocom.org/openbsc/commit/?id=b4cb83809226218db18d650aa9c87003…
commit b4cb83809226218db18d650aa9c8700370501d37
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Sep 29 17:01:57 2016 +0200
OML: Improve OML attribute handling
the OML attribute tables are hardcoded. To set variable parameters,
the hardcoded data structure (tlv) is patched on byte level during
runtime. This patch replaces this mechanism.
- Replace hardcoded OML attribute tables with dynamically
generated TLV structures.
- Add unit tests to check if the OML attribute tables are
generated correctly
- Put OML attribute table generator code in a separate file:
bts_ipaccess_nanobts_omlattr.c
Change-Id: Ibeb34a84912d6cf695f553a34c69320fca7d08fa
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/configure.ac | 1 +
openbsc/include/openbsc/Makefile.am | 1 +
.../{misdn.h => bts_ipaccess_nanobts_omlattr.h} | 23 +-
openbsc/src/libbsc/Makefile.am | 1 +
openbsc/src/libbsc/bsc_api.c | 14 +-
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 240 ++---------------
openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 232 +++++++++++++++++
openbsc/src/libmsc/gsm_04_08.c | 4 +-
openbsc/src/osmo-nitb/bsc_hack.c | 1 +
openbsc/tests/Makefile.am | 1 +
.../tests/{gsm0408 => nanobts_omlattr}/Makefile.am | 10 +-
.../tests/nanobts_omlattr/nanobts_omlattr_test.c | 284 +++++++++++++++++++++
.../tests/nanobts_omlattr/nanobts_omlattr_test.ok | 26 ++
openbsc/tests/testsuite.at | 6 +
15 files changed, 603 insertions(+), 242 deletions(-)
copy openbsc/include/openbsc/{misdn.h => bts_ipaccess_nanobts_omlattr.h} (57%)
create mode 100644 openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c
copy openbsc/tests/{gsm0408 => nanobts_omlattr}/Makefile.am (77%)
create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)