summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/common_vty.c
Commit message (Collapse)AuthorAgeFilesLines
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-171-90/+0
|
* libgb/gprs: don't use log_info from libcommon anymoreHarald Welte2012-06-171-1/+2
|
* libgb: prefix all NS related functions with gprs_Harald Welte2012-06-171-0/+24
|
* libgb: Remove dependency to openbsc/debug.hHarald Welte2012-06-161-0/+2
|
* libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte2012-06-161-0/+63
Rather than using openbsc internal data/functions, we now use only internal and libosmocore-provided ones.