aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr1-0/+1
2018-04-13add osmo_cgi_name()Neels Hofmeyr1-0/+2
2018-04-11msgb: msgb_pull: Abort when pulling more than avail sizePau Espin Pedrol1-0/+3
2018-04-11msgb: msgb_get: Drop unneeded tmp varPau Espin Pedrol1-2/+1
2018-04-10deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zerosNeels Hofmeyr2-7/+12
2018-04-09fix issue on big endian architectureThorsten Alteholz1-1/+1
2018-04-09add gsm48_reject_value_namesNeels Hofmeyr1-0/+4
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr1-0/+1
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr1-0/+2
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr1-0/+3
2018-04-04gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy1-0/+12
2018-04-04gsm0480: document the 'ss_request' structureVadim Yanitskiy1-0/+31
2018-03-29gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier1-0/+1
2018-03-28fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr1-1/+5
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier1-4/+4
2018-03-17abis_nm: Introduce abis_nm_dump_foh()Harald Welte1-5/+3
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