aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-05fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr3-23/+21
2018-03-02features: move bts feature related functionality to libosmocorePhilipp Maier5-1/+95
2018-03-01gsm23003_test: fix: compare members instead of bcmpNeels Hofmeyr1-1/+3
2018-03-01introduce GSM_MCC_MNC_INVALIDNeels Hofmeyr1-0/+4
2018-03-01timer: Document osmo_gettimeofday APIPau Espin Pedrol1-1/+17
2018-03-01timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol8-4/+255
2018-02-28gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr5-0/+157
2018-02-28gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2-0/+149
2018-02-28gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2-0/+50
2018-02-28gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2-4/+5
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr15-75/+277
2018-02-27core/logging.h: Add logging category for jitter bufferPau Espin Pedrol2-1/+7
2018-02-27l1sap: Add fields for higher-precision timing offset valuesHarald Welte1-2/+8
2018-02-27l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.indHarald Welte1-0/+4
2018-02-27core: Add timespec helper macros and make timer_compat.h publicPau Espin Pedrol2-1/+45
2018-02-26ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling1-4/+8
2018-02-26print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling3-4/+13
2018-02-26coding: Add BER-reporting RACH decode functionsHarald Welte4-8/+54
2018-02-24rate_ctr: Add rate_ctr_inc2() as convenience wrapperHarald Welte1-0/+9
2018-02-23ensure that osmo_fsm vty commands are only installed onceStefan Sperling1-0/+12
2018-02-22Revert "Add function to encode classmark"Harald Welte3-18/+0
2018-02-22ports.h: Add VTY and CTRL ports for osmo-trxPau Espin Pedrol2-0/+5
2018-02-22gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2-0/+53
2018-02-22gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2-0/+22
2018-02-22gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2-5/+8
2018-02-20gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2-7/+7
2018-02-20cosmetic: gsm0408_test: RA test cases as array-of-structNeels Hofmeyr1-8/+12
2018-02-19contrib/jenkins_arch.sh: Fix script comparison and arm supportDaniel Willmann1-3/+3
2018-02-19fsm: allow graceful exit on FSM terminationPhilipp Maier3-2/+16
2018-02-16memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr1-1/+3
2018-02-16memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2-2/+8
2018-02-16memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr1-1/+1
2018-02-16gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr1-0/+3
2018-02-15fsm: Add a function to change the FSM instance ID laterDaniel Willmann2-6/+27
2018-02-15Add function to encode classmarkMax3-0/+18
2018-02-15Add generic Mobile Identity encoderMax3-14/+19
2018-02-15Add test for gsm48_generate_mid_from_imsi()Max2-0/+14
2018-02-14talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte1-3/+3
2018-02-14build: Ensure all .pc files are installedMartin Hauke1-1/+1
2018-02-14gsmtap.h: define TETRA DMO mode channelsallesklar21-0/+5
2018-02-13Add helper functions for ACC bit flags in rach control IE.Stefan Sperling1-2/+43
2018-02-09Add GSM 04.08 type-of-number / numbering-plan-id definitionsHarald Welte1-0/+22
2018-02-09debian/control: Fix Vcs-Browser URLHarald Welte1-1/+1
2018-02-09osmo_msgbdump_{l2,l3}(): Proper typecastHarald Welte1-2/+2
2018-02-09Revert "fsm: do not terminate child FSMs early"Harald Welte1-4/+3
2018-02-09Revert "Use python 3 for utilities"Harald Welte3-3/+3
2018-02-09fsm: do not terminate child FSMs earlyPhilipp Maier1-3/+4
2018-02-09msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message bufferHarald Welte1-0/+14
2018-02-09tlv_parser: Report *first* occurrence of repeated IEsHarald Welte1-2/+7
2018-02-08tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol1-0/+1