aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/gprs_bssgp_bss.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte1-2/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-2/+2
This also removes the dependency to osmo_sock() inside libcommon and replaces it with osmo_sock_* from libosmocore
2011-11-25BSSGP: Add functions required for true BSS-side BSSGP implementationHarald Welte1-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.