summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/gprs_bssgp_util.c
Commit message (Collapse)AuthorAgeFilesLines
* gprs_bssgp_util.c: orig_msg == NULL is not supportedHarald Welte2011-07-161-3/+2
| | | | | | we need it for deriving the NSEI anyway. Detected by Smatch
* src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2011-03-231-3/+3
| | | | | | | | | | | libosmogsm is a new library that is distributed in the libosmocore. Now, openbsc depends on it. This patch gets openbsc with this change. This patch also rewrites all include path to the new osmocom/[gsm|core] Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* prefix sub-directories containing libraries with 'lib'Harald Welte2011-03-041-0/+119
... and make sure tests work again after restructuring