aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/osmocom/gprs/gprs_ns.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-17use new external libosmogb (part of libosmocore.git)0.12.0Harald Welte1-189/+0
This removes the libgb (GPRS NS/BSSGP) code from the openbsc.git repository and uses the new version from libosmocore.git instead.
2012-06-17libgb: separate header files related to spec and implementationHarald Welte1-79/+2
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.
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte1-9/+10
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte1-0/+2
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte1-1/+13
which removes some further dependencies of libgb to openbsc internal code and data.
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte1-0/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-0/+250
This also removes the dependency to osmo_sock() inside libcommon and replaces it with osmo_sock_* from libosmocore