index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sms: SMS where cropped (from VTY), concatenation of SMS where not possible
Dennis Wehrle
2011-07-24
1
-0
/
+5
*
vty: Increase the number of arguments one can have in VTY commands
Holger Hans Peter Freyther
2011-07-24
1
-1
/
+1
*
don't call a function argoment 'class' for the benefit of c++ users
Harald Welte
2011-07-23
1
-1
/
+1
*
ipaccess: Reserve an extensions for an external SMSC connection
Holger Hans Peter Freyther
2011-07-23
1
-0
/
+1
*
remove DLRSL and DLNM, we don't need them
Harald Welte
2011-07-21
1
-3
/
+1
*
make sure we don't have namespace clashes between libraries and apps
Harald Welte
2011-07-19
3
-11
/
+11
*
mkae the new 'void *dst' member part of a union with the trx pointer
Harald Welte
2011-07-18
1
-3
/
+4
*
vty: reserve nodes for libosmo-abis
Pablo Neira Ayuso
2011-07-18
1
-0
/
+3
*
msgb: add ->dst attribute to store routing information
Pablo Neira Ayuso
2011-07-18
1
-0
/
+3
*
logging: add libosmo-abis logging subsystems
Pablo Neira Ayuso
2011-07-18
1
-1
/
+7
*
signal: reserve signal subsystems >= INT_MAX/2 for libraries
Pablo Neira Ayuso
2011-07-18
1
-0
/
+23
*
gsm 04.80: fix typo (256, not 265!)
Harald Welte
2011-07-16
1
-2
/
+2
*
gsm 04.80: ussd_request.text can contain 0xff, needs to be unsigned
Harald Welte
2011-07-16
1
-1
/
+1
*
gsm 08.08: use ANSI function definition with (void)
Harald Welte
2011-07-16
1
-1
/
+1
*
tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xff
Harald Welte
2011-07-16
1
-2
/
+2
*
get rid of non-ANSI function declarations missing (void)
Harald Welte
2011-07-16
2
-2
/
+2
*
don't use signed bit-fields
Harald Welte
2011-07-16
1
-2
/
+2
*
timer: use (void) for functions that take no arguments
Harald Welte
2011-07-16
1
-3
/
+3
*
gsm 08.08: add value_strings and gsm0808_msg_name() function
Harald Welte
2011-07-11
1
-0
/
+3
*
add msgb_set_talloc_ctx() to set the talloc context for msgb allocations
Harald Welte
2011-06-29
1
-0
/
+2
*
add LAPDm code from osmocom-bb into libosmocore
Harald Welte
2011-06-27
3
-2
/
+189
*
logging: introduce library-internal logging categories
Harald Welte
2011-06-27
1
-6
/
+11
*
import gsm0502_calc_paging_group() from openbsc
Harald Welte
2011-06-26
2
-0
/
+4
*
add some utility functions for paging related calculation (TS 05.02)
Harald Welte
2011-06-26
2
-1
/
+36
*
add gsm48_number_of_paging_subchannels() function
Harald Welte
2011-06-26
1
-0
/
+2
*
add MAX() macro as OSMO_MAX
Harald Welte
2011-06-26
1
-0
/
+1
*
merge process.[ch] with application.[ch]
Harald Welte
2011-06-26
2
-6
/
+4
*
gsm/utils: Adding conversion of "mobile power class" to dBm
Andreas Eversberg
2011-06-26
1
-0
/
+2
*
sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types
Harald Welte
2011-06-25
1
-0
/
+2
*
RSL: Fix typo
Harald Welte
2011-06-25
1
-1
/
+1
*
add value_string definitions for RSL message types
Harald Welte
2011-06-23
1
-0
/
+1
*
introduce GSM primitive definitions
Harald Welte
2011-06-23
3
-1
/
+32
*
add new 'prim.h' header file for primitives
Harald Welte
2011-06-23
2
-1
/
+21
*
socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags
Pablo Neira Ayuso
2011-06-13
1
-3
/
+8
*
add missing #include file to sysinfo.h
Harald Welte
2011-06-05
1
-0
/
+1
*
abis_nm.h: Add include to gsm_utils.h
Harald Welte
2011-06-05
1
-0
/
+1
*
abis_nm: Forward declare the used enums
Holger Hans Peter Freyther
2011-05-31
1
-0
/
+3
*
bitvec: add missing stdint.h
Harald Welte
2011-05-29
1
-0
/
+1
*
Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc
Harald Welte
2011-05-24
2
-0
/
+28
*
Import sytem information related definitions + code from openbsc
Harald Welte
2011-05-24
3
-1
/
+45
*
abis_nm: Mark the structs as extern to avoid compiler warning
Holger Hans Peter Freyther
2011-05-23
1
-2
/
+2
*
abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_name
Harald Welte
2011-05-23
1
-2
/
+3
*
rename abis_nm_adm_name() to abis_nm_adm_state_name()
Harald Welte
2011-05-23
1
-1
/
+1
*
abis_nm: import definitions and common code on A-bis OML from OpenBSC
Harald Welte
2011-05-22
2
-1
/
+25
*
libosmogsm: add ipaccess related header file
Harald Welte
2011-05-22
2
-1
/
+94
*
socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() function
Harald Welte
2011-05-22
1
-0
/
+3
*
GSMTAP/socket code: Check for sys/socket.h and conditionally compile
Harald Welte
2011-05-22
1
-2
/
+3
*
gsmtap: rework GSMTAP API to be more future-proof
Harald Welte
2011-05-22
3
-10
/
+54
*
app: Introduce some routines to help with application startup
Holger Hans Peter Freyther
2011-05-12
2
-1
/
+17
*
msgfile: use namespace prefix osmo_* and use more descriptive names
Pablo Neira Ayuso
2011-05-07
1
-4
/
+4
[prev]
[next]