summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/gprs_bssgp_bss.c
Commit message (Collapse)AuthorAgeFilesLines
* libgb: Remove dependency to openbsc/debug.hHarald Welte2012-06-161-1/+1
|
* libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte2012-06-161-2/+1
|
* split libgb into a separate library for outside useHarald Welte2012-06-161-2/+2
| | | | | This also removes the dependency to osmo_sock() inside libcommon and replaces it with osmo_sock_* from libosmocore
* BSSGP: Add functions required for true BSS-side BSSGP implementationHarald Welte2011-11-251-0/+426
The BSS-side of BSSGP requires quite a number of additional functions for sending unidirectional messages that a SGSN never sends. This is a first step into completing the BSSGP implementation and making it ready to be used from osmo-bts and other BTS-side GPRS implementations.