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
...
*
core/bits: Prevent osmo_revbytebits_buf stack trashing
Sylvain Munaut
2013-01-03
1
-1
/
+1
*
lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier
Daniel Willmann
2012-12-26
1
-2
/
+18
*
core: Fix missing include in msgfile.c for getline
Sylvain Munaut
2012-12-12
1
-0
/
+1
*
build: Don't use the deprecated INCLUDES in the various Makefile.am
Sylvain Munaut
2012-12-11
5
-10
/
+5
*
gsm: Add method to find ARFCN based on frequency
Sylvain Munaut
2012-12-11
2
-45
/
+66
*
sms: Print 'network' or 'mobile' when creating the SMC/SMR
Holger Hans Peter Freyther
2012-12-06
2
-3
/
+4
*
gsm/a5: Return -ENOTSUP if the selected cipher is not supported
Sylvain Munaut
2012-12-06
1
-2
/
+6
*
lapd: Use LOGL_ERROR for messgaes that are wrong in the given context
Holger Hans Peter Freyther
2012-11-26
1
-14
/
+14
*
misc: Use static const struct for LAPD and Abis
Holger Hans Peter Freyther
2012-11-22
2
-2
/
+2
*
sms: Mark the state dispatch table as static const
Holger Hans Peter Freyther
2012-11-22
2
-4
/
+4
*
sms: Fix typos in the comments and log messages.
Holger Hans Peter Freyther
2012-11-22
2
-5
/
+5
*
smr: Introduce an id and prefix all log messages with SMR(ID)
Holger Hans Peter Freyther
2012-11-22
1
-31
/
+68
*
smc: Introduce an id and prefix all log messages with SMC(ID)
Holger Hans Peter Freyther
2012-11-22
1
-30
/
+60
*
smc: Fix a typo in the smc code
Holger Hans Peter Freyther
2012-11-14
1
-1
/
+1
*
smc: Print the current state of the SMS
Holger Hans Peter Freyther
2012-11-11
1
-1
/
+3
*
sms: Remove the commented out code that was the default in OpenBSC
Holger Hans Peter Freyther
2012-11-11
1
-1
/
+0
*
sms: Reduce the logging level to debug
Holger Hans Peter Freyther
2012-11-11
1
-3
/
+3
*
GSM48: Avoid unaligned access in gsm48_construct_ra
Andreas Eversberg
2012-11-05
1
-1
/
+3
*
Do not use --version-script linker flag on OSX
Tobias Engel
2012-10-27
2
-2
/
+2
*
Define struct iphdr for OSX
Tobias Engel
2012-10-27
1
-1
/
+1
*
logging: Make sure to install standard "end" command in VTY node
Harald Welte
2012-10-22
1
-0
/
+2
*
logging: Don't forget to save "logging filter all 1"
Harald Welte
2012-10-22
1
-0
/
+4
*
Doc: Adding new parameter descriptions in gprs_bssgp_bss.c
Andreas Eversberg
2012-09-30
1
-1
/
+9
*
Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_ud
Andreas Eversberg
2012-09-30
2
-9
/
+28
*
Fix: gprs_ns_destroy() now frees all NSVCs and its timers
Andreas Eversberg
2012-09-29
1
-4
/
+14
*
logging.c: Do not crash on empty category name
Nico Golde
2012-09-27
1
-5
/
+7
*
gsm_utils.c: in 7bit decoding, first check if the last character was an exten...
Nico Golde
2012-09-21
1
-5
/
+5
*
gsm_utils: Fix up coding style in previous patch
Harald Welte
2012-09-20
1
-2
/
+2
*
gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messages
Nico Golde
2012-09-20
1
-14
/
+13
*
logging: Introduce a print_filename flag for the logtarget
Holger Hans Peter Freyther
2012-09-11
1
-5
/
+17
*
vty: Address compiler warning about the const qualifier
Holger Hans Peter Freyther
2012-09-11
1
-1
/
+1
*
vty: Address compiler warning about tolower
Holger Hans Peter Freyther
2012-09-11
1
-0
/
+1
*
gsm: Address compiler warning about unused variable 'z'
Holger Hans Peter Freyther
2012-09-11
1
-3
/
+4
*
logging: Mark the log_info_cat pointer as consts
Holger Hans Peter Freyther
2012-09-11
1
-2
/
+3
*
Gb: Add functions for sending flow control messages from BSS side
Harald Welte
2012-09-10
1
-0
/
+105
*
Gb: Add header file for BSS-side BSSGP functions
Harald Welte
2012-09-10
1
-0
/
+1
*
libosmogb: make build conditional, disable in embedded build
Harald Welte
2012-09-08
1
-0
/
+2
*
backtrace: don't use fprintf, but printf (for osmocom-bb)
Harald Welte
2012-09-08
1
-1
/
+1
*
BSSGP: print per-bvc flow control parameters on vty
Harald Welte
2012-09-07
1
-1
/
+12
*
BSSGP: make bvc_ctx->fc a dynamic talloc allocation
Harald Welte
2012-09-07
1
-5
/
+7
*
BSSGP flow-control: various fixes
Harald Welte
2012-09-07
2
-10
/
+36
*
libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch
Harald Welte
2012-09-07
2
-4
/
+225
*
BSSGP: fix unused variable compiler warnings
Harald Welte
2012-09-07
1
-8
/
+2
*
libosmogb: build without strict aliasing rules
Harald Welte
2012-09-07
1
-1
/
+1
*
libosmogsm: Back-port SMS related fixes from openbsc
Harald Welte
2012-08-29
1
-1
/
+10
*
GSM 04.08: Add support for parsing CSD related bearer capabilities
Harald Welte
2012-08-24
1
-5
/
+90
*
gsm48_ie: annotate functions with chapter numbers from 04.08 spec
Harald Welte
2012-08-24
1
-29
/
+29
*
import vty_cmd_string_from_valstr() from osmo-bts
Harald Welte
2012-08-20
1
-0
/
+54
*
increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change
Harald Welte
2012-08-03
1
-1
/
+1
*
serial: don't set O_NDELAY, as it is more or less O_NONBLOCK
Harald Welte
2012-08-03
1
-1
/
+1
[prev]
[next]