index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove DLRSL and DLNM, we don't need them
Harald Welte
2011-07-21
1
-12
/
+0
*
make sure we don't have namespace clashes between libraries and apps
Harald Welte
2011-07-19
1
-6
/
+6
*
logging: add libosmo-abis logging subsystems
Pablo Neira Ayuso
2011-07-18
1
-0
/
+34
*
lapdm: fix memory leak due to unreachable code
Harald Welte
2011-07-16
1
-1
/
+0
*
gsm 08.08: use ANSI function definition with (void)
Harald Welte
2011-07-16
1
-1
/
+1
*
tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xff
Harald Welte
2011-07-16
1
-1
/
+1
*
gprs_cipher_core: Fix potential buffer overflows
Harald Welte
2011-07-16
1
-3
/
+3
*
telnet_interface: if we don't check for the return value, don't use ret
Harald Welte
2011-07-16
1
-5
/
+4
*
telnet_interface: get rid of 'const' warning
Harald Welte
2011-07-16
1
-1
/
+1
*
get rid of non-ANSI function declarations missing (void)
Harald Welte
2011-07-16
3
-6
/
+6
*
timer: use (void) for functions that take no arguments
Harald Welte
2011-07-16
1
-3
/
+3
*
osmo_hexdump: Fix segfault when input is too long.
Holger Hans Peter Freyther
2011-07-15
1
-0
/
+2
*
GSM 08.08: Fix generation of CIPHER MODE REJECT
Harald Welte
2011-07-12
1
-1
/
+1
*
gsm 08.08: add value_strings and gsm0808_msg_name() function
Harald Welte
2011-07-11
1
-0
/
+86
*
fix against corrupted output in parallel logging
Harald Welte
2011-07-02
1
-1
/
+1
*
lapdm: make sure we flush all queues whenever entering IDLE state
Harald Welte
2011-06-29
1
-0
/
+11
*
add msgb_set_talloc_ctx() to set the talloc context for msgb allocations
Harald Welte
2011-06-29
1
-0
/
+5
*
make sure abis_nm <-> osmocom pchan type conversion always works
Harald Welte
2011-06-29
1
-0
/
+2
*
LAPDm: Uplink SACCH frames use format B, not format B4
Harald Welte
2011-06-29
1
-5
/
+12
*
LAPDm: When Rx DATA from L1, L1 does not know the SAPI
Harald Welte
2011-06-27
1
-13
/
+14
*
Fix the generation of the log_categories string + LAPDM
Harald Welte
2011-06-27
1
-4
/
+7
*
logging: make sure to add the internal categories, as intended
Harald Welte
2011-06-27
1
-0
/
+6
*
add LAPDm code from osmocom-bb into libosmocore
Harald Welte
2011-06-27
3
-1
/
+2518
*
logging: introduce library-internal logging categories
Harald Welte
2011-06-27
2
-21
/
+93
*
import gsm0502_calc_paging_group() from openbsc
Harald Welte
2011-06-26
2
-1
/
+44
*
add some utility functions for paging related calculation (TS 05.02)
Harald Welte
2011-06-26
1
-7
/
+7
*
add gsm48_number_of_paging_subchannels() function
Harald Welte
2011-06-26
1
-0
/
+13
*
merge process.[ch] with application.[ch]
Harald Welte
2011-06-26
4
-74
/
+63
*
gsm/utils: Adding conversion of "mobile power class" to dBm
Andreas Eversberg
2011-06-26
1
-0
/
+41
*
sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types
Harald Welte
2011-06-25
1
-0
/
+6
*
add value_string definitions for RSL message types
Harald Welte
2011-06-23
1
-0
/
+76
*
socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags
Pablo Neira Ayuso
2011-06-13
2
-12
/
+32
*
socket: getaddrinfo(): set AI_PASSIVE if we want to bind
Harald Welte
2011-05-31
1
-0
/
+3
*
gsmtap_util: Remove msg_free from the wq call back
Sylvain Munaut
2011-05-29
1
-3
/
+0
*
gsm/sysinfo: Fix rsl2sitype array size
Sylvain Munaut
2011-05-29
1
-1
/
+1
*
gsm/sysinfo: don't include netinet/in.h
Harald Welte
2011-05-29
1
-1
/
+0
*
socket: remove unused IPv4 related header includes
Harald Welte
2011-05-29
1
-2
/
+0
*
socket: Skip ifa's without ifa->ifa_addr
Harald Welte
2011-05-24
1
-0
/
+2
*
Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc
Harald Welte
2011-05-24
1
-0
/
+32
*
Import sytem information related definitions + code from openbsc
Harald Welte
2011-05-24
2
-1
/
+132
*
abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_name
Harald Welte
2011-05-23
1
-14
/
+4
*
rename abis_nm_adm_name() to abis_nm_adm_state_name()
Harald Welte
2011-05-23
1
-1
/
+1
*
abis_nm: import definitions and common code on A-bis OML from OpenBSC
Harald Welte
2011-05-22
2
-1
/
+407
*
socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() function
Harald Welte
2011-05-22
1
-1
/
+34
*
remove debug printf from socket.c
Harald Welte
2011-05-22
1
-1
/
+0
*
gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_inst
Harald Welte
2011-05-22
1
-0
/
+6
*
vty: print actual application name rather than always OpenBSC on connect
Harald Welte
2011-05-22
1
-3
/
+9
*
GSMTAP/socket code: Check for sys/socket.h and conditionally compile
Harald Welte
2011-05-22
2
-7
/
+13
*
gsmtap: rework GSMTAP API to be more future-proof
Harald Welte
2011-05-22
3
-88
/
+251
*
logging: fix corrupted output
Pablo Neira Ayuso
2011-05-19
1
-0
/
+6
[next]