index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsm: add flag to ensure osmo_fsm_inst_term() happens only once
Neels Hofmeyr
2019-04-11
4
-38
/
+349
*
add fsm_dealloc_test.c
Neels Hofmeyr
2019-04-11
3
-1
/
+606
*
gsm_utils.c: fix Doxygen description for gsm_get_octet_len()
Vadim Yanitskiy
2019-04-11
1
-4
/
+4
*
vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()
Vadim Yanitskiy
2019-04-11
1
-1
/
+1
*
vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap
Vadim Yanitskiy
2019-04-11
1
-43
/
+15
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
27
-11
/
+474
*
gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) values
Vadim Yanitskiy
2019-04-09
1
-0
/
+5
*
add osmo_use_count API
Neels Hofmeyr
2019-04-08
9
-0
/
+1031
*
add osmo_sockaddr_str API
Neels Hofmeyr
2019-04-08
9
-2
/
+1008
*
gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_buf
Philipp Maier
2019-04-08
1
-1
/
+1
*
Add _buf() functions to bypass static string buffers
Harald Welte
2019-04-03
25
-118
/
+362
*
osmo_escape_str_buf: Always copy, don't return input string pointer
Harald Welte
2019-03-29
4
-31
/
+10
*
ipa: Fix ipa_ccm_id_resp_parse on big endian systems
Pau Espin Pedrol
2019-03-28
1
-2
/
+2
*
ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parse
Pau Espin Pedrol
2019-03-28
1
-1
/
+11
*
src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()
Vadim Yanitskiy
2019-03-28
1
-0
/
+1
*
BSSGP: use variable for NSEI
Max
2019-03-28
1
-26
/
+27
*
logging_gsmtap.c: document all params of log_target_create_gsmtap()
Vadim Yanitskiy
2019-03-27
1
-0
/
+4
*
Doxygen: fix documentation of osmo_timer_setup()
Vadim Yanitskiy
2019-03-27
1
-2
/
+2
*
src/rate_ctr.c: drop some incorrect \ref references
Vadim Yanitskiy
2019-03-27
1
-3
/
+3
*
Doxygen: fix documentation of rate_ctr_for_each_counter()
Vadim Yanitskiy
2019-03-27
2
-5
/
+1
*
core/msgb.h: fix incorrect Doxygen parameter description
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
src/msgb.c: fix Doxygen documentation for msgb_printf()
Vadim Yanitskiy
2019-03-27
1
-2
/
+3
*
core/msgb.h: drop meaningless parameter of msgb_eq_* helpers
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
src/logging.c: fix syntax errors in Doxygen documentation
Vadim Yanitskiy
2019-03-27
1
-7
/
+7
*
core/linuxlist.h: fix white-space and inconsistent alignment
Vadim Yanitskiy
2019-03-27
1
-19
/
+19
*
core/linuxlist.h: fix and unify Doxygen documentation
Vadim Yanitskiy
2019-03-27
1
-99
/
+96
*
gsm_utils.h: remove unused include of gsm_08_08.h
Neels Hofmeyr
2019-03-27
1
-1
/
+0
*
Revert "ipa_ccm_idtag_parse*: Fix reported length value"
Oliver Smith
2019-03-25
1
-1
/
+1
*
Doxygen: fix incorrect / missing parameter description
Vadim Yanitskiy
2019-03-25
2
-4
/
+4
*
Revert "signal.c: Make non-exported tall_sigh_ctx static"
Oliver Smith
2019-03-22
1
-1
/
+1
*
signal.c: Make non-exported tall_sigh_ctx static
Harald Welte
2019-03-21
1
-1
/
+1
*
signal.c: Fix osmo_signal_talloc_ctx_init()
Harald Welte
2019-03-21
1
-1
/
+1
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
9
-37
/
+42
*
src/signal.c: cosmetic: use talloc_zero()
Vadim Yanitskiy
2019-03-20
1
-3
/
+1
*
gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()
Harald Welte
2019-03-20
1
-0
/
+2
*
socket: osmo_sock_get_name() Use "const void *" as talloc context
Harald Welte
2019-03-19
2
-2
/
+2
*
vty/tdef_vty.c: drop redundant comparison
Vadim Yanitskiy
2019-03-19
1
-1
/
+1
*
ipa_ccm_idtag_parse*: Fix reported length value
Harald Welte
2019-03-19
1
-1
/
+1
*
rate_ctr_group_free(): guard against empty or NULL input
Max
2019-03-19
1
-1
/
+5
*
tests: use -no-install libtool flag to avoid ./lt-* scripts
Harald Welte
2019-03-19
1
-1
/
+1
*
gprs_ns_sns: Use "correct" remote IP address for local IP endpoint
Harald Welte
2019-03-16
1
-2
/
+2
*
gprs_ns: Don't use initial IP/port for anything but SNS
Harald Welte
2019-03-16
1
-2
/
+55
*
gprs_ns.c: Update comment: IP SNS has recently been implemented
Harald Welte
2019-03-16
1
-1
/
+0
*
osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
Neels Hofmeyr
2019-03-14
1
-1
/
+1
*
Fix build on non-glibc systems
Karl Koscher
2019-03-11
1
-3
/
+8
*
gsm0808_utils: fix gsm48 multirate to S-bit converter
Philipp Maier
2019-03-11
3
-19
/
+78
*
gsm0808_utils: fix gsm48 multirate configuration generator
Philipp Maier
2019-03-11
5
-57
/
+313
*
add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()
Neels Hofmeyr
2019-03-08
6
-8
/
+270
*
fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
Neels Hofmeyr
2019-03-07
5
-17
/
+76
[next]