summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr2018-03-131-1/+1
* configure: add --enable-werrorNeels Hofmeyr2018-03-131-0/+21
* src/msgb.c: avoid using internal talloc APIVadim Yanitskiy2018-03-091-2/+4
* src/msgb.c: print an error if msgb allocation failedVadim Yanitskiy2018-03-091-1/+3
* src/msgb.c: remove dead includes from OpenBSCVadim Yanitskiy2018-03-081-3/+0
* src/msgb.c: cosmetic: fix spelling mistakesVadim Yanitskiy2018-03-081-3/+3
* features: define osmo_bts_*_feature() as static inlinePhilipp Maier2018-03-051-2/+2
* osmo-release.sh: Set correct version when generating the changelogPau Espin Pedrol2018-03-051-1/+1
* gsm23003: add osmo_mcc_from_str()Neels Hofmeyr2018-03-051-0/+11
* fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2018-03-053-23/+21
* features: move bts feature related functionality to libosmocorePhilipp Maier2018-03-025-1/+95
* gsm23003_test: fix: compare members instead of bcmpNeels Hofmeyr2018-03-011-1/+3
* introduce GSM_MCC_MNC_INVALIDNeels Hofmeyr2018-03-011-0/+4
* timer: Document osmo_gettimeofday APIPau Espin Pedrol2018-03-011-1/+17
* timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol2018-03-018-4/+255
* gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2018-02-285-0/+157
* gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2018-02-282-0/+149
* gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2018-02-282-0/+50
* gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2018-02-282-4/+5
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-2815-75/+277
* core/logging.h: Add logging category for jitter bufferPau Espin Pedrol2018-02-272-1/+7
* l1sap: Add fields for higher-precision timing offset valuesHarald Welte2018-02-271-2/+8
* l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.indHarald Welte2018-02-271-0/+4
* core: Add timespec helper macros and make timer_compat.h publicPau Espin Pedrol2018-02-272-1/+45
* ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling2018-02-261-4/+8
* print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling2018-02-263-4/+13
* coding: Add BER-reporting RACH decode functionsHarald Welte2018-02-264-8/+54
* rate_ctr: Add rate_ctr_inc2() as convenience wrapperHarald Welte2018-02-241-0/+9
* ensure that osmo_fsm vty commands are only installed onceStefan Sperling2018-02-231-0/+12
* Revert "Add function to encode classmark"Harald Welte2018-02-223-18/+0
* ports.h: Add VTY and CTRL ports for osmo-trxPau Espin Pedrol2018-02-222-0/+5
* gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2018-02-222-0/+53
* gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2018-02-222-0/+22
* gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2018-02-222-5/+8
* gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2018-02-202-7/+7
* cosmetic: gsm0408_test: RA test cases as array-of-structNeels Hofmeyr2018-02-201-8/+12
* contrib/jenkins_arch.sh: Fix script comparison and arm supportDaniel Willmann2018-02-191-3/+3
* fsm: allow graceful exit on FSM terminationPhilipp Maier2018-02-193-2/+16
* memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr2018-02-161-1/+3
* memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2018-02-162-2/+8
* memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr2018-02-161-1/+1
* gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr2018-02-161-0/+3
* fsm: Add a function to change the FSM instance ID laterDaniel Willmann2018-02-152-6/+27
* Add function to encode classmarkMax2018-02-153-0/+18
* Add generic Mobile Identity encoderMax2018-02-153-14/+19
* Add test for gsm48_generate_mid_from_imsi()Max2018-02-152-0/+14
* talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte2018-02-141-3/+3
* build: Ensure all .pc files are installedMartin Hauke2018-02-141-1/+1
* gsmtap.h: define TETRA DMO mode channelsallesklar22018-02-141-0/+5
* Add helper functions for ACC bit flags in rach control IE.Stefan Sperling2018-02-131-2/+43