aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-13support for more cell ID list types in libosmocoreStefan Sperling4-4/+46
2018-03-05features: define osmo_bts_*_feature() as static inlinePhilipp Maier1-2/+2
2018-03-05gsm23003: add osmo_mcc_from_str()Neels Hofmeyr1-0/+11
2018-03-02features: move bts feature related functionality to libosmocorePhilipp Maier2-0/+44
2018-03-01introduce GSM_MCC_MNC_INVALIDNeels Hofmeyr1-0/+4
2018-03-01timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol1-0/+6
2018-02-28gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr1-0/+5
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr3-1/+23
2018-02-27core/logging.h: Add logging category for jitter bufferPau Espin Pedrol1-1/+2
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-26coding: Add BER-reporting RACH decode functionsHarald Welte1-2/+8
2018-02-24rate_ctr: Add rate_ctr_inc2() as convenience wrapperHarald Welte1-0/+9
2018-02-22Revert "Add function to encode classmark"Harald Welte1-1/+0
2018-02-22ports.h: Add VTY and CTRL ports for osmo-trxPau Espin Pedrol2-0/+5
2018-02-19fsm: allow graceful exit on FSM terminationPhilipp Maier1-0/+2
2018-02-15fsm: Add a function to change the FSM instance ID laterDaniel Willmann1-0/+2
2018-02-15Add function to encode classmarkMax1-0/+1
2018-02-15Add generic Mobile Identity encoderMax1-0/+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-09osmo_msgbdump_{l2,l3}(): Proper typecastHarald Welte1-2/+2
2018-02-09msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message bufferHarald Welte1-0/+14
2018-02-05GSUP: change osmo_gsup_encode() return typeMax1-1/+1
2018-02-05utils: add helper wrapper for osmo_strlcpy()Max1-0/+3
2018-02-03gsm48_hdr_msg_type(): SS is in the same group as MM/CCHarald Welte1-1/+1
2018-02-03gsm48_hdr_msg_type[_r99]: Fix bit-masksHarald Welte1-2/+2
2018-01-27gsm_04_08.h: Reduce T310 default to 30s.Harald Welte1-1/+1
2018-01-27gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default valueHarald Welte1-7/+7
2018-01-24SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte2-0/+11
2018-01-24fsm: add functions for unlinking and changing parentsPhilipp Maier1-0/+4
2018-01-19MNCC: Add MNCC to string dumperHarald Welte1-0/+9
2018-01-19logging: allow to log only the basename of each sourceNeels Hofmeyr1-0/+1
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr1-1/+13
2018-01-17logging: add ability to log the log-level with API and vtyNeels Hofmeyr1-0/+4
2018-01-17gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy1-2/+22
2018-01-15libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2-0/+16
2018-01-12Deprecate gsm48_construct_ra()Max1-1/+1
2018-01-12gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr1-0/+5
2018-01-08Add function to properly encode RAIMax2-0/+2
2018-01-04Fix incorrect spec referenceMax1-1/+1
2017-12-20logging vty: tweak general 'logging' command docNeels Hofmeyr1-1/+1
2017-12-20libosmocodec: add FR bit offset definitionsPhilipp Maier2-0/+273
2017-12-20libosmocodec: add FR/HR/EFR frame length definitionsVadim Yanitskiy1-0/+7
2017-12-20ports: define proper VTY and CTRL ports for OsmoHNBGWNeels Hofmeyr2-0/+3
2017-12-18add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr1-0/+1
2017-12-18ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr1-0/+2
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr1-0/+3