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
*
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
*
gb: Make suspend_ref a plain uint8_t instead of a uint8_t*
Holger Hans Peter Freyther
2012-08-03
1
-1
/
+1
*
libgb: Link to the libraries used by libgb
Holger Hans Peter Freyther
2012-08-02
1
-1
/
+4
*
vty: Print the string using "%s", string to avoid security issues
Holger Hans Peter Freyther
2012-08-02
1
-1
/
+1
*
vty: Document the .TEXT of the description
Holger Hans Peter Freyther
2012-07-25
1
-1
/
+2
*
vty: Add xsd and a command that can generate the documentation.
Holger Hans Peter Freyther
2012-07-25
1
-0
/
+148
*
Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()
Andreas Eversberg
2012-07-21
1
-1
/
+1
*
authentication: More documentation
Harald Welte
2012-07-18
1
-3
/
+54
*
backtrace: update copyright notice
Harald Welte
2012-07-14
1
-3
/
+1
*
backtrace: Add a variant that uses the libosmocore logging framework
Harald Welte
2012-07-14
1
-9
/
+37
*
TLV: add new "vTvLV" type for GAN
Harald Welte
2012-07-14
2
-1
/
+22
*
gsm48_decode_lai(): return real integers for mcc/mnc, not hex!
Harald Welte
2012-07-13
1
-6
/
+13
*
add gsm48_decode_lai() to map file
Harald Welte
2012-07-13
1
-0
/
+1
*
import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.c
Harald Welte
2012-07-13
1
-0
/
+14
*
timer: Add function osmo_timer_remaining() to determine remainign time
Harald Welte
2012-07-13
1
-0
/
+28
*
freebsd: Make libgb compile on FreeBSD
Holger Hans Peter Freyther
2012-07-12
2
-0
/
+38
*
logging: Fix compile breakage introduced by the warning fixes
Holger Hans Peter Freyther
2012-07-12
1
-4
/
+4
*
correct inverted logic from commit f3ba8a
Alexander Huemer
2012-07-11
1
-1
/
+1
*
bssgp: check for IMSI being a null pointer, not just an empty string.
Harald Welte
2012-07-04
1
-1
/
+1
*
build: use LT_INIT(pic-only) instead of forcing -fPIC.
Diego Elio Pettenò
2012-06-30
5
-5
/
+5
*
vty: avoid using a .data variable.
Diego Elio Pettenò
2012-06-30
1
-7
/
+7
[next]