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: Define 4 upper bits as "flags" and mask them out in utility functions
Sylvain Munaut
2010-11-13
2
-2
/
+10
*
msgb: fix printing of msgb pointer during MSGB_ABORT()
Harald Welte
2010-11-09
1
-1
/
+1
*
msgb: don't compare unsigned int with int (fix lcr build)
Harald Welte
2010-11-09
1
-2
/
+2
*
msgb_abort(): better formatting
Harald Welte
2010-11-05
1
-1
/
+1
*
generate backtrace in msgb_abort()
Harald Welte
2010-11-05
1
-0
/
+2
*
Change msgb_abort() function in MSGB_ABORT argument with variable arguments
Harald Welte
2010-11-05
1
-10
/
+9
*
gsm0808: Move the clear request from bsc_msc_ip to here
Holger Hans Peter Freyther
2010-11-04
2
-0
/
+21
*
gsm0808: Add a method to create a new DTAP message with a msgb
Holger Hans Peter Freyther
2010-11-04
2
-0
/
+24
*
select.c: Change license terms from GPLv2 (from ulogd) to GPLv2+
Harald Welte
2010-10-31
1
-2
/
+3
*
gsm0808: Fix the format of the clear IE...
Holger Hans Peter Freyther
2010-10-27
1
-2
/
+3
*
gsm0808: Add a method to create a clear command message.
Holger Hans Peter Freyther
2010-10-27
2
-0
/
+13
*
msgfile: Allow to have comments in the simple CSV file
Holger Hans Peter Freyther
2010-10-26
2
-0
/
+5
*
codec: Fix bit order table definition for GSM HR
Sylvain Munaut
2010-10-24
1
-1
/
+2
*
codec: Add the missing bits for include to install and pkgconfig to work
Sylvain Munaut
2010-10-24
5
-3
/
+19
*
bitvec: Fix decoding of H / L values
Andreas.Eversberg
2010-10-24
1
-1
/
+1
*
msgb: Add non-inlined helper functions to ease with language bindings
Holger Hans Peter Freyther
2010-10-18
2
-0
/
+16
*
gsm0480: Add method create own number response
Holger Hans Peter Freyther
2010-10-18
2
-0
/
+51
*
codec: Add bit ordering tables from specs for HR,FR,EFR & AMR
Sylvain Munaut
2010-10-15
8
-1
/
+1053
*
Update .gitignore
Sylvain Munaut
2010-10-15
1
-1
/
+2
*
ussd: gsm_7bit_decode will null terminate the string
Holger Hans Peter Freyther
2010-10-11
1
-2
/
+0
*
ussd: Make sure that we at least have 8 bytes when decoding the string
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+6
*
ussd: Add size checks to the parse_ss_invoke calls
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+9
*
ussd: Make sure the component fits.
Holger Hans Peter Freyther
2010-10-11
1
-2
/
+8
*
ussd: Work with uint16_t for the length
Holger Hans Peter Freyther
2010-10-11
1
-6
/
+6
*
ussd: Verify that parsing is stil working and print the decoded text.
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+5
*
ussd: Add next test that show that we access the data out of bounds
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+23
*
ussd: Check the structure of the IE.
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+9
*
ussd: Add a test case, switch parsing to use a gsm48_hdr and len
Holger Hans Peter Freyther
2010-10-11
6
-22
/
+98
*
gsm0480: Move the USSD parsing code to libosmocore
Holger Hans Peter Freyther
2010-10-09
2
-0
/
+199
*
msgfile: Add a file parser for a simple file format
Holger Hans Peter Freyther
2010-10-08
9
-1
/
+240
*
gsm0480: Add USSD format functions to libosmocore
Holger Hans Peter Freyther
2010-09-30
4
-2
/
+204
*
gsm48: Fix gsm48_encode_called - Set no extension bit
Sylvain Munaut
2010-09-20
1
-1
/
+2
*
gsm0808: Fix the TLV definition of CIC and Service Handover
Holger Hans Peter Freyther
2010-09-20
1
-2
/
+2
*
Make sure we don't user std{err,in,out} if they don't exist.
Sylvain Munaut
2010-09-17
2
-4
/
+8
*
protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmd
Sylvain Munaut
2010-09-17
1
-2
/
+2
*
vty: Add functions to access index and node
Holger Hans Peter Freyther
2010-09-14
2
-0
/
+11
*
vty: Use the copyright string from the app_info.
Holger Hans Peter Freyther
2010-09-11
1
-3
/
+6
*
vty: Link osmovty to osmocore as it is using the symbols
Holger Hans Peter Freyther
2010-09-11
2
-1
/
+2
*
vty: Everything <= CONFIG_NODE is not a child of config
Holger Hans Peter Freyther
2010-09-04
1
-2
/
+2
*
Add handover and frequency redefiniton message headers
Andreas Eversberg
2010-09-01
1
-0
/
+19
*
plugin: Blind build fix for OSX...
Holger Hans Peter Freyther
2010-08-31
1
-0
/
+1
*
vty: Make the talloc ctx extern void* to avoid duplicate symbols
Holger Hans Peter Freyther
2010-08-31
1
-1
/
+1
*
vty: Handle nodes part of the lib in the lib, for the rest call the callback
Holger Hans Peter Freyther
2010-08-26
1
-5
/
+7
*
vty: Add a new callback to let code decide if it is a config node or not
Holger Hans Peter Freyther
2010-08-26
2
-0
/
+5
*
vty: Move the assumption of the config nodes into a function
Holger Hans Peter Freyther
2010-08-26
1
-3
/
+9
*
add header file for osmo_daemonize()
Harald Welte
2010-08-25
2
-1
/
+7
*
Add helper function 'osmo_daemonize()' to convert process into daemon
Harald Welte
2010-08-25
2
-1
/
+72
*
logging: add missing include file changes for last commit (logfile)
Harald Welte
2010-08-25
1
-0
/
+5
*
logging: add log target logging into text file and log target destroy function
Harald Welte
2010-08-25
1
-0
/
+50
*
logging: rename tgt_stdout to tgt_file
Harald Welte
2010-08-25
2
-6
/
+6
[next]