summaryrefslogtreecommitdiffstats
path: root/openbsc/include/osmocom/gprs/gprs_bssgp.h
Commit message (Collapse)AuthorAgeFilesLines
* libgb: don't call directly into GMM / LLC layerHarald Welte2012-06-171-0/+37
| | | | | | Instead of direct function calls to individual functions, we now generate primitives (osmo_prim) and send them to one application-provided function "bssgp_prim_cb()"
* libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte2012-06-171-2/+15
|
* libgb: Remove dependency to openbsc/debug.hHarald Welte2012-06-161-0/+1
|
* libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte2012-06-161-0/+1
|
* split libgb into a separate library for outside useHarald Welte2012-06-161-0/+252
This also removes the dependency to osmo_sock() inside libcommon and replaces it with osmo_sock_* from libosmocore