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/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/.gitignore') diff --git a/openbsc/.gitignore b/openbsc/.gitignore index 6fbd463ed..3324069d6 100644 --- a/openbsc/.gitignore +++ b/openbsc/.gitignore @@ -85,6 +85,7 @@ tests/xid/xid_test tests/sndcp_xid/sndcp_xid_test tests/slhc/slhc_test tests/v42bis/v42bis_test +tests/nanobts_omlattr/nanobts_omlattr_test tests/atconfig tests/atlocal -- cgit v1.2.3