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_utils.c: cleanup + do not use dynamic memory when decoding 7bit messages
Nico Golde
2012-09-20
1
-14
/
+13
*
Fix build with dpkg-buildpackage.
Max
2012-09-17
2
-0
/
+11
*
git: Ignore generated tests executables
Holger Hans Peter Freyther
2012-09-11
1
-0
/
+2
*
vty: Include osmocom/core/utils.h for the value_string struct
Holger Hans Peter Freyther
2012-09-11
1
-0
/
+1
*
tests: Make the gb test work with srcdir != builddir
Holger Hans Peter Freyther
2012-09-11
4
-53
/
+56
*
logging: Introduce a print_filename flag for the logtarget
Holger Hans Peter Freyther
2012-09-11
2
-5
/
+20
*
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
2
-3
/
+4
*
Gb: Add functions for sending flow control messages from BSS side
Harald Welte
2012-09-10
2
-0
/
+113
*
Gb: Add header file for BSS-side BSSGP functions
Harald Welte
2012-09-10
3
-0
/
+69
*
libosmogb: make build conditional, disable in embedded build
Harald Welte
2012-09-08
2
-0
/
+11
*
backtrace: don't use fprintf, but printf (for osmocom-bb)
Harald Welte
2012-09-08
1
-1
/
+1
*
msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEAD
Harald Welte
2012-09-08
1
-3
/
+34
*
Merge branch 'bssgp_fc'
Harald Welte
2012-09-07
10
-6
/
+705
|
\
|
*
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
3
-56
/
+58
|
*
GPRS BSSGP test: integrate into autotest
Harald Welte
2012-09-07
4
-0
/
+223
|
*
BSSGP flow-control: Add unit test for algorithm tests
Harald Welte
2012-09-07
2
-1
/
+172
|
*
BSSGP flow-control: various fixes
Harald Welte
2012-09-07
3
-15
/
+49
|
*
libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch
Harald Welte
2012-09-07
3
-4
/
+262
|
/
*
USSD: text is 'char' not uint8_t
Harald Welte
2012-09-07
1
-1
/
+1
*
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
2
-2
/
+2
*
gsmtap: add minimal support for encapsulating UMTS RRC in GSMTAP
Harald Welte
2012-09-02
1
-0
/
+7
*
libosmogsm: Back-port SMS related fixes from openbsc
Harald Welte
2012-08-29
2
-1
/
+35
*
Use package version since git info won't be available.
Eric Butler
2012-08-26
2
-1
/
+15
*
Fix debian package building.
Eric Butler
2012-08-26
5
-8
/
+11
*
misc: Fix make distcheck of libosmocore by adding the result to the dist
Holger Hans Peter Freyther
2012-08-25
1
-1
/
+2
*
GSM 04.08: Add 'enum gsm48_bcap_speech_ver'
Harald Welte
2012-08-24
1
-0
/
+9
*
GSM 04.08: Add support for parsing CSD related bearer capabilities
Harald Welte
2012-08-24
7
-6
/
+314
*
gsm48_ie: annotate functions with chapter numbers from 04.08 spec
Harald Welte
2012-08-24
1
-29
/
+29
*
GSM 08.58: Add channel modes for transparent data services
Harald Welte
2012-08-24
1
-4
/
+20
*
import vty_cmd_string_from_valstr() from osmo-bts
Harald Welte
2012-08-20
2
-0
/
+59
*
utils: Change semantic of OSMO_MAX/OSMO_MIN to match semantic of a function
Holger Hans Peter Freyther
2012-08-15
1
-2
/
+2
*
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
2
-2
/
+2
*
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
*
Add missing includes to timer_test.c and osmo-auc-gen.c
Harald Welte
2012-08-02
2
-0
/
+2
*
vty: Merge from a generic section in case no specific one exists
Holger Hans Peter Freyther
2012-07-25
1
-2
/
+11
*
vty: Use UTF-8 for the encoding and the ability to hide nodes
Holger Hans Peter Freyther
2012-07-25
1
-9
/
+11
*
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
6
-3
/
+256
*
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
2
-20
/
+81
*
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
2
-9
/
+38
[prev]
[next]