From f74cfd35acadbebe7ccd9fc02d05920958f43ad3 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 24 Mar 2017 20:16:33 +0100 Subject: Add SW Description (de)marshalling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * data structure representing 3GPP TS 52.021 ยง9.4.62 SW Description * function to serialize it into msgb * function to deserialize it from buffer * functions to extract/estimate buffer size for SW Description * test harness (partially taken from OpenBSC) There are several similar functions to deal with SW Description in OpenBSC, there's also need to use similar functionality in OsmoBTS. Hence it's better to put the code into common library with proper tests and documentation. Change-Id: Ib63b6b5e83b8914864fc7edd789f8958cdc993cd Related: OS#1614 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ecbceddd..4c6a78f2 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ tests/package.m4 tests/testsuite tests/testsuite.dir/ tests/testsuite.log +tests/abis/abis_test tests/ctrl/ctrl_test tests/utils/utils_test tests/stats/stats_test -- cgit v1.2.3