index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.c
Andreas.Eversberg
2011-11-12
4
-1
/
+340
*
gsm/sms: Added DLSMS debugging
Andreas Eversberg
2011-11-12
2
-1
/
+8
*
gsm/lapdm: Display SAPI in debug message for easier debug
Andreas.Eversberg
2011-11-12
1
-2
/
+2
*
gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)
Andreas.Eversberg
2011-11-12
1
-7
/
+11
*
gsm/lapdm: Fix TA and power level handling in the ACCH header
Andreas.Eversberg
2011-11-12
2
-8
/
+19
*
gsm/lapdm: Set N201 depending on the frame type
Andreas.Eversberg
2011-11-12
1
-5
/
+5
*
gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)
Andreas.Eversberg
2011-11-12
2
-6
/
+7
*
gsm/lapdm: Add missing msgb_free in rslms_rx_rll error cases
Andreas.Eversberg
2011-11-12
1
-0
/
+2
*
lapd: Fixed possible double free buf in lapd_core.c
Andreas Eversberg
2011-11-12
1
-2
/
+3
*
vty: Fixed vty_down_level to move down from config nodes
Andreas.Eversberg
2011-11-12
2
-3
/
+6
*
vty/telnet_interface: Add telnet_exit function
Andreas.Eversberg
2011-11-12
2
-0
/
+14
*
core/timer: Allow an already scheduled timer to be re-scheduled at a new time
Sylvain Munaut
2011-11-12
1
-2
/
+6
*
core/rbtree: remove redundant if()-condition in rb_erase()
Sylvain Munaut
2011-11-12
1
-4
/
+4
*
core/rbtree: make clear distinction between two different cases in rb_erase()
Sylvain Munaut
2011-11-12
1
-4
/
+4
*
core/rbtree: reorganize code in rb_erase() for additional changes
Sylvain Munaut
2011-11-12
1
-9
/
+9
*
core/rbtree: optimize rb_erase()
Sylvain Munaut
2011-11-12
1
-10
/
+4
*
core/rbtree: add const qualifier to some functions
Sylvain Munaut
2011-11-12
2
-10
/
+10
*
core/utils: Add a symbol alias for a previous typo for compatibility
Sylvain Munaut
2011-11-11
1
-0
/
+4
*
utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospc
Sylvain Munaut
2011-11-10
2
-2
/
+2
*
freebsd: Provide a dummy backtrace implementation that does nothing
Holger Hans Peter Freyther
2011-11-09
1
-0
/
+4
*
freebsd: Fixes for the compilation of libosmocore on FreeBSD
Holger Hans Peter Freyther
2011-11-09
4
-2
/
+10
*
timer: Add compatibility header with timer helpers
Sylvain Munaut
2011-10-21
3
-0
/
+82
*
core: Fix include path to use top_builddir as well for generated headers
Sylvain Munaut
2011-10-21
1
-1
/
+1
*
timer: Simplify osmo_timers_nearest even more
Sylvain Munaut
2011-10-18
1
-4
/
+4
*
timer: Fix implementation of osmo_timers_nearest causing high CPU load
Sylvain Munaut
2011-10-17
1
-4
/
+2
*
Merge branch 'pablo_timer'
Harald Welte
2011-10-17
7
-120
/
+758
|
\
|
*
bump major library version / breaking the ABI with the rb_tree timers
Harald Welte
2011-10-17
1
-1
/
+1
|
*
tests: add new torture test for timer infrastructure
Pablo Neira Ayuso
2011-10-17
1
-33
/
+108
|
*
timer: add scalable RB-tree based timer infrastructure
Pablo Neira Ayuso
2011-10-17
2
-84
/
+98
|
*
add rb-tree implementation to libosmocore
Pablo Neira Ayuso
2011-10-17
4
-2
/
+551
|
/
*
build: resolve link failure when --disable-talloc is used
Jan Engelhardt
2011-10-10
1
-0
/
+2
*
add header file containing UMA/GAN protocol definitions
Harald Welte
2011-10-10
2
-1
/
+154
*
update .gitignore (crc*gen.[ch], some autotools stuff)
Harald Welte
2011-10-10
1
-0
/
+5
*
update LIBVERSION to reflect new API additions
Harald Welte
2011-10-10
2
-2
/
+2
*
Added defines to use primitive/operation tuples in switch/case statements
Andreas Eversberg
2011-10-10
2
-58
/
+23
*
LAPD: Moved timer handling into seperate functions
Andreas Eversberg
2011-10-10
1
-72
/
+87
*
Split of LAPDm into a core part and a GSM specific part
root
2011-10-10
6
-1670
/
+2631
*
Changed logging of LAPD from DLLAPDM to DLLAPD
root
2011-10-10
2
-4
/
+4
*
gsmtap: Add type/subtypes for GMR-1 protocol
Sylvain Munaut
2011-10-09
1
-0
/
+23
*
GSMTAP: Add comments to explain how to make GSMTAP changes
Harald Welte
2011-10-08
1
-0
/
+24
*
GSMTAP: Import changes from Wireshark
Harald Welte
2011-10-08
1
-0
/
+11
*
vty: Provide documentation for all logging facilities
Holger Hans Peter Freyther
2011-10-03
1
-1
/
+10
*
vty: Provide logging set-log-mask, deprecate set log mask
Holger Hans Peter Freyther
2011-10-03
1
-2
/
+12
*
core/serial: Fix typo
Sylvain Munaut
2011-09-28
1
-1
/
+1
*
core/serial: support custom baud rates on OS X
Sylvain Munaut
2011-09-28
1
-2
/
+22
*
gsmtap: Fix doxygen doc for the recent additions
Sylvain Munaut
2011-09-26
1
-2
/
+22
*
gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content type
Sylvain Munaut
2011-09-26
2
-4
/
+30
*
bring gsmtap.h in sync with recent wireshark additions
Harald Welte
2011-09-26
1
-0
/
+4
*
core: Add generic CRC functions (templates expended to 8 16 32 64 bits)
Sylvain Munaut
2011-09-16
5
-2
/
+232
*
update .gitignore
Alexander Huemer
2011-09-05
1
-0
/
+1
[prev]
[next]