summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sms: Fix style issues with the code, add spaces after keywordsHolger Hans Peter Freyther2011-07-241-5/+5
* sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle2011-07-241-29/+89
* remove DLRSL and DLNM, we don't need themHarald Welte2011-07-211-12/+0
* make sure we don't have namespace clashes between libraries and appsHarald Welte2011-07-191-6/+6
* logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2011-07-181-0/+34
* lapdm: fix memory leak due to unreachable codeHarald Welte2011-07-161-1/+0
* gsm 08.08: use ANSI function definition with (void)Harald Welte2011-07-161-1/+1
* tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xffHarald Welte2011-07-161-1/+1
* gprs_cipher_core: Fix potential buffer overflowsHarald Welte2011-07-161-3/+3
* telnet_interface: if we don't check for the return value, don't use retHarald Welte2011-07-161-5/+4
* telnet_interface: get rid of 'const' warningHarald Welte2011-07-161-1/+1
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-163-6/+6
* timer: use (void) for functions that take no argumentsHarald Welte2011-07-161-3/+3
* osmo_hexdump: Fix segfault when input is too long.Holger Hans Peter Freyther2011-07-151-0/+2
* GSM 08.08: Fix generation of CIPHER MODE REJECTHarald Welte2011-07-121-1/+1
* gsm 08.08: add value_strings and gsm0808_msg_name() functionHarald Welte2011-07-111-0/+86
* fix against corrupted output in parallel loggingHarald Welte2011-07-021-1/+1
* lapdm: make sure we flush all queues whenever entering IDLE stateHarald Welte2011-06-291-0/+11
* add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte2011-06-291-0/+5
* make sure abis_nm <-> osmocom pchan type conversion always worksHarald Welte2011-06-291-0/+2
* LAPDm: Uplink SACCH frames use format B, not format B4Harald Welte2011-06-291-5/+12
* LAPDm: When Rx DATA from L1, L1 does not know the SAPIHarald Welte2011-06-271-13/+14
* Fix the generation of the log_categories string + LAPDMHarald Welte2011-06-271-4/+7
* logging: make sure to add the internal categories, as intendedHarald Welte2011-06-271-0/+6
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-273-1/+2518
* logging: introduce library-internal logging categoriesHarald Welte2011-06-272-21/+93
* import gsm0502_calc_paging_group() from openbscHarald Welte2011-06-262-1/+44
* add some utility functions for paging related calculation (TS 05.02)Harald Welte2011-06-261-7/+7
* add gsm48_number_of_paging_subchannels() functionHarald Welte2011-06-261-0/+13
* merge process.[ch] with application.[ch]Harald Welte2011-06-264-74/+63
* gsm/utils: Adding conversion of "mobile power class" to dBmAndreas Eversberg2011-06-261-0/+41
* sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI typesHarald Welte2011-06-251-0/+6
* add value_string definitions for RSL message typesHarald Welte2011-06-231-0/+76
* socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso2011-06-132-12/+32
* socket: getaddrinfo(): set AI_PASSIVE if we want to bindHarald Welte2011-05-311-0/+3
* gsmtap_util: Remove msg_free from the wq call backSylvain Munaut2011-05-291-3/+0
* gsm/sysinfo: Fix rsl2sitype array sizeSylvain Munaut2011-05-291-1/+1
* gsm/sysinfo: don't include netinet/in.hHarald Welte2011-05-291-1/+0
* socket: remove unused IPv4 related header includesHarald Welte2011-05-291-2/+0
* socket: Skip ifa's without ifa->ifa_addrHarald Welte2011-05-241-0/+2
* Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbscHarald Welte2011-05-241-0/+32
* Import sytem information related definitions + code from openbscHarald Welte2011-05-242-1/+132
* abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_nameHarald Welte2011-05-231-14/+4
* rename abis_nm_adm_name() to abis_nm_adm_state_name()Harald Welte2011-05-231-1/+1
* abis_nm: import definitions and common code on A-bis OML from OpenBSCHarald Welte2011-05-222-1/+407
* socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() functionHarald Welte2011-05-221-1/+34
* remove debug printf from socket.cHarald Welte2011-05-221-1/+0
* gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_instHarald Welte2011-05-221-0/+6
* vty: print actual application name rather than always OpenBSC on connectHarald Welte2011-05-221-3/+9
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-222-7/+13