index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gsm_08_08: correct speech codec defaults
Philipp Maier
2018-03-23
3
-13
/
+13
*
fsm: Update the name as well if the id is updated and accept NULL
Daniel Willmann
2018-03-19
2
-14
/
+26
*
abis_nm: Introduce abis_nm_dump_foh()
Harald Welte
2018-03-17
3
-9
/
+15
*
add a regression test for TLV parsing with repeated IEs
Stefan Sperling
2018-03-16
2
-2
/
+33
*
add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier lists
Stefan Sperling
2018-03-16
1
-0
/
+61
*
fix parse_cell_id_lac_and_ci_list()
Stefan Sperling
2018-03-16
2
-6
/
+49
*
fix bug in parse_cell_id_ci_list()
Stefan Sperling
2018-03-16
2
-1
/
+36
*
use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()
Stefan Sperling
2018-03-15
2
-9
/
+63
*
fix cell identifier decoding in libosmocore
Stefan Sperling
2018-03-15
2
-15
/
+53
*
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
8
-34
/
+360
*
jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS
Neels Hofmeyr
2018-03-13
1
-1
/
+1
*
configure: add --enable-werror
Neels Hofmeyr
2018-03-13
1
-0
/
+21
*
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
*
features: define osmo_bts_*_feature() as static inline
Philipp Maier
2018-03-05
1
-2
/
+2
*
osmo-release.sh: Set correct version when generating the changelog
Pau Espin Pedrol
2018-03-05
1
-1
/
+1
*
gsm23003: add osmo_mcc_from_str()
Neels Hofmeyr
2018-03-05
1
-0
/
+11
*
fix osmo_mnc_from_str(): don't try to parse NULL
Neels Hofmeyr
2018-03-05
3
-23
/
+21
*
features: move bts feature related functionality to libosmocore
Philipp Maier
2018-03-02
5
-1
/
+95
*
gsm23003_test: fix: compare members instead of bcmp
Neels Hofmeyr
2018-03-01
1
-1
/
+3
*
introduce GSM_MCC_MNC_INVALID
Neels Hofmeyr
2018-03-01
1
-0
/
+4
*
timer: Document osmo_gettimeofday API
Pau Espin Pedrol
2018-03-01
1
-1
/
+17
[next]