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
...
*
gsm_utils: call gnutls_global_init() as constructor
Alexander Couzens
2018-05-02
1
-0
/
+19
*
RSL/LAPDm: Not all RLL message are "transparent"
Harald Welte
2018-04-19
1
-3
/
+21
*
osmo_sockaddr_is_local: Fix memleak
Pau Espin Pedrol
2018-04-18
1
-1
/
+4
*
osmo_get_macaddr: Fix buffer read out of bounds
Pau Espin Pedrol
2018-04-18
1
-2
/
+7
*
add gsm0808_cell_{id,id_list}_name() and friends
Neels Hofmeyr
2018-04-18
2
-0
/
+149
*
gsm/gsm48.c: add call independent SS message names
Vadim Yanitskiy
2018-04-17
1
-0
/
+12
*
protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD
Vadim Yanitskiy
2018-04-17
1
-1
/
+0
*
prevent integer underflow in ipa_ccm_make_id_resp_from_req()
Harald Welte
2018-04-17
1
-1
/
+6
*
cosmetic: log: fix typo, clarify msg for rate_ctr name mangling
Neels Hofmeyr
2018-04-16
1
-2
/
+3
*
add gsm0808_{enc,dec}_cell_id
Neels Hofmeyr
2018-04-13
2
-0
/
+53
*
add tlv_parse2(), capable of multiple instances of the same IE
Neels Hofmeyr
2018-04-13
2
-24
/
+69
*
add gsm0808_cell_id_list_add() to combine two cell identifier lists
Neels Hofmeyr
2018-04-13
2
-0
/
+80
*
add osmo_cgi_name()
Neels Hofmeyr
2018-04-13
2
-0
/
+29
*
avoid warning in gsm0808_create_layer3
Neels Hofmeyr
2018-04-10
1
-1
/
+11
*
add gsm48_reject_value_names
Neels Hofmeyr
2018-04-09
2
-0
/
+34
*
add osmo_fsm_inst_update_id_f()
Neels Hofmeyr
2018-04-09
1
-22
/
+45
*
cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"
Neels Hofmeyr
2018-04-09
1
-2
/
+3
*
fsm: id: properly set name in case of NULL id
Neels Hofmeyr
2018-04-09
1
-5
/
+3
*
osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)
Neels Hofmeyr
2018-04-09
1
-0
/
+5
*
add osmo_quote_str(),osmo_quote_str_buf() and test
Neels Hofmeyr
2018-04-09
1
-0
/
+38
*
fix spelling
Thorsten Alteholz
2018-04-08
3
-3
/
+3
*
socket.c: osmo_sock_init: Several logic fixes and log improvements
Pau Espin Pedrol
2018-04-05
1
-8
/
+16
*
socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements
Pau Espin Pedrol
2018-04-05
1
-8
/
+17
*
socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements
Pau Espin Pedrol
2018-04-05
1
-7
/
+19
*
cosmetic: flatten ctrl_handle_msg()
Neels Hofmeyr
2018-04-05
1
-17
/
+19
*
ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)
Neels Hofmeyr
2018-04-05
2
-0
/
+8
*
gsm0480: drop messages with incorrect data length
Vadim Yanitskiy
2018-04-04
1
-9
/
+12
*
gsm0480: copy the raw USSD data, its DCS and length
Vadim Yanitskiy
2018-04-04
1
-9
/
+17
*
gsm0808: Add value strings for BSSMAP cause codes
Philipp Maier
2018-03-29
2
-0
/
+74
*
fix logging talloc ctx: add osmo_init_logging2()
Neels Hofmeyr
2018-03-28
1
-1
/
+6
*
vty/command.c: write_config_file(): sanely compose temp path
Neels Hofmeyr
2018-03-28
1
-1
/
+11
*
VTY: Don't welcome the user to the "control" interface, if it's VTY
Harald Welte
2018-03-27
1
-1
/
+1
*
fix gsm0808_enc_cell_id_list2 for leading-zero MNC
Neels Hofmeyr
2018-03-23
1
-2
/
+2
*
gsm_08_08: correct speech codec defaults
Philipp Maier
2018-03-23
1
-2
/
+2
*
fsm: Update the name as well if the id is updated and accept NULL
Daniel Willmann
2018-03-19
1
-14
/
+22
*
abis_nm: Introduce abis_nm_dump_foh()
Harald Welte
2018-03-17
2
-4
/
+12
*
add a regression test for TLV parsing with repeated IEs
Stefan Sperling
2018-03-16
1
-2
/
+2
*
fix parse_cell_id_lac_and_ci_list()
Stefan Sperling
2018-03-16
1
-6
/
+7
*
fix bug in parse_cell_id_ci_list()
Stefan Sperling
2018-03-16
1
-1
/
+1
*
use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()
Stefan Sperling
2018-03-15
1
-9
/
+6
*
fix cell identifier decoding in libosmocore
Stefan Sperling
2018-03-15
1
-15
/
+16
*
fix a cell identifier parsing bug in libosmocore
Stefan Sperling
2018-03-14
1
-2
/
+2
*
support for more cell ID list types in libosmocore
Stefan Sperling
2018-03-13
3
-5
/
+292
*
src/msgb.c: avoid using internal talloc API
Vadim Yanitskiy
2018-03-09
1
-2
/
+4
*
src/msgb.c: print an error if msgb allocation failed
Vadim Yanitskiy
2018-03-09
1
-1
/
+3
*
src/msgb.c: remove dead includes from OpenBSC
Vadim Yanitskiy
2018-03-08
1
-3
/
+0
*
src/msgb.c: cosmetic: fix spelling mistakes
Vadim Yanitskiy
2018-03-08
1
-3
/
+3
*
fix osmo_mnc_from_str(): don't try to parse NULL
Neels Hofmeyr
2018-03-05
1
-8
/
+6
*
features: move bts feature related functionality to libosmocore
Philipp Maier
2018-03-02
3
-1
/
+51
*
timer: Document osmo_gettimeofday API
Pau Espin Pedrol
2018-03-01
1
-1
/
+17
[prev]
[next]