summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther2011-04-187-7/+0
* stats: Fix the compiler warningsHolger Hans Peter Freyther2011-04-183-4/+4
* Add a function to search for a counter by nameDaniel Willmann2011-04-092-0/+12
* Add functions to search for rate counters by nameDaniel Willmann2011-04-092-0/+36
* logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther2011-03-291-1/+1
* vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther2011-03-291-0/+2
* utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2011-03-282-18/+17
* vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.hPablo Neira Ayuso2011-03-283-4/+11
* write_queue: use full path of includes in osmocom/core/write_queue.hPablo Neira Ayuso2011-03-281-2/+2
* bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.cPablo Neira Ayuso2011-03-283-12/+16
* core/bits: Make sbit_t a signed type (so that the math works)Sylvain Munaut2011-03-271-1/+1
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-2389-144/+149
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-2323-36/+96
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-194-77/+128
* TLV: Add tv_fixed_put() and msgb_tv_fixed_put()Harald Welte2011-03-051-0/+15
* Merge branch 'master' of git.osmocom.org:libosmocoreHarald Welte2011-03-031-1/+4
|\
| * LOGGING: Use host.app_info->name instead of FIXMEHarald Welte2011-02-241-1/+4
* | rxlev_stat: Fix compiler warningHarald Welte2011-02-191-1/+1
|/
* vty: Revert Makefile.am change for libosmocore dependencyHarald Welte2011-02-191-1/+1
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-182-123/+62
* LOGGING: Add missing 'nat' subsystemHarald Welte2011-02-181-1/+2
* LOGGING: configure logging from the vtyHarald Welte2011-02-1811-27/+433
* LOGGING: Add syslog log targetHarald Welte2011-02-173-2/+77
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-173-7/+10
* write_queue: Only pop the queue if it is not emptyHolger Hans Peter Freyther2011-02-151-8/+10
* [utils] introduce ubit_dump to dump buffers of unpacked bitsHarald Welte2011-02-082-2/+2
* [utils] add 'bitdump' function for bitfieldsHarald Welte2011-02-082-0/+31
* gsmtap: The TETRA_AACH was defined twice, remove one, renumberHolger Hans Peter Freyther2011-01-281-7/+6
* logging: Add isup,m2ua,pcap from the cellmgr.Holger Hans Peter Freyther2011-01-221-1/+4
* ubit2pbit flushes at the wrong moment, added one note to bits.hChristian Vogel2011-01-222-1/+7
* bits: Add extended options version of pbit2ubit and ubit2pbitSylvain Munaut2011-01-212-0/+45
* [BITS] introduce new packed/unpacked bit conversion routinesHarald Welte2011-01-194-2/+94
* [gsmtap] extend GSMTAP for TETRAHarald Welte2011-01-191-0/+13
* gsmtap.h: Add some more commentsHarald Welte2011-01-181-0/+4
* msgb: Make sure at compile time that headroom is smaller than sizeHolger Hans Peter Freyther2011-01-161-0/+3
* misc: Move the static_assert from logging to the utilsHolger Hans Peter Freyther2011-01-162-1/+2
* gsm 03.41: fix GSM341_MSG_CODE macro argumentAlex Badea2011-01-151-1/+1
* debian: Make the -dev package depend on the normal oneHolger Hans Peter Freyther2011-01-131-1/+1
* debian: Switch to the 3.0 git format, update version, fix dependsHolger Hans Peter Freyther2011-01-134-3/+9
* vty: Fix typo testing return value of bindSylvain Munaut2011-01-031-1/+1
* smscb: Add definition of a warning messageHolger Hans Peter Freyther2010-12-291-0/+15
* smscb: Ignore the very simple test application.Holger Hans Peter Freyther2010-12-291-0/+1
* smscb: Mention 23.041 and fix the size of the update numberHolger Hans Peter Freyther2010-12-291-3/+3
* smscb: Add some simple decoding routines for SMSCB.Holger Hans Peter Freyther2010-12-295-1/+50
* Use the app_info->name instead of the hostnameHarald Welte2010-12-241-1/+1
* rate_ctr: No need to include the inttypes.hHolger Hans Peter Freyther2010-12-201-1/+0
* protocol: introduce gsm_03_41.hAlex Badea2010-11-282-2/+38
* gsm_08_58: add struct and constants for RSL_IE_CB_CMD_TYPEAlex Badea2010-11-281-0/+21
* gsm_04_12: fix 04.13 typosAlex Badea2010-11-281-2/+2
* utils: Fix typo. It is ascii.Holger Hans Peter Freyther2010-11-191-1/+1