aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/abis/abis_test.ok
AgeCommit message (Collapse)AuthorFilesLines
2017-05-08Use libosmocore for SW Description parsingMax1-11/+3
Requires libosmocore with Ib63b6b5e83b8914864fc7edd789f8958cdc993cd. Change-Id: Ib94db414e94a2a1f234ac6f1cb346dca1c7a8be3
2012-12-26abis_test: Fix the test case and calculate the right offsetHolger Hans Peter Freyther1-2/+2
We parse the load_config, take the ptrdiff_t from start and load_config and from the previous array as the alignment can differ on different ABIs. This was found by Daniel when executing the tests on a 64 bit userspace.
2012-12-19abis: Activate the newest available installed on the BTSHolger Hans Peter Freyther1-8/+16
Select thew newest software from all available file versions.
2012-12-19abis: Create a routine that can parse all SW Descriptions of a SW ConfigHolger Hans Peter Freyther1-0/+9
Be able to parse the entire SW Config IE. Parse the SW Descruption into a struct provided by the caller.