index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
logging/vty: fix vty_read_file(): do not write warnings to stdin
Vadim Yanitskiy
2019-11-21
2
-5
/
+6
*
logging/vty: fix: actually ignore deprecated logging commands
Vadim Yanitskiy
2019-11-21
6
-2
/
+15
*
logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()
Vadim Yanitskiy
2019-11-21
1
-2
/
+1
*
logging/vty: do not print deprecated logging commands to stdout
Vadim Yanitskiy
2019-11-20
1
-1
/
+0
*
fix OSMO_SOCKADDR_STR_FMT for IPv6
Neels Hofmeyr
2019-11-11
2
-13
/
+17
*
test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.c
Neels Hofmeyr
2019-11-11
2
-0
/
+24
*
GPRS/BSSGP: introduce bssgp_bvc_ctx_free()
Vadim Yanitskiy
2019-11-09
4
-0
/
+13
*
select: Make file descriptor lists per-thread
Harald Welte
2019-11-07
2
-3
/
+18
*
gsm: gsm_04_08.h: Allow accessing classmark2 as struct instead of uint32_t
Pau Espin Pedrol
2019-11-04
1
-5
/
+28
*
gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests
Pau Espin Pedrol
2019-11-04
3
-4
/
+23
*
gsm: Fix compilation error under some compilers
Pau Espin Pedrol
2019-11-04
2
-2
/
+2
*
gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()
Pau Espin Pedrol
2019-11-03
5
-1
/
+49
*
add osmo_sockaddr_str_is_nonzero()
Neels Hofmeyr
2019-11-01
4
-0
/
+87
*
cosmetic: gsm_04_08.h: Fix trailing whitespace
Pau Espin Pedrol
2019-11-01
1
-3
/
+3
*
fsm: refuse state chg and events after term
Neels Hofmeyr
2019-10-29
2
-1996
/
+307
*
add osmo_fsm_set_dealloc_ctx(), to help with use-after-free
Neels Hofmeyr
2019-10-29
4
-26
/
+3508
*
gprs_ns_vty: return success for disabled FR/GRE
Oliver Smith
2019-10-29
1
-4
/
+0
*
gsm0508: add functions to calculate beginning of a block
Philipp Maier
2019-10-28
7
-0
/
+611
*
vty: Return error if cmd returns CMD_WARNING while reading cfg file
Pau Espin Pedrol
2019-10-28
5
-2
/
+29
*
configure: Introduce --disable-libsctp and error by default if libsctp not found
Pau Espin Pedrol
2019-10-24
2
-11
/
+18
*
socket.c: build multiaddr socket API helpers only if used by public APIs
Pau Espin Pedrol
2019-10-24
1
-0
/
+4
*
libosmocore.pc.in: Append -lsctp to Libs.private
Pau Espin Pedrol
2019-10-22
1
-1
/
+1
*
socket: Remove unneeded condition check in osmo_sock_init2_multiaddr()
Pau Espin Pedrol
2019-10-21
1
-15
/
+15
*
socket: Introduce API osmo_sock_init2_multiaddr()
Pau Espin Pedrol
2019-10-18
5
-2
/
+307
*
tdef: Return correct snprintf value for osmo_tdef_range_str_buf()
Pau Espin Pedrol
2019-10-18
1
-2
/
+4
*
vty: Fix go_parent_cb not called for indented nodes at end of cfg file
Pau Espin Pedrol
2019-10-11
1
-0
/
+4
*
socket.c: Move glibc workarounds to same place in addrinfo_helper()
Pau Espin Pedrol
2019-10-10
1
-19
/
+10
*
logging: Introduce mutex API to manage log_target in multi-thread envs
Pau Espin Pedrol
2019-10-09
12
-100
/
+709
*
vty: Optionally Set/replace cfg file during cmd 'write file'
Pau Espin Pedrol
2019-10-07
1
-2
/
+6
*
tdef_test: verify case where osmo_tdef_set returns -EEXIST
Pau Espin Pedrol
2019-10-07
2
-0
/
+4
*
tdef: Introduce min_val and max_val fields
Pau Espin Pedrol
2019-10-07
8
-13
/
+175
*
API doc tweaks (mncc.h, gsm_08_08.h)
Neels Hofmeyr
2019-10-04
2
-5
/
+7
*
gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE
Neels Hofmeyr
2019-09-28
3
-7
/
+49
*
cosmetic: clarify c_iflag in osmo_serial_init()
Harald Welte
2019-09-28
1
-1
/
+1
*
sim/class_tables: Fix typo in comment
Harald Welte
2019-09-28
1
-1
/
+1
*
gsm29205_test: fix error: missing braces around initializer
Vadim Yanitskiy
2019-09-27
1
-1
/
+7
*
No fail if no /proc/cpuinfo
Ruben Undheim
2019-09-26
1
-1
/
+1
*
msgb: Allow size==headroom in msgb_alloc_headroom*()
Pau Espin Pedrol
2019-09-26
1
-2
/
+2
*
logging: Move extern declaration of osmo_log_target_list from logging.h to lo...
Pau Espin Pedrol
2019-09-20
2
-1
/
+1
*
osmo-release.sh: update TODO-RELEASE for non-lib projects too
Pau Espin Pedrol
2019-09-20
1
-5
/
+7
*
ecu_fr: increase test coverage for FR ECU implementation
Philipp Maier
2019-09-20
3
-2
/
+88
*
cosmetic: Add comment on GSM-FR ECU struct
Philipp Maier
2019-09-20
1
-0
/
+1
*
cosmetic: Move comment to the right place
Philipp Maier
2019-09-20
1
-1
/
+1
*
logging.h: add L1 SAPI related context and filter
Oliver Smith
2019-09-18
1
-0
/
+2
*
logging_internal.h: Fix osmo_log_info definition
Pau Espin Pedrol
2019-09-17
1
-1
/
+1
*
tdef: fixup osmo_tdef_set()
Neels Hofmeyr
2019-09-11
2
-9
/
+7
*
tdef_vty.h: Add missing header dependencies
Pau Espin Pedrol
2019-09-07
1
-0
/
+3
*
tdef: Introduce API osmo_tdef_set()
Pau Espin Pedrol
2019-09-07
2
-0
/
+21
*
Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability
Harald Welte
2019-09-05
2
-0
/
+2
*
gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning
Harald Welte
2019-09-05
2
-0
/
+3
[next]