summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/gprs_bssgp_vty.c
Commit message (Collapse)AuthorAgeFilesLines
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-171-187/+0
|
* libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte2012-06-171-1/+1
| | | | | We change the minority of functions employing the gprs_bssgp_ prefix to match with the majority without gprs_ in front.
* libgb: prefix all NS related functions with gprs_Harald Welte2012-06-171-0/+12
|
* libgb: Remove dependency to openbsc/debug.hHarald Welte2012-06-161-2/+0
|
* libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte2012-06-161-8/+7
| | | | | Rather than using openbsc internal data/functions, we now use only internal and libosmocore-provided ones.
* split libgb into a separate library for outside useHarald Welte2012-06-161-6/+7
| | | | | This also removes the dependency to osmo_sock() inside libcommon and replaces it with osmo_sock_* from libosmocore
* src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()Pablo Neira Ayuso2011-03-281-0/+1
| | | | | This uses the new include file for vty_out_rate_ctr_group() which available in libosmocore.
* src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2011-03-231-5/+5
| | | | | | | | | | | libosmogsm is a new library that is distributed in the libosmocore. Now, openbsc depends on it. This patch gets openbsc with this change. This patch also rewrites all include path to the new osmocom/[gsm|core] Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* prefix sub-directories containing libraries with 'lib'Harald Welte2011-03-041-0/+176
... and make sure tests work again after restructuring