aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/abis/abis_test.ok
AgeCommit message (Collapse)AuthorFilesLines
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.