summaryrefslogtreecommitdiffstats
path: root/openbsc/include/osmocom/gprs
Commit message (Collapse)AuthorAgeFilesLines
* libgb: separate header files related to spec and implementationHarald Welte2012-06-176-219/+238
| | | | | | like in libosmogsm, we separate between header files that are just reflecting information in the respective specs, and header files that related to our specific implementation.
* libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte2012-06-171-7/+7
| | | | | We change the minority of functions employing the gprs_bssgp_ prefix to match with the majority without gprs_ in front.
* libgb/gprs: don't use log_info from libcommon anymoreHarald Welte2012-06-171-0/+3
|
* libgb: prefix all NS related functions with gprs_Harald Welte2012-06-171-9/+10
|
* 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-163-0/+7
|
* libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte2012-06-161-1/+13
| | | | | which removes some further dependencies of libgb to openbsc internal code and data.
* libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte2012-06-164-1/+33
|
* split libgb into a separate library for outside useHarald Welte2012-06-164-0/+511
This also removes the dependency to osmo_sock() inside libcommon and replaces it with osmo_sock_* from libosmocore