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
...
*
gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u()
Harald Welte
2019-05-10
2
-41
/
+43
*
Print error message if application fails to call rate_ctr_init()
Harald Welte
2019-05-10
1
-2
/
+5
*
Fix osmo_quote_str_c() for strings larger than 32 bytes
Harald Welte
2019-05-10
1
-2
/
+13
*
Add MO-FALLBACK-VALUE SGsAP IE
Omar Ramadan
2019-05-10
1
-0
/
+2
*
fix typo in FSM description
Kévin Redon
2019-05-09
1
-4
/
+4
*
deal with rate_ctr_group_alloc() returning NULL
Harald Welte
2019-05-08
2
-0
/
+8
*
Bump version: 1.0.1.143-cc72c → 1.1.0
Pau Espin Pedrol
2019-05-07
5
-5
/
+5
*
add osmo_stat_item_inc/osmo_stat_item_dec to set it relative
Alexander Couzens
2019-05-07
1
-0
/
+24
*
add gsm0808_create_handover_request_ack2 to add AoIP RTP addr
Neels Hofmeyr
2019-05-05
2
-9
/
+37
*
osmo_gsup_decode(): properly check IMSI, avoid deprecation
Neels Hofmeyr
2019-05-05
1
-3
/
+5
*
gsm48_decode_bcd_number2(): allow avoiding deprecation
Neels Hofmeyr
2019-05-05
1
-23
/
+25
*
gsm48_decode_bcd_number2(): fix input len check
Neels Hofmeyr
2019-05-05
1
-2
/
+3
*
add vty_is_active()
Neels Hofmeyr
2019-05-03
1
-0
/
+10
*
add gsm48_decode_bcd_number2() from osmo-msc
Neels Hofmeyr
2019-05-03
2
-1
/
+28
*
BSSMAP: add messages for inter-BSC and inter-MSC Handover
Neels Hofmeyr
2019-05-03
2
-0
/
+175
*
BSSMAP: tweaks
Neels Hofmeyr
2019-04-26
1
-2
/
+2
*
GSUP: add inter-MSC handover related msgs and IEs
Oliver Smith
2019-04-26
1
-0
/
+127
*
bitcomp.c: fix missing Doxygen group closing tag
Vadim Yanitskiy
2019-04-25
1
-1
/
+1
*
application.c: drop wrong \references of osmo_init_ignore_signals()
Vadim Yanitskiy
2019-04-25
1
-1
/
+1
*
GSUP: add Message Class IE
Neels Hofmeyr
2019-04-13
2
-0
/
+19
*
gsm/gsm_utils.c: indicate intentional fall-through
Vadim Yanitskiy
2019-04-12
1
-0
/
+1
*
gb/gprs_ns_sns.c: fix incorrect sizeof() calculation
Vadim Yanitskiy
2019-04-12
1
-1
/
+1
*
Fix incorrect buffer size calculation
Vadim Yanitskiy
2019-04-12
3
-11
/
+16
*
add identifier sanitation for setting FSM instance ids
Neels Hofmeyr
2019-04-12
2
-2
/
+51
*
add osmo_{escape,quote}_str_buf2() for standard args ordering
Neels Hofmeyr
2019-04-12
1
-39
/
+95
*
add osmo_str_startswith()
Neels Hofmeyr
2019-04-11
2
-11
/
+15
*
make osmo_sockaddr_str_is_set() NULL-safe
Neels Hofmeyr
2019-04-11
1
-1
/
+2
*
fsm: support graceful osmo_fsm_inst_term() cascades
Neels Hofmeyr
2019-04-11
1
-6
/
+142
*
fsm: add flag to ensure osmo_fsm_inst_term() happens only once
Neels Hofmeyr
2019-04-11
1
-0
/
+6
*
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
14
-11
/
+419
*
add osmo_use_count API
Neels Hofmeyr
2019-04-08
2
-0
/
+280
*
add osmo_sockaddr_str API
Neels Hofmeyr
2019-04-08
2
-1
/
+381
*
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
13
-117
/
+337
*
osmo_escape_str_buf: Always copy, don't return input string pointer
Harald Welte
2019-03-29
1
-19
/
+8
*
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
1
-1
/
+1
*
src/msgb.c: fix Doxygen documentation for msgb_printf()
Vadim Yanitskiy
2019-03-27
1
-2
/
+3
*
src/logging.c: fix syntax errors in Doxygen documentation
Vadim Yanitskiy
2019-03-27
1
-7
/
+7
*
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
[prev]
[next]