summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-233-2/+8
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-192-5/+6
* TLV: Add tv_fixed_put() and msgb_tv_fixed_put()Harald Welte2011-03-051-0/+15
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-0/+2
* LOGGING: configure logging from the vtyHarald Welte2011-02-183-0/+17
* LOGGING: Add syslog log targetHarald Welte2011-02-171-0/+2
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-171-1/+2
* [utils] introduce ubit_dump to dump buffers of unpacked bitsHarald Welte2011-02-081-1/+1
* [utils] add 'bitdump' function for bitfieldsHarald Welte2011-02-081-0/+1
* gsmtap: The TETRA_AACH was defined twice, remove one, renumberHolger Hans Peter Freyther2011-01-281-7/+6
* ubit2pbit flushes at the wrong moment, added one note to bits.hChristian Vogel2011-01-221-0/+6
* bits: Add extended options version of pbit2ubit and ubit2pbitSylvain Munaut2011-01-211-0/+12
* [BITS] introduce new packed/unpacked bit conversion routinesHarald Welte2011-01-192-1/+28
* [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
* smscb: Add definition of a warning messageHolger Hans Peter Freyther2010-12-291-0/+15
* 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-291-0/+2
* 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
* gsmtap.h: Add GSMTAP_TYPE_SIMHarald Welte2010-11-181-0/+1
* Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut2010-11-131-2/+0
* panic: Fix type warning - osmo_panic_handler_t is already a pointer ...Sylvain Munaut2010-11-131-1/+1
* gsm_utils: Define 4 upper bits as "flags" and mask them out in utility functionsSylvain Munaut2010-11-131-0/+1
* msgb: fix printing of msgb pointer during MSGB_ABORT()Harald Welte2010-11-091-1/+1
* msgb: don't compare unsigned int with int (fix lcr build)Harald Welte2010-11-091-2/+2
* msgb_abort(): better formattingHarald Welte2010-11-051-1/+1
* generate backtrace in msgb_abort()Harald Welte2010-11-051-0/+2
* Change msgb_abort() function in MSGB_ABORT argument with variable argumentsHarald Welte2010-11-051-10/+9
* gsm0808: Move the clear request from bsc_msc_ip to hereHolger Hans Peter Freyther2010-11-041-0/+1
* gsm0808: Add a method to create a new DTAP message with a msgbHolger Hans Peter Freyther2010-11-041-0/+1
* gsm0808: Add a method to create a clear command message.Holger Hans Peter Freyther2010-10-271-0/+1
* codec: Fix bit order table definition for GSM HRSylvain Munaut2010-10-241-1/+2
* codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut2010-10-242-2/+5
* msgb: Add non-inlined helper functions to ease with language bindingsHolger Hans Peter Freyther2010-10-181-0/+5
* gsm0480: Add method create own number responseHolger Hans Peter Freyther2010-10-181-0/+1
* codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut2010-10-151-0/+19
* ussd: Add a test case, switch parsing to use a gsm48_hdr and lenHolger Hans Peter Freyther2010-10-111-1/+3
* gsm0480: Move the USSD parsing code to libosmocoreHolger Hans Peter Freyther2010-10-091-0/+11
* msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther2010-10-082-1/+50
* gsm0480: Add USSD format functions to libosmocoreHolger Hans Peter Freyther2010-09-302-1/+13
* protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmdSylvain Munaut2010-09-171-2/+2
* vty: Add functions to access index and nodeHolger Hans Peter Freyther2010-09-141-0/+2
* Add handover and frequency redefiniton message headersAndreas Eversberg2010-09-011-0/+19
* vty: Make the talloc ctx extern void* to avoid duplicate symbolsHolger Hans Peter Freyther2010-08-311-1/+1
* vty: Add a new callback to let code decide if it is a config node or notHolger Hans Peter Freyther2010-08-261-0/+1