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
...
*
sim/class_tables: Fix typo in comment
Harald Welte
2019-09-28
1
-1
/
+1
*
tdef: fixup osmo_tdef_set()
Neels Hofmeyr
2019-09-11
1
-8
/
+6
*
tdef: Introduce API osmo_tdef_set()
Pau Espin Pedrol
2019-09-07
1
-0
/
+20
*
Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability
Harald Welte
2019-09-05
1
-0
/
+1
*
gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning
Harald Welte
2019-09-05
1
-0
/
+1
*
codec/ecu: Introduce new generic Error Concealment Unit abstraction
Harald Welte
2019-09-02
3
-1
/
+170
*
MAXPATHLEN set if not defined
Ruben Undheim
2019-09-02
2
-0
/
+10
*
cbsp: Fix decoding of WRITE-REPLACE payload
Harald Welte
2019-09-01
1
-2
/
+2
*
cbsp: Remove printf() statement from early development/debugging
Harald Welte
2019-08-31
1
-1
/
+0
*
cbsp: Fix endless loop iteration when decoding cell list IEs
Harald Welte
2019-08-31
2
-4
/
+25
*
fix: vty crash by logging during VTY_CLOSED event handling
Neels Hofmeyr
2019-08-30
1
-3
/
+3
*
context: Add support for [per-thread] global talloc contexts
Harald Welte
2019-08-27
3
-6
/
+88
*
vty: Register logp cmd next to logging commands
Pau Espin Pedrol
2019-08-20
1
-2
/
+3
*
osmo_tdef_get(): allow passing -1 as default timeout
Neels Hofmeyr
2019-08-15
1
-1
/
+2
*
add vty logp command to echo on all log targets
Neels Hofmeyr
2019-08-13
1
-0
/
+41
*
codec/ecu_fr: Mark input TCH frame as 'const' as we only read it
Harald Welte
2019-08-12
1
-1
/
+1
*
Bump version: 1.1.0.107-afce-dirty → 1.2.0
Pau Espin Pedrol
2019-08-06
6
-7
/
+8
*
osmo-release.sh: Drop whitespace after = when parsing LIBVERSION
Pau Espin Pedrol
2019-08-06
1
-1
/
+1
*
Get rid of osmo_str_tolower() use inside libosmocore code
Pau Espin Pedrol
2019-08-02
1
-11
/
+13
*
utils: share static buffer in osmo_str_to{lower,upper}()
Pau Espin Pedrol
2019-08-02
1
-8
/
+8
*
pseudotalloc: Simplistic wrapper of talloc_named()
Harald Welte
2019-07-31
2
-0
/
+6
*
avoid gcc format error on embedded builds
Harald Welte
2019-07-31
1
-1
/
+1
*
vty/vty.c: the command buffer can be accessed directly
Vadim Yanitskiy
2019-07-30
1
-7
/
+7
*
vty/vty.c: fix vty_read(): prevent further heap-buffer overrun
Vadim Yanitskiy
2019-07-30
1
-0
/
+2
*
vty/telnet_interface.c: log connection accept() / close() events
Vadim Yanitskiy
2019-07-30
1
-0
/
+12
*
vty/logging_vty.c: fix writing of 'print category-hex'
Vadim Yanitskiy
2019-07-30
1
-0
/
+2
*
vty/telnet_interface.c: avoid unneeded initialization
Vadim Yanitskiy
2019-07-27
1
-1
/
+1
*
vty/telnet_interface.c: use DLGLOBAL logging sub-system
Vadim Yanitskiy
2019-07-27
1
-2
/
+2
*
gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string()
Vadim Yanitskiy
2019-07-26
1
-2
/
+1
*
stats_vty: Add verb to sentence for show asciidoc counters
Daniel Willmann
2019-07-25
1
-1
/
+1
*
tell ubsan to ignore SUN_LEN
Eric Wild
2019-07-21
1
-0
/
+3
*
gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging
Vadim Yanitskiy
2019-07-21
1
-13
/
+13
*
gsm/gsm0480.c: parse_ss(): drop needless debug print
Vadim Yanitskiy
2019-07-21
1
-2
/
+0
*
osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif
Harald Welte
2019-07-21
1
-1
/
+2
*
tdef: remove bogus OSMO_ASSERT(unsigned long >= 0)
Harald Welte
2019-07-21
1
-1
/
+0
*
cbsp.c: Remove dead code
Harald Welte
2019-07-21
1
-3
/
+1
*
cbsp: Introduce osmo_cbsp_errstr
Harald Welte
2019-07-20
2
-28
/
+100
*
CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support
Harald Welte
2019-07-20
4
-1
/
+1532
*
bitvec/bitval2mask(): cosmetic: get rid of temporary int variable
Vadim Yanitskiy
2019-07-18
1
-11
/
+4
*
osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in comment
Vadim Yanitskiy
2019-07-18
1
-1
/
+1
*
utils.h: require a semi colon after OSMO_ASSERT
Alexander Couzens
2019-07-08
1
-3
/
+3
*
vty: Simplify char escaping in asciidoc output
Pau Espin Pedrol
2019-06-25
1
-9
/
+4
*
gsm: lapd_core: Log timeout used upon start of T200
Pau Espin Pedrol
2019-06-21
1
-1
/
+2
*
vty: Remove trailing whitespace in output from show asciidoc
Pau Espin Pedrol
2019-06-19
1
-2
/
+2
*
bitvec: correct comment in bitvec_alloc
Alexander Couzens
2019-06-17
1
-1
/
+1
*
Revert "fsm.c: Print error message for FSM with allstate_action but no events"
Vadim Yanitskiy
2019-06-16
1
-11
/
+0
*
fsm.c: Print error message for FSM with allstate_action but no events
Harald Welte
2019-06-15
1
-0
/
+11
*
vty: command.c: Fix: single-choice optional args are no longer passed incompl...
Pau Espin Pedrol
2019-06-14
1
-5
/
+14
*
vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...
Pau Espin Pedrol
2019-06-14
1
-7
/
+44
*
vty: command.c: Get rid of big indentation block
Pau Espin Pedrol
2019-06-14
1
-30
/
+30
[prev]
[next]