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
*
gsm0808: Fix copy and paste pointed out by clang
Holger Hans Peter Freyther
2014-08-21
1
-1
/
+1
*
macaddr: Add some code for FreeBSD (it should work on the others too)
Holger Hans Peter Freyther
2014-08-21
1
-0
/
+41
*
ipa: use %z as format string whne printing sizeof() result
Harald Welte
2014-08-21
1
-1
/
+1
*
ipa: fix compiler warning regarding printf (%d -> %lu)
Harald Welte
2014-08-21
1
-1
/
+1
*
macaddr: add #include unistd.h for close() function
Harald Welte
2014-08-21
1
-0
/
+1
*
ipa: rename functions for consistency
Harald Welte
2014-08-20
3
-24
/
+39
*
import various generic IPA related functions from libosmo-abis
Harald Welte
2014-08-20
2
-1
/
+448
*
Add osmo_get_macaddr() function to obtain etherent mac address
Harald Welte
2014-08-18
1
-0
/
+26
*
osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address
Harald Welte
2014-08-18
2
-1
/
+27
*
abis_nm: add abis_nm_msg_disc_names[] value_string
Harald Welte
2014-08-17
2
-0
/
+10
*
abis_nm: introduce abis_nm_{osmo,ipa}_magic[]
Harald Welte
2014-08-17
2
-0
/
+5
*
gprs-ns: Re-initialize the list head and free the unknown_nsvc
Holger Hans Peter Freyther
2014-07-07
1
-0
/
+3
*
write_queue: Use EBADF instead of EBABDFD for portability
Holger Hans Peter Freyther
2014-07-01
3
-5
/
+5
*
vty: Avoid use-after-free in VTY telnet interface
Daniel Willmann
2014-06-22
2
-4
/
+4
*
write_queue: Avoid possible use-after-free if fd is read-/writable
Daniel Willmann
2014-06-22
1
-5
/
+18
*
update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0
Harald Welte
2014-06-21
1
-16
/
+149
*
gsm: Add Kasumi cipher implementation
Sylvain Munaut
2014-06-16
2
-1
/
+187
*
include: Switch to #pragma once pattern
Sylvain Munaut
2014-06-16
4
-16
/
+4
*
gsm0411_smr: Fix the size of the array
Holger Hans Peter Freyther
2014-05-23
1
-1
/
+1
*
gsm0411_smr: Make the look-up table static
Holger Hans Peter Freyther
2014-05-23
1
-1
/
+1
*
timer: Use the now parameter when it is not NULL
Holger Hans Peter Freyther
2014-05-23
1
-3
/
+3
*
Fix introducing osmocom speficic OML attributes
Harald Welte
2014-05-19
2
-0
/
+8
*
select: Fix english in comment
Holger Hans Peter Freyther
2014-05-15
1
-1
/
+1
*
backtrace: Speculative fix for FreeBSD10.0 and execinfo.h
Holger Hans Peter Freyther
2014-04-17
1
-1
/
+2
*
Release: Prepare the release of 0.6.6
Holger Hans Peter Freyther
2014-03-31
1
-1
/
+1
*
src/socket: Adding unix domain socket support
Álvaro Neira Ayuso
2014-03-26
1
-0
/
+102
*
sms: Add missing brackets in the relative validity time calculation.
Alexander Chemeris
2014-03-26
1
-3
/
+3
*
gsm/lapdm: Prevent LAPD tx_queue from filling up in polling mode
Daniel Willmann
2014-03-26
2
-0
/
+27
*
lapdm: Make lapdm_datalink_for_sapi public
Daniel Willmann
2014-03-26
2
-3
/
+4
*
lapd: Improve log message and mention the SAPI the dl is on
Holger Hans Peter Freyther
2014-03-16
1
-2
/
+2
*
ladpm: Fix msgb handling and SAPI=3 establishment delay
Jacob Erlbeck
2014-03-10
1
-27
/
+14
*
msgb: Add msgb_hexdump() function
Jacob Erlbeck
2014-03-04
1
-0
/
+49
*
lapd: Use the right struct for the talloc_zero_array call
Holger Hans Peter Freyther
2014-02-09
1
-2
/
+2
*
sms: The msg_ref is passed from the outside so remove the wrong fixme
Holger Hans Peter Freyther
2014-02-08
1
-1
/
+1
*
lapdm: Fix typo in the comment
Holger Hans Peter Freyther
2014-01-23
1
-1
/
+1
*
gsm/gsm48ie: Fix range 256 W[i] decoding
Jacob Erlbeck
2014-01-13
1
-4
/
+4
*
sms: Fix gsm_7bit legacy functions return value
Jacob Erlbeck
2014-01-09
1
-6
/
+11
*
abis: Use the right return value for abis_nm_pchan4chcomb
Holger Hans Peter Freyther
2014-01-02
1
-1
/
+1
*
utils: Greatly improve performance of osmo_hexdump routines
Nils O. Selåsdal
2014-01-02
1
-5
/
+13
*
logging: Copy the filter_fn and fix the IMSI filter in OpenBSC
Holger Hans Peter Freyther
2013-12-29
1
-0
/
+1
*
Refactor COMP128v23 implementation and add test suit
Max
2013-12-07
2
-38
/
+29
*
gb: Remove comment about ABI changes from the Makefile
Holger Hans Peter Freyther
2013-11-22
1
-3
/
+0
*
gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()
Jacob Erlbeck
2013-11-11
1
-3
/
+3
*
implement COMP128 version 2 and 3 A3/A8 algorithm
Kevin Redon
2013-11-03
3
-5
/
+240
*
gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESET
Jacob Erlbeck
2013-10-30
1
-0
/
+17
*
gprs: Address coverity warning for gprs_ns_tx_status result
Holger Hans Peter Freyther
2013-10-25
1
-8
/
+10
*
gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ack
Holger Hans Peter Freyther
2013-10-25
1
-1
/
+5
*
gprs: Address coverity warning on unchecked return of gprs_ns_tx_status
Holger Hans Peter Freyther
2013-10-25
1
-1
/
+4
*
gprs: Make sure that the buf is NULL terminated at the end
Holger Hans Peter Freyther
2013-10-25
1
-0
/
+1
*
gb: Create new NSVC object instead of patching the NSVCI
Jacob Erlbeck
2013-10-24
1
-4
/
+12
[next]