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: 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
*
timer: Introduce osmo_clock_gettime to override clock_gettime
Pau Espin Pedrol
2018-03-01
8
-4
/
+255
*
gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC
Neels Hofmeyr
2018-02-28
5
-0
/
+157
*
gsm0408_test: add test cases for MNC with leading zeros
Neels Hofmeyr
2018-02-28
2
-0
/
+149
*
gsm0408_test: test new gsm48_{decode,generate}_lai2() functions
Neels Hofmeyr
2018-02-28
2
-0
/
+50
*
gsm0408_test: check for new mnc_3_digits flag
Neels Hofmeyr
2018-02-28
2
-4
/
+5
*
implement support for 3-digit MNC with leading zeros
Neels Hofmeyr
2018-02-28
15
-75
/
+277
*
core/logging.h: Add logging category for jitter buffer
Pau Espin Pedrol
2018-02-27
2
-1
/
+7
*
l1sap: Add fields for higher-precision timing offset values
Harald Welte
2018-02-27
1
-2
/
+8
*
l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.ind
Harald Welte
2018-02-27
1
-0
/
+4
*
core: Add timespec helper macros and make timer_compat.h public
Pau Espin Pedrol
2018-02-27
2
-1
/
+45
*
ensure VTY commands don't segfault if an FSM has no event names
Stefan Sperling
2018-02-26
1
-4
/
+8
*
print BIG FAT ERROR message if osmo_fsm lacks event names
Stefan Sperling
2018-02-26
3
-4
/
+13
*
coding: Add BER-reporting RACH decode functions
Harald Welte
2018-02-26
4
-8
/
+54
*
rate_ctr: Add rate_ctr_inc2() as convenience wrapper
Harald Welte
2018-02-24
1
-0
/
+9
*
ensure that osmo_fsm vty commands are only installed once
Stefan Sperling
2018-02-23
1
-0
/
+12
*
Revert "Add function to encode classmark"
Harald Welte
2018-02-22
3
-18
/
+0
*
ports.h: Add VTY and CTRL ports for osmo-trx
Pau Espin Pedrol
2018-02-22
2
-0
/
+5
*
gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()
Neels Hofmeyr
2018-02-22
2
-0
/
+53
*
gsm0408_test: RA test: include min/max value cases
Neels Hofmeyr
2018-02-22
2
-0
/
+22
*
gsm0408_test: include BCD and leading zeros in test output
Neels Hofmeyr
2018-02-22
2
-5
/
+8
*
gsm0408_test: cosmetically re-order MCC to come before MNC
Neels Hofmeyr
2018-02-20
2
-7
/
+7
*
cosmetic: gsm0408_test: RA test cases as array-of-struct
Neels Hofmeyr
2018-02-20
1
-8
/
+12
*
contrib/jenkins_arch.sh: Fix script comparison and arm support
Daniel Willmann
2018-02-19
1
-3
/
+3
*
fsm: allow graceful exit on FSM termination
Philipp Maier
2018-02-19
3
-2
/
+16
*
memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure
Neels Hofmeyr
2018-02-16
1
-1
/
+3
*
memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure
Neels Hofmeyr
2018-02-16
2
-2
/
+8
[prev]
[next]