aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libabis
AgeCommit message (Collapse)AuthorFilesLines
2011-03-04fix path of bscconfig.h include fileHarald Welte3-3/+3
2011-03-04Make sure not to feed BSSGP messages into RSLHarald Welte1-1/+2
2011-03-04Implement the HSL SR1.0.1 protocolHarald Welte1-3/+5
It seems HSL has fixed most of their obvious issues in the SR1.0.1 release. However, this creates quite an incompatibility of the protocol, and we have to adapt accordingly
2011-03-04[HSL] initial support for the HSL 2.75G FemtocellHarald Welte2-0/+458
The HSL Femtocell seems to be a poor man implementation of the ip.access Abis/IP protocol, but cutting corners wherever possible. We try to workaround those corners wherever possible...
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte8-0/+3353
... and make sure tests work again after restructuring