summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* contrib/fsm-to-dot: mark arrows that feed eventsNeels Hofmeyr2018-03-261-7/+12
* contrib/fsm-to-dot: add default edge label '-'Neels Hofmeyr2018-03-261-1/+4
* contrib/fsm-to-dot: warn and draw unallowed state transitionsNeels Hofmeyr2018-03-261-1/+12
* contrib/fsm-to-dot: don't match on event names in commentsNeels Hofmeyr2018-03-261-0/+4
* contrib/fsm-to-dot: allow transition from and to the same stateNeels Hofmeyr2018-03-261-3/+5
* contrib/fsm-to-dot: add -h option to print basic instructionsNeels Hofmeyr2018-03-261-0/+4
* cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr2018-03-241-1/+0
* fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2018-03-232-6/+3
* show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr2018-03-231-4/+8
* gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr2018-03-231-6/+6
* gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr2018-03-231-24/+32
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-233-13/+13
* fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann2018-03-192-14/+26
* abis_nm: Introduce abis_nm_dump_foh()Harald Welte2018-03-173-9/+15
* add a regression test for TLV parsing with repeated IEsStefan Sperling2018-03-162-2/+33
* add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling2018-03-161-0/+61
* fix parse_cell_id_lac_and_ci_list()Stefan Sperling2018-03-162-6/+49
* fix bug in parse_cell_id_ci_list()Stefan Sperling2018-03-162-1/+36
* use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling2018-03-152-9/+63
* fix cell identifier decoding in libosmocoreStefan Sperling2018-03-152-15/+53
* fix a cell identifier parsing bug in libosmocoreStefan Sperling2018-03-141-2/+2
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-138-34/+360
* 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