From b4cb83809226218db18d650aa9c8700370501d37 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 29 Sep 2016 17:01:57 +0200 Subject: 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 --- openbsc/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index e2575c183..b18ecc1a1 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -244,6 +244,7 @@ AC_OUTPUT( tests/sndcp_xid/Makefile tests/slhc/Makefile tests/v42bis/Makefile + tests/nanobts_omlattr/Makefile doc/Makefile doc/examples/Makefile Makefile) -- cgit v1.2.3