index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vty: Rename is_config() to is_config_child()
Jacob Erlbeck
2013-09-08
1
-3
/
+3
*
misc: Include time.h for time_t on FreeBSD
Holger Hans Peter Freyther
2013-09-04
1
-0
/
+2
*
Merge branch 'zecke/features/alpha-numeric'
Holger Hans Peter Freyther
2013-09-04
5
-10
/
+103
|
\
|
*
sms: Implement encoding the address as alphanumeric type
Holger Hans Peter Freyther
2013-09-04
5
-10
/
+103
|
/
*
core: Remove defined() check for OSMO_DEPRECATE
Jacob Erlbeck
2013-08-15
1
-11
/
+5
*
core: Fix-up the OSMO_DEPRECATED for older compilers
Holger Hans Peter Freyther
2013-08-14
1
-3
/
+9
*
core: Support clang with OSME_DEPRECATED
Jacob Erlbeck
2013-08-14
1
-4
/
+15
*
conv: Fix main() of conv_test to compile with clang.
Jacob Erlbeck
2013-08-14
1
-1
/
+2
*
core: Move OSMO_DEPRECATED to new core/defs.h file
Jacob Erlbeck
2013-08-14
3
-13
/
+41
*
tests: Move expensive tests to the end of the list
Jacob Erlbeck
2013-08-13
1
-13
/
+13
*
sms: Disable deprecated message
Jacob Erlbeck
2013-08-12
1
-6
/
+20
*
sms: Added comment about the gsm_7bit_alphabet table
Jacob Erlbeck
2013-08-12
1
-2
/
+6
*
sms: Added result buffer size parameter to 7bit conv funs
Jacob Erlbeck
2013-08-12
8
-127
/
+290
*
debian: Split libosmocore into various libs and address lintian warnings
Holger Hans Peter Freyther
2013-08-12
11
-10
/
+49
*
lapd: Remove the double NULL check idiom with msgb_free
Holger Hans Peter Freyther
2013-08-09
1
-22
/
+13
*
debian: Create a new upstream changelog entry
Holger Hans Peter Freyther
2013-08-09
1
-0
/
+6
*
gsm: The LAPDm prim/structs changed, increment current version
Holger Hans Peter Freyther
2013-08-09
1
-1
/
+1
*
ussd: Changed 7bit test to check spec conformance directly
Jacob Erlbeck
2013-08-08
1
-6
/
+13
*
Add special 7-bit encoding and decoding functions for USSD coding
Andreas Eversberg
2013-08-08
6
-5
/
+83
*
encoding: Provide an overload for the gsm_7bit_encode and a simple test
Holger Hans Peter Freyther
2013-08-08
5
-2
/
+28
*
gsm: Try to clarify why we have gsm_septet_encode in the header file
Holger Hans Peter Freyther
2013-08-07
1
-0
/
+1
*
vty: Support multi-char separators and end strings
Jacob Erlbeck
2013-08-06
2
-5
/
+6
*
vty: Fix misusage of snprintf in vty/utils.c
Jacob Erlbeck
2013-08-06
6
-4
/
+71
*
utils: Fix compiler warnings n the osmo-auc-gen utility
Holger Hans Peter Freyther
2013-07-14
1
-1
/
+3
*
vty: Fix logically dead code in the description handling
Holger Hans Peter Freyther
2013-07-14
1
-1
/
+1
*
gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATION
Dmitri Soloviev
2013-07-11
1
-0
/
+1
*
LAPD: Free resume/re-establishment msgb if it carries no content
Andreas Eversberg
2013-07-10
1
-2
/
+5
*
gsm: Revert the gsm_7bit_encode changes as they are wrong
Holger Hans Peter Freyther
2013-07-07
2
-30
/
+9
*
make lapd_test compile again.
Harald Welte
2013-07-06
1
-69
/
+0
*
utils.h: we need to include utils.h for osmo_generate_backtrace()
Harald Welte
2013-07-06
1
-0
/
+2
*
Merge branch 'jolly/trx'
Harald Welte
2013-07-06
12
-84
/
+278
|
\
|
*
Fix: Handle returned length by gsm_7bit_encode correctly
Andreas Eversberg
2013-07-06
1
-9
/
+24
|
*
Fix encoding of last character at 7bit encoding function
Andreas Eversberg
2013-07-06
1
-0
/
+6
|
*
libosmogb: Add function to close NS instance without destroying it
Holger Hans Peter Freyther
2013-07-06
3
-8
/
+17
|
*
Fix RR cause values
Andreas Eversberg
2013-07-06
1
-3
/
+3
|
*
LAPDm: Allow sending unit data on DCCH
Andreas Eversberg
2013-07-06
1
-10
/
+18
|
*
LAPDm: Fix re-establishment of datalink
Andreas Eversberg
2013-07-06
1
-5
/
+14
|
*
Add chan_nr to RACH info at L1SAP interface
Andreas Eversberg
2013-07-06
1
-0
/
+1
|
*
Add RSSI to l1sap
Andreas Eversberg
2013-07-06
1
-0
/
+2
|
*
Add MPH and TCH primitives to layer 1 SAP
Andreas Eversberg
2013-07-06
1
-3
/
+72
|
*
Remove osmo_phsap_prim from lapdm.h and move to a seperate header file
Andreas Eversberg
2013-07-06
3
-49
/
+55
|
*
Add LAPDm collision test (contention resolution on network side)
Andreas Eversberg
2013-07-06
1
-0
/
+69
|
/
*
get_value_string: Null terminate after the call to snprintf
Holger Hans Peter Freyther
2013-07-04
1
-0
/
+1
*
vty: Attempt to fix various meam leaks in the VTY lookup code
Holger Hans Peter Freyther
2013-07-03
1
-0
/
+3
*
gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsi
Holger Hans Peter Freyther
2013-07-03
3
-2
/
+26
*
strrb: Remove a tautology from the code
Holger Hans Peter Freyther
2013-07-03
1
-1
/
+1
*
misc: Fix compiler warnings about the static_assert macro with gcc 4.8
Holger Hans Peter Freyther
2013-07-01
1
-1
/
+1
*
debian: Prepare the 0.6.2 release with a new changelog
Holger Hans Peter Freyther
2013-07-01
1
-2
/
+2
*
BSSGP: prevent divide-by-zero in flow control
Harald Welte
2013-06-29
1
-10
/
+33
*
introduce gsm0808_create_reset_ack()
Harald Welte
2013-06-29
2
-0
/
+14
[next]