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
...
*
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
*
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
*
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
2
-7
/
+13
*
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
*
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
1
-2
/
+2
*
strrb: Remove a tautology from the code
Holger Hans Peter Freyther
2013-07-03
1
-1
/
+1
*
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
1
-0
/
+13
*
lapd_core: msgb_trim() the L2 padding from ESTABLISH.ind
Harald Welte
2013-06-18
1
-2
/
+3
*
misc: Fix the spelling of frame in the RLM cause strings
Holger Hans Peter Freyther
2013-06-11
1
-1
/
+1
*
gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05
Bhaskar
2013-05-23
1
-2
/
+2
*
lapd: Set the tx_hist to NULL after freeing it
Holger Hans Peter Freyther
2013-05-08
1
-0
/
+1
*
Fix of potential memory leaks at lapdm.c
Andreas Eversberg
2013-04-06
1
-4
/
+17
*
Fix: LAPDm contention resoltion must acknowledge subsequent SABM
Andreas Eversberg
2013-04-06
1
-2
/
+8
*
gprs_ns: Allow to set the DSCP for the UDP socket.
Holger Hans Peter Freyther
2013-03-25
3
-0
/
+24
*
logging_vty: Fix segfault un unused entries in log_info_cat array of app
Harald Welte
2013-03-19
1
-0
/
+4
*
Revert "Follow up fix for the log level "everything""
Harald Welte
2013-03-19
1
-3
/
+0
*
Revert "Fix log level "everything" and make it equal to "debug""
Harald Welte
2013-03-19
1
-1
/
+1
*
application: don't ignore SIGHUP but do config file reopen.
Harald Welte
2013-03-18
1
-1
/
+6
*
logging: add new log_targets_reopen() function
Harald Welte
2013-03-18
1
-0
/
+20
*
gsm_septets2octets(): Input parameter should be const
Harald Welte
2013-03-13
1
-1
/
+2
*
logging_vty: Print 'log filter all' info in 'show logging vty'
Harald Welte
2013-03-13
1
-0
/
+6
*
cygwin: Link many libraries with -no-undefined to create a dll
Holger Hans Peter Freyther
2013-03-03
4
-5
/
+5
*
codec: Fix the GSM 06.20 ordering tables
Sylvain Munaut
2013-03-01
1
-41
/
+41
[prev]
[next]