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: allow opening reader# > 0
Eric Wild
2019-12-09
1
-3
/
+4
*
gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IE
Harald Welte
2019-12-09
1
-4
/
+15
*
gprs_ns_instantiate(): propagate errors from gprs_sns_init() to caller
Harald Welte
2019-12-01
1
-2
/
+7
*
libosmovty: simplify condition checking vty->fd in vty_close()
Vadim Yanitskiy
2019-11-30
1
-2
/
+2
*
libosmovty: properly initialize vty->fd in vty_new()
Vadim Yanitskiy
2019-11-30
1
-0
/
+1
*
04.80: Deprecate gsm0480_create_ussd_resp()
Harald Welte
2019-11-30
1
-0
/
+1
*
Introduce fields related to DTAP DLCI
Pau Espin Pedrol
2019-11-27
2
-0
/
+8
*
add osmo_escape_cstr and osmo_quote_cstr
Neels Hofmeyr
2019-11-24
1
-17
/
+92
*
vty: track parent nodes also for telnet sessions
Neels Hofmeyr
2019-11-24
1
-30
/
+24
*
osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()
Neels Hofmeyr
2019-11-24
1
-2
/
+16
*
utils: add osmo_strnchr()
Neels Hofmeyr
2019-11-24
1
-0
/
+22
*
utils_test: add osmo_print_n_test()
Neels Hofmeyr
2019-11-24
1
-0
/
+2
*
GSUP: rename E_ROUTING_ERROR to ROUTING_ERROR
Neels Hofmeyr
2019-11-24
1
-1
/
+1
*
fix osmo_escape_str_c() and osmo_quote_str_c()
Neels Hofmeyr
2019-11-23
1
-30
/
+48
*
osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte order
Neels Hofmeyr
2019-11-23
1
-6
/
+8
*
fix DLSMS logging category color: '[1:38m' isn't actually defined
Neels Hofmeyr
2019-11-23
1
-1
/
+1
*
logging.h: define ansi color constants
Neels Hofmeyr
2019-11-23
1
-8
/
+8
*
libosmogsm: add support for XOR authentication
Daniel Willmann
2019-11-22
2
-1
/
+188
*
utils.c: fix various inaccurate API doc about return values
Neels Hofmeyr
2019-11-21
1
-4
/
+3
*
add osmo_sockaddr_str_cmp()
Neels Hofmeyr
2019-11-21
1
-0
/
+74
*
logging/vty: fix: do not close stderr in vty_close()
Vadim Yanitskiy
2019-11-21
1
-1
/
+1
*
logging/vty: fix vty_read_file(): do not write warnings to stdin
Vadim Yanitskiy
2019-11-21
1
-1
/
+5
*
logging/vty: fix: actually ignore deprecated logging commands
Vadim Yanitskiy
2019-11-21
1
-1
/
+1
*
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
*
GPRS/BSSGP: introduce bssgp_bvc_ctx_free()
Vadim Yanitskiy
2019-11-09
2
-0
/
+10
*
select: Make file descriptor lists per-thread
Harald Welte
2019-11-07
1
-3
/
+17
*
gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests
Pau Espin Pedrol
2019-11-04
1
-2
/
+2
*
gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()
Pau Espin Pedrol
2019-11-03
2
-0
/
+22
*
add osmo_sockaddr_str_is_nonzero()
Neels Hofmeyr
2019-11-01
1
-0
/
+29
*
fsm: refuse state chg and events after term
Neels Hofmeyr
2019-10-29
1
-0
/
+15
*
add osmo_fsm_set_dealloc_ctx(), to help with use-after-free
Neels Hofmeyr
2019-10-29
1
-9
/
+47
*
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
2
-0
/
+158
*
vty: Return error if cmd returns CMD_WARNING while reading cfg file
Pau Espin Pedrol
2019-10-28
1
-2
/
+1
*
socket.c: build multiaddr socket API helpers only if used by public APIs
Pau Espin Pedrol
2019-10-24
1
-0
/
+4
*
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
2
-2
/
+288
*
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
5
-94
/
+199
*
vty: Optionally Set/replace cfg file during cmd 'write file'
Pau Espin Pedrol
2019-10-07
1
-2
/
+6
*
tdef: Introduce min_val and max_val fields
Pau Espin Pedrol
2019-10-07
2
-10
/
+81
*
gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE
Neels Hofmeyr
2019-09-28
1
-0
/
+35
*
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
*
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
[next]