summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* osmo_fsm_state_name: make robust against NULL fiNeels Hofmeyr2019-01-291-1/+1
* add osmo_classmark_* APINeels Hofmeyr2019-01-291-0/+16
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-281-0/+3
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-282-0/+5
* constrain gsm48_generate_mid() output array boundsHarald Welte2019-01-221-0/+1
* gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith2019-01-211-0/+3
* Rename msgb_wrap_with_TL()Max2019-01-211-1/+1
* Prevent GCR encoder/decoder functions from being used directlyMax2019-01-191-2/+2
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-1/+2
* LCLS: add status parameter to Assignment Completed messageMax2019-01-191-0/+6
* socket: add define for socket name lengthPhilipp Maier2019-01-171-0/+2
* LCLS: add GCR comparison helperMax2019-01-141-0/+1
* comments: update/fix three 3GPP spec referencesNeels Hofmeyr2019-01-143-3/+3
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-141-7/+14
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-142-0/+3
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-123-0/+127
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-122-0/+26
* LCLS: use proper types for value_string wrappersMax2019-01-091-3/+3
* Cosmetic: GSUP: note "on wire" for imei_resultOliver Smith2019-01-091-2/+2
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-081-0/+4
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-081-0/+1
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-071-2/+2
* fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*Neels Hofmeyr2019-01-041-3/+7
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2019-01-041-0/+1
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-031-0/+13
* add LOGPFSMSL(), LOGPFSMSLSRC()Neels Hofmeyr2019-01-031-6/+30
* LOGPFSM*: guard against fi == NULLNeels Hofmeyr2019-01-031-4/+4
* add API doc for LOGPFSM* macrosNeels Hofmeyr2019-01-031-0/+31
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-231-2/+2
* define LOGPFSM fmt only once, in LOGPFSMLSRCNeels Hofmeyr2018-12-231-7/+4
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-232-0/+3
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-211-0/+16
* GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2018-12-211-0/+2
* TLV: add convenience function for 1-byte valuesMax2018-12-201-0/+16
* TLV: fix doc copy-paste errorMax2018-12-201-1/+1
* Use define for key buffersMax2018-12-201-3/+3
* rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAIStefan Sperling2018-12-191-2/+3
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2018-12-198-45/+646
* add to osmo_sock_get_name*() APINeels Hofmeyr2018-12-191-0/+3
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-182-0/+14
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-183-0/+76
* LCLS: add gsm0808_create_ass2()Max2018-12-141-0/+6
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-141-0/+5
* LCLS, TS 29.205: add GCR routinesMax2018-12-143-1/+43
* stats.h: Fix build on MacOSPau Espin Pedrol2018-12-131-2/+2
* msgb: add test helpersMax2018-12-121-0/+139
* add osmo_bcd2str()Neels Hofmeyr2018-12-101-0/+2
* Constify llist_count() parameterMax2018-12-101-1/+1
* timer: Fix clockid_t undefined on MacOS < 10.12Pau Espin Pedrol2018-12-102-0/+5
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-081-0/+1