osmocom-bb.git
2010-05-13 Harald Welte[rate_ctr] Rename group_prefix_fmt to group_name_prefix
2010-05-13 Harald Welterate_counters: Remove group-name-sprintf-with-idx string
2010-05-13 Harald Welterate_ctr: Store the numeric index as part of 'rate_ctr_...
2010-05-13 Harald WelteAdd new 'rate counter' implementation to libosmocore
2010-05-11 Harald Weltelogging: add log_vty_{level,category}_string()
2010-05-11 Harald Weltelogging: introuduce log_level_str() to obtain the name...
2010-05-01 Harald Weltemsgb: initialize cb[] to zero during msgb_reset()
2010-05-01 Harald WelteImport gsm48_construct_ra() from openbsc
2010-05-01 Harald Weltegsm48.h: Prevent accidental re-inclusion of same header...
2010-05-01 Harald Welteimport gsm48_parse_ra() and gprs_tlli_type() from openbsc
2010-05-01 Holger Hans... Add missing file.
2010-04-30 Harald Weltemsgb: introduce msgb->cb (the control buffer)
2010-04-30 Harald Weltemsgb: remove smsh, llch, tlli and gmmh
2010-04-30 Harald Welteremove the unneeded bts_link pointer from msgb
2010-04-28 Sylvain MunautUpdate .gitignore
2010-04-28 Sylvain Munautgsm 08.08: Fix some u_int8_t -> uint8_t
2010-04-27 Sylvain Munautgsm_utils: Just add some constant and timekeeping utils
2010-04-17 Holger Hans... gsm0808: Port asiggnment_complete msg creation to libos...
2010-04-17 Holger Hans... gsm0808: Port cipher_complete to be part of libosmocore.
2010-04-17 Holger Hans... gsm0808: Add the TLV definition for some of the 0808 IEs
2010-04-15 Holger Hans... Add GSM0808 utilities to Osmocore.
2010-04-15 Holger Hans... gsm_08_08.h: Remove OpenBSC include file from the header.
2010-04-15 Holger Hans... Add GSM08.08 protocol header.
2010-04-11 Holger Hans... select.c: Make the ugly hacker uglier...
2010-04-09 Harald Welteremove references to u_int*_t and use uint*_t instead
2010-04-09 Andreas Eversberggsm48: introduce MM_CONNECTION_PEND state
2010-04-09 Harald Weltegsm48-ie.c: Fix year in copyright message
2010-04-08 Holger Hans... write_queue: Add callback for exceptions as well.
2010-03-28 Harald Welteimport gsm48_mi_to_string() from OpenBSC
2010-03-26 Harald Weltelogging: only compile stderr target if we actualy have...
2010-03-26 Harald Welteonly include strings.h if it is actually preent
2010-03-26 Harald Weltelogging: fix default initialization of per-category...
2010-03-26 Harald Welterename 'debug' interface to 'logging' interface
2010-03-26 Harald Weltedebug: remove unneeded 'number' member of 'struct debug...
2010-03-26 Harald Weltedebug.c: fix no-color-printing in case .color = NULL
2010-03-26 Harald WelteImport 'debug' support from OpenBSC into libosmocore
2010-03-26 Holger Hans... write_queue: Add a method to clear the queue.
2010-03-25 Harald Weltereplace rsl_rlm_cause_strs with rsl_rlm_cause_name()
2010-03-25 Harald Weltereplace gsm48_cc_msg_names[] with gsm48_cc_msg_name()
2010-03-25 Harald Welteuse more value_string in gsm48 and rsl
2010-03-25 Harald Welteget_value_string(): return "unknown 0x..." instead...
2010-03-24 Holger Hans... Create a dummy m4 directory to make autoreconf --instal...
2010-03-22 Harald Welteadd git-version-gen magic to automatically generate...
2010-03-22 Harald Weltebump version to 0.1.0
2010-03-22 Holger Hans... osmocore: Add a direct l4h to the union of l4h pointers
2010-03-22 Harald Weltefix compiler warnings (itsme <itsme@xs4all.nl>)
2010-03-11 Holger Hans... gsm48.h: Make the array extern to a silence a linker...
2010-03-08 Holger Hans... write_queue: Make the bfd cb public so it can be used...
2010-03-07 Harald Welteimport GSM04.08 encode/decode functions and mncc.h...
2010-03-07 Harald Welteadd option --disable-tests to disable building of test...
2010-03-07 Harald Welteadd --disable-talloc option to build without talloc...
2010-03-07 Harald Welteuse strtol instead of atoi
2010-03-07 Ingo Albrechtmsgb: Buffer formatting and scanning functions.
2010-03-07 Harald Welteimport some gsm band/arfcn/time related utilities from...
2010-03-06 Harald Welteintroduce RxLev statistics module, an efficient way...
2010-03-06 Harald Weltesome more ip.access specific ABIS_NM defines
2010-03-06 Harald Weltemark some occasions of bitvec as 'const' as appropriate
2010-03-04 Harald Welteadd GSTMAP ARCFCN flag bits
2010-03-04 Harald Welteupdate GSMTAP to version 0x02
2010-03-04 Harald Weltefix CCCH parsing
2010-03-04 Harald Welteadd new rsl_dec_chan_nr() function
2010-03-04 Harald Welteimport gsm48 utility functions from OpenBSC
2010-03-04 Harald Welteimport bcd2char() and char2bcd() from OpenBSC
2010-03-04 Harald Welteimport gsm_band_name() and gsm_band_parse() from OpenBSC
2010-03-04 Harald Welteadd 'transparent' argument to rsl_rll_push_l3() and...
2010-03-04 Harald Weltefix rsl_enc_chan_nr() for SDCCH4
2010-03-02 Harald Welteimport some GSM 04.08 utility code from OpenBSC
2010-03-02 Harald Welteadd two new RSL utility functions
2010-03-01 Harald Welteadd msgb_l1() and msgb_l1len() inline functions
2010-03-01 Harald WelteImport value_string utilities and some RSL stuff from...
2010-03-01 Harald Weltemsgb: add msgb->l1h member
2010-02-26 Holger Hans... [write_queue] Add a generic write queue class
2010-02-26 Holger Hans... [timer] Fix compile warning of the timer test
2010-02-24 Sylvain Munautmsgb.c: Style cleanup in initialization
2010-02-24 Harald Weltefix msgb_talroom() calculation
2010-02-24 Harald WelteMerge remote branch 'origin/master'
2010-02-21 Harald Welteadd msgb and tlv support bits required for openbsc...
2010-02-21 Harald Welteadd GPL to project source
2010-02-20 Harald Weltefix select.c build (config.h)
2010-02-20 Harald Weltefix config.h directory
2010-02-20 Harald Welteadd missing automake / autoconf files
2010-02-20 Harald Welteupdate gitignore file
2010-02-20 Harald Welteadd missing Makefile.am in include/osmocore/protocol...
2010-02-20 Harald Welteintial checkin of the libosmocore project