aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/abis/abis_test.c
AgeCommit message (Collapse)AuthorFilesLines
2014-05-06Add traffic forwarding via RTP to remote applicationAndreas Eversberg1-0/+6
Instead of forwarding traffic through MNCC interface, traffic can be forwarded to a given RTP peer directly. A special MNCC message is used to control the peer's destination. The traffic can still be forwarded through MNCC interface when this special MNCC message is not used. It also works with E1 based BTSs. In conjunction with LCR's "rtp-bridge" feature, the RTP traffic can be directly exchanged with a remote SIP endpoint, so that the traffic is not forwarded by LCR itself. This way the performance of handling traffic only depends on OpenBSC and the remote SIP endpoint. Also the traffic is exchanged with the SIP endpoint without transcoding, to have maximum performance. Increment MNCC version to 5.
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-0/+51
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/+118
Be able to parse the entire SW Config IE. Parse the SW Descruption into a struct provided by the caller.