osmocom-bb.git
2011-07-30 Andreas.Eversberggsm/gsm48_ie: Fix frequency list decoding
2011-07-29 Harald Weltefix off-by-one error in OSMO_NUM_DLIB
2011-07-29 Harald Welteuse the 'L' prefix in debug names (DLINP instead of...
2011-07-27 Harald Welteadd definition of OSMO_MIN macro, similar to OSMO_MAX
2011-07-24 Holger Hans... sms: Fix style issues with the code, add spaces after...
2011-07-24 Dennis Wehrlesms: SMS where cropped (from VTY), concatenation of...
2011-07-24 Holger Hans... vty: Increase the number of arguments one can have...
2011-07-23 Harald Weltedon't call a function argoment 'class' for the benefit...
2011-07-23 Holger Hans... ipaccess: Reserve an extensions for an external SMSC...
2011-07-21 Harald Welteremove DLRSL and DLNM, we don't need them
2011-07-19 Harald Weltemake sure we don't have namespace clashes between libra...
2011-07-18 Harald Weltemkae the new 'void *dst' member part of a union with...
2011-07-18 Pablo Neira... vty: reserve nodes for libosmo-abis
2011-07-18 Pablo Neira... msgb: add ->dst attribute to store routing information
2011-07-18 Pablo Neira... logging: add libosmo-abis logging subsystems
2011-07-18 Pablo Neira... signal: reserve signal subsystems >= INT_MAX/2 for...
2011-07-17 Holger Hans... misc: Put git-version-gen into the tarball
2011-07-16 Harald Weltegsm 04.80: fix typo (256, not 265!)
2011-07-16 Harald Weltegsm 04.80: ussd_request.text can contain 0xff, needs...
2011-07-16 Harald Weltelapdm: fix memory leak due to unreachable code
2011-07-16 Harald Weltegsm 08.08: use ANSI function definition with (void)
2011-07-16 Harald Weltetlv: Make tlv parser arrays 256 entries wide to prevent...
2011-07-16 Harald Weltegprs_cipher_core: Fix potential buffer overflows
2011-07-16 Harald Weltetelnet_interface: if we don't check for the return...
2011-07-16 Harald Weltetelnet_interface: get rid of 'const' warning
2011-07-16 Harald Welteget rid of non-ANSI function declarations missing ...
2011-07-16 Harald Weltedon't use signed bit-fields
2011-07-16 Harald Weltetimer: use (void) for functions that take no arguments
2011-07-16 Holger Hans... Revert various debian related changes
2011-07-15 Holger Hans... osmo_hexdump: Fix segfault when input is too long.
2011-07-13 Holger Hans... more changes
2011-07-13 Holger Hans... debian: Updates to fix lintian errors
2011-07-13 Holger Hans... debian: Switch to the 3.0(quilt) format to play with...
2011-07-13 Holger Hans... debian: Add new changelog entry for the shlib:Depends...
2011-07-13 Holger Hans... debian: dpkg-buildpackage complains about this here
2011-07-13 Holger Hans... debian: Add a new changelog entry
2011-07-11 Harald WelteGSM 08.08: Fix generation of CIPHER MODE REJECT
2011-07-11 Harald Weltegsm 08.08: add value_strings and gsm0808_msg_name(...
2011-07-02 Harald Weltefix against corrupted output in parallel logging
2011-06-29 Harald Weltelapdm: make sure we flush all queues whenever entering...
2011-06-29 Harald Welteadd msgb_set_talloc_ctx() to set the talloc context...
2011-06-29 Harald Weltemake sure abis_nm <-> osmocom pchan type conversion...
2011-06-29 Harald WelteLAPDm: Uplink SACCH frames use format B, not format B4
2011-06-27 Harald WelteLAPDm: When Rx DATA from L1, L1 does not know the SAPI
2011-06-27 Harald WelteFix the generation of the log_categories string + LAPDM
2011-06-27 Harald Weltelogging: make sure to add the internal categories,...
2011-06-27 Harald Welteadd LAPDm code from osmocom-bb into libosmocore
2011-06-27 Harald Weltelogging: introduce library-internal logging categories
2011-06-26 Harald Welteimport gsm0502_calc_paging_group() from openbsc
2011-06-26 Harald Welteadd some utility functions for paging related calculati...
2011-06-26 Harald Welteadd gsm48_number_of_paging_subchannels() function
2011-06-26 Harald Welteadd MAX() macro as OSMO_MAX
2011-06-26 Harald Weltemerge process.[ch] with application.[ch]
2011-06-26 Andreas Eversberggsm/utils: Adding conversion of "mobile power class...
2011-06-25 Harald Weltesysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT...
2011-06-25 Harald WelteRSL: Fix typo
2011-06-23 Harald Welteadd value_string definitions for RSL message types
2011-06-23 Harald Welteintroduce GSM primitive definitions
2011-06-23 Harald Welteadd new 'prim.h' header file for primitives
2011-06-13 Pablo Neira... socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags
2011-06-13 Pablo Neira... Merge branch 'master' of git.osmocom.org:libosmocore
2011-06-05 Harald Welteadd missing #include file to sysinfo.h
2011-06-05 Harald Welteabis_nm.h: Add include to gsm_utils.h
2011-05-31 Harald Weltesocket: getaddrinfo(): set AI_PASSIVE if we want to...
2011-05-30 Holger Hans... abis_nm: Forward declare the used enums
2011-05-29 Sylvain Munautgsmtap_util: Remove msg_free from the wq call back
2011-05-29 Sylvain Munautgsm/sysinfo: Fix rsl2sitype array size
2011-05-29 Harald Weltegsm/sysinfo: don't include netinet/in.h
2011-05-29 Harald Weltebitvec: add missing stdint.h
2011-05-29 Harald Weltesocket: remove unused IPv4 related header includes
2011-05-24 Harald Weltesocket: Skip ifa's without ifa->ifa_addr
2011-05-24 Pablo Neira... Merge branch 'master' of git.osmocom.org:libosmocore
2011-05-24 Harald WelteImport abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc
2011-05-24 Alexander Huemerlibosmocore: rename configure.in -> configure.ac
2011-05-24 Alexander Huemerlibosmocore: add missing AC_LANG_SOURCE for current...
2011-05-24 Harald WelteImport sytem information related definitions + code...
2011-05-23 Holger Hans... abis_nm: Mark the structs as extern to avoid compiler...
2011-05-23 Harald Welteabis_nm: remove abis_nm_obj_class_name / abis_nm_adm_st...
2011-05-23 Harald Welterename abis_nm_adm_name() to abis_nm_adm_state_name()
2011-05-23 Pablo Neira... Merge branch 'master' of git.osmocom.org:libosmocore
2011-05-22 Harald Welteabis_nm: import definitions and common code on A-bis...
2011-05-22 Harald Weltelibosmogsm: add ipaccess related header file
2011-05-22 Harald Weltesocket: use listen() and SO_REUSEADDR, new osmo_sock_in...
2011-05-22 Harald Welteremove debug printf from socket.c
2011-05-22 Harald Weltegsmtap: deal with apps that call gsmtap_send*() with...
2011-05-22 Harald Weltevty: print actual application name rather than always...
2011-05-22 Harald WelteGSMTAP/socket code: Check for sys/socket.h and conditio...
2011-05-22 Harald Weltegsmtap: rework GSMTAP API to be more future-proof
2011-05-19 Pablo Neira... logging: fix corrupted output
2011-05-18 Pablo Neira... logging: fix corrupted output
2011-05-12 Holger Hans... app: Introduce some routines to help with application...
2011-05-10 Harald Welteupdate debian changelog to 0.3.0
2011-05-10 Harald Welteupdate include paths in debian packaging spec
2011-05-08 Harald Weltelibosmocore: bump library interface version to '1'...
2011-05-07 Pablo Neira... msgfile: use namespace prefix osmo_* and use more descr...
2011-05-07 Pablo Neira... plugin: use namespace prefix osmo_*
2011-05-07 Pablo Neira... backtrace: use namespace prefix osmo_*
2011-05-07 Pablo Neira... crc: use namespace prefix osmo_*
2011-05-07 Pablo Neira... utils: use namespace prefix osmo_*
2011-05-07 Pablo Neira... statistics: use namespace prefix osmo_counter*
next