summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-231-4/+4
* abis_nm: Introduce abis_nm_dump_foh()Harald Welte2018-03-171-5/+3
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-134-4/+46
* features: define osmo_bts_*_feature() as static inlinePhilipp Maier2018-03-051-2/+2
* gsm23003: add osmo_mcc_from_str()Neels Hofmeyr2018-03-051-0/+11
* features: move bts feature related functionality to libosmocorePhilipp Maier2018-03-022-0/+44
* introduce GSM_MCC_MNC_INVALIDNeels Hofmeyr2018-03-011-0/+4
* timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol2018-03-011-0/+6
* gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2018-02-281-0/+5
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-283-1/+23
* core/logging.h: Add logging category for jitter bufferPau Espin Pedrol2018-02-271-1/+2
* 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
* coding: Add BER-reporting RACH decode functionsHarald Welte2018-02-261-2/+8
* rate_ctr: Add rate_ctr_inc2() as convenience wrapperHarald Welte2018-02-241-0/+9
* Revert "Add function to encode classmark"Harald Welte2018-02-221-1/+0
* ports.h: Add VTY and CTRL ports for osmo-trxPau Espin Pedrol2018-02-222-0/+5
* fsm: allow graceful exit on FSM terminationPhilipp Maier2018-02-191-0/+2
* fsm: Add a function to change the FSM instance ID laterDaniel Willmann2018-02-151-0/+2
* Add function to encode classmarkMax2018-02-151-0/+1
* Add generic Mobile Identity encoderMax2018-02-151-0/+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
* Add GSM 04.08 type-of-number / numbering-plan-id definitionsHarald Welte2018-02-091-0/+22
* osmo_msgbdump_{l2,l3}(): Proper typecastHarald Welte2018-02-091-2/+2
* msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message bufferHarald Welte2018-02-091-0/+14
* GSUP: change osmo_gsup_encode() return typeMax2018-02-051-1/+1
* utils: add helper wrapper for osmo_strlcpy()Max2018-02-051-0/+3
* gsm48_hdr_msg_type(): SS is in the same group as MM/CCHarald Welte2018-02-031-1/+1
* gsm48_hdr_msg_type[_r99]: Fix bit-masksHarald Welte2018-02-031-2/+2
* gsm_04_08.h: Reduce T310 default to 30s.Harald Welte2018-01-271-1/+1
* gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default valueHarald Welte2018-01-271-7/+7
* SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte2018-01-242-0/+11
* fsm: add functions for unlinking and changing parentsPhilipp Maier2018-01-241-0/+4
* MNCC: Add MNCC to string dumperHarald Welte2018-01-191-0/+9
* logging: allow to log only the basename of each sourceNeels Hofmeyr2018-01-191-0/+1
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-191-1/+13
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-171-0/+4
* gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy2018-01-171-2/+22
* libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2018-01-152-0/+16
* Deprecate gsm48_construct_ra()Max2018-01-121-1/+1
* gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr2018-01-121-0/+5
* Add function to properly encode RAIMax2018-01-082-0/+2
* Fix incorrect spec referenceMax2018-01-041-1/+1
* logging vty: tweak general 'logging' command docNeels Hofmeyr2017-12-201-1/+1
* libosmocodec: add FR bit offset definitionsPhilipp Maier2017-12-202-0/+273
* libosmocodec: add FR/HR/EFR frame length definitionsVadim Yanitskiy2017-12-201-0/+7
* ports: define proper VTY and CTRL ports for OsmoHNBGWNeels Hofmeyr2017-12-202-0/+3
* add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr2017-12-181-0/+1