index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-8
/
+8
*
don't use signed bit-fields
Harald Welte
2011-07-16
1
-2
/
+2
*
timer: use (void) for functions that take no arguments
Harald Welte
2011-07-16
2
-6
/
+6
*
Revert various debian related changes
Holger Hans Peter Freyther
2011-07-16
5
-12
/
+19
*
osmo_hexdump: Fix segfault when input is too long.
Holger Hans Peter Freyther
2011-07-15
1
-0
/
+2
*
more changes
Holger Hans Peter Freyther
2011-07-13
1
-21
/
+3
*
debian: Updates to fix lintian errors
Holger Hans Peter Freyther
2011-07-13
4
-17
/
+16
*
debian: Switch to the 3.0(quilt) format to play with launchpad
Holger Hans Peter Freyther
2011-07-13
1
-1
/
+1
*
debian: Add new changelog entry for the shlib:Depends change
Holger Hans Peter Freyther
2011-07-13
1
-0
/
+6
*
debian: dpkg-buildpackage complains about this here
Holger Hans Peter Freyther
2011-07-13
1
-1
/
+1
*
debian: Add a new changelog entry
Holger Hans Peter Freyther
2011-07-13
1
-0
/
+6
*
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
2
-0
/
+89
*
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
2
-0
/
+7
*
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
6
-3
/
+2707
*
logging: introduce library-internal logging categories
Harald Welte
2011-06-27
3
-27
/
+104
*
import gsm0502_calc_paging_group() from openbsc
Harald Welte
2011-06-26
4
-1
/
+48
*
add some utility functions for paging related calculation (TS 05.02)
Harald Welte
2011-06-26
3
-8
/
+43
*
add gsm48_number_of_paging_subchannels() function
Harald Welte
2011-06-26
2
-0
/
+15
*
add MAX() macro as OSMO_MAX
Harald Welte
2011-06-26
1
-0
/
+1
*
merge process.[ch] with application.[ch]
Harald Welte
2011-06-26
6
-80
/
+67
*
gsm/utils: Adding conversion of "mobile power class" to dBm
Andreas Eversberg
2011-06-26
2
-0
/
+43
*
sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types
Harald Welte
2011-06-25
2
-0
/
+8
*
RSL: Fix typo
Harald Welte
2011-06-25
1
-1
/
+1
*
add value_string definitions for RSL message types
Harald Welte
2011-06-23
2
-0
/
+77
*
introduce GSM primitive definitions
Harald Welte
2011-06-23
3
-1
/
+32
*
add new 'prim.h' header file for primitives
Harald Welte
2011-06-23
2
-1
/
+21
*
socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags
Pablo Neira Ayuso
2011-06-13
3
-15
/
+40
*
Merge branch 'master' of git.osmocom.org:libosmocore
Pablo Neira Ayuso
2011-06-13
6
-7
/
+12
|
\
|
*
add missing #include file to sysinfo.h
Harald Welte
2011-06-05
1
-0
/
+1
|
*
abis_nm.h: Add include to gsm_utils.h
Harald Welte
2011-06-05
1
-0
/
+1
|
*
socket: getaddrinfo(): set AI_PASSIVE if we want to bind
Harald Welte
2011-05-31
1
-0
/
+3
|
*
abis_nm: Forward declare the used enums
Holger Hans Peter Freyther
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
|
*
bitvec: add missing stdint.h
Harald Welte
2011-05-29
1
-0
/
+1
|
*
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
*
|
Merge branch 'master' of git.osmocom.org:libosmocore
Pablo Neira Ayuso
2011-05-24
9
-19
/
+245
|
\
|
|
*
Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc
Harald Welte
2011-05-24
3
-0
/
+60
[next]