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
*
This patch moves the GSM-specific functions to the new library
Pablo Neira Ayuso
2011-03-23
14
-30
/
+71
*
vty: integration with logging framework
Pablo Neira Ayuso
2011-03-19
2
-72
/
+122
*
Merge branch 'master' of git.osmocom.org:libosmocore
Harald Welte
2011-03-03
1
-1
/
+4
|
\
|
*
LOGGING: Use host.app_info->name instead of FIXME
Harald Welte
2011-02-24
1
-1
/
+4
*
|
rxlev_stat: Fix compiler warning
Harald Welte
2011-02-19
1
-1
/
+1
|
/
*
vty: Revert Makefile.am change for libosmocore dependency
Harald Welte
2011-02-19
1
-1
/
+1
*
LOGGING: remove duplicated code between vty-logging and cfg-logging
Harald Welte
2011-02-18
1
-123
/
+60
*
LOGGING: Add missing 'nat' subsystem
Harald Welte
2011-02-18
1
-1
/
+2
*
LOGGING: configure logging from the vty
Harald Welte
2011-02-18
7
-26
/
+415
*
LOGGING: Add syslog log target
Harald Welte
2011-02-17
2
-2
/
+75
*
LOGGING: Pass the log level down to the log target output function
Harald Welte
2011-02-17
2
-6
/
+8
*
write_queue: Only pop the queue if it is not empty
Holger Hans Peter Freyther
2011-02-15
1
-8
/
+10
*
[utils] introduce ubit_dump to dump buffers of unpacked bits
Harald Welte
2011-02-08
1
-1
/
+1
*
[utils] add 'bitdump' function for bitfields
Harald Welte
2011-02-08
1
-0
/
+30
*
logging: Add isup,m2ua,pcap from the cellmgr.
Holger Hans Peter Freyther
2011-01-22
1
-1
/
+4
*
ubit2pbit flushes at the wrong moment, added one note to bits.h
Christian Vogel
2011-01-22
1
-1
/
+1
*
bits: Add extended options version of pbit2ubit and ubit2pbit
Sylvain Munaut
2011-01-21
1
-0
/
+33
*
[BITS] introduce new packed/unpacked bit conversion routines
Harald Welte
2011-01-19
2
-1
/
+66
*
vty: Fix typo testing return value of bind
Sylvain Munaut
2011-01-03
1
-1
/
+1
*
Use the app_info->name instead of the hostname
Harald Welte
2010-12-24
1
-1
/
+1
*
rate_ctr: No need to include the inttypes.h
Holger Hans Peter Freyther
2010-12-20
1
-1
/
+0
*
utils: Fix typo. It is ascii.
Holger Hans Peter Freyther
2010-11-19
1
-1
/
+1
*
Move the generate backtrace call from MSGB_ABORT to osmo_panic handler
Sylvain Munaut
2010-11-13
1
-0
/
+2
*
panic: Fix type warning - osmo_panic_handler_t is already a pointer ...
Sylvain Munaut
2010-11-13
1
-1
/
+1
*
gsm_utils: Define 4 upper bits as "flags" and mask them out in utility functions
Sylvain Munaut
2010-11-13
1
-2
/
+9
*
gsm0808: Move the clear request from bsc_msc_ip to here
Holger Hans Peter Freyther
2010-11-04
1
-0
/
+20
*
gsm0808: Add a method to create a new DTAP message with a msgb
Holger Hans Peter Freyther
2010-11-04
1
-0
/
+23
*
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
1
-0
/
+12
*
msgfile: Allow to have comments in the simple CSV file
Holger Hans Peter Freyther
2010-10-26
1
-0
/
+4
*
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
1
-0
/
+11
*
gsm0480: Add method create own number response
Holger Hans Peter Freyther
2010-10-18
1
-0
/
+50
*
codec: Add bit ordering tables from specs for HR,FR,EFR & AMR
Sylvain Munaut
2010-10-15
6
-1
/
+1033
*
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: 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
1
-20
/
+25
*
gsm0480: Move the USSD parsing code to libosmocore
Holger Hans Peter Freyther
2010-10-09
1
-0
/
+188
*
msgfile: Add a file parser for a simple file format
Holger Hans Peter Freyther
2010-10-08
2
-0
/
+122
*
gsm0480: Add USSD format functions to libosmocore
Holger Hans Peter Freyther
2010-09-30
2
-1
/
+191
*
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
*
vty: Add functions to access index and node
Holger Hans Peter Freyther
2010-09-14
1
-0
/
+9
*
vty: Use the copyright string from the app_info.
Holger Hans Peter Freyther
2010-09-11
1
-3
/
+6
[next]