aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-18authentication: More documentationHarald Welte2-20/+81
2012-07-14backtrace: update copyright noticeHarald Welte1-3/+1
2012-07-14backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte2-9/+38
2012-07-14TLV: add new "vTvLV" type for GANHarald Welte3-2/+119
2012-07-13gsm48_decode_lai(): return real integers for mcc/mnc, not hex!Harald Welte1-6/+13
2012-07-13add gsm48_decode_lai() to map fileHarald Welte1-0/+1
2012-07-13import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte2-0/+16
2012-07-13timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte2-1/+31
2012-07-12freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther2-0/+38
2012-07-12VTY: Allow to compile vty.h and command.h headers with C++Andreas Eversberg2-3/+11
2012-07-12logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2-5/+5
2012-07-11correct inverted logic from commit f3ba8aAlexander Huemer1-1/+1
2012-07-10logging: Avoid compiler warnings when compiling c++ codeAndreas Eversberg1-2/+2
2012-07-04bssgp: check for IMSI being a null pointer, not just an empty string.Harald Welte1-1/+1
2012-06-30build: use LT_INIT(pic-only) instead of forcing -fPIC.0.5.2Diego Elio Pettenò6-6/+6
2012-06-30vty: avoid using a .data variable.Diego Elio Pettenò1-7/+7
2012-06-30codec: make data tables constant.Diego Elio Pettenò5-24/+24
2012-06-30build: use default htmldir directory.Diego Elio Pettenò1-7/+4
2012-06-30build: avoid multi-level recursion for src/ directory.Diego Elio Pettenò2-3/+1
2012-06-30build: LT_INIT already replaces AC_PROG_LIBTOOL.Diego Elio Pettenò1-1/+0
2012-06-30build: avoid calling undefined macro.Diego Elio Pettenò1-1/+0
2012-06-30build: avoid duplication of automake options, add no-dist-gzip.Diego Elio Pettenò2-2/+1
2012-06-30build: use BUILT_SOURCES for the generated source files.Diego Elio Pettenò1-0/+2
2012-06-30build: use the standard AM_V_GEN definition for output.Diego Elio Pettenò2-4/+2
2012-06-30build: simplify headers management and remove recursionDiego Elio Pettenò11-78/+105
2012-06-30build: simplify test handling and speed up build.Diego Elio Pettenò14-104/+51
2012-06-29GAN/UMA: use correct IE Identifier foer T3920Harald Welte1-2/+2
2012-06-27osmo-auc-gen: Add "-I" mode for generating triplets.dat for strongswanHarald Welte1-3/+23
2012-06-24ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte5-2/+91
2012-06-2444.318: Add missing message typesHarald Welte1-0/+3
2012-06-24Fix bit-endianness in UMA/GAN definitionsHarald Welte1-2/+19
2012-06-2444.318: add structure describing Control Channel Description IEHarald Welte1-0/+19
2012-06-23gsm_44_318: add protocol discriminator enum and data[0] array to hdrHarald Welte1-0/+8
2012-06-23gsm_44_318.h: fix syntax errors in GAN definitionsHarald Welte1-2/+2
2012-06-19add missing Makefile.am for libosmo-gbHarald Welte1-0/+21
2012-06-18libosmogb: make sure to link with libosmovtyHarald Welte1-1/+1
2012-06-18libosmogb: export btsctx_* functionsHarald Welte1-0/+4
2012-06-18linuxrbtree: don't use 'new' as argument name to avoid C++ incompatibilityHarald Welte1-1/+1
2012-06-17libosmogb: export missing symbols0.5.1Harald Welte1-0/+2
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte24-19/+26
2012-06-17add GPRS/Gb related osmo_prim SAPsHarald Welte1-0/+5
2012-06-17Import libgb from openbsc.gitHarald Welte19-0/+4449
2012-06-17libgb: separate header files related to spec and implementationHarald Welte6-219/+238
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte5-29/+28
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte2-1/+5
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte7-33/+92
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte2-7/+108
2012-06-17libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte2-25/+33
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte13-26/+100
2012-06-16add additional newline in vty welcome message0.4.3Harald Welte1-2/+2