index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly
Neels Hofmeyr
2018-04-15
1
-7
/
+7
*
test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACs
Neels Hofmeyr
2018-04-13
2
-4
/
+4
*
test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytes
Neels Hofmeyr
2018-04-13
2
-8
/
+9
*
add gsm0808_{enc,dec}_cell_id
Neels Hofmeyr
2018-04-13
5
-12
/
+280
*
add tlv_parse2(), capable of multiple instances of the same IE
Neels Hofmeyr
2018-04-13
4
-24
/
+83
*
add gsm0808_cell_id_list_add() to combine two cell identifier lists
Neels Hofmeyr
2018-04-13
5
-0
/
+361
*
add osmo_cgi_name()
Neels Hofmeyr
2018-04-13
3
-0
/
+31
*
msgb: msgb_pull: Abort when pulling more than avail size
Pau Espin Pedrol
2018-04-11
1
-0
/
+3
*
msgb: msgb_get: Drop unneeded tmp var
Pau Espin Pedrol
2018-04-11
1
-2
/
+1
*
avoid warning in gsm0808_create_layer3
Neels Hofmeyr
2018-04-10
1
-1
/
+11
*
deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros
Neels Hofmeyr
2018-04-10
2
-7
/
+12
*
fix issue on big endian architecture
Thorsten Alteholz
2018-04-09
1
-1
/
+1
*
add gsm48_reject_value_names
Neels Hofmeyr
2018-04-09
3
-0
/
+38
*
add osmo_fsm_inst_update_id_f()
Neels Hofmeyr
2018-04-09
4
-22
/
+97
*
cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"
Neels Hofmeyr
2018-04-09
2
-4
/
+5
*
fsm: id: properly set name in case of NULL id
Neels Hofmeyr
2018-04-09
3
-19
/
+4
*
fsm_test: more thoroughly test FSM inst ids and names
Neels Hofmeyr
2018-04-09
2
-7
/
+138
*
osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)
Neels Hofmeyr
2018-04-09
1
-0
/
+5
*
fsm_test: terminate the main loop instead of exit on timeout
Neels Hofmeyr
2018-04-09
2
-2
/
+7
*
add osmo_quote_str(),osmo_quote_str_buf() and test
Neels Hofmeyr
2018-04-09
4
-0
/
+128
*
fix spelling
Thorsten Alteholz
2018-04-08
3
-3
/
+3
*
use osmo_init_logging2() with proper talloc ctx
Neels Hofmeyr
2018-04-06
14
-21
/
+47
*
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
*
fix ctrl_test sanitizer issues
Neels Hofmeyr
2018-04-05
1
-1
/
+12
*
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
5
-5
/
+13
*
ctrl: test deferred cmd, show current failure
Neels Hofmeyr
2018-04-05
2
-0
/
+108
*
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
3
-10
/
+32
*
gsm0480: document the 'ss_request' structure
Vadim Yanitskiy
2018-04-04
1
-0
/
+31
*
gsm0808: Add value strings for BSSMAP cause codes
Philipp Maier
2018-03-29
3
-0
/
+75
*
fix logging talloc ctx: add osmo_init_logging2()
Neels Hofmeyr
2018-03-28
2
-2
/
+11
*
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
*
contrib/fsm-to-dot: warn about identically named FSMs
Neels Hofmeyr
2018-03-26
1
-2
/
+19
*
contrib/fsm-to-dot: mark illegal states in red
Neels Hofmeyr
2018-03-26
1
-5
/
+29
*
contrib/fsm-to-dot: less false positives on event parsing
Neels Hofmeyr
2018-03-26
1
-8
/
+29
*
contrib/fsm-to-dot: mark arrows that feed events
Neels Hofmeyr
2018-03-26
1
-7
/
+12
*
contrib/fsm-to-dot: add default edge label '-'
Neels Hofmeyr
2018-03-26
1
-1
/
+4
*
contrib/fsm-to-dot: warn and draw unallowed state transitions
Neels Hofmeyr
2018-03-26
1
-1
/
+12
*
contrib/fsm-to-dot: don't match on event names in comments
Neels Hofmeyr
2018-03-26
1
-0
/
+4
*
contrib/fsm-to-dot: allow transition from and to the same state
Neels Hofmeyr
2018-03-26
1
-3
/
+5
*
contrib/fsm-to-dot: add -h option to print basic instructions
Neels Hofmeyr
2018-03-26
1
-0
/
+4
*
cosmetic: gsm0808_test: drop extraneous assertion
Neels Hofmeyr
2018-03-24
1
-1
/
+0
*
fix gsm0808_enc_cell_id_list2 for leading-zero MNC
Neels Hofmeyr
2018-03-23
2
-6
/
+3
*
show failure in gsm0808_enc_cell_id_list2() in gsm0808_test
Neels Hofmeyr
2018-03-23
1
-4
/
+8
*
gsm0808_test: cosmetic: test non-hex MCC
Neels Hofmeyr
2018-03-23
1
-6
/
+6
*
gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure
Neels Hofmeyr
2018-03-23
1
-24
/
+32
[next]