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
...
*
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
*
gb: Fix RESET handling with changing NSEI
Jacob Erlbeck
2013-10-24
1
-28
/
+40
*
gb: Fix NS RESET/RESET_ACK abnormal cases
Jacob Erlbeck
2013-10-24
1
-56
/
+215
*
gb: Fix gprs_nsvc_delete() to free ctr group
Jacob Erlbeck
2013-10-24
1
-0
/
+1
*
gb/vty: Fix the VTY node string for L_NS_NODE
Jacob Erlbeck
2013-10-24
1
-1
/
+1
*
gb/vty: Perform NS-VC operations based on NS-VCI
Jacob Erlbeck
2013-10-24
1
-5
/
+15
*
gb: Fix gprs_active_nsvc_by_nsei()
Jacob Erlbeck
2013-10-17
1
-2
/
+2
*
release: Prepare the 0.6.4 release of libosmocore
Holger Hans Peter Freyther
2013-10-15
1
-1
/
+1
*
ussd: Fix text of RELEASE COMPLETE
Alexander Huemer
2013-10-15
1
-1
/
+1
*
gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates
Jacob Erlbeck
2013-10-15
1
-74
/
+149
*
gb: Add functions to access the LL part of the NS-VC objects
Jacob Erlbeck
2013-10-15
2
-6
/
+40
*
gb: When sending on a NS-VC group use the first active NS-VC
Jacob Erlbeck
2013-10-14
1
-18
/
+29
*
tests/gb: Show invoked signals in test output
Jacob Erlbeck
2013-10-11
1
-0
/
+1
*
vty: Make vty_event dispatch signals and use it in the testcase
Holger Hans Peter Freyther
2013-10-10
1
-1
/
+13
*
gb: Use the NS-VCI to find an existing NS-VC
Jacob Erlbeck
2013-10-08
1
-4
/
+4
*
gb: Fix NS-RESET response message order
Jacob Erlbeck
2013-10-08
1
-5
/
+7
*
gb: Separate nsvc creation from NS message processing
Jacob Erlbeck
2013-10-08
1
-55
/
+144
*
gsm48: Added 'Network Daylight Saving Time' info element
Jacob Erlbeck
2013-09-16
1
-0
/
+1
*
vty: Allow vty_go_parent() in all nodes.
Jacob Erlbeck
2013-09-11
1
-5
/
+25
*
vty: Replace 'enum node_type' by 'int' for last_node
Jacob Erlbeck
2013-09-10
1
-1
/
+1
*
vty: Add vty_install_default() and use for the vty nodes
Jacob Erlbeck
2013-09-08
3
-7
/
+16
*
vty: Refactored vty_go_parent(), 'end' and 'exit'
Jacob Erlbeck
2013-09-08
1
-22
/
+35
*
vty: Rename is_config() to is_config_child()
Jacob Erlbeck
2013-09-08
1
-3
/
+3
*
sms: Implement encoding the address as alphanumeric type
Holger Hans Peter Freyther
2013-09-04
1
-9
/
+21
*
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
3
-59
/
+104
*
lapd: Remove the double NULL check idiom with msgb_free
Holger Hans Peter Freyther
2013-08-09
1
-22
/
+13
*
gsm: The LAPDm prim/structs changed, increment current version
Holger Hans Peter Freyther
2013-08-09
1
-1
/
+1
*
Add special 7-bit encoding and decoding functions for USSD coding
Andreas Eversberg
2013-08-08
3
-5
/
+38
*
encoding: Provide an overload for the gsm_7bit_encode and a simple test
Holger Hans Peter Freyther
2013-08-08
2
-2
/
+9
*
vty: Support multi-char separators and end strings
Jacob Erlbeck
2013-08-06
1
-4
/
+5
*
vty: Fix misusage of snprintf in vty/utils.c
Jacob Erlbeck
2013-08-06
1
-2
/
+2
*
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
[prev]
[next]