summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUPAlexander Couzens2018-04-231-0/+1
* gsm_08_58.h: Add Ericsson vendor-specific RSL message typesPau Espin Pedrol2018-04-211-0/+5
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-1/+13
* tlv: add TLV_GET() and TLV_GET_MINLEN()Neels Hofmeyr2018-04-181-0/+21
* protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy2018-04-171-1/+0
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-131-12/+21
* add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2018-04-131-0/+3
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-131-0/+1
* add osmo_cgi_name()Neels Hofmeyr2018-04-131-0/+2
* msgb: msgb_pull: Abort when pulling more than avail sizePau Espin Pedrol2018-04-111-0/+3
* msgb: msgb_get: Drop unneeded tmp varPau Espin Pedrol2018-04-111-2/+1
* deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zerosNeels Hofmeyr2018-04-102-7/+12
* fix issue on big endian architectureThorsten Alteholz2018-04-091-1/+1
* add gsm48_reject_value_namesNeels Hofmeyr2018-04-091-0/+4
* add osmo_fsm_inst_update_id_f()Neels Hofmeyr2018-04-091-0/+1
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-091-0/+2
* ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2018-04-051-0/+3
* gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy2018-04-041-0/+12
* gsm0480: document the 'ss_request' structureVadim Yanitskiy2018-04-041-0/+31
* gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2018-03-291-0/+1
* fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr2018-03-281-1/+5
* 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