index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
memleak: gsmtap_sendmsg(): don't return 0 when no data was written
Neels Hofmeyr
2018-02-16
1
-1
/
+1
*
gsmtap_sendmsg(): clarify API doc concerning msgb ownership
Neels Hofmeyr
2018-02-16
1
-0
/
+3
*
fsm: Add a function to change the FSM instance ID later
Daniel Willmann
2018-02-15
2
-6
/
+27
*
Add function to encode classmark
Max
2018-02-15
3
-0
/
+18
*
Add generic Mobile Identity encoder
Max
2018-02-15
3
-14
/
+19
*
Add test for gsm48_generate_mid_from_imsi()
Max
2018-02-15
2
-0
/
+14
*
talloc_ctx_vty: Fix help strings (missing \n at end of line)
Harald Welte
2018-02-14
1
-3
/
+3
*
build: Ensure all .pc files are installed
Martin Hauke
2018-02-14
1
-1
/
+1
*
gsmtap.h: define TETRA DMO mode channels
allesklar2
2018-02-14
1
-0
/
+5
*
Add helper functions for ACC bit flags in rach control IE.
Stefan Sperling
2018-02-13
1
-2
/
+43
*
Add GSM 04.08 type-of-number / numbering-plan-id definitions
Harald Welte
2018-02-09
1
-0
/
+22
*
debian/control: Fix Vcs-Browser URL
Harald Welte
2018-02-09
1
-1
/
+1
*
osmo_msgbdump_{l2,l3}(): Proper typecast
Harald Welte
2018-02-09
1
-2
/
+2
*
Revert "fsm: do not terminate child FSMs early"
Harald Welte
2018-02-09
1
-4
/
+3
*
Revert "Use python 3 for utilities"
Harald Welte
2018-02-09
3
-3
/
+3
[next]